summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* More changes in the UI to try and make things neater.Colin Guthrie2009-06-171-23/+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.
* Record in a map the combobox indexes vs. the sink/source indexesColin Guthrie2009-06-171-0/+4
|
* Adapt to new UIColin Guthrie2009-06-171-0/+19
| | | | | 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/+99
Also had to put mainwindow into it's own header for this to work. Full conversion of mainwindow will ultimately follow.