aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Qt Labs Settings: warn if failed to initialize internal QSettings instanceMitch Curtis2018-10-111-4/+30
* tst_qmldiskcache: speed up testThiago Macieira2018-07-221-1/+7
* Tooling: Increase timeouts in qqmldebugjs test by a factor of 6Ulf Hermann2018-07-121-44/+51
* Tighten expected output for floating point conversionsSimon Hausmann2018-07-021-18/+8
* Adapt floating point precision test to changes in QtBaseSimon Hausmann2018-06-281-11/+19
* Clarify error message when using eval in signal handlersSimon Hausmann2018-06-281-1/+1
* Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-9/+5
* revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-191-0/+0
* Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-197-4/+40
* QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
* V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+22
* Formals come after locals in the CallContextLars Knoll2018-05-291-0/+32
* Fix a crash in the modulus operationLars Knoll2018-05-281-0/+10
* QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-1/+62
* Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-0/+1
* V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-233-1/+88
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-237-1/+49
* Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-233-0/+31
* Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+18
* Ensure we restore QML-defined enumsMichael Brasser2018-05-233-0/+22
* 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