pavucontrol/src
Tanu Kaskinen d3b3bee378 pavuapplication: initialize members in the constructor
It seems that without explicit initialization of the members they remain
uninitialized. The lack of initialization caused crashing, because
PavuApplication::on_activate() creates the MainWindow only if mainWindow
is NULL, and if it's some random value instead, on_activate() calls
selectTab() on a non-existent window.

Fixes: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/49
2018-10-18 15:27:10 +03:00
..
.gitignore hide .desktop file from git 2008-08-05 20:26:51 +02:00
cardwidget.cc Reference the widget before returning it from ::create methods 2014-09-07 13:51:27 +03:00
cardwidget.h mainwindow: Show the availability of the ports and profiles. 2012-11-24 16:35:12 +02:00
channelwidget.cc Reference the widget before returning it from ::create methods 2014-09-07 13:51:27 +03:00
channelwidget.h volume: Don't bother setting the steps. 2011-03-09 21:54:05 +00:00
devicewidget.cc devicewidget: Set latency offset's maximum to 5000ms 2017-10-08 20:02:59 +03:00
devicewidget.h devicewidget, streamwidget: Show only one volume slider when channels are locked 2015-02-26 22:55:46 +01:00
i18n.h internationalize pavucontrol.cc 2008-08-05 20:45:24 +02:00
mainwindow.cc Implement single-launch with Gtk::Application 2017-11-01 13:39:39 +02:00
mainwindow.h remove unnecessary Window -> MainWindow casting 2017-11-02 10:51:34 +02:00
Makefile.am Implement single-launch with Gtk::Application 2017-11-01 13:39:39 +02:00
minimalstreamwidget.cc Add checkbutton for disabling volume meters 2016-04-26 18:15:57 +03:00
minimalstreamwidget.h Add checkbutton for disabling volume meters 2016-04-26 18:15:57 +03:00
pavuapplication.cc pavuapplication: initialize members in the constructor 2018-10-18 15:27:10 +03:00
pavuapplication.h pavuapplication: initialize members in the constructor 2018-10-18 15:27:10 +03:00
pavucontrol.cc main: Fix typo 2017-12-14 08:35:13 +05:30
pavucontrol.desktop.in Remove Encoding key from .desktop file 2016-01-25 08:36:40 +05:30
pavucontrol.glade UI form enhancement 2018-03-24 09:03:47 +02:00
pavucontrol.gladep initial commit 2006-04-21 14:51:33 +00:00
pavucontrol.h remove unnecessary Window -> MainWindow casting 2017-11-02 10:51:34 +02:00
rolewidget.cc Reference the widget before returning it from ::create methods 2014-09-07 13:51:27 +03:00
rolewidget.h Drop the need to use libglademm 2011-03-03 14:31:14 +00:00
sinkinputwidget.cc Reference the widget before returning it from ::create methods 2014-09-07 13:51:27 +03:00
sinkinputwidget.h stream-volumes: Support source-output volume controls now available in PA. 2011-07-22 09:35:38 +01:00
sinkwidget.cc Reference the widget before returning it from ::create methods 2014-09-07 13:51:27 +03:00
sinkwidget.h sinkwidget: add support for AAC pass-through 2013-03-13 11:35:59 +02:00
sourceoutputwidget.cc Reference the widget before returning it from ::create methods 2014-09-07 13:51:27 +03:00
sourceoutputwidget.h stream-volumes: Support source-output volume controls now available in PA. 2011-07-22 09:35:38 +01:00
sourcewidget.cc Reference the widget before returning it from ::create methods 2014-09-07 13:51:27 +03:00
sourcewidget.h sink/sourcewidget: Move the index and card_index to the devicewidget 2012-07-27 08:56:02 +03:00
streamwidget.cc Add checkbutton for disabling volume meters 2016-04-26 18:15:57 +03:00
streamwidget.h Add checkbutton for disabling volume meters 2016-04-26 18:15:57 +03:00