aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-115-0/+29
* Fix loading of composite singletons from resourcesSimon Hausmann2018-05-082-0/+18
* Tests: Silence Clang warningsFriedemann Kleint2018-04-271-5/+5
* Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-272-0/+22
* Normalize URL before loading typesErik Verbruggen2018-04-274-0/+36
* Make the shared test code independent of QtQmlUlf Hermann2018-04-2411-16/+44
* Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-241-47/+37
* Update submodule now that I've fixed the actual bug hereEdward Welbourne2018-04-231-0/+0
* Use Los Angeles to represent PST8PDT, not VancouverEdward Welbourne2018-04-201-1/+1
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-163-0/+59
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-162-6/+21
* Warn about non spec compliant extension being usedLars Knoll2018-04-112-4/+4
* Fix XMLHttpRequest when used with QQmlEngine::evaluateSimon Hausmann2018-04-092-0/+37
* QQmlDebuggingEnabler test: Relax output string conditionUlf Hermann2018-04-061-4/+8
* QmlProfiler test: Keep recording until we receive the needed eventsUlf Hermann2018-03-281-2/+15
* Fix QQmlExpression::hasError()/error() on syntax errorsSimon Hausmann2018-03-271-1/+5
* Fix CONFIG+=qtquickcompiler with paths that contain spacesSimon Hausmann2018-03-274-0/+25
* Qml Profiler: Store and send URL of compile eventsUlf Hermann2018-03-271-0/+36
* Use a separate process for testing perf.map fileUlf Hermann2018-03-274-68/+99
* QML Tooling: Wait for QML trace to be started in QML profiler testUlf Hermann2018-03-271-0/+3
* Add test for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-261-0/+21
* Fix QQmlListModel crash when appending an empty array in debug modeDaniel Vrátil2018-03-201-0/+22
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-205-3/+54
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-0/+64
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-202-0/+6
* Fix out of bounds reads in Array.concatLars Knoll2018-03-201-0/+14
* QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-0/+24
* Restore the QV4_WRITE_PERF_MAP featureUlf Hermann2018-03-191-0/+68
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-0/+32
* Add a test that verifies the this object in signal handlersSimon Hausmann2018-03-172-13/+25
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-163-0/+9
* tests: add autotest for Q_GADGET derived template classNils Jeisecke2018-03-141-0/+29
* Fix failing ch15.9.5.43-0-8 after US summer time changeSimon Hausmann2018-03-121-0/+0
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-092-0/+25
* Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-083-0/+51
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-082-0/+26
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+12
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-082-0/+21
* Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-263-3/+19
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2614-91/+61
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2673-1325/+1325
* Make sure we can call properties of constantsErik Verbruggen2018-02-231-1/+12
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-223-0/+9
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-221-0/+1
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-0/+28
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-202-0/+25
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-183-0/+43
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-093-0/+43
* | Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-172-0/+18