aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycachecreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-171-2/+2
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-171-6/+6
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-171-13/+14
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-171-6/+6
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-171-3/+4
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-8/+12
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-121-1/+1
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-081-1/+1
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-13/+14
* Allow attached properties in generalized grouped propertiesUlf Hermann2021-11-021-18/+33
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-14/+33
* Add a Pragma for list assign behaviorUlf Hermann2021-10-131-0/+12
* 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
* Resolve inline components before root componentFabian Kosmale2021-04-071-14/+78
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-10/+9
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-3/+3
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-111-0/+4
* Fix IC properties in same fileFabian Kosmale2020-12-101-0/+2
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-2/+2
* QQmlPropertyCacheCreator: return metatype in metaTypeForParameterFabian Kosmale2020-12-021-12/+12
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-19/+19
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-121-1/+4
* Always group the metaType and listType togetherLars Knoll2020-08-281-2/+2
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-3/+0
* Drop some dead codeUlf Hermann2020-04-071-5/+0
* Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-251-11/+11
* Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-1/+1
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-9/+9
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-32/+35
|\
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-30/+31
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-191-0/+1
|\|
| * QQmlPropertyCacheCreator: initialize memberFabian Kosmale2020-02-181-0/+1
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-13/+14
|/
* Long live QML inline componentsFabian Kosmale2020-01-231-14/+84
* QQmlPropertyData: Save some bitsFabian Kosmale2020-01-231-6/+6
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-2/+2
* Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-18/+30
* Add initial support for deep aliasesFabian Kosmale2019-10-071-30/+46
* Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-1/+10
* Don't manually resolve C++ base type for attached propertiesUlf Hermann2019-09-091-11/+2
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-091-2/+11
* Internal API cleanupSimon Hausmann2019-07-081-23/+38
* Centralize property & signal parameter type handling at compilation timeSimon Hausmann2019-07-081-3/+4
* Move qQmlCompileError to QQmlPropertyCacheCreatorUlf Hermann2019-07-081-0/+10
* Minor internal API cleanupSimon Hausmann2019-07-051-7/+7
* Reduce the size of Property fields in type compilation dataSimon Hausmann2019-07-051-19/+21
* Clean up property type to meta-type mappingSimon Hausmann2019-07-051-30/+5
* Internal API cleanupSimon Hausmann2019-07-051-1/+1