aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-304-6/+0
* | Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-291-6/+6
* | Remove QQmlDebugService::objectToString()Ulf Hermann2015-07-291-13/+0
* | Remove some methods from QQmlDebugServerUlf Hermann2015-07-294-6/+0
* | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-294-5/+11
* | tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-2929-367/+368
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-277-128/+128
* | Make tst_QQmlInspector::reloadQmlWindow() fail more quicklyUlf Hermann2015-07-221-2/+2
* | With -no-qml-debug, don't compile debug plugins and testsUlf Hermann2015-07-181-1/+1
* | QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-189-0/+657
* | Adapt to deprecation of QProcess::error(...) signalUlf Hermann2015-07-151-1/+1
* | Fix tst_qqmldebuglocal on QNX.Rafael Roquetto2015-07-101-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-3011-15/+23
|\|
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-266-10/+18
| |\
| | * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-2/+2
| | * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-035-8/+16
| * | Improve qml error message "invalid alias location"Aleix Pol2015-06-105-5/+5
| |/
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-266-8/+232
* | Make QQmlDebugService ctor protectedUlf Hermann2015-06-261-2/+2
* | Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-253-0/+79
* | Force completion of asynchronously loaded components.Robert Griebl2015-06-231-0/+30
* | Fix some function signatures and remove an unused functionLars Knoll2015-06-181-17/+17
* | Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-181-1/+1
* | Verify that debug client exists before interacting with it.Ulf Hermann2015-06-162-2/+6
* | Don't wait forever in QQmlDebugClient testUlf Hermann2015-06-151-2/+1
* | Initialize members of tst_QQmlEngineDebugServiceUlf Hermann2015-06-151-0/+2
* | Make bindings refcountedLars Knoll2015-06-101-39/+39
* | ObjectModel: add API for dynamic changesJ-P Nurmi2015-06-103-1/+146
* | Blacklist unstable tests for nowSimon Hausmann2015-06-051-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-048-36/+117
|\|
| * Avoid namespacing QTEST_MAINRainer Keller2015-05-086-35/+95
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-041-0/+21
| |\
| | * Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-0/+21
| * | Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* | | QMLEngine: Update XHR tests with checking status codeValery Kotov2015-05-054-4/+9
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-2831-115/+226
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-2727-112/+147
| |\|
| | * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2523-102/+129
| * | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-252-0/+53
| * | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-232-0/+23
* | | Simplify binding setup code furtherLars Knoll2015-04-271-13/+13
* | | Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-13/+13
* | | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2210-10/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1610-10/+10
| |\|
| | * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-1410-10/+10
* | | More cleanupsLars Knoll2015-04-211-1/+1
* | | QML Engine: JSON XHR response type supportValery Kotov2015-04-165-0/+56
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-137-434/+168
|\| |
| * | Tests: Make qqmldebugjs significant againCaroline Chao2015-04-081-2/+0