qt5base-lts/tests/auto/dbus
David Edmundson d761c62783 QDBusServiceWatcher namespace prefix support
This allows a user to efficiently watch for services with a common
domain prefix.

This is exposed in the API via a wildcard character in the service name.

For example creating a watcher on "org.mpris*" will match
"org.mpris.foo" "org.mpris.bar" and "org.mpris" itself. It will not
match org.mprisasdf.

Internally the argument match rules have been expanded from a single
QStringList to a struct containing args and arg0namespace. This was done
so that we can easily use argpath in match rules in the future.

Change-Id: I55882ab603cc6ba478e8c0ea9a6800f6e483a50c
Reviewed-by: Kai Uwe Broulik <kde@privat.broulik.de>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: David Faure <david.faure@kdab.com>
2018-11-06 09:52:09 +00:00
..
qdbusabstractadaptor tests/auto/dbus: Avoid unconditional qWait()s 2018-04-12 05:49:07 +00:00
qdbusabstractinterface Use dependencies instead of CONFIG+=ordered 2017-12-02 11:09:15 +00:00
qdbusconnection tests/auto/dbus: Avoid unconditional qWait()s 2018-04-12 05:49:07 +00:00
qdbusconnection_delayed Updated license headers 2016-01-21 18:55:18 +00:00
qdbusconnection_no_app Updated license headers 2016-01-21 18:55:18 +00:00
qdbusconnection_no_bus Updated license headers 2016-01-21 18:55:18 +00:00
qdbusconnection_no_libdbus Autotest: rename the test class so it's different in this test 2016-01-30 03:20:54 +00:00
qdbusconnection_spyhook tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
qdbuscontext Updated license headers 2016-01-21 18:55:18 +00:00
qdbusinterface Fix wrong relative path to qdbus_symbols.cpp 2018-07-24 04:24:31 +00:00
qdbuslocalcalls Updated license headers 2016-01-21 18:55:18 +00:00
qdbusmarshall qtbase: Remove BLACKLIST files which are no longer active 2018-02-12 17:40:12 +00:00
qdbusmetaobject Plug leaks in tests/auto/dbus 2017-01-26 10:33:28 +00:00
qdbusmetatype Updated license headers 2016-01-21 18:55:18 +00:00
qdbuspendingcall Updated license headers 2016-01-21 18:55:18 +00:00
qdbuspendingreply Updated license headers 2016-01-21 18:55:18 +00:00
qdbusreply Updated license headers 2016-01-21 18:55:18 +00:00
qdbusservicewatcher QDBusServiceWatcher namespace prefix support 2018-11-06 09:52:09 +00:00
qdbusthreading tests/auto/dbus: Avoid unconditional qWait()s 2018-04-12 05:49:07 +00:00
qdbustype Use QT_CONFIG(library) instead of QT_NO_LIBRARY 2017-03-06 11:27:20 +00:00
qdbusxmlparser Updated license headers 2016-01-21 18:55:18 +00:00
dbus.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00