summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use the new QMetaMethod API in QtDBusKent Hansen2012-03-201-6/+3
* | QtDBus: make some constructors explicitMarc Mutz2012-03-121-2/+2
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-2/+2
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-2/+2
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove qDBusNameToTypeId function.Jędrzej Nowacki2012-01-271-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-2/+2
* Remove unused variable from qdbusintegrator.cpp.Jędrzej Nowacki2011-10-201-2/+0
* Add DBus VirtualObject to handle multiple paths.Frederik Gladhorn2011-08-181-2/+16
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2411