aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-8/+0
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-0/+8
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-201-0/+12
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-52/+83
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-44/+44
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-3/+0
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-3/+0
| |\
| | * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-061-3/+0
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-22/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-22/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-22/+5
| | |\|
| | | * Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-181-5/+2
| | | * Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
| | | * Revert "Allow canceling incubation"J-P Nurmi2018-01-171-15/+0
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-2/+3
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-8/+77
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-8/+77
| |\|
| | * More fine-grained deferred property executionJ-P Nurmi2017-11-251-8/+77