summaryrefslogtreecommitdiff
path: root/src/streamwidget.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-12Use Gtk4 instead of Gtk3JA1-21/+38
2020-10-11Migrate away from deprecated Gtk interfacesFelipe Sateler1-1/+1
2019-11-27streamwidget: Use a drop-down list instead of a button and a popup for select...Tanu Kaskinen1-5/+4
2019-02-26channelwidget: refactor to reduce repetitionTanu Kaskinen1-8/+4
2018-11-21rename more objects in the quest to get rid of duplicate IDsTanu Kaskinen1-2/+2
2018-11-21move some widget initializations from MinimalStreamWidget to subclassesTanu Kaskinen1-1/+9
2016-04-26Add checkbutton for disabling volume metersLukas K1-1/+0
2015-02-26devicewidget, streamwidget: Show only one volume slider when channels are lockedIvan Ivanov1-0/+13
2014-09-07Reference the widget before returning it from ::create methodsHans de Goede1-0/+1
2011-03-09volume: Support volumes up to 11.Colin Guthrie1-0/+2
2011-03-03Drop the need to use libglademmRafał Mużyło1-1/+1
2010-04-20streamwidget: Fix a compile warning.Colin Guthrie1-2/+2
2009-10-17Allow for the sink input peak detect to survive across sink moves.Colin Guthrie1-1/+2
2009-08-27fix event sound generation for volume changesLennart Poettering1-1/+0
2009-06-28Restructure the class inheritance a bit.Colin Guthrie1-2/+22
2009-06-28Rename event method to be more indicative of what it does.Colin Guthrie1-2/+2
2009-06-17Don't use a hyperlink to display the device, just use a regular button.Colin Guthrie1-4/+2
2009-06-17Hide the terminate button.Colin Guthrie1-4/+5
2009-06-17More changes in the UI to try and make things neater.Colin Guthrie1-6/+9
2009-06-17Move the setBaseVolume()/setSteps() methods to devicewidget (problem found af...Colin Guthrie1-13/+0
2009-06-17Wire up all the new UI code.Colin Guthrie1-1/+2
2009-06-17Hook up the device combo box on change eventColin Guthrie1-3/+1
2009-06-17Wire up the terminate buttonColin Guthrie1-0/+4
2009-06-17Adapt to new UIColin Guthrie1-2/+8
2009-03-21configure steps for scalesLennart Poettering1-0/+6
2009-03-21visualize base volumeLennart Poettering1-0/+6
2009-03-18Move config.h inclusion to the .cc filesColin Guthrie1-0/+4
2009-03-15Split out streamwidget into it's own files.Colin Guthrie1-0/+99