summaryrefslogtreecommitdiffstats
path: root/src/rolewidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the class inheritance a bit.Colin Guthrie2009-06-281-0/+1
| | | | | | 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-1/+0
| | | | | | | | 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-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 rolewidget into it's own files.Colin Guthrie2009-03-161-0/+40