summaryrefslogtreecommitdiff
path: root/src/pavucontrol.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-15Some minor whitespace fixupsArun Raghavan1-2/+1
2024-04-15Fix some minor lints and warningsArun Raghavan1-6/+0
2024-04-12Use Gtk4 instead of Gtk3JA1-35/+43
2021-06-01cardwidget: add flag to lock profile from switching automaticallyIgor V. Kovalenko1-0/+45
2021-03-29card: use JSON with pulseaudio messaging APIIgor V. Kovalenko1-28/+114
2021-02-27card: do not quit on error sending message to objectIgor V. Kovalenko1-1/+1
2021-02-26card: implement bluetooth profile codec selectionIgor V. Kovalenko1-1/+153
2020-10-11Migrate away from deprecated Gtk interfacesFelipe Sateler1-3/+4
2017-12-14main: Fix typoAnders Jonsson1-1/+1
2017-11-02remove unnecessary Window -> MainWindow castingTanu Kaskinen1-1/+1
2017-11-01Implement single-launch with Gtk::ApplicationColin Leroy1-87/+15
2015-05-20Add --version command line optionPeter Meerwald1-0/+11
2014-03-07Add a --maximize command line optionPierre Zurek1-1/+8
2012-07-04Add --retry command line optionFrédéric Dalleau1-2/+15
2011-08-18Update device format stuff for (pre-release) API changes.Colin Guthrie1-5/+8
2011-08-10Add UI to select the formats supported by the receiver attached to a digitial...Colin Guthrie1-1/+62
2011-06-06Deal more gracefully with disconnections.Colin Guthrie1-7/+26
2010-04-22main: Format string fixesColin Guthrie1-1/+1
2010-04-22main: Add a --tab command line argument to force a given tab to be displayed.Colin Guthrie1-22/+51
2010-04-20main: Cleanup labels after connection reworkColin Guthrie1-2/+2
2010-04-20connection: Show a nice label when connecting to PA.Colin Guthrie1-2/+5
2010-04-20main: Automatically reconnect to PA upon disconnectionColin Guthrie1-14/+31
2010-04-20Split out the creation of the PA context a little.Colin Guthrie1-18/+26
2009-10-15Add support for the device-manager module.Colin Guthrie1-1/+50
2009-08-27fix event sound generation for volume changesLennart Poettering1-2/+4
2009-06-17Create the event role widget early so that it's always top of the list.Colin Guthrie1-3/+5
2009-04-14don't show failure msgbox twiceLennart Poettering1-3/+1
2009-04-13Merge commit 'coling/master'Lennart Poettering1-1/+1
2009-04-08don't show wait cursor forever if stream_restore extension is not availableLennart Poettering1-3/+4
2009-03-25Silence a warningColin Guthrie1-1/+1
2009-03-18Shuffle some headers around a bit so that some systems don't have build errorsColin Guthrie1-7/+0
2009-03-18Use C style comments as per Lennart's fetish :pColin Guthrie1-1/+1
2009-03-18Move config.h inclusion to the .cc filesColin Guthrie1-0/+4
2009-03-16Split mainwindow into it's own files.Colin Guthrie1-795/+0
2009-03-16Split rolewidget into it's own files.Colin Guthrie1-54/+1
2009-03-16Split sourceoutputwidget out into it's own files.Colin Guthrie1-115/+1
2009-03-16Split sinkinputwidget into it's own files.Colin Guthrie1-208/+2
2009-03-16Split sourcewidget into it's own files.Colin Guthrie1-76/+1
2009-03-16Split sinkwidget into it's own files.Colin Guthrie1-102/+1
2009-03-15Split cardwidget out into it's own files.Colin Guthrie1-109/+5
2009-03-15Move common setup into a shared headerColin Guthrie1-10/+1
2009-03-15Split out streamwidget into it's own files.Colin Guthrie1-77/+0
2009-03-15Split channelwidget into separate files. Also separate out the definition of ...Colin Guthrie1-136/+2
2009-03-15Split the minimalstreamwidget into it's own fileColin Guthrie1-126/+1
2009-03-02Merge commit 'coling/master'Lennart Poettering1-7/+5
2009-03-02use the server provided iconsLennart Poettering1-18/+32
2009-03-02Initialise our dropdown at contruction and just repopulate it when the cardin...Colin Guthrie1-7/+5
2009-02-28Fix the number of outstanding operations.Colin Guthrie1-2/+10
2009-02-28Add a new widget for the card configuration and use it.Colin Guthrie1-112/+61
2009-02-28Create a new 'Configuration' tabColin Guthrie1-18/+22