aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make inspector animation speed test more robustUlf Hermann2017-01-182-21/+37
* | qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-23/+23
* | tests: Remove some vestigial referencesRobin Burchell2017-01-161-42/+0
* | QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-163-0/+39
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-147-7/+89
|\|
| * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-133-0/+4
| * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-113-2/+32
| * Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-5/+53
* | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-111-0/+14
* | tst_qqmllocale: avoid duplicating a QLocale::toString() callEdward Welbourne2017-01-101-6/+9
* | tst_qqmllocale: simplify creation of a QDateTimeEdward Welbourne2017-01-101-27/+9
* | tst_qqmllocale: shuffle commentary on JS Date's month numberingEdward Welbourne2017-01-102-6/+7
* | tst_qqmllocale: use unsetenv to clear environment variableEdward Welbourne2017-01-101-1/+4