aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQmlObjectCreator: avoid extra detach on pendingBindings listVladimir Belyavsky2024-04-221-3/+1
* QtQml: Assert on ddata and ddata->propertyCache in doPopulateDeferred()Ulf Hermann2024-03-181-0/+4
* Prepare for white allocations during gc(8/9): Object creatorFabian Kosmale2024-03-051-3/+18
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* QQmlBind: handle top-level attached propertiesFabian Kosmale2023-08-221-0/+4
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-1/+1
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-1/+1
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-061-0/+10
* Key required properties by object and property dataUlf Hermann2022-11-281-1/+24
* Required properties: Use pointers instead of referencesFabian Kosmale2022-11-101-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQmlDelegateModel: Consider only top level required propertiesUlf Hermann2022-05-171-3/+5
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-071-18/+18
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-2/+2
* QQmlComponent: put special internal creation routine into a functionAndrei Golubev2021-11-231-0/+5
* Allow deferring of attached propertiesUlf Hermann2021-11-091-1/+9
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-2/+51
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-051-1/+7
* QQmlObjectCreator: Remove old finalizer infrastructureFabian Kosmale2021-09-291-3/+0
* Long live (the internal) QQmlFinalizerHook!Fabian Kosmale2021-09-291-0/+2
* Fix required properties detection in QQmlObjectCreatorAndrei Golubev2021-09-221-2/+3
* QQmlObjectCreator: Avoid atomic operationsFabian Kosmale2021-05-201-5/+5
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-0/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-10/+21
* QQmlObjectCreator: Drop some dead codeUlf Hermann2020-03-101-1/+0
* Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-1/+1
* Long live QML inline componentsFabian Kosmale2020-01-231-1/+2
* QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-161-2/+13
* required properties: move hadRequiredProperties to shared stateFabian Kosmale2019-09-251-2/+2
* Support required properties in model delegatesFabian Kosmale2019-09-121-0/+2
* Introduce required properties to QMLFabian Kosmale2019-09-091-0/+25
* Disentangle includes and namespacesUlf Hermann2019-07-111-2/+0
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Fix some const-correctness issuesMarc Mutz2019-07-021-3/+3
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-4/+4
* Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-1/+4
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-1/+1
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-2/+2
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-0/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-1/+1
|\
| * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-061-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+10
|\|
| * Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-181-1/+10
| * Revert "Allow canceling incubation"J-P Nurmi2018-01-171-1/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-1/+2
|\|
| * More fine-grained deferred property executionJ-P Nurmi2017-11-251-1/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-1/+1
|\|
| * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-1/+1