summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* volume: Set the scale properly for delta changes via mouse/keyboard.Colin Guthrie2009-10-031-1/+1
* 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
* fix event sound generation for volume changesLennart Poettering2009-08-278-73/+67
* only assume that the minimal volume is silence for devices that can do dB vol...Lennart Poettering2009-08-271-1/+2
* use fallback icon scheme for stream icons, tooLennart Poettering2009-08-261-35/+36
* glade: minor alignment fixesLennart Poettering2009-07-011-0/+2
* Restructure the class inheritance a bit.Colin Guthrie2009-06-288-52/+39
* Rename event method to be more indicative of what it does.Colin Guthrie2009-06-286-7/+7
* Rename a variable to make it more genericColin Guthrie2009-06-274-8/+8
* Add support for changing ports.Colin Guthrie2009-06-278-12/+200
* Don't use a hyperlink to display the device, just use a regular button.Colin Guthrie2009-06-177-47/+24
* Do not disable the default button when it's set.Colin Guthrie2009-06-175-15/+10
* Hide the terminate button.Colin Guthrie2009-06-177-62/+59
* More changes in the UI to try and make things neater.Colin Guthrie2009-06-1711-208/+249
* Create the event role widget early so that it's always top of the list.Colin Guthrie2009-06-171-3/+5
* Change 'Default' to 'Use as fallback'Colin Guthrie2009-06-171-1/+1
* Move the setBaseVolume()/setSteps() methods to devicewidget (problem found af...Colin Guthrie2009-06-174-15/+14
* Include config.h in the cc file (after rebase)Colin Guthrie2009-06-171-0/+4
* Add a tooltipColin Guthrie2009-06-171-0/+1
* Wire up all the new UI code.Colin Guthrie2009-06-1714-239/+69
* Wire up the default toggle button (replaces the old menu)Colin Guthrie2009-06-172-1/+10
* Hook up the device combo box on change eventColin Guthrie2009-06-171-3/+1
* 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-173-0/+14
* Record in a map the combobox indexes vs. the sink/source indexesColin Guthrie2009-06-172-16/+13
* Add setter/getter methods for sink/source indexes so we can update our combo ...Colin Guthrie2009-06-175-7/+29
* Remove the kill menu item now we have a dedicated buttonColin Guthrie2009-06-174-10/+2
* Wire up the terminate buttonColin Guthrie2009-06-172-0/+5
* Set the pack_start on the deviceComboColin Guthrie2009-06-172-0/+2
* Set the mainwindow pointer via an init() method rather than directly via publ...Colin Guthrie2009-06-175-16/+36
* Adapt to new UIColin Guthrie2009-06-1717-26/+129
* Rebase the sink/source widgets on the device widgetColin Guthrie2009-06-175-12/+13
* Create a devicewidget based on streamwidget.Colin Guthrie2009-06-172-0/+150
* Glade UI changes. Code still needs to be updatedColin Guthrie2009-06-171-4/+223
* 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
* don't show failure msgbox twiceLennart Poettering2009-04-141-3/+1
* reenable monitor streamsLennart Poettering2009-04-141-2/+0
* Merge commit 'coling/master'Lennart Poettering2009-04-134-9/+21
|\
| * Order the card profiles by their priorityColin Guthrie2009-03-253-8/+20
| * Silence a warningColin Guthrie2009-03-251-1/+1
* | don't show wait cursor forever if stream_restore extension is not availableLennart Poettering2009-04-081-3/+4
|/
* configure steps for scalesLennart Poettering2009-03-215-5/+19
* visualize base volumeLennart Poettering2009-03-215-2/+26
* Shuffle some headers around a bit so that some systems don't have build errorsColin Guthrie2009-03-182-7/+5
* Use C style comments as per Lennart's fetish :pColin Guthrie2009-03-184-5/+3
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-1812-4/+44
* Split mainwindow into it's own files.Colin Guthrie2009-03-163-796/+826
* Split rolewidget into it's own files.Colin Guthrie2009-03-164-54/+110