summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-101-38/+37
|\
| * Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
| * QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-051-11/+11
| * Always lock the DBus dispatcher before dbus_connection_send*Thiago Macieira2014-11-051-4/+15
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Replace the const QString global static with a QStringLiteralThiago Macieira2014-08-131-4/+10
* | QtDBus: Warn if blocking calls take too long.Robin Burchell2014-07-251-0/+87
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-9/+11
|\|
| * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-6/+5
| |\
| | * QDBus: fix data race on isDebugging boolDavid Faure2014-06-211-6/+5
| * | Fix data race in accessing QDBusConnectionPrivate::serviceNamesThiago Macieira2014-06-151-3/+6
| |/
* / Use correct signal name when disconnecting "NameOwnerChanged"Jakub Adam2014-06-081-1/+1
|/
* Add method to QDBusServer to allow anonymous client connections.Roland Winklmeier2014-01-151-1/+6
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-3/+3
* Don't leak pending call objects when peer disconnectsRobin Burchell2013-12-301-0/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-34/+7
|\
| * Fix loss of valid dbus objects after unregisterObjectJohn Brooks2013-09-141-34/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-53/+55
|\|
| * Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-07-291-39/+48
| * Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-07-291-14/+0
| * Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-07-291-2/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-3/+3
|\|
| * Fix disconnectFrom{Peer,Bus} when the connection failedThiago Macieira2013-07-121-3/+3
* | QDBus: improve error handling, to give the developer feedback.David Faure2013-07-011-2/+4
|/
* Fix wildcard signal disconnection in QDBusAbstractInterfaceThiago Macieira2013-03-191-2/+0
* Stop using function deprecated in D-Bus 1.2 (raise minimum version)Thiago Macieira2013-02-271-3/+3
* Add Q_DECL_UNUSED to a function only used in Q_ASSERTThiago Macieira2013-02-121-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
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\|
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | | Improve the QDBusConnection node children garbage collectionThiago Macieira2013-01-231-25/+24
* | | Make the QtDBus object tree keep a count of active childrenThiago Macieira2013-01-231-4/+24
* | | Rewrite QDBusConnection::unregisterObject to be recursiveThiago Macieira2013-01-231-0/+40
|/ /
* / QtDBus: Garbage collect deleted objects now and then.David Faure2013-01-171-0/+17
|/
* Make QtDBus work again with D-Bus 1.0 and 1.1Thiago Macieira2012-10-191-10/+9
* Remove visibility attribute from function body in QtDBusThiago Macieira2012-10-171-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-221-6/+6
* dbus: Include own headers firstSergio Ahumada2012-09-191-1/+2
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-3/+5
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-09-141-4/+10
* QDBusIntegrator: fix unprotected QDBusPendingCallPrivate::waitingForFinished ...Marc Mutz2012-09-081-1/+7
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2012-09-031-0/+1
* Print some debugging from QDBusConnection when disconnectingThiago Macieira2012-08-251-0/+1
* QtDBus: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-291-4/+4
* Port QtDBus to QMetaMethod-based connectNotify()Kent Hansen2012-05-011-4/+10
* Merge master into api_changesKent Hansen2012-03-271-4/+4
|\
| * Use QVector<int> instead of QList<int> for storing metatypes in QtDBusThiago Macieira2012-03-241-4/+4