aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-181-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-15/+15
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-291-4/+6
* Remove warning about inability to defer propertiesFabian Kosmale2022-07-131-19/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-141-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-50/+66
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-111-10/+10
* Demote the deferred property warnings to qCInfoUlf Hermann2022-04-291-6/+10
* QQmlTypeCompiler: Find implicit components for inline component rootsUlf Hermann2022-04-271-11/+17
* QML: Reset the binding name when synthesizing componentsUlf Hermann2022-04-111-0/+4
* Fix typo and apply some cosmeticsUlf Hermann2022-04-111-7/+7
* QtQml: Uncruftify QQmlImportsUlf Hermann2022-03-241-1/+1
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-1/+1
* Make most QQmlPropertyData constUlf Hermann2022-03-141-13/+13
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-14/+14
* QML: Allow named lists of value typesUlf Hermann2022-01-281-1/+1
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-1/+1
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-3/+3
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-2/+2
* Unify PropertyCache refcountingUlf Hermann2022-01-031-14/+17
* Suppress warning about deferred group properties if scope is deferredUlf Hermann2021-11-301-7/+21
* Fix compiler warningVolker Hilsheimer2021-11-291-1/+1
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-261-0/+7
* Allow deferring of attached propertiesUlf Hermann2021-11-091-37/+48
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-6/+7
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-13/+27
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-281-9/+40
* QmlIR::Object: Get rid of isInlineComponent memberFabian Kosmale2021-08-251-4/+5
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-2/+2
* Use "QML 1.0" as the hidden internal import, not "QmlInternals"Ulf Hermann2021-06-091-3/+5
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-1/+1
* Resolve inline components before root componentFabian Kosmale2021-04-071-23/+36
* Run QQmlDefaultPropertyMerger after alias resolverFabian Kosmale2021-04-071-5/+5
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-021-43/+0
* Rename SignalHandlerConverter to SignalHandlerResolverAndrei Golubev2021-02-231-9/+9
* QML: Make retrieval of a signal name from a handler accessibleUlf Hermann2021-02-191-18/+8
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-121-0/+1
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* 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-6/+6
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+6
* QmlIR: Make sure that all objects receive a locationUlf Hermann2020-10-221-2/+4
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-121-2/+3
* QQmlTypeCompiler: Resolve aliases earlierFabian Kosmale2020-09-231-11/+12
* Adjust to qtbase changesFabian Kosmale2020-09-041-1/+1
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-221-4/+14
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-11/+11
* Allow using lowercase enum namesMaximilian Goldstein2020-05-191-4/+1
* Implement support for property observersSimon Hausmann2020-04-031-20/+33