aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQmlEngine: Set translationsDirectory in loadFromModuleOlivier De Cannière2024-03-211-0/+5
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-041-4/+1
* QQmlComponent: Resolve inline components by name rather than IDUlf Hermann2023-05-261-2/+3
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-121-1/+4
* QtQml: Check CU for null on isBound()Ulf Hermann2023-03-171-1/+2
* Key required properties by object and property dataUlf Hermann2022-11-281-3/+6
* QQmlComponent::loadFromModule: Support inline componentsFabian Kosmale2022-11-101-0/+3
* ConstructionState: reduce sizeFabian Kosmale2022-11-101-16/+74
* ConstructionState: Make completePending private, tooFabian Kosmale2022-11-101-64/+100
* Required properties: Use pointers instead of referencesFabian Kosmale2022-11-101-9/+10
* QQmlComponent: Remove required components accessorFabian Kosmale2022-11-101-1/+18
* QQmlComponent::loadFomModule: handle required propertiesFabian Kosmale2022-11-101-0/+9
* ConstructionState: Add helper function to take errors from creatorFabian Kosmale2022-11-101-4/+22
* QmlComponent::ConstructionState: encapsulate creatorFabian Kosmale2022-11-101-1/+17
* Long live QQmlComponent::loadFromModule!Fabian Kosmale2022-11-101-0/+2
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-3/+0
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-301-1/+29
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QML: Add an option to bind components to filesUlf Hermann2022-05-231-0/+4
* QQmlDelegateModel: Consider only top level required propertiesUlf Hermann2022-05-171-1/+1
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-1/+1
* QQmlComponent: Make it harder to leak deferred statesUlf Hermann2021-11-011-17/+3
* Improve type conversions from/to QJSValueUlf Hermann2021-10-201-1/+3
* Remove unused QBitField classFabian Kosmale2021-03-041-1/+0
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-3/+4
* qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-121-0/+1
* Introduce required properties to QMLFabian Kosmale2019-09-091-2/+5
* Introduce functions to set properties during creationFabian Kosmale2019-08-191-0/+3
* Disentangle includes and namespacesUlf Hermann2019-07-111-0/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-171-1/+1
* Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-181-2/+1
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-3/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-2/+11
|\
| * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-2/+11
* | QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-031-0/+7
|/
* Qml: add missing 'override'Anton Kudryavtsev2016-10-061-2/+2
* Expose QQmlComponentPrivate::setInitialProperties()J-P Nurmi2016-06-151-0/+1
* Use automatic refcounting for the compilation unit in QQmlComponentPrivate an...Simon Hausmann2016-06-031-2/+2
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-3/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-181-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Remove dead fwd-dclFrank Meerkoetter2015-12-151-2/+0
|/
* Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-161-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11