summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-136-59/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-126-59/+6
| |\
| | * Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage opera...Thiago Macieira2016-01-112-10/+4
| | * Revert "dbus: Add method serial() and replySerial() to class DBusMessage."Thiago Macieira2016-01-114-47/+0
| | * Work around GCC 6 warning about offset outside bounds of stringThiago Macieira2016-01-081-2/+2
* | | QtDBus: eradicate all Q_FOREACH loopsMarc Mutz2016-01-124-10/+9
* | | QDBusConnectionPrivate::ObjectTreeNode: remove pointless empty dtorMarc Mutz2016-01-121-1/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-0810-15/+138
|\|
| * dbus: Print out 'serial' and 'serial reply to' with DBusMessage operator<<.Ralf Habacker2016-01-072-4/+10
| * dbus: Add method serial() and replySerial() to class DBusMessage.Ralf Habacker2016-01-074-0/+47
| * Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-025-7/+79
| * Add a default argument to QDBusPendingCallWatcher::finished signalThiago Macieira2016-01-021-1/+1
| * Remove unused member variable QDBusConnectionPrivate::timeoutsPendingAddThiago Macieira2016-01-021-2/+0
| * Change a QList of pointers to QVectorThiago Macieira2015-12-291-1/+1
* | QDBusArgument: remove useless op<< overloadsMarc Mutz2016-01-031-31/+0
* | QDBusIntegrator: fix quadratic behaviorMarc Mutz2015-12-271-8/+7
* | [docs] Fix assocated -> associatedMarc Mutz2015-12-151-1/+1
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-235-10/+3
|\|
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * QDBusServer: Fix uninitialized memberThiago Macieira2015-10-151-4/+2
| * QDBusConnection: Remove unused membersThiago Macieira2015-10-151-3/+0
| * QDBusPendingCall: Remove unused memberThiago Macieira2015-10-152-2/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-144-3/+17
|\|
| * Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-0/+3
| * Fix documentation of new methodLars Knoll2015-10-081-2/+2
| * Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
| * Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | dbus: Port to new connect syntaxSérgio Martins2015-10-013-12/+12
|/
* Fix deadlock on disconnectNotify() called from ~QObjectThiago Macieira2015-09-253-13/+55
* QtDBus: update debugging info (QDBUS_DEBUG=1)Thiago Macieira2015-09-241-10/+4
* Merge two more QDBusConnectionPrivate members into a unionThiago Macieira2015-09-152-15/+18
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-153-51/+40
* Bypass connectSignal() for receiving the NameOwnerChanged signalThiago Macieira2015-09-151-6/+17
* Make QDBusConnectionPrivate::getNameOwnerNoCache work in our threadThiago Macieira2015-09-151-3/+15
* Use the new QDBusConnectionPrivate::shouldWatchService functionThiago Macieira2015-09-151-3/+1
* QDBusServiceWatcher: Move the logic to QDBusConnectionPrivateThiago Macieira2015-09-154-37/+80
* Remove the event callbacks in QDBusConnectionPrivateThiago Macieira2015-09-153-149/+19
* Merge two Q_GLOBAL_STATICS into another and solve memory leakThiago Macieira2015-09-153-26/+30
* And move the creation of connections to the threadThiago Macieira2015-09-156-95/+142
* And move the sending of other types of D-Bus messages to the threadThiago Macieira2015-09-153-12/+15
* Move the sending of the D-Bus messages with reply to the threadThiago Macieira2015-09-153-8/+18
* 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-154-38/+49
* Implement the blocking QtDBus call in terms of the non-blocking oneThiago Macieira2015-09-156-86/+23
* Make QDBusConnectionPrivate::send return boolThiago Macieira2015-09-152-14/+7
* Use a signal for updating the dispatch statusThiago Macieira2015-09-152-11/+4
* Use QDBusConnectionPrivate* when QDBusServer receives a new connectionThiago Macieira2015-09-155-17/+34
* Use QDBusServiceWatcher in QDBusAbstractInterface to track the ownerThiago Macieira2015-09-152-28/+19