summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move the setBaseVolume()/setSteps() methods to devicewidget (problem found ↵Colin Guthrie2009-06-174-15/+14
| | | | after rebasing)
* 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
| | | | | | | 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.
* 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
| | | | It will be restored when it's actually possible to set/clear the default stream restore db
* 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
| | | | boxes current item
* 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 ↵Colin Guthrie2009-06-175-16/+36
| | | | | | public member variable. This allows us to perform other general initialisation task (such as setting the tree model on the device combo)
* Adapt to new UIColin Guthrie2009-06-1717-26/+129
| | | | | 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.
* 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
| | | | This will become the base for Output and Input device tabs (as the streamwidget will have a different UI)
* 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 ↵Lennart Poettering2009-06-171-5/+12
| | | | each other
* 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
|
* Split sourceoutputwidget out into it's own files.Colin Guthrie2009-03-164-115/+172
|
* Split sinkinputwidget into it's own files.Colin Guthrie2009-03-165-208/+301
| | | | Also had to put mainwindow into it's own header for this to work. Full conversion of mainwindow will ultimately follow.
* Split sourcewidget into it's own files.Colin Guthrie2009-03-164-76/+129
|
* Split sinkwidget into it's own files.Colin Guthrie2009-03-165-102/+155
|
* Split cardwidget out into it's own files.Colin Guthrie2009-03-155-109/+167
| | | | Also define a get_context() method to get the context from outside of the main file.
* Move common setup into a shared headerColin Guthrie2009-03-157-35/+45
|
* Split out streamwidget into it's own files.Colin Guthrie2009-03-154-79/+105
| | | | Also correct the location of the argument default value specification (it should be in prototype not implementation)
* Split channelwidget into separate files. Also separate out the definition of ↵Colin Guthrie2009-03-155-136/+235
| | | | streamwidget into it's own header
* Include config.h in minimalstreamwidget.hColin Guthrie2009-03-151-0/+4
|
* Split the minimalstreamwidget into it's own fileColin Guthrie2009-03-154-127/+179
|
* Remove the minimalStreamWindow. It's no longer usedColin Guthrie2009-03-061-107/+0
|
* Merge commit 'coling/master'Lennart Poettering2009-03-021-7/+5
|\
| * Initialise our dropdown at contruction and just repopulate it when the ↵Colin Guthrie2009-03-021-7/+5
| | | | | | | | cardinfo callback is received
* | use the server provided iconsLennart Poettering2009-03-022-30/+34
|/
* various small glade updatesLennart Poettering2009-03-021-6/+8
|
* Fix the number of outstanding operations.Colin Guthrie2009-02-281-2/+10
| | | | This uses an incrementing rather than fixed value as it more obviously reflects what's going on.
* Typo: spell configuration rightColin Guthrie2009-02-281-1/+1
|