summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Fix deadlock if the last reference is dropped during deliveryThiago Macieira2015-09-153-18/+3
* Remove Q_DECLARE_TYPEINFO that causes a build errorThiago Macieira2015-08-221-1/+0
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-091-1/+1
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
| |\
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+1
* | | QDBusError: Disable function that isn't used in bootstrapped buildsThiago Macieira2015-08-061-0/+2
|/ /
* | Mark QDBus{ObjectPath,Signature,Variant} shared-come-qt6Marc Mutz2015-07-191-12/+19
* | QDBusVariant: add ctor taking QVariant&&Marc Mutz2015-07-191-0/+3
* | QDBusConnection: declare as shared-come-Qt6Marc Mutz2015-07-191-1/+7
* | Add missing Q_DECLARE_OPERATORS_FOR_FLAGS(QDBusConnection::ConnectionCapabili...Marc Mutz2015-07-191-0/+1
* | QDBusMessage: declare as shared-come-Qt6Marc Mutz2015-07-181-0/+6
* | QDBusError: declare as shared-come-Qt6Marc Mutz2015-07-181-0/+15
* | QDBusArgument: declare as shared-come-Qt6Marc Mutz2015-07-181-0/+7
* | QDBusObjectPath: add ctor taking QString&&Marc Mutz2015-07-181-0/+3
* | QDBusSignature: add ctor taking QString&&Marc Mutz2015-07-181-0/+3
* | Mark QDBusSlotCache{,::Data} sharedMarc Mutz2015-07-181-0/+11
* | QDBusObjectPath / QDBusSignature: add missing =0 on qHash seed argumentMarc Mutz2015-07-101-2/+2
* | QtDBus: replace some inefficient QLists with QVectorMarc Mutz2015-07-102-3/+4
* | QtDBus: mark QDBusAdaptorConnector::AdaptorData as primitiveMarc Mutz2015-07-081-0/+1
* | QDBusConnection: fix misleading placement of Q_DECLARE_FLAGSMarc Mutz2015-07-081-1/+2
* | dbus: allow dbus_shutdown() on QT_NO_LIBRARY && QT_LINKED_LIBDBUSUlf Hermann2015-07-061-2/+2