aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve deprecation message of object to signal handler assignmentCarl Schwan2024-04-111-2/+2
* Adapt to privatising of QPropertyBinding's ref countUlf Hermann2024-03-251-1/+1
* Handle more potential underlying typesFabian Kosmale2024-03-181-0/+43
* Prepare for white allocations during gc(8/9): Object creatorFabian Kosmale2024-03-051-9/+21
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-011-2/+5
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-11/+19
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-1/+1
* Fix build warning in tracepointAntti Määttä2024-01-181-1/+1
* Trace: Update createInstance parameterAntti Määttä2024-01-171-2/+2
* QtQml: Move property caches into base CUUlf Hermann2024-01-131-2/+2
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-131-3/+4
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-6/+6
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-2/+3
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-2/+4
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-041-2/+2
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-091-4/+18
* QQmlObjectCreator: Don't crash when installing bindingsOlivier De Cannière2023-09-281-1/+3
* Fix whitespace in diagnostics messageIvan Tkachenko2023-09-191-1/+1
* QQmlBind: handle top-level attached propertiesFabian Kosmale2023-08-221-0/+10
* QtQml: Index inline components by name rather than IDUlf Hermann2023-05-301-3/+18
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-061-5/+1
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-261-0/+13
* Avoid duplicate value type creationUlf Hermann2023-02-241-11/+8
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-8/+16
* QmlObjectCreator: play nice with grouped propertiesFabian Kosmale2022-12-151-2/+13
* 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