aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Key required properties by object and property dataUlf Hermann2022-11-281-5/+6
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-4/+34
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-0/+1
* Qml: Drop unused value type provider functionsUlf Hermann2022-09-131-2/+2
* Introduce QQmlType::createWithQQmlDataFabian Kosmale2022-07-011-10/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Replace synthetic AOT functions with property-to-property bindingsUlf Hermann2022-05-241-1/+1
* QML: Add an option to bind components to filesUlf Hermann2022-05-231-0/+13
* QQmlDelegateModel: Consider only top level required propertiesUlf Hermann2022-05-171-9/+15
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-38/+46
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-6/+6
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-111-4/+8
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-111-8/+8
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-04-271-0/+8
* Generalize QQmlAbstractBinding::isValueTypeProxy()Ulf Hermann2022-04-251-2/+2
* QQmlType: Unify create functionsFabian Kosmale2022-03-291-1/+1
* QQmlObjectCreator: Make the code scanner happyUlf Hermann2022-03-251-0/+1
* Make most QQmlPropertyData constUlf Hermann2022-03-141-9/+9
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-2/+2
* QML: Allow named lists of value typesUlf Hermann2022-01-281-4/+4
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-5/+3
* 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