summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusmisc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-8/+8
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+2
* Use QList instead of QVectorJarek Kobus2020-07-091-2/+2
* Use QList instead of QVector in dbusJarek Kobus2020-06-251-4/+5
* Port dbus from QStringRef to QStringViewLars Knoll2020-06-151-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-3/+3
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* | Make QList an alias to QVectorLars Knoll2019-10-301-1/+4
|/
* Fix handling of QDBusMessage in qdbuscpp2xml in bootstrapped modeVolker Krause2018-04-291-0/+7
* qDBusInterfaceFromMetaObject: avoid quadratic complexity.Anton Kudryavtsev2016-04-291-3/+8
* DBus: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-281-7/+8
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QDBus: improve error handling, to give the developer feedback.David Faure2013-07-011-12/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* 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-1/+1
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-161-2/+2
* Merge master into api_changesKent Hansen2012-03-271-2/+3
|\
| * Use QVector<int> instead of QList<int> for storing metatypes in QtDBusThiago Macieira2012-03-241-1/+1
* | Make more of QDBus bootstrapping-ready.Stephen Kelly2012-03-151-1/+1
* | Make some DBus classes bootstrapping-ready.Stephen Kelly2012-03-141-2/+11
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-1/+1
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-4/+4
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove qDBusNameToTypeId function.Jędrzej Nowacki2012-01-271-10/+2
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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/+201