summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* And move the sending of other types of D-Bus messages to the threadThiago Macieira2015-09-151-10/+13
* Move the sending of the D-Bus messages with reply to the threadThiago Macieira2015-09-151-7/+15
* Remove superfluous code in QDBusConnectionPrivate::sendWithReplyThiago Macieira2015-09-151-6/+0
* Simplify some code in QDBusConnectionPrivate::sendWithReplyAsyncThiago Macieira2015-09-151-24/+11
* Use a dedicated thread for handling incoming libdbus-1 eventsThiago Macieira2015-09-151-9/+3
* Implement the blocking QtDBus call in terms of the non-blocking oneThiago Macieira2015-09-151-75/+16
* Make QDBusConnectionPrivate::send return boolThiago Macieira2015-09-151-13/+6
* Use a signal for updating the dispatch statusThiago Macieira2015-09-151-11/+3
* Use QDBusConnectionPrivate* when QDBusServer receives a new connectionThiago Macieira2015-09-151-4/+11
* Fix deadlock if the last reference is dropped during deliveryThiago Macieira2015-09-151-14/+0
* dbus: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-1/+6
* qDBusRealAddTimeout(): don't create a QList just to check it's emptyMarc Mutz2015-06-171-1/+1
* Fix conditions for disabling dbus dynamic symbol lookupUlf Hermann2015-06-161-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+10
|\