aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-092-3/+39
|\|
| * QML: fix warning in testsErik Verbruggen2014-12-091-2/+0
| * Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-071-1/+39
* | QmlDebug: Allow tests to ignore a number of bind errorsUlf Hermann2014-12-052-4/+17
* | QmlDebug: Test the debugging enablerUlf Hermann2014-12-054-1/+324
|/
* Update license headers and add new licensesJani Heikkinen2014-08-2536-707/+419
* Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-19/+17
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-2/+7
|\
| * Use QSignalSpy instead of waitFor in tst_qpacketprotocolUlf Hermann2014-06-191-2/+7
* | Test the javascript heap profilerUlf Hermann2014-06-181-3/+64
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-46/+52
|\|
| * Keep QML and JS messages separate in QQmlProfilerService testUlf Hermann2014-06-061-46/+52
* | Javascript heap profilerUlf Hermann2014-06-061-0/+13
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-042-133/+105
|\|
| * Dump all received messages if tst_QQmlProfilerService failsUlf Hermann2014-06-021-0/+21
| * deduplicate and decruft SUBDIRS listOswald Buddenhagen2014-05-261-4/+0
| * Record synchronous and asynchronous events separately in profiler testUlf Hermann2014-05-221-129/+84