summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in tst_QDBusConnection::pendingCallWhenDisconnectedThiago Macieira2016-06-061-9/+30
* Make sure the QDBusVirtualObject virtuals are called in the right threadThiago Macieira2016-05-091-0/+2
* Add an autotest for the QtDBus message spy hookThiago Macieira2016-05-095-2/+211
* tst_QDBusMarshall: make sure we compile on linked, old dbusThiago Macieira2016-05-091-3/+5
* QtDBus: finish all pending call with error if disconnectedWeng Xuetian2016-04-282-0/+22
* Autotest: rename the test class so it's different in this testThiago Macieira2016-01-301-1/+1
* Revert "dbus: Add method serial() and replySerial() to class DBusMessage."Thiago Macieira2016-01-111-7/+0
* dbus: Add method serial() and replySerial() to class DBusMessage.Ralf Habacker2016-01-071-0/+7
* Autotest: Make sure that we can place calls with disabled deliveryThiago Macieira2016-01-031-2/+4
* Autotest: test both libdbus-1 load failure and connection failureThiago Macieira2016-01-023-1/+9
* Autotest: Mark D-Bus tests that don't connect to the bus as parallelThiago Macieira2016-01-025-5/+5
* Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-023-0/+121
* Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-1/+5
* tst_QDBusAbstractInterface: fix racy test failing every so oftenThiago Macieira2015-09-241-2/+8
* Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-221-6/+1
* tst_QDBusAbstractAdaptor: fix reception of signals from P2P connectionThiago Macieira2015-09-151-1/+1
* QDBusServiceWatcher: Move the logic to QDBusConnectionPrivateThiago Macieira2015-09-151-0/+104
* And move the creation of connections to the threadThiago Macieira2015-09-156-257/+378
* Use a dedicated thread for handling incoming libdbus-1 eventsThiago Macieira2015-09-151-32/+1
* Implement the blocking QtDBus call in terms of the non-blocking oneThiago Macieira2015-09-151-2/+12
* Don't try to dynamically resolve dbus symbols if QT_NO_LIBRARYUlf Hermann2015-08-132-1/+5
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-068-4/+4
|\
| * Autotest: rename sub tests from "test" to something meaningfulThiago Macieira2015-07-188-4/+4
* | Extend flakeyness of tst_QDBusAbstractAdaptor::overloadedSignalEmission(int)Simon Hausmann2015-06-201-1/+1
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-142-0/+5
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-032-10/+36
|\|
| * Make sure we don't call dbus_connection_can_send_type on too old libdbusThiago Macieira2015-05-261-9/+24
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+12
| |\
| | * Autotest: Check if this D-Bus library knows about file descriptorsThiago Macieira2015-05-081-1/+12
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0114-27/+0
|\| |
| * | Tests: remove insignificant flag for dbus tests on osxCaroline Chao2015-03-2714-27/+0
* | | Autotest: fix incorrect test message ignoringThiago Macieira2015-03-311-4/+4
* | | Add QDBusMessage::createTargetedSignal()Alberto Mardegan2015-03-141-0/+45
|/ /
* | QDBusConnection::registorObject with interfaceKevron Rees2015-02-151-0/+70
* | Update copyright headersJani Heikkinen2015-02-1126-182/+182
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2113-82/+172
|\|
| * Fix compilation with older MSVC: use qIsNan instead of isnanThiago Macieira2015-01-151-2/+2
| * Fix memory leaks with QDBusServerThiago Macieira2015-01-111-0/+2
| * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-064-44/+76
| * Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-061-4/+4
| * Autotest: fix a race condition in verifying a peer D-Bus connectedThiago Macieira2015-01-066-14/+52
| * Autotest: Forward stderr of the sub-processesThiago Macieira2015-01-025-1/+4
| * Autotest: Be nicer when asking the sub-processes to exitThiago Macieira2015-01-028-17/+32
* | Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-061-11/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-2918-72/+94
|\|
| * Autotest: Fix a race condition in launching the QtDBus sub-processesThiago Macieira2014-12-208-14/+9
| * Fix handling of subprocesses for QtDBus unit tests on WindowsThiago Macieira2014-12-2012-22/+38
| * Don't kill the subprocess in tst_qdbusabstractinterfaceThiago Macieira2014-12-201-17/+25
| * Autotest: Make the peer executables report error if they failedThiago Macieira2014-12-203-3/+9
| * Remove the hardcoding of Unix socket paths for QtDBusThiago Macieira2014-12-204-15/+12