aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-0/+44
* Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-133-0/+64
* tst_qqmlengine::clearComponentCache(): Use QTemporaryDirFriedemann Kleint2017-06-082-6/+26
* Also run the ecmascript testsuite in the interpreterErik Verbruggen2017-06-081-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-318-153/+99
|\
| * QML Settings: fix JS array handlingJ-P Nurmi2017-05-194-153/+65
| * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-194-0/+34
* | Set LC_TIME in ecmascripttests/test262.pyJüri Valdmann2017-05-231-0/+1
* | Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-4/+4
* | Move the prototype into the internal classLars Knoll2017-05-191-1/+1
* | Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-172-0/+32
|/
* Fix build of tst_qqmlengineSzabolcs David2017-05-091-0/+1
* Fix licensingJani Heikkinen2017-05-042-33/+23
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-031-0/+12
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-024-0/+35
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-04-272-0/+23
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-272-0/+23
| |\
| | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-182-0/+24
* | | QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-0/+19
|/ /
* | Add an autotest for GC crashes on some platformsRobin Burchell2017-04-212-1/+39
* | QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+15
* | Enable running of qmlcachegen tests on ARM/qemuSimon Hausmann2017-04-071-1/+1
* | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-061-0/+42
* | Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-061-1/+1
* | Add auto-test for qmlcachegenSimon Hausmann2017-04-063-0/+129
* | V4: Set correct source locations for jumps out of conditionalsv5.9.0-beta1Ulf Hermann2017-03-311-20/+48
* | Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-312-15/+57
* | Restrict automated tests on Boot2Qt to non-graphical testsSimon Hausmann2017-03-301-6/+14
* | Minor cleanup: Don't require QtGui for ES6 testsSimon Hausmann2017-03-291-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-0/+53
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-0/+53
| |\|
| | * Fix caching of QML singleton typesSimon Hausmann2017-03-131-0/+53
* | | Run ES5 tests on Linux/x86-64Simon Hausmann2017-03-247-1/+731
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-1/+1
* | | Allow info messages in debug message serviceUlf Hermann2017-03-221-1/+1
* | | QHash: use the public functions to set the global hash seedThiago Macieira2017-03-161-7/+3
* | | Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-1/+27
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-143-5/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-5/+12
| |\|
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-2/+5
| | * Fix building with -no-feature-processUlf Hermann2017-03-022-3/+7
* | | QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-142-60/+140
|/ /
* | Set source location for all loop body-to-front jumpsUlf Hermann2017-03-071-4/+19
* | Add a source location to the final Jump in a for loopUlf Hermann2017-02-281-0/+26
* | V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+29
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-246-12/+190
|\|
| * Flip a broken qtConfig conditionJake Petroules2017-02-221-1/+1
| * Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-082-0/+45
| * Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-041-0/+92
| * Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-022-11/+52