aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-081-18/+18
* 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
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-2/+3
|\|
| * Clean up void * usageLars Knoll2017-08-231-2/+3
* | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-141-1/+1
|/
* Allow canceling incubationJ-P Nurmi2017-01-241-0/+1
* Qml: mark some methods as constAnton Kudryavtsev2016-10-241-3/+3
* Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-1/+1
* Remove some dead codeUlf Hermann2016-07-271-1/+0
* Clean up property cache array handlingSimon Hausmann2016-06-161-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-4/+3
* Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-1/+1
* Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-301-3/+2
* Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-301-1/+1
* Optimize named object handlingSimon Hausmann2016-05-261-1/+0
* Simplify object to id-in-context mappingSimon Hausmann2016-05-261-2/+2