aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Ignore qqmldebugjs/profilerservice failures in win/gccSimon Hausmann2017-08-023-3/+64
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-2811-3/+53
|\
| * Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53
* | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-143-0/+61
* | Add support for enum declarations in QMLMichael Brasser2017-07-1313-0/+98
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+44
|\|
| * Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-0/+44
* | QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-263-0/+24
* | Fix lookup of formals in QML signal handlers with AOTSimon Hausmann2017-06-211-0/+36
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-156-7/+91
|\|
| * 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
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-141-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-079-153/+100
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0612-38/+108
|\| |
| * | 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
* | QML: emit messages when breaking bindingsOlivier JG2017-05-172-0/+29
* | Fix stringsJarek Kobus2017-05-171-2/+2
* | 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