aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
...
* | Extend QDebugMessageServiceUlf Hermann2015-11-171-3/+13
* | QmlDebug: Move EngineControl client to qmldebugUlf Hermann2015-11-171-82/+28
* | QmlDebug: Change "macx" to "osx" in tests' .pro filesUlf Hermann2015-11-1710-10/+10
* | Remove extra copy of connection from engine debug clientUlf Hermann2015-11-172-20/+17
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-179-102/+79
* | Move QML profiler client to qmldebugUlf Hermann2015-10-301-261/+205
* | Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-3021-786/+203
* | Move V4 debugger and its test into better placesUlf Hermann2015-10-303-1/+748
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-223-1/+134
|\|
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-163-1/+134
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-153-113/+28
* | Test enabling/disabling of combinations of debug services.Ulf Hermann2015-10-154-11/+102
* | Properly test services arguments for QQmlDebugServerUlf Hermann2015-10-158-1/+60
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-1/+12
|\|
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* | Re-enable QDebugMessageService testUlf Hermann2015-09-152-8/+4
* | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-052-2/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0312-12/+2
|/
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-136-125/+161
* 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-294-9/+9
* Make tst_QQmlInspector::reloadQmlWindow() fail more quicklyUlf Hermann2015-07-221-2/+2
* 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-301-2/+2
|\
| * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-2/+2
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-266-8/+232
* | Make QQmlDebugService ctor protectedUlf Hermann2015-06-261-2/+2
* | 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
|/
* Avoid namespacing QTEST_MAINRainer Keller2015-05-086-35/+95
* 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
* | Tests: Make qqmldebugjs significant againCaroline Chao2015-04-081-2/+0
* | Remove outdated V8 profiler testUlf Hermann2015-04-085-372/+0
* | Guard profiler service test against unusual clock behavior.Ulf Hermann2015-03-271-60/+168
* | Remove bogus autotests for invalid portsKai Koehne2015-03-121-68/+0
* | Fix qqmldebuggingenabler autotestKai Koehne2015-03-121-1/+1
* | Update copyright headersJani Heikkinen2015-02-1238-266/+266
* | Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2015-01-021-0/+1