summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\|
| * Make sure we don't call dbus_connection_can_send_type on too old libdbusThiago Macieira2015-05-261-3/+0
| * Doc: added doc for non-documented functionsNico Vertriest2015-05-182-0/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-1/+11
|\|
| * Fix undefined behavior: accessing an object after destructionThiago Macieira2015-04-152-0/+10
| * Fix crashes on shutdown when the D-Bus spy list has been destroyedThiago Macieira2015-04-151-1/+1
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-203-2/+2
* | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0112-66/+79
|\|
| * Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-318-61/+64
| * Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-303-4/+8
| * Skip non-exported slots early when creating a XML interface description.Robert Griebl2015-03-251-1/+6
| * Export the symbols of libdbus-1 when loading it at runtime.Robert Griebl2015-03-251-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-2/+2
|\|