summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.glade
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the device-manager module.Colin Guthrie2009-10-151-0/+52
| | | | | | | | | Currently this module only really allows for devices to be renamed, so we add a new dialog that can be activated by right clicking on devices (i.e. sinks/sources). This dialog allows you to enter a new name which will be set via the extension provided by the device-manager module. Future work will allow you to manage (i.e. rename, delete etc) offline devices too.
* glade: minor alignment fixesLennart Poettering2009-07-011-0/+2
|
* Add support for changing ports.Colin Guthrie2009-06-271-1/+30
| | | | | | | | | | | 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-171-10/+6
| | | | I'm not super happy with this style but it's probably more reliable
* Hide the terminate button.Colin Guthrie2009-06-171-40/+3
| | | | | | | 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-171-50/+52
| | | | | | | | 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.
* Change 'Default' to 'Use as fallback'Colin Guthrie2009-06-171-1/+1
|
* Add a tooltipColin Guthrie2009-06-171-0/+1
|
* Wire up all the new UI code.Colin Guthrie2009-06-171-2/+2
| | | | | | | 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.
* Adapt to new UIColin Guthrie2009-06-171-2/+2
| | | | | The actual wiring up of events and clearing out of old, unused elements is not complete yet, so this is completely non-functional at present.
* Glade UI changes. Code still needs to be updatedColin Guthrie2009-06-171-4/+223
|
* Remove the minimalStreamWindow. It's no longer usedColin Guthrie2009-03-061-107/+0
|
* use the server provided iconsLennart Poettering2009-03-021-12/+2
|
* various small glade updatesLennart Poettering2009-03-021-6/+8
|
* Typo: spell configuration rightColin Guthrie2009-02-281-1/+1
|
* Add a new widget for the card configuration and use it.Colin Guthrie2009-02-281-0/+117
| | | | | This change allows the card profiles to be shown in a combo box. This is more natural and obvious than hiding things in the submenu.
* Create a new 'Configuration' tabColin Guthrie2009-02-281-1231/+801
| | | | Move the card listing into this tab.
* show stream icons, don't show our own monitor streams, initialize client ↵Lennart Poettering2008-06-121-660/+1231
| | | | | | proplist properly git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@82 c17c95f2-f111-0410-90bf-f30a9569010c
* Also point the minimalStreamWindow downwardSjoerd Simons2008-04-251-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@79 c17c95f2-f111-0410-90bf-f30a9569010c
* move no_xxx labels in the middle of the dialogsLennart Poettering2008-04-221-20/+0
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@78 c17c95f2-f111-0410-90bf-f30a9569010c
* switch to sink page by default if no streams are activeLennart Poettering2008-04-211-1172/+679
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@76 c17c95f2-f111-0410-90bf-f30a9569010c
* unclutter UI, remove redundant hint barLennart Poettering2008-04-211-224/+0
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@75 c17c95f2-f111-0410-90bf-f30a9569010c
* show volume in decibelLennart Poettering2008-04-201-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@74 c17c95f2-f111-0410-90bf-f30a9569010c
* Remove the white header, drop all references to PulseAudio to become a more ↵Lennart Poettering2008-04-201-782/+656
| | | | | | normal program git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@73 c17c95f2-f111-0410-90bf-f30a9569010c
* move the lock/mute buttons to the same spot as the menu buttonsLennart Poettering2008-04-201-903/+1522
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@72 c17c95f2-f111-0410-90bf-f30a9569010c
* Merge patch from sjoerd that adds a new panel for listing recording streams, ↵Lennart Poettering2008-04-201-4/+243
| | | | | | and makes the menu more visible by adding a button for it git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@71 c17c95f2-f111-0410-90bf-f30a9569010c
* make stream title selectable, Closes #140 in pa tracLennart Poettering2007-10-301-8/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@63 c17c95f2-f111-0410-90bf-f30a9569010c
* use pretty channel namesLennart Poettering2007-09-021-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@60 c17c95f2-f111-0410-90bf-f30a9569010c
* add a combobox to the streams page, to filter application streamsLennart Poettering2007-08-311-34/+123
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@59 c17c95f2-f111-0410-90bf-f30a9569010c
* fix button tooltipsLennart Poettering2007-08-151-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@54 c17c95f2-f111-0410-90bf-f30a9569010c
* fix lock iconLennart Poettering2007-08-091-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@53 c17c95f2-f111-0410-90bf-f30a9569010c
* minor tweaksLennart Poettering2007-08-071-989/+586
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@52 c17c95f2-f111-0410-90bf-f30a9569010c
* add lightbulbLennart Poettering2006-08-251-15/+58
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@46 c17c95f2-f111-0410-90bf-f30a9569010c
* - add new option "All Except Monitor Sources" to sources option menuLennart Poettering2006-08-211-33/+86
| | | | | | | - show a nice hint that one can right click on a stream git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@45 c17c95f2-f111-0410-90bf-f30a9569010c
* add popup menu to stream list, allowing "hot" moving of playback streams ↵Lennart Poettering2006-08-071-131/+139
| | | | | | between sinks git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@41 c17c95f2-f111-0410-90bf-f30a9569010c
* add focus targetLennart Poettering2006-08-071-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@40 c17c95f2-f111-0410-90bf-f30a9569010c
* add combobox to show only a subset of sinks/sources, replacing the old ↵Lennart Poettering2006-08-071-99/+178
| | | | | | monitor expander git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@38 c17c95f2-f111-0410-90bf-f30a9569010c
* s/polyp/pulse/gLennart Poettering2006-06-201-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@26 c17c95f2-f111-0410-90bf-f30a9569010c
* set icon for the main windowLennart Poettering2006-05-281-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@19 c17c95f2-f111-0410-90bf-f30a9569010c
* use some icons from the icon specLennart Poettering2006-05-281-36/+66
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@18 c17c95f2-f111-0410-90bf-f30a9569010c
* Show client name for playback streamsLennart Poettering2006-05-201-17/+55
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@14 c17c95f2-f111-0410-90bf-f30a9569010c
* * change scale behaviour to be more resposiveLennart Poettering2006-05-161-15/+15
| | | | | | | * make "Streams" page the default git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@13 c17c95f2-f111-0410-90bf-f30a9569010c
* initial commitLennart Poettering2006-04-211-0/+743
git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@3 c17c95f2-f111-0410-90bf-f30a9569010c