summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Sending translation for po/ja.pohyuuga2009-09-101-0/+370
| |
| * Sending translation for Telugukkrothap2009-09-101-31/+16
| |
| * Sending translation for Bengali (India)runab2009-09-101-32/+18
| |
| * Sending translation for Hindirajesh2009-09-101-285/+2229
| |
| * Sending translation for Marathisandeeps2009-09-101-35/+21
| |
| * Sending translation for Tamilifelix2009-09-101-30/+16
| |
| * Sending translation for Malayalamanipeter2009-09-101-2/+2
| |
| * Sending translation for Gujaratiswkothar2009-09-101-32/+17
| |
| * Sending translation for Malayalamanipeter2009-09-101-30/+15
| |
| * Sending translation for Punjabijassy2009-09-101-33/+18
| |
* | volume: Set the scale properly for delta changes via mouse/keyboard.Colin Guthrie2009-10-031-1/+1
| |
* | events: Hide output streams with a stream restore designator for the event ↵Colin Guthrie2009-10-031-0/+8
| | | | | | | | | | | | | | widget. Showing these streams causes UI issues due to the repainting when the app that generates the sound events is pavucontrol itself (e.g. changing volume, trying to move stream to a new device etc.)
* | Require at least PulseAudio 0.9.16.Diego Elio 'Flameeyes' Pettenò2009-09-171-1/+1
| | | | | | | | | | Since 0.9.9 pavucontrol requires pa_context_set_sink_port_by_index that is not available in 0.9.15.
* | build-sys: require at least gtkmn 2.16Lennart Poettering2009-09-141-1/+1
| |
* | Add missing source file to POTFILES.in.Diego Elio 'Flameeyes' Pettenò2009-09-131-0/+1
|/
* i18n: run make update-pov0.9.9Lennart Poettering2009-09-1034-2351/+4072
|
* i18n: drop ko.po since it does not include a single translated stringLennart Poettering2009-09-101-335/+0
|
* Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-107-67/+773
|\
| * Sending translation for Tamilifelix2009-08-311-8/+10
| |
| * Sending translation for Finnishvpv2009-08-301-6/+6
| |
| * Sending translation for po/LINGUASraven2009-08-291-2/+3
| |
| * Sending translation for po/uk.pomvdz2009-08-251-0/+351
| |
| * Sending translation for po/ko.poeukim2009-08-131-0/+335
| |
| * Sending translation for Swedishyeager2009-07-271-34/+40
| |
| * Sending translation for Hungarianzoltanh7212009-07-061-17/+28
| |
* | Prepare 0.9.9 relaseLennart Poettering2009-09-102-3/+7
| |
* | drop reference to beepDeviceLennart Poettering2009-09-091-1/+0
| |
* | fix event sound generation for volume changesLennart Poettering2009-08-279-74/+68
| |
* | only assume that the minimal volume is silence for devices that can do dB ↵Lennart Poettering2009-08-271-1/+2
| | | | | | | | volumes
* | use fallback icon scheme for stream icons, tooLennart Poettering2009-08-261-35/+36
| |
* | glade: minor alignment fixesLennart Poettering2009-07-011-0/+2
| |
* | Restructure the class inheritance a bit.Colin Guthrie2009-06-288-52/+39
| | | | | | | | | | | | This just shuffles around the streamwidget a bit. The RoleWidget child class is the exception, so try and gear things around SinkInput/SourceOutput widgets more to save repeating the same code too much.
* | Rename event method to be more indicative of what it does.Colin Guthrie2009-06-286-7/+7
| |
* | Rename a variable to make it more genericColin Guthrie2009-06-274-8/+8
| |
* | Add support for changing ports.Colin Guthrie2009-06-278-12/+200
| | | | | | | | | | | | | | | | | | | | | | This commit adds a combo box for selecting ports. Overall this implementation could have taken two paths: * Implement port selection as combo box. * Implement port selection as a button. I went for the first option as is done in selecting card profiles over the second method used for selecting devices for streams. This seems more like how a config option should be presented as opposed to a runtime type thing.
* | Don't use a hyperlink to display the device, just use a regular button.Colin Guthrie2009-06-177-47/+24
| | | | | | | | I'm not super happy with this style but it's probably more reliable
* | Do not disable the default button when it's set.Colin Guthrie2009-06-175-15/+10
| | | | | | | | | | | | | | I reworked the way this was done so we can easily re-enable this as I think it's clearer when it's inactive (the difference between toggled and not toggled is pretty minor). With this abstraction we could reset the tooltip etc. too.
* | Hide the terminate button.Colin Guthrie2009-06-177-62/+59
| | | | | | | | | | | | | | The terminate button is a last resort and shouldn't be promoted in the UI. This commit hides it behind a right click menu instead. This also hides the 'Set as Fallback' label in the glade file.
* | More changes in the UI to try and make things neater.Colin Guthrie2009-06-1711-208/+249
| | | | | | | | | | | | | | | | This abandons the combo box approach an instead partially reverts to the popup. We now display a suffix after the stream title saying " on <device>" or " from <device>" where the <device> part looks like a hyperlink and, when clicked, shows the popup to change the device. If there is only one device available, we suppress the whole thing and thus avoid confusion.
* | Create the event role widget early so that it's always top of the list.Colin Guthrie2009-06-171-3/+5
| |
* | Change 'Default' to 'Use as fallback'Colin Guthrie2009-06-171-1/+1
| |
* | Move the setBaseVolume()/setSteps() methods to devicewidget (problem found ↵Colin Guthrie2009-06-174-15/+14
| | | | | | | | after rebasing)
* | Include config.h in the cc file (after rebase)Colin Guthrie2009-06-171-0/+4
| |
* | Add a tooltipColin Guthrie2009-06-171-0/+1
| |
* | Wire up all the new UI code.Colin Guthrie2009-06-1714-239/+69
| | | | | | | | | | | | | | This makes the default button work on sinks/sources, allows the drop down to actually change the sink/source and removes the old menu code. Some names and such are fixed in the glade file too.
* | Wire up the default toggle button (replaces the old menu)Colin Guthrie2009-06-172-1/+10
| |
* | Hook up the device combo box on change eventColin Guthrie2009-06-171-3/+1
| |
* | Remove the 'Default [Out|In]put' option from the combo for now.Colin Guthrie2009-06-171-0/+5
| | | | | | | | It will be restored when it's actually possible to set/clear the default stream restore db
* | Set the correct combo index for display purposesColin Guthrie2009-06-173-0/+14
| |
* | Record in a map the combobox indexes vs. the sink/source indexesColin Guthrie2009-06-172-16/+13
| |