aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-1/+1
* QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-041-1/+1
* C++11 scoped enum support for QMLMichael Brasser2017-05-037-0/+76
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-023-0/+42
|\
| * 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
| |/ /
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-222-1/+39
|\| |
| * | Add an autotest for GC crashes on some platformsRobin Burchell2017-04-212-1/+39
* | | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-212-3/+35
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-0/+15
|\| |
| * | QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+15
* | | QQmlConnections: Don't crash (or read past bounds) if a silly prop name is givenRobin Burchell2017-04-132-0/+25
* | | tst_qmlplugindump: Ensure process starts properlyRobin Burchell2017-04-121-4/+4
* | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-076-35/+276
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-302-7/+15
|\| |
| * | 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 remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-278-1/+931
|\| |
| * | 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
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-239-75/+184
|\| | |
| * | | 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
| |/ /
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-1511-1/+311
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-1/+70
|\| |
| * | 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.9' into devLiang Qi2017-03-026-12/+190
|\| |
| * | 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