aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_gradient.qml: fix warnings about multiple var declarationsMitch Curtis2018-05-241-115/+115
* tst_gradient.qml: fix warnings about type coercionMitch Curtis2018-05-241-108/+108
* 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
* tst_qquickanimatedsprite: add all QML files to OTHER_FILESMitch Curtis2018-05-161-1/+1
* Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-0/+41
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-115-0/+29
* tests: unblacklist tst_qquickwindow.cpp::touchEvent_propagationGatis Paeglis2018-05-081-3/+0
* Fix crash when changing the source of AnimatedImage after a frame changeLouis du Verdier2018-05-081-0/+28
* Fix loading of composite singletons from resourcesSimon Hausmann2018-05-082-0/+18
* tests: blacklist tst_qquickitem::qtBug60123Gatis Paeglis2018-05-081-0/+3
* QQuickItem: Guard against null deref in transformationsRobin Burchell2018-04-302-0/+27
* Tests: Silence Clang warningsFriedemann Kleint2018-04-272-7/+5
* test: fix flaky in tst_QQuickPathView::movementDirection()Liang Qi2018-04-271-1/+3
* Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-272-0/+22
* Normalize URL before loading typesErik Verbruggen2018-04-274-0/+36
* Make the test pass on my high resolution screenLars Knoll2018-04-251-1/+1
* Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-252-0/+44
* Make the shared test code independent of QtQmlUlf Hermann2018-04-2413-52/+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 Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-172-0/+54
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-163-0/+59
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-162-6/+21
* Doc: Describe new 5.11 features in Image elementv5.11.0-beta4Eirik Aavitsland2018-04-131-0/+1
* Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-113-1/+156
* 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
* qtquick_compiler_add_resources() with spaces in pathsSimon Hausmann2018-03-273-2/+2
* Improve QtQuickCompiler cmake testsSimon Hausmann2018-03-274-6/+31
* 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
* Handle function expressions in SignalTransitionMichael Brasser2018-03-211-1/+0
* 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