summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusabstractinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-7/+7
* Cleanup DBus type registration codeLars Knoll2020-09-231-1/+1
* Remove some dead codeLars Knoll2020-09-121-125/+0
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-3/+3
|\
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-3/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
|/
* QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-031-8/+8
* QDBusAbstractInterface: make call() and asyncCall() variadic templatesMarc Mutz2019-06-211-23/+88
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* Add a QAbstractMetaCallEventLars Knoll2019-03-291-2/+2
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-14/+16
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Fix race condition in QDBusAbstractInterfacePrivate::initOwnerTracking()Romain Pokrzywka2017-08-041-5/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+14
|\
| * QtDBus: compile with GCC 7Marc Mutz2016-10-121-0/+14
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | [docs] Fix assocated -> associatedMarc Mutz2015-12-151-1/+1
|/
* Fix deadlock on disconnectNotify() called from ~QObjectThiago Macieira2015-09-251-12/+52
* Use the new QDBusConnectionPrivate::shouldWatchService functionThiago Macieira2015-09-151-3/+1
* Use QDBusServiceWatcher in QDBusAbstractInterface to track the ownerThiago Macieira2015-09-151-28/+17
* Fix warning with MSVC 2013Thiago Macieira2015-06-261-0/+1
* Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-311-12/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix crashes when calling into qdbus interfaces from QMLSimon Hausmann2014-01-021-23/+31
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-161-3/+11
* Fix wildcard signal disconnection in QDBusAbstractInterfaceThiago Macieira2013-03-191-3/+16
* Make sure that signal disconnects don't disconnect too muchThiago Macieira2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Modularize QtDBus documentation and add missing file to QtNetwork.Casper van Donderen2012-05-091-2/+2
* Pass configured timeout to callWithCallback too.David Faure2012-05-021-1/+2
* Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6David Faure2012-05-021-2/+2
* Port QtDBus to QMetaMethod-based connectNotify()Kent Hansen2012-05-011-3/+4
* Use the new QMetaMethod API in QtDBusKent Hansen2012-03-201-2/+2
* QtDBus: make some constructors explicitMarc Mutz2012-03-121-4/+4
* Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-1/+1
* Adapt QtDBus to QVariant property type changeKent Hansen2012-02-031-2/+2
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1