aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0553-77/+3
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0384-84/+2
* Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-028-28/+19
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-242-0/+17
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-3/+3
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-6/+13
* Clean up data format for V4 debug connectionUlf Hermann2015-08-191-12/+6
* Fix test caseLars Knoll2015-08-181-2/+3
* Get rid of special handling of var propertiesLars Knoll2015-08-181-0/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-187-1/+258
|\
| * Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-0/+34
| * fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-212-0/+23
| * Test if the state machine reacts to a QObject signal.BogDan Vatra2015-07-154-1/+201
* | Allow specification of loadable debug services via command lineUlf Hermann2015-08-136-125/+161
* | Move DataCollector into debugger pluginUlf Hermann2015-08-102-15/+33
* | Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-30/+34
* | Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-131/+162
* | Don't call the test method assertLars Knoll2015-08-091-2/+2
* | Prospective build fix for autotest on mac os xLars Knoll2015-08-091-0/+4
* | Periodically flush profiling data to client.Ulf Hermann2015-08-043-2/+38
* | Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-313-10/+2
* | Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-304-97/+59
* | 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