aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltype_p.h
Commit message (Expand)AuthorAgeFilesLines
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+2
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-0/+3
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-0/+2
* Allow proper registration of value typesUlf Hermann2020-09-231-0/+1
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-171-2/+2
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-251-3/+0
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-101-2/+3
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Change qHash return value to size_tFabian Kosmale2020-04-161-2/+2
* Make QQmlType::inlineComponentObjectId() constUlf Hermann2020-03-251-1/+1
* Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-1/+1
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-2/+2
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-5/+5
* Long live QML inline componentsFabian Kosmale2020-01-231-0/+16
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-181-0/+1
* Optimize enum setupUlf Hermann2019-09-101-4/+0
* QQmlType: Remove dead codeUlf Hermann2019-09-041-1/+0
* add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-111-1/+3
* Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-301-1/+3
* Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-19/+6
* Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-181-1/+0
* Use QQmlRefCount for QQmlType(Private)Ulf Hermann2019-03-191-10/+16
* Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-081-17/+0
* QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-0/+222