aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: List relevant source files under each chapterVenugopal Shivashankar2017-10-051-0/+19
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-046-46/+33
|\
| * Docs: remove empty table headersFrederik Schwarzer2017-10-031-2/+0
| * ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-3/+3
| * Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
| * Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-223-41/+28
* | Doc: add documentation for QJSValueListSamuel Gaist2017-09-301-0/+7
* | Doc: fix QJSEngine code snippetSamuel Gaist2017-09-301-1/+1
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-262-2/+7
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2039-246/+433
|\|
| * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-0/+9
| * Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-1/+4
| * Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-143-7/+27
| * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-123-0/+25
| * Fix Integrity buildSimon Hausmann2017-09-121-1/+1
| * Add missing math.h include for math functionsJake Petroules2017-09-121-0/+1
| * Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
| * Drain the mark stack while collecting rootsLars Knoll2017-09-101-1/+15
| * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-0810-39/+50
| * Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
| * Get rid of the root object index variableSimon Hausmann2017-09-0811-43/+30
| * Fix crash with loading cache files originating from top-level componentsSimon Hausmann2017-09-081-0/+2
| * Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
| * Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-072-10/+19
| * QQmlPropertyValidator::validateObject(): remove unused codeJ-P Nurmi2017-09-071-10/+0
| * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-1/+1
| * Fix crashes with closures created in QML componentsLars Knoll2017-09-0613-106/+210
| * Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-064-27/+18
| * Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
| * 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
* | Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
* | Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
* | QByteArray gets mapped to ArrayBufferAlbert Astals Cid2017-09-051-0/+5
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-057-12/+9
|\|
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-295-6/+6
| * Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
| * 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-2312-31/+33
|\|
| * Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
| * Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
| * Small cleanupLars Knoll2017-08-231-2/+1
| * Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
| * Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
| * Clean up void * usageLars Knoll2017-08-235-13/+16
| * Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-232-14/+3
* | Retranslate all child contextsFrank Osterfeld2017-08-181-2/+5
* | Restore yylval initializationSimon Hausmann2017-08-182-0/+2