summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: stop using _beginthreadex on regular buildsThiago Macieira2016-06-021-35/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-0/+35
|\
| * Workaround Windows DLL unload issue with threads runningThiago Macieira2016-05-021-0/+35
* | DBus: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-281-5/+6
* | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-071-2/+2
|\|
| * Fix crash when a standard bus isn't availableThiago Macieira2016-02-251-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+4
|\|
| * Fix dbus wince buildAndreas Holzammer2016-02-051-0/+4
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-3/+42
|\|
| * Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-021-3/+42
* | dbus: Port to new connect syntaxSérgio Martins2015-10-011-2/+2
|/
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-151-2/+0
* Merge two Q_GLOBAL_STATICS into another and solve memory leakThiago Macieira2015-09-151-22/+22
* And move the creation of connections to the threadThiago Macieira2015-09-151-82/+124
* Move the sending of the D-Bus messages with reply to the threadThiago Macieira2015-09-151-1/+1
* Use a dedicated thread for handling incoming libdbus-1 eventsThiago Macieira2015-09-151-25/+33
* Use QDBusConnectionPrivate* when QDBusServer receives a new connectionThiago Macieira2015-09-151-1/+1
* Fix deadlock if the last reference is dropped during deliveryThiago Macieira2015-09-151-3/+3
* Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-311-4/+4
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-151-0/+21
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+1
|\
| * Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-061-1/+1
* | Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-061-28/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-13/+13
* Fix loss of valid dbus objects after unregisterObjectJohn Brooks2013-09-141-2/+1
* Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-07-291-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
|\
| * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Remove debugging messages from QDBusConnection::registerObjectThiago Macieira2013-01-231-4/+4
* | Make the QtDBus object tree keep a count of active childrenThiago Macieira2013-01-231-7/+3
* | Rewrite QDBusConnection::unregisterObject to be recursiveThiago Macieira2013-01-231-28/+1
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* dbus: Include own headers firstSergio Ahumada2012-09-191-2/+3
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-3/+5
* QtDBus: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-291-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* qdoc3: Don't put \relates in class member functions.Martin Smith2012-01-141-15/+14
* qdoc3: Don't put \relates in class member functions.Martin Smith2012-01-131-2/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix clang warning about bool to pointer conversion.Jędrzej Nowacki2011-11-281-1/+1
* Add DBus VirtualObject to handle multiple paths.Frederik Gladhorn2011-08-181-1/+51
* Fix a crash when D-Bus library can't be loadedHarald Fernengel2011-07-071-1/+1