aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltype_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQmlType: Add missing operator!= and hide operator==Ulf Hermann13 days1-4/+9
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-0/+5
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QtQml: Do not poison the type registry with unfinished enumsUlf Hermann2023-12-201-2/+1
* QtQml: Store singleton typename as UTF-8 QByteArrayUlf Hermann2023-08-301-1/+1
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-2/+12
* QtQml: Remove unused instanceMetaObject memberUlf Hermann2023-08-281-1/+0
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-3/+0
* QtQml: Move inline component registry to QQmlMetaTypeDataUlf Hermann2023-05-301-3/+0
* QtQml: Eliminate inlineComponentNameUlf Hermann2023-05-301-2/+0
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-7/+2
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-0/+3
* Introduce QQmlType::createWithQQmlDataFabian Kosmale2022-07-011-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQmlType: Unify create functionsFabian Kosmale2022-03-291-1/+1
* QML: Allow named lists of value typesUlf Hermann2022-01-281-0/+1
* Long live (the internal) QQmlFinalizerHook!Fabian Kosmale2021-09-291-0/+1
* 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