summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix dbus wince buildAndreas Holzammer2016-02-051-0/+3
* QtDBus: Remove unnecessary #ifndef for QT_NO_PROPERTIESThiago Macieira2016-01-301-2/+0
* Call out to QtDBus message spies in the main threadThiago Macieira2016-01-251-12/+36
* Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage opera...Thiago Macieira2016-01-111-2/+2
* 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
* 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
|\
| * Fix undefined behavior: accessing an object after destructionThiago Macieira2015-04-151-0/+9
| * Fix crashes on shutdown when the D-Bus spy list has been destroyedThiago Macieira2015-04-151-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-35/+20
|\|
| * Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-311-33/+16
| * Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-2/+4
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-2/+2
|\|
| * QtDBus: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* | Add QDBusMessage::createTargetedSignal()Alberto Mardegan2015-03-141-1/+2
|/
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-151-2/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-3/+6
|\
| * Fix memory leaks with QDBusServerThiago Macieira2015-01-111-3/+6
* | Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-061-2/+0
* | Cosmetic debugging difference for QDBusConnectionThiago Macieira2015-01-061-1/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-0/+2
|\|
| * Break after handling the read/writeAlbert Astals Cid2014-11-281-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-38/+37
|\|
| * Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-101-38/+37
| |\
| | * Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
| | * QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-051-11/+11