summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't use automatic string conversionsLuís Pereira2019-05-261-18/+18
* Avoid char raw strings literals memory allocationsLuís Pereira2019-05-261-17/+17
* Some more code modernization (#111)Pavel Shlyak2018-12-301-51/+50Star
* Use auto when declaring iteratorsShlyak Pavel2018-12-101-24/+24
* Delete against null pointer is safeShlyak Pavel2018-12-101-2/+1Star
* Treat the 'off' card profile specificallyPalo Kisa2018-10-101-0/+2
* mainwindow: Don't make a deep copy of pa_card_profile_info2Palo Kisa2018-10-091-11/+12
* mainwindow: Don't use deprecated libpulse membersPalo Kisa2018-10-091-6/+6
* fix http -> httpsAlf Gaida2018-03-281-1/+1
* MainWindow: Remove old GTK remnantsPalo Kisa2017-04-111-44/+0Star
* MainWindow: Force using the size from previous runPalo Kisa2017-03-011-2/+1Star
* MainWindow: Add quit shortcutPalo Kisa2017-03-011-0/+5
* Use QSettings for storing configurationPalo Kisa2016-11-291-87/+26Star
* mainwindow: Set icon for eventRoleWidgetPalo Kisa2016-09-261-1/+1
* Address compiler warningsPalo Kisa2016-09-151-6/+5Star
* * Prevent recursive signal handler invocation.Hong Jen Yee (PCMan)2016-09-011-25/+7Star
* Remove glibmm dependency.Hong Jen Yee (PCMan)2016-09-011-13/+13
* Replace GNU gettext with Qt tr() in all places.Hong Jen Yee (PCMan)2016-09-011-16/+15Star
* Trivial fix for Timeout handlers.Hong Jen Yee (PCMan)2016-08-311-4/+22
* Porting to Qt 5 - Finish the basic UI.Hong Jen Yee (PCMan)2016-08-311-17/+18
* Make all source code compile with Qt5.Hong Jen Yee (PCMan)2016-08-311-133/+97Star
* Fix broken combo box in CardWidget.Hong Jen Yee (PCMan)2016-08-301-27/+1Star
* Port the sound card configuration page to Qt.Hong Jen Yee (PCMan)2016-08-301-42/+19Star
* Start working on a Qt5 port.Hong Jen Yee (PCMan)2016-08-301-123/+144
* mainwindow: force icons to have sane sizeFelipe Sateler2016-05-011-1/+1
* Add checkbutton for disabling volume metersLukas K2016-04-261-2/+61
* mainwindow: unavailable profiles are marked as such in their descriptionDavid Kreuter2015-04-101-4/+7
* mainwindow: Remember device visibility selectionsSteven Dwy2015-02-261-0/+36
* mainwindow: Catch Gdk::PixbufErrorMartin Steghöfer2015-02-161-0/+2
* Handle IO errors in icon setting codeFelipe Sateler2014-10-281-0/+2
* Don't crash if pa_stream_peek returns NULLChrister Stenbrenden2014-10-281-0/+8
* Reference the widget before returning it from ::create methodsHans de Goede2014-09-071-0/+6
* Add a --maximize command line optionPierre Zurek2014-03-071-1/+3
* pavucontrol: ellipsize labels to fix window resizingAlexander E. Patrakov2013-12-131-0/+6
* mainwindow: Fix iterator dereferencing style.Tanu Kaskinen2012-11-241-5/+5
* mainwindow: Show the availability of the ports and profiles.poljar (Damir Jelić)2012-11-241-8/+55
* mainwindow: Don't clear the "updating" flag in updateCard() too early.Tanu Kaskinen2012-11-191-2/+2
* Add a few known peak-detect stream clients to a source-output blacklistColin Guthrie2012-09-281-1/+3
* devicewidget: Add a latency offset spinbuttonpoljar (Damir Jelić)2012-07-271-0/+54
* cardwidget: Add a port classpoljar (Damir Jelić)2012-07-271-0/+14
* source: Only autosuspend network sourcesArun Raghavan2011-09-231-3/+7
* Check if PA_SINK_SET_FORMATS is defined before using itArun Raghavan2011-08-181-0/+2
* Use sink flags to figure out if we can set formatsArun Raghavan2011-08-161-4/+2Star
* Add UI to select the formats supported by the receiver attached to a digitial...Colin Guthrie2011-08-101-2/+40
* source-output: Don't set the channel map for the SO if we do not support SO v...Colin Guthrie2011-07-221-0/+2
* stream-volumes: Support source-output volume controls now available in PA.Colin Guthrie2011-07-221-0/+6
* Handle simple key events.Colin Guthrie2011-06-061-0/+33
* Deal more gracefully with disconnections.Colin Guthrie2011-06-061-0/+10
* Add support for gtkmm-3.0 and prefer it over gtkmm-2.* by default.Marc-Antoine Perennou2011-04-291-0/+4
* volume: Don't bother setting the steps.Colin Guthrie2011-03-091-2/+0Star