aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-251-6/+7
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-2/+3
* Inline components: do not leak contextFabian Kosmale2020-02-201-1/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-2/+2
|\
| * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-2/+2
* | Inline components: fix name resolutionFabian Kosmale2020-02-051-1/+1
* | Required properties: Do not fully resolve property cachesFabian Kosmale2020-02-031-1/+1
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-9/+31
* | Handle required properties declared in C++Fabian Kosmale2020-01-281-0/+8
* | Long live QML inline componentsFabian Kosmale2020-01-231-18/+41
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-24/+24
* | Replace ActiveOcRestorer with QScopedValueRollbackFabian Kosmale2019-10-281-14/+2
* | Fix spurious test failures in qtquickcontrolsSimon Hausmann2019-10-241-3/+4
* | QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-161-75/+46
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-0/+2
|\|
| * QML Binding: do not convert stringsFabian Kosmale2019-10-071-0/+2
* | 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-2/+49
|/
* Support top level generator functionsFabian Kosmale2019-07-231-1/+5
* Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-111-1/+1
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* QQmlObjectCreator: Do not delete objects not owned by engineFabian Kosmale2019-07-101-2/+6
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-1/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-1/+2
| |\
| | * Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-1/+2
* | | Fix some const-correctness issuesMarc Mutz2019-07-021-1/+1
* | | Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-9/+9
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-30/+30
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-7/+13
|\|
| * Add Q_TRACE calls to QtQml for QML profiler trace pointsMilian Wolff2019-05-051-7/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-2/+2
|\|
| * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-2/+2
* | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-221-29/+41
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-4/+3
|\|
| * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-4/+3
* | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+19
|/
* QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-121-5/+7
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-3/+3
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-8/+8
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-34/+34
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+2
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Internal naming cleanupSimon Hausmann2018-06-291-2/+2
* Cleanup JS stack allocationsLars Knoll2018-05-261-3/+3
* Remove bindings that have no dependenciesSimon Hausmann2018-05-161-0/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-2/+2
|\
| * Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-271-2/+2
* | Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-261-1/+1
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-11/+11
|/