summaryrefslogtreecommitdiffstats
path: root/src/sinkinputwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop the need to use libglademmRafał Mużyło2011-03-031-1/+1
|
* Restructure the class inheritance a bit.Colin Guthrie2009-06-281-7/+0
| | | | | | 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
|
* Rename a variable to make it more genericColin Guthrie2009-06-271-1/+1
|
* Don't use a hyperlink to display the device, just use a regular button.Colin Guthrie2009-06-171-1/+1
| | | | I'm not super happy with this style but it's probably more reliable
* Hide the terminate button.Colin Guthrie2009-06-171-0/+4
| | | | | | | 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-1/+24
| | | | | | | | 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.
* Wire up all the new UI code.Colin Guthrie2009-06-171-26/+0
| | | | | | | 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.
* Add setter/getter methods for sink/source indexes so we can update our combo ↵Colin Guthrie2009-06-171-1/+4
| | | | boxes current item
* Remove the kill menu item now we have a dedicated buttonColin Guthrie2009-06-171-1/+1
|
* Set the mainwindow pointer via an init() method rather than directly via ↵Colin Guthrie2009-06-171-2/+7
| | | | | | public member variable. This allows us to perform other general initialisation task (such as setting the tree model on the device combo)
* Adapt to new UIColin Guthrie2009-06-171-0/+1
| | | | | 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.
* Split sinkinputwidget into it's own files.Colin Guthrie2009-03-161-0/+70
Also had to put mainwindow into it's own header for this to work. Full conversion of mainwindow will ultimately follow.