summaryrefslogtreecommitdiffstats
path: root/src/rolewidget.cc
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the class inheritance a bit.Colin Guthrie2009-06-281-0/+4
| | | | | | 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.
* More changes in the UI to try and make things neater.Colin Guthrie2009-06-171-4/+2
| | | | | | | | 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.
* Adapt to new UIColin Guthrie2009-06-171-1/+4
| | | | | 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.
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-181-0/+4
|
* Split rolewidget into it's own files.Colin Guthrie2009-03-161-0/+68