summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-1/+1
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-2/+2
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-9/+13
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-1/+3
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-2/+4
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-8/+18
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-2/+2
* MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-0/+6
* New QMetaType representationOlivier Goffart2020-02-201-18/+22
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-10/+10
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-10/+10
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+2
|\|
| * Don't use QMap::unite for merging mapsMårten Nordheim2019-12-121-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-10/+10
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* | Change representation of string data in the meta objectLars Knoll2019-12-081-1/+1
|/
* QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-031-1/+1
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-1/+1
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtDBus: eradicate all Q_FOREACH loopsMarc Mutz2016-01-121-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix assignment within a Q_ASSERTHolger Hans Peter Freyther2015-01-161-1/+1
* Update dbus to use new QMetaType::registerNormalizedType signatureJędrzej Nowacki2014-11-171-13/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Make D-Bus types without a matching Qt one prettier in qdbusThiago Macieira2014-02-221-1/+4
* Also register complex D-Bus types when running under qdbusThiago Macieira2014-01-311-14/+19
* Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-061-2/+1
* QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-1/+1
* Fix crash on qdbus when return type is a raw dbus typeAlbert Astals Cid2013-07-301-2/+10
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-9/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-1/+1
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-0/+4
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-161-1/+11
* Add API and reserve space for storing the QMetaObject with the QMetaType.Stephen Kelly2012-03-201-1/+2
* Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-7/+3
* Port QDBusMetaObject to Qt5 meta-property/method descriptor formatKent Hansen2012-02-291-45/+107
* Port QDBusMetaObject to new meta-object string formatKent Hansen2012-02-291-42/+7
* Remove unused QtDBus meta-object extensionsKent Hansen2012-02-201-31/+4
* Store only unique strings in the QtDBus meta-object string tableKent Hansen2012-02-151-37/+51
* Adapt QtDBus to QVariant property type changeKent Hansen2012-02-031-1/+1
* Bring QtDBus meta-object generator in sync with mocKent Hansen2012-02-031-94/+54
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Code cleanup, remove QVariant::nameToType usage.Jędrzej Nowacki2012-01-281-3/+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