summaryrefslogtreecommitdiffstats
path: root/src/channelwidget.cc
Commit message (Collapse)AuthorAgeFilesLines
* volume: Don't bother setting the steps.Colin Guthrie2011-03-091-4/+0
| | | | | The number of volume steps doesn't really affect our scale, so there is little value in setting it.
* volume: Support volumes up to 11.Colin Guthrie2011-03-091-27/+27
| | | | | | | | This allows us to set volumes up to ~153% aka +11dB. Also show the current dB value in the UI - as pavucontrol is a bit more developer-friendly than other volume UIs displaying this by default makes sense.
* Drop the need to use libglademmRafał Mużyło2011-03-031-2/+4
|
* volume: Set the scale properly for delta changes via mouse/keyboard.Colin Guthrie2009-10-031-1/+1
|
* fix event sound generation for volume changesLennart Poettering2009-08-271-17/+0
|
* only assume that the minimal volume is silence for devices that can do dB ↵Lennart Poettering2009-08-271-1/+2
| | | | volumes
* Adapt to new UIColin Guthrie2009-06-171-3/+3
| | | | | 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.
* configure steps for scalesLennart Poettering2009-03-211-5/+9
|
* visualize base volumeLennart Poettering2009-03-211-0/+13
|
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-181-0/+4
|
* Move common setup into a shared headerColin Guthrie2009-03-151-0/+2
|
* Split channelwidget into separate files. Also separate out the definition of ↵Colin Guthrie2009-03-151-0/+109
streamwidget into it's own header