summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusconnection_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't leak pending call objects when peer disconnectsRobin Burchell2013-12-301-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-4/+11
|\
| * QtDBus: fix build on MSVC2008 Debug mode.Nicolás Alvarez2013-09-151-0/+8
| * Fix loss of valid dbus objects after unregisterObjectJohn Brooks2013-09-141-4/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-3/+2
|\|
| * Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-07-291-3/+2
* | QDBus: improve error handling, to give the developer feedback.David Faure2013-07-011-2/+2
|/
* don't bootstrap tools when not necessaryOswald Buddenhagen2013-03-141-2/+2