summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow for the sink input peak detect to survive across sink moves.Colin Guthrie2009-10-171-1/+1
|
* Add support for the device-manager module.Colin Guthrie2009-10-151-0/+2
| | | | | | | | | Currently this module only really allows for devices to be renamed, so we add a new dialog that can be activated by right clicking on devices (i.e. sinks/sources). This dialog allows you to enter a new name which will be set via the extension provided by the device-manager module. Future work will allow you to manage (i.e. rename, delete etc) offline devices too.
* 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.