summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for gtkmm-3.0 and prefer it over gtkmm-2.* by default.HEADmasterMarc-Antoine Perennou2011-04-291-0/+4
* volume: Don't bother setting the steps.Colin Guthrie2011-03-091-2/+0
* Drop the need to use libglademmRafał Mużyło2011-03-031-2/+7
* Add DONT_INHIBIT_AUTO_SUSPEND flag to monitor streamsMaarten Bosmans2011-03-031-36/+9
* mainwindow: Fix clearing out of clientsColin Guthrie2010-04-221-1/+1
* mainwindow: Save/restore window sizeColin Guthrie2010-04-221-1/+56
* mainwindow: Compact iterator declsColin Guthrie2010-04-211-25/+12
* source-outputs: Fix a bug where the 'no streams' label is sometimes shown alo...Colin Guthrie2010-04-201-0/+1
* connection: Show a nice label when connecting to PA.Colin Guthrie2010-04-201-1/+20
* mainwindow: Add a method to remove all widgets (e.g. on disconnect)Colin Guthrie2010-04-201-0/+29
* Allow for the sink input peak detect to survive across sink moves.Colin Guthrie2009-10-171-11/+19
* Add support for the device-manager module.Colin Guthrie2009-10-151-3/+4
* events: Hide output streams with a stream restore designator for the event wi...Colin Guthrie2009-10-031-0/+8
* drop reference to beepDeviceLennart Poettering2009-09-091-1/+0
* use fallback icon scheme for stream icons, tooLennart Poettering2009-08-261-35/+36
* Add support for changing ports.Colin Guthrie2009-06-271-11/+56
* Do not disable the default button when it's set.Colin Guthrie2009-06-171-8/+4
* More changes in the UI to try and make things neater.Colin Guthrie2009-06-171-63/+16
* Wire up all the new UI code.Colin Guthrie2009-06-171-4/+9
* Remove the 'Default [Out|In]put' option from the combo for now.Colin Guthrie2009-06-171-0/+5
* Set the correct combo index for display purposesColin Guthrie2009-06-171-0/+12
* Record in a map the combobox indexes vs. the sink/source indexesColin Guthrie2009-06-171-16/+9
* Add setter/getter methods for sink/source indexes so we can update our combo ...Colin Guthrie2009-06-171-3/+3
* Set the mainwindow pointer via an init() method rather than directly via publ...Colin Guthrie2009-06-171-4/+2
* Adapt to new UIColin Guthrie2009-06-171-0/+53
* make sure that two card profiles with the same priority don't collide with ea...Lennart Poettering2009-06-171-5/+12
* don't abort when icon is missing from the themeLennart Poettering2009-06-141-4/+9
* reenable monitor streamsLennart Poettering2009-04-141-2/+0
* Order the card profiles by their priorityColin Guthrie2009-03-251-3/+15
* configure steps for scalesLennart Poettering2009-03-211-0/+2
* visualize base volumeLennart Poettering2009-03-211-0/+4
* Use C style comments as per Lennart's fetish :pColin Guthrie2009-03-181-1/+0
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-181-0/+4
* Split mainwindow into it's own files.Colin Guthrie2009-03-161-0/+825