aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test, TableView: add boilerplate code for testing TableViewRichard Moe Gustavsen2018-04-255-1/+273
* Give the ES test-suite enough time to runEdward Welbourne2018-04-251-0/+8
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-211-1/+1
|\
| * Use Los Angeles to represent PST8PDT, not VancouverEdward Welbourne2018-04-201-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-187-6/+135
|\|
| * 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
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
* | Tests: add new manual tests for TableViewRichard Moe Gustavsen2018-04-1212-0/+814
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-125-5/+160
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-102-0/+37
|\|
| * Fix XMLHttpRequest when used with QQmlEngine::evaluateSimon Hausmann2018-04-092-0/+37
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-04-092-6/+23
|\|
| * 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
* | test: fix tst_QQuickFramebufferObjectLiang Qi2018-04-031-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2816-77/+222
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-221-1/+0
|\|
| * Handle function expressions in SignalTransitionMichael Brasser2018-03-211-1/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2111-5/+252
|\|
| * 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
| * tests: un-blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons()Gatis Paeglis2018-03-201-2/+0
| * 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
* | QQmlDebugProcess: Forward the process' finished() signalUlf Hermann2018-03-212-0/+2
* | QQmlDebugClient: Make stateChanged a signalUlf Hermann2018-03-206-23/+7
* | QQmlDebugProcess: Add a method to return the ProcessStateUlf Hermann2018-03-205-6/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1712-14/+203
|\|
| * 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
| * When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-162-0/+116
| * Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-154-1/+21
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-0/+29
|\|