summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QtDBus: mark some types as movable come Qt 6Marc Mutz2015-07-061-0/+9
* | QtDBus: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-047-10/+10
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-1/+2
|\|
| * Fix warning with MSVC 2013Thiago Macieira2015-06-261-0/+1
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | QtDBus: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-302-7/+8
* | dbus: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-233-2/+10
* | 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-162-6/+6
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-033-3/+12
|\|