summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0121-21/+0
* tests/auto/dbus: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-195-40/+40
* 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
| * tst_qdbusconnection_no_bus: Fix build on WindowsThiago Macieira2014-12-201-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-2/+4
|\|
| * Make QtDBus compile without libdbus-1 headers, if dlopeningThiago Macieira2014-12-011-2/+4
* | Fix DBus signature generation for complex types.Aaron McCarthy2014-12-041-0/+53
|/
* Autotest: synchronize with the peer before emitting more signalsThiago Macieira2014-10-312-1/+38
* Update license headers and add new license filesMatti Paaso2014-09-2426-494/+286
* Add support for blacklisting test functionsLars Knoll2014-09-211-3/+2
* tst_qdbusabstractadaptor: Reduce qWait() usage.Robin Burchell2014-08-191-25/+14
* Fix dangling pointer dereferencingThiago Macieira2014-05-091-10/+10
* Autotest: make sure the helper programs in QtDBus aren't bundlesThiago Macieira2014-05-092-0/+4
* tests: Mark tst_qdbus* tests as insignificant on OS XSergio Ahumada2014-03-1314-0/+28
* don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-161-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-274-9/+4
|\
| * tests: Make the QT assignments more explicitSergio Ahumada2013-08-214-9/+4
| * Revert c3f485c5250a503832e767e1fe5e40595126f6c5Albert Astals Cid2013-08-083-131/+0
| * Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-303-0/+131
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-2/+24
|\|
| * Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-161-2/+24