summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
Commit message (Expand)AuthorAgeFilesLines
* Add -o option to select output profilev29r1Simon Rettberg2021-11-221-29/+143
* Wrapped the text of connecting error labelTsu Jan2020-10-081-5/+5
* Don't use automatic string conversionsLuís Pereira2019-05-261-2/+2
* Avoid char raw strings literals memory allocationsLuís Pereira2019-05-261-3/+3
* Some more code modernization (#111)Pavel Shlyak2018-12-301-3/+3
* Modernize the code with nullptrShlyak Pavel2018-12-101-9/+9
* fix http -> httpsAlf Gaida2018-03-281-1/+1
* pavucontrol: Remove unique application constraintPalo Kisa2018-02-281-5/+1Star
* set Qt::AA_UseHighDpiPixmaps to trueAlf Gaida2017-06-271-1/+1
* Added version to cli optionsAlf Gaida2017-06-121-3/+5
* Use QSettings for storing configurationPalo Kisa2016-11-291-0/+3
* - Add a simple single instance controller to avoid run multiple simultaneous ...Helio Chissini de Castro2016-09-281-1/+6
* Address compiler warningsPalo Kisa2016-09-151-2/+2
* channels: Align channel slidersPalo Kisa2016-09-071-1/+1
* Remove glibmm dependency.Hong Jen Yee (PCMan)2016-09-011-29/+18Star
* Fix translations.Hong Jen Yee (PCMan)2016-09-011-2/+15
* Replace GNU gettext with Qt tr() in all places.Hong Jen Yee (PCMan)2016-09-011-50/+42Star
* Porting to Qt 5 - Finish the basic UI.Hong Jen Yee (PCMan)2016-08-311-8/+6Star
* Port the sound card configuration page to Qt.Hong Jen Yee (PCMan)2016-08-301-3/+1Star
* Start working on a Qt5 port.Hong Jen Yee (PCMan)2016-08-301-38/+37Star
* Add --version command line optionPeter Meerwald2015-05-201-0/+11
* Add a --maximize command line optionPierre Zurek2014-03-071-1/+8
* Add --retry command line optionFrédéric Dalleau2012-07-041-2/+15
* Update device format stuff for (pre-release) API changes.Colin Guthrie2011-08-181-5/+8
* Add UI to select the formats supported by the receiver attached to a digitial...Colin Guthrie2011-08-101-1/+62
* Deal more gracefully with disconnections.Colin Guthrie2011-06-061-7/+26
* main: Format string fixesColin Guthrie2010-04-221-1/+1
* main: Add a --tab command line argument to force a given tab to be displayed.Colin Guthrie2010-04-221-22/+51
* main: Cleanup labels after connection reworkColin Guthrie2010-04-201-2/+2
* connection: Show a nice label when connecting to PA.Colin Guthrie2010-04-201-2/+5
* main: Automatically reconnect to PA upon disconnectionColin Guthrie2010-04-201-14/+31
* Split out the creation of the PA context a little.Colin Guthrie2010-04-201-18/+26
* Add support for the device-manager module.Colin Guthrie2009-10-151-1/+50
* fix event sound generation for volume changesLennart Poettering2009-08-271-2/+4
* Create the event role widget early so that it's always top of the list.Colin Guthrie2009-06-171-3/+5
* don't show failure msgbox twiceLennart Poettering2009-04-141-3/+1Star
* Merge commit 'coling/master'Lennart Poettering2009-04-131-1/+1
|\
| * 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
|/
* Shuffle some headers around a bit so that some systems don't have build errorsColin Guthrie2009-03-181-7/+0Star
* Use C style comments as per Lennart's fetish :pColin Guthrie2009-03-181-1/+1
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-181-0/+4
* Split mainwindow into it's own files.Colin Guthrie2009-03-161-795/+0Star
* Split rolewidget into it's own files.Colin Guthrie2009-03-161-54/+1Star
* Split sourceoutputwidget out into it's own files.Colin Guthrie2009-03-161-115/+1Star
* Split sinkinputwidget into it's own files.Colin Guthrie2009-03-161-208/+2Star
* Split sourcewidget into it's own files.Colin Guthrie2009-03-161-76/+1Star
* Split sinkwidget into it's own files.Colin Guthrie2009-03-161-102/+1Star
* Split cardwidget out into it's own files.Colin Guthrie2009-03-151-109/+5Star
* Move common setup into a shared headerColin Guthrie2009-03-151-10/+1Star