aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-171-6/+6
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-171-1/+1
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-171-4/+8
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-171-8/+8
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-38/+46
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-05-071-0/+8
* QQmlComponent: put special internal creation routine into a functionAndrei Golubev2021-11-231-6/+16
* Make QQmlEngine take care of QQmlContext setupAndrei Golubev2021-11-121-13/+4
* Allow deferring of attached propertiesUlf Hermann2021-11-091-7/+8
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-10/+3
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-53/+32
* QML engine: Resolve URLs on property assignment when given an env varFabian Kosmale2021-10-061-2/+9
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-051-4/+14
* QQmlObjectCreator: Remove old finalizer infrastructureFabian Kosmale2021-09-291-11/+0
* Long live (the internal) QQmlFinalizerHook!Fabian Kosmale2021-09-291-0/+11
* Fix required properties detection in QQmlObjectCreatorAndrei Golubev2021-09-221-5/+83
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-051-1/+4
* Put the QQmlData::context setting logic into a separate functionAndrei Golubev2021-06-211-19/+5
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-12/+12
* QQmlObjectCreator: Avoid atomic operationsFabian Kosmale2021-05-201-1/+1
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-101-1/+22
* QQmlPropertyValueInterceptor: Add binding interception supportFabian Kosmale2021-05-041-1/+2
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-301-11/+3
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-6/+6
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-1/+1
* QQmlObjectCreator: Use new findAliasTarget overloadFabian Kosmale2021-02-191-11/+9
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-251-1/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-031-1/+7
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-2/+2
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-17/+17
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-121-1/+15
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-2/+2
* Condense the different value type creation functions into oneUlf Hermann2020-09-231-2/+2
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-231-6/+4
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-231-45/+8
* Adjust to qtbase changesFabian Kosmale2020-09-041-6/+10
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-3/+1
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-221-0/+29
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-1/+1
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-2/+10
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-251-7/+2
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-9/+2
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-221-4/+3
* Remove QRegExp support from QtQmlLars Knoll2020-04-031-3/+0
* Implement support for property observersSimon Hausmann2020-04-031-3/+10
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-021-3/+7
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+7