summaryrefslogtreecommitdiffstats
path: root/src/sourcewidget.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the device-manager module.Colin Guthrie2009-10-151-2/+3
| | | | | | | | | 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.
* Add support for changing ports.Colin Guthrie2009-06-271-0/+25
| | | | | | | | | | | This commit adds a combo box for selecting ports. Overall this implementation could have taken two paths: * Implement port selection as combo box. * Implement port selection as a button. I went for the first option as is done in selecting card profiles over the second method used for selecting devices for streams. This seems more like how a config option should be presented as opposed to a runtime type thing.
* Do not disable the default button when it's set.Colin Guthrie2009-06-171-2/+0
| | | | | | | I reworked the way this was done so we can easily re-enable this as I think it's clearer when it's inactive (the difference between toggled and not toggled is pretty minor). With this abstraction we could reset the tooltip etc. too.
* Wire up all the new UI code.Colin Guthrie2009-06-171-10/+4
| | | | | | | 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.
* Rebase the sink/source widgets on the device widgetColin Guthrie2009-06-171-4/+4
|
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-181-0/+4
|
* Split sourcewidget into it's own files.Colin Guthrie2009-03-161-0/+81