aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycachecreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Inline methods for looking up common metatypesUlf Hermann13 days1-57/+0
* QtQml: Resolve generalized group properties during alias resolutionUlf Hermann2024-04-051-6/+1
* Engine: Handle grouped property bindings of non-registered typesFabian Kosmale2024-03-271-1/+12
* QtQml: Assign unique placeholder names to anonymous metatypesUlf Hermann2024-01-171-4/+3
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-13/+39
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-161-28/+44
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-091-1/+3
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-031-6/+13
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-1/+3
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-3/+2
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-1/+1
* QML: Allow named lists of value typesUlf Hermann2022-01-281-0/+20
* Allow custom named value types in QMLUlf Hermann2022-01-251-8/+0
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-5/+7
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-1/+1
* Unify PropertyCache refcountingUlf Hermann2022-01-031-2/+5
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-5/+9
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-1/+1
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-1/+1
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* Fix IC properties in same fileFabian Kosmale2020-12-101-0/+9
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-1/+1
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-23/+24
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-1/+0
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-7/+4
* Always search for instantiating property cache by QQmlTypeUlf Hermann2020-02-121-1/+5
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-2/+4
* Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-0/+16
* Minor internal API cleanupSimon Hausmann2019-07-051-22/+22
* Reduce the size of Property fields in type compilation dataSimon Hausmann2019-07-051-2/+1
* Clean up property type to meta-type mappingSimon Hausmann2019-07-051-0/+30
* Eliminate qmldevtools_buildUlf Hermann2019-05-311-0/+101