summaryrefslogtreecommitdiff
path: root/src/dbus/qdbusmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDBusMetaObjectGenerator: Use uniform loops to iterate over methodsIevgenii Meshcheriakov2023-05-151-15/+19
* QtDBus: Convert some loops to ranged for loopsIevgenii Meshcheriakov2023-05-151-26/+8
* moc: Record types of enumerationsUlf Hermann2023-03-311-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-17/+17
* QMetaObject: add revision 11 for Qt 6.5Thiago Macieira2022-08-251-2/+2
* QDBusMetaObjectGenerator: replace a few more intThiago Macieira2022-08-081-7/+7
* QDBusMetaObjectGenerator: use qsizetype for counting thingsThiago Macieira2022-08-081-26/+28
* QMetaType: fix QMetaTypes for non-const referencesThiago Macieira2022-07-271-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtDBus: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-121-2/+2
* QtDBus: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-121-9/+10
* QtDBus: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-121-2/+2
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-2/+2
* qdbus: add support for "aay" (QByteArrayList)David Faure2021-05-021-0/+3
* Introduce QMetaObject::metaTypeFabian Kosmale2021-03-251-2/+4
* 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