Colin Guthrie
4bd94fa2b8
Wire up all the new UI code.
...
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.
2009-06-17 08:54:12 +01:00
Colin Guthrie
903c26bd44
Add setter/getter methods for sink/source indexes so we can update our combo boxes current item
2009-06-17 08:54:11 +01:00
Colin Guthrie
255defb371
Remove the kill menu item now we have a dedicated button
2009-06-17 08:54:11 +01:00
Colin Guthrie
d617c39a08
Set the mainwindow pointer via an init() method rather than directly via public member variable.
...
This allows us to perform other general initialisation task (such as setting the tree model on the device combo)
2009-06-17 08:54:11 +01:00
Colin Guthrie
7b7a12f1d2
Adapt to new UI
...
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.
2009-06-17 08:54:10 +01:00
Colin Guthrie
dc5498f86a
Split sinkinputwidget into it's own files.
...
Also had to put mainwindow into it's own header for this to work. Full conversion of mainwindow will ultimately follow.
2009-03-16 12:59:01 +00:00