Commit Graph

16 Commits

Author SHA1 Message Date
Nedko Arnaudov 8897c95c97 Fix warnings 2023-11-07 21:06:01 +02:00
luz.paz a93b210134 FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
2019-09-11 19:17:07 +01:00
nedko 7bbe5971bf jackdbus: group batch of saves into one
When a parameter is set, jackdbus used to save immediately.
This was quite annoying and ineffective when configuring
lot of parameters without delay. It caused log line to appear
for each parameter set and xml file serialization as well.

This changeset implements delayed save. Parameters are saved
two seconds after last parameter set.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4583 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-11-12 19:23:44 +00:00
sletz 00fc09b3b8 Make switchmaster a bit more robust.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4394 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-05-25 13:44:45 +00:00
nedko 5cc529d9cf jackdbus: slave-drivers parameter
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4317 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-17 21:52:26 +00:00
nedko 8a845aa02a jackdbus: Don't emit ServerStopped signal on SwitchMaster
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4313 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-17 13:58:05 +00:00
nedko 49dffe6226 jackdbus: fix slave driver support
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4292 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-09 23:09:25 +00:00
Nedko Arnaudov d1090f0ddf jackdbus: dont emit spurious signals. Fix for #174
When server is already in target state, there is no state change
and thus signal for state change should not be emitted
2010-05-10 03:11:24 +03:00
Nedko Arnaudov becacb17a4 jackdbus: improved handling of server start/stop failures
* Don't override detailed error string with generic one
 * Set the D-Bus reply error in case of jackctl_server_stop() failure
 * Set the D-Bus reply error in case of jack_controller_patchbay_init() failure
 * Don't set the D-Bus reply error in case of jack_deactivate() failure because
   this failure does not cause jack_controller_stop_server() failure and thus
   will cause memory leak.
2010-05-10 02:58:59 +03:00
Nedko Arnaudov e7d837eda9 Return error over dbus when server start, stop or switchmaster fails 2010-03-05 23:21:06 +02:00
nedko 6aebfde97d jackdbus: don't print error during normal flow
Even if client is subscribed to jack server start/stop signals,
there is a timeframe between jack server stop and signal delivery.
In this frame, calls that require started server will fail.
This is part of normal operation and should not be treated as real error.
With this changeset, error is reported through dbus but no error is printed
in the log file

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3843 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-12-06 19:00:17 +00:00
nedko aab8a77bfb Fix typo in dbus introspection.
UnlooadInternal -> UnloadInternal

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3680 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-10-29 13:44:25 +00:00
sletz 51f6a07821 D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3530 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-05-06 14:58:37 +00:00
sletz c972442a7c D-Bus control for switch master API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3519 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-04-22 13:53:16 +00:00
nedko 9e113a0712 Expose through introspection signals of D-Bus control interface
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2937 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 21:54:22 +00:00
sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2880 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-05 13:36:28 +00:00