aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-221-4/+4
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-4/+15
* QtQml: Do not speculatively create ICs for non-composite typesUlf Hermann2024-02-081-2/+1
* QtQml: Move header verification into CompiledData::UnitUlf Hermann2024-01-231-1/+1
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-12/+30
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-3/+3
* QtQml: Assign unique placeholder names to anonymous metatypesUlf Hermann2024-01-171-0/+1
* QtQml: Don't create metatypes for procedurally registered compositesUlf Hermann2024-01-171-9/+14
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-3/+3
* QtQml: Clear stale compilation units more thoroughlyUlf Hermann2024-01-111-16/+37
* QtQml: Don't unnecessarily detour through the CU to look up typesUlf Hermann2023-10-191-2/+7
* QtQml: Store singleton typename as UTF-8 QByteArrayUlf Hermann2023-08-301-1/+1
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-21/+26
* QtQml: Remove unused instanceMetaObject memberUlf Hermann2023-08-281-2/+0
* QtQml: Slightly optimize QQmlType proxy creation methodsUlf Hermann2023-07-111-10/+17
* QtQml: Clean up lazy-loading of parts of QQmlTypePrivateUlf Hermann2023-07-111-6/+0
* QQmlType: Re-organize QQmlTypePrivate to reduce memory usageUlf Hermann2023-07-061-42/+42
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-159/+246
* QtQml: Move inline component registry to QQmlMetaTypeDataUlf Hermann2023-05-301-4/+45
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-1/+1
* Undeprecate AOTCompiledFunctionUlf Hermann2023-05-231-1/+1
* QML: Register all builtinsUlf Hermann2023-05-221-5/+19
* Remove some references to Q_ENUMSFabian Kosmale2023-05-221-1/+1
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-141-0/+1
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-061-1/+1
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-021-1/+26
* QML: Fix precedence between importsUlf Hermann2022-11-081-3/+10
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* qmltc: support basic inline componentsSami Shalayel2022-09-261-1/+3
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-17/+6
* Qml: use an enum for the registration struct versionsUlf Hermann2022-09-141-2/+4
* QtQml: Fix internal documentation of QQmlMetaType::qmlType()Ulf Hermann2022-08-041-2/+6
* QQmlMetaType::registerPluginTypes - fix unused variable warningIvan Solovev2022-07-251-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-311-113/+37
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-241-37/+113
* Support extension property revisionsAndrei Golubev2022-05-241-3/+13
* QML: Correctly detect extended typesAndrei Golubev2022-05-231-1/+1
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-05-041-27/+30
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-251-7/+0
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-12/+19
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-14/+14
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-211-14/+0
* QML: Allow named lists of value typesUlf Hermann2022-01-281-16/+29
* Simplify QQmlMetaTypeInterface and QQmlListMetaTypeInterfaceUlf Hermann2022-01-181-2/+2
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-17/+96
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-0/+13
* Move composite types into QQmlMetaTypeUlf Hermann2022-01-151-0/+55