summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop the need to use libglademmRafał Mużyło2011-03-031-1/+1
|
* Allow for the sink input peak detect to survive across sink moves.Colin Guthrie2009-10-171-0/+1
|
* fix event sound generation for volume changesLennart Poettering2009-08-271-1/+0
|
* Restructure the class inheritance a bit.Colin Guthrie2009-06-281-0/+10
| | | | | | 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-281-1/+1
|
* Don't use a hyperlink to display the device, just use a regular button.Colin Guthrie2009-06-171-3/+2
| | | | I'm not super happy with this style but it's probably more reliable
* Hide the terminate button.Colin Guthrie2009-06-171-2/+1
| | | | | | | 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-7/+3
| | | | | | | | 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.
* Move the setBaseVolume()/setSteps() methods to devicewidget (problem found ↵Colin Guthrie2009-06-171-2/+0
| | | | after rebasing)
* Wire up all the new UI code.Colin Guthrie2009-06-171-2/+4
| | | | | | | 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 terminate buttonColin Guthrie2009-06-171-0/+1
|
* Adapt to new UIColin Guthrie2009-06-171-0/+7
| | | | | 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.
* configure steps for scalesLennart Poettering2009-03-211-0/+1
|
* visualize base volumeLennart Poettering2009-03-211-2/+2
|
* Move common setup into a shared headerColin Guthrie2009-03-151-8/+1
|
* Split out streamwidget into it's own files.Colin Guthrie2009-03-151-1/+5
| | | | Also correct the location of the argument default value specification (it should be in prototype not implementation)
* Split channelwidget into separate files. Also separate out the definition of ↵Colin Guthrie2009-03-151-0/+58
streamwidget into it's own header