aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-213-1/+37
* | Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-173-0/+117
* | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-153-0/+54
* | Fix a crash in setInternalClassRobin Burchell2017-02-031-0/+14
* | add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-021-0/+29
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+1
|\|
| * Use qtConfig where appropriateJake Petroules2017-01-261-1/+1
* | Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-277-0/+68
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-263-3/+16
|\|
| * Stabilize testJan Arve Saether2017-01-241-1/+3
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-182-2/+13
* | Teach QQmlDirParser to ignore the classname keywordRobin Burchell2017-01-242-0/+14
* | tst_qqmlecmascript: Add some simple coverage for instanceofRobin Burchell2017-01-201-0/+64