summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusconnection_p.h
Commit message (Expand)AuthorAgeFilesLines
* More nullptr usage in headersKevin Funk2019-03-141-5/+5
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* QDBusServiceWatcher namespace prefix supportDavid Edmundson2018-11-061-2/+18
* QtDBus: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-8/+0
* Remove obsolete DBus dispatch lockAndreas Hartmetz2017-11-081-6/+4
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Remove unused QDBusConnectionPrivate::checkReplyForDelivery()Marc Mutz2017-03-011-3/+0
* Unbreak ubsan developer-buildMarc Mutz2017-02-071-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+19
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+19
| |\
| | * QDBusServer: delay processing of D-Bus messagesAlberto Mardegan2016-09-061-0/+19
* | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-091-2/+2
* | | Add qtdbusglobal.h and qtdbusglobal_p.hLars Knoll2016-07-141-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\|
| * Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-091-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-0/+3
|\|
| * QtDBus: finish all pending call with error if disconnectedWeng Xuetian2016-04-281-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+1
|\|
| * QtDBus: clean up signal hooks and object tree in closeConnectionWeng Xuetian2016-04-081-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-0/+1
|\|
| * Call out to QtDBus message spies in the main threadThiago Macieira2016-01-251-1/+2
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QDBusConnectionPrivate::ObjectTreeNode: remove pointless empty dtorMarc Mutz2016-01-121-1/+0
|/
* Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-021-0/+4
* Remove unused member variable QDBusConnectionPrivate::timeoutsPendingAddThiago Macieira2016-01-021-2/+0
* Change a QList of pointers to QVectorThiago Macieira2015-12-291-1/+1
* QDBusConnection: Remove unused membersThiago Macieira2015-10-151-3/+0
* Merge two more QDBusConnectionPrivate members into a unionThiago Macieira2015-09-151-2/+4
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-151-2/+6
* QDBusServiceWatcher: Move the logic to QDBusConnectionPrivateThiago Macieira2015-09-151-0/+7
* Remove the event callbacks in QDBusConnectionPrivateThiago Macieira2015-09-151-1/+0
* And move the creation of connections to the threadThiago Macieira2015-09-151-1/+1
* And move the sending of other types of D-Bus messages to the threadThiago Macieira2015-09-151-1/+1
* Move the sending of the D-Bus messages with reply to the threadThiago Macieira2015-09-151-0/+2
* Implement the blocking QtDBus call in terms of the non-blocking oneThiago Macieira2015-09-151-1/+0
* Make QDBusConnectionPrivate::send return boolThiago Macieira2015-09-151-1/+1
* Use a signal for updating the dispatch statusThiago Macieira2015-09-151-0/+1
* Use QDBusConnectionPrivate* when QDBusServer receives a new connectionThiago Macieira2015-09-151-6/+11
* Fix deadlock if the last reference is dropped during deliveryThiago Macieira2015-09-151-1/+0
* QtDBus: replace some inefficient QLists with QVectorMarc Mutz2015-07-101-1/+1
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-151-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-061-2/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-101-11/+5
|\
| * QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-051-11/+5
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
|/
* Fix data race in accessing QDBusConnectionPrivate::serviceNamesThiago Macieira2014-06-151-1/+1
* Add method to QDBusServer to allow anonymous client connections.Roland Winklmeier2014-01-151-0/+2