summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.cc
Commit message (Collapse)AuthorAgeFilesLines
* fix event sound generation for volume changesLennart Poettering2009-08-271-1/+0
|
* Restructure the class inheritance a bit.Colin Guthrie2009-06-281-2/+22
| | | | | | 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-2/+2
|
* Don't use a hyperlink to display the device, just use a regular button.Colin Guthrie2009-06-171-4/+2
| | | | I'm not super happy with this style but it's probably more reliable
* Hide the terminate button.Colin Guthrie2009-06-171-4/+5
| | | | | | | 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-6/+9
| | | | | | | | 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-13/+0
| | | | after rebasing)
* Wire up all the new UI code.Colin Guthrie2009-06-171-1/+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.
* Hook up the device combo box on change eventColin Guthrie2009-06-171-3/+1
|
* Wire up the terminate buttonColin Guthrie2009-06-171-0/+4
|
* Adapt to new UIColin Guthrie2009-06-171-2/+8
| | | | | 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/+6
|
* visualize base volumeLennart Poettering2009-03-211-0/+6
|
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-181-0/+4
|
* Split out streamwidget into it's own files.Colin Guthrie2009-03-151-0/+99
Also correct the location of the argument default value specification (it should be in prototype not implementation)