Go to file
Tanu Kaskinen 0dd27ba347 mainwindow: set the updating flag later for sinks and sources
The updating flag is used to determine whether a change in some UI
control state is due to a user action or an update from the server. The
flag was set to false too early when processing sink and source updates
from the server. This caused at least unnecessary "set port" commands,
because each update refreshes the port list, which generates change
events in the port list combo box, causing the portChanged callbacks to
be called.

The unnecessary "set port" commands could even confuse the automatic
port selection policies in the server. If the current port wasn't
originally explicitly chosen by the user, then the "set port" command
from pavucontrol will make the server think that the user explicitly
chose that port.
2019-09-19 11:37:11 +03:00
doc doc: Drop email as a method of patch submission 2019-07-02 10:42:44 +05:30
m4 build-sys: Add m4 file for AX_CXX_COMPILE_STDCXX_11 2016-02-02 17:05:36 +05:30
po Update Croatian translation 2019-06-23 14:35:33 +02:00
src mainwindow: set the updating flag later for sinks and sources 2019-09-19 11:37:11 +03:00
.gitignore .gitignore: add compile 2016-04-26 17:12:07 +03:00
LICENSE Fix license mess: change everything to GPL 2007-05-23 23:34:52 +00:00
Makefile.am build-sys: Don't dist m4/ChangeLog 2015-03-23 23:35:39 +05:30
autogen.sh remove $Id$ 2008-07-15 13:24:56 +02:00
bootstrap.sh build-sys: Use autoreconf in bootstrap.sh 2013-03-25 08:45:24 +02:00
configure.ac prepare for releasing 4.0 2019-03-05 17:37:57 +02:00