summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-2/+3
|\
| * QDBusConnection: prevent leaking connection/server on destroyKirill Burtsev2018-11-281-2/+3
* | QDBusServiceWatcher namespace prefix supportDavid Edmundson2018-11-061-24/+65
|/
* Remove obsolete DBus dispatch lockAndreas Hartmetz2017-11-081-18/+3
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* Revert "Merge the QDBusMetaType's custom information to QDBusConnectionManager"Lars Knoll2017-05-171-0/+1
* Fix some QtDBus crashes during application destructionThiago Macieira2017-05-111-0/+3
* Merge the QDBusMetaType's custom information to QDBusConnectionManagerThiago Macieira2017-05-111-1/+0
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-4/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+14
| |\
| | * Make QDBusConnectionPrivate::relaySignal be called in the right threadThiago Macieira2016-09-161-4/+2
| | * QDBusServer: delay processing of D-Bus messagesAlberto Mardegan2016-09-061-0/+12
* | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-091-8/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-11/+20
|\|
| * Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-091-11/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-6/+35
|\|
| * QtDBus: finish all pending call with error if disconnectedWeng Xuetian2016-04-281-6/+35
* | DBus: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-281-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-1/+25
|\|
| * QtDBus: clean up signal hooks and object tree in closeConnectionWeng Xuetian2016-04-081-1/+25
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-10/+32
|\|
| * Fix QtDBus deadlock inside kded/kiodThiago Macieira2016-03-191-10/+32
* | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+3
|\|
| * Fix dbus wince buildAndreas Holzammer2016-02-051-0/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+0
|\|
| * QtDBus: Remove unnecessary #ifndef for QT_NO_PROPERTIESThiago Macieira2016-01-301-2/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-11/+35
|\|
| * Call out to QtDBus message spies in the main threadThiago Macieira2016-01-251-12/+36
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-2/+2
|\|
| * Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage opera...Thiago Macieira2016-01-111-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-4/+33
|\|
| * dbus: Print out 'serial' and 'serial reply to' with DBusMessage operator<<.Ralf Habacker2016-01-071-2/+2
| * Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-021-2/+31
* | QDBusIntegrator: fix quadratic behaviorMarc Mutz2015-12-271-8/+7
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | dbus: Port to new connect syntaxSérgio Martins2015-10-011-6/+6
|/
* Fix deadlock on disconnectNotify() called from ~QObjectThiago Macieira2015-09-251-1/+1
* QtDBus: update debugging info (QDBUS_DEBUG=1)Thiago Macieira2015-09-241-10/+4
* Merge two more QDBusConnectionPrivate members into a unionThiago Macieira2015-09-151-13/+14
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-151-47/+34
* Bypass connectSignal() for receiving the NameOwnerChanged signalThiago Macieira2015-09-151-6/+17
* Make QDBusConnectionPrivate::getNameOwnerNoCache work in our threadThiago Macieira2015-09-151-3/+15
* QDBusServiceWatcher: Move the logic to QDBusConnectionPrivateThiago Macieira2015-09-151-6/+64
* Remove the event callbacks in QDBusConnectionPrivateThiago Macieira2015-09-151-125/+19
* Merge two Q_GLOBAL_STATICS into another and solve memory leakThiago Macieira2015-09-151-4/+4
* And move the creation of connections to the threadThiago Macieira2015-09-151-0/+1