aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0815-76/+161
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-0615-76/+161
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-252-0/+3
| | |\
| | | * Return "qnx" for Qt.platform.os when appropriateLiang Qi2017-10-242-0/+3
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2413-72/+147
| | |\|
| | | * QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-201-10/+17
| | | * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-195-29/+66
| | | * Fix execution of deferred propertiesJ-P Nurmi2017-10-186-31/+60
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-2/+2
| | |\|
| | | * QQmlTypeLoader: The profiler is a quintptr(0) if QT_NO_QML_DEBUGGINGUlf Hermann2017-09-271-2/+2
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-0/+2
| | |\|
| | | * Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
| | * | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-262-2/+7
* | | | Change signature for call/callAsConstructorLars Knoll2017-11-071-6/+4
* | | | Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* | | | Further cleanup JSCallDataLars Knoll2017-11-073-3/+3
* | | | Simplify JSCallData constructionLars Knoll2017-11-076-7/+7
* | | | Get rid of the implicit cast operator to a CallDataLars Knoll2017-11-072-3/+3
* | | | Get rid of JSCallData::call()Lars Knoll2017-11-074-13/+14
* | | | Rename JSCall to JSCallDataLars Knoll2017-11-076-7/+7
* | | | Don't add to the JS stack after creating the calldataLars Knoll2017-11-071-7/+6
* | | | Move the registration of QML dependencies to where it belongsLars Knoll2017-10-231-0/+9
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-2228-179/+350
|\| | |
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2715-77/+77
| * | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-4/+4
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-11/+11
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2213-90/+253
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2012-87/+250
| | |\|
| | | * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-0/+9
| | | * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-123-0/+25
| | | * Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
| | | * Get rid of the root object index variableSimon Hausmann2017-09-082-3/+3
| | | * Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
| | | * Fix crashes with closures created in QML componentsLars Knoll2017-09-068-78/+183
| | | * Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-062-11/+12
| | | * QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-052-4/+25
| | * | Use the qEnvironmentVariable function from QtCoreThiago Macieira2017-09-141-2/+2
| | * | qmltest: Enumerate test cases / functions without evaluating QMLTor Arne Vestbø2017-09-131-1/+1
| * | | Fix support for creating QWidgets in QMLSimon Hausmann2017-09-211-1/+9
| |/ /
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-197-125/+124
* | | Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-121-1/+1
|\| |
| * | Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-089-23/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-0/+3
| |\|
| | * Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-239-23/+22
| |\|
| | * Fix memory corruption with type trimmingSimon Hausmann2017-08-232-4/+4
| | * Small cleanupLars Knoll2017-08-231-2/+1
| | * Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
| | * Clean up void * usageLars Knoll2017-08-235-13/+16