summaryrefslogtreecommitdiff
path: root/tests/auto/qml
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Temporarily blacklist importsPath change on Windowsv5.5.90+alpha1upstreamSimon Hausmann1-0/+2
2015-09-02Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2-0/+60
2015-09-02Don't consider QLocale a value type.Mitch Curtis2-0/+60
2015-08-27XHR: Server side errors are not network errorsJulien Brianceau2-0/+4
2015-08-25Fix autotestLars Knoll1-7/+5
2015-08-24Fix use of function expressions with signal handlersSimon Hausmann2-0/+17
2015-08-20Cleanup qmlcontextwrapper usage in XHRLars Knoll1-3/+3
2015-08-19Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll1-6/+13
2015-08-19Clean up data format for V4 debug connectionUlf Hermann1-12/+6
2015-08-18Fix test caseLars Knoll1-2/+3
2015-08-18Get rid of special handling of var propertiesLars Knoll1-0/+6
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann7-1/+258
2015-08-13Allow specification of loadable debug services via command lineUlf Hermann6-125/+161
2015-08-10Move DataCollector into debugger pluginUlf Hermann2-15/+33
2015-08-10Move V4 debugger agent into the debugger pluginUlf Hermann1-30/+34
2015-08-10Change data collection for debugging to use QV4::Value.Ulf Hermann1-131/+162
2015-08-09Don't call the test method assertLars Knoll1-2/+2
2015-08-09Prospective build fix for autotest on mac os xLars Knoll1-0/+4
2015-08-04Periodically flush profiling data to client.Ulf Hermann3-2/+38
2015-07-31Use signal/slot for passing messages through QQmlDebugServerUlf Hermann3-10/+2
2015-07-30Make QQmlDebugService::registerService() private and part of ctorUlf Hermann4-97/+59
2015-07-30Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann4-6/+0
2015-07-29Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann1-6/+6
2015-07-29Remove QQmlDebugService::objectToString()Ulf Hermann1-13/+0
2015-07-29Remove some methods from QQmlDebugServerUlf Hermann4-6/+0
2015-07-29Remove static proxy methods from QQmlDebugServiceUlf Hermann4-5/+11
2015-07-29tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint29-367/+368
2015-07-27Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint7-128/+128
2015-07-22Make tst_QQmlInspector::reloadQmlWindow() fail more quicklyUlf Hermann1-2/+2
2015-07-21Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt1-0/+34
2015-07-21fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2-0/+23
2015-07-18With -no-qml-debug, don't compile debug plugins and testsUlf Hermann1-1/+1
2015-07-18QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov9-0/+657
2015-07-15Test if the state machine reacts to a QObject signal.BogDan Vatra4-1/+201
2015-07-15Adapt to deprecation of QProcess::error(...) signalUlf Hermann1-1/+1
2015-07-10Fix tst_qqmldebuglocal on QNX.Rafael Roquetto1-1/+1
2015-06-30Merge remote-tracking branch 'origin/5.5' into devLiang Qi11-15/+23
2015-06-26Add option to use a local socket for QML debuggingUlf Hermann6-8/+232
2015-06-26Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi6-10/+18
2015-06-26Make QQmlDebugService ctor protectedUlf Hermann1-2/+2
2015-06-25Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh3-0/+79
2015-06-23Force completion of asynchronously loaded components.Robert Griebl1-0/+30
2015-06-18Fix some function signatures and remove an unused functionLars Knoll1-17/+17
2015-06-18Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll1-1/+1
2015-06-16Verify that debug client exists before interacting with it.Ulf Hermann2-2/+6
2015-06-15Don't wait forever in QQmlDebugClient testUlf Hermann1-2/+1
2015-06-15Initialize members of tst_QQmlEngineDebugServiceUlf Hermann1-0/+2
2015-06-10Improve qml error message "invalid alias location"Aleix Pol5-5/+5
2015-06-10Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann1-2/+2
2015-06-10Make bindings refcountedLars Knoll1-39/+39