aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared
Commit message (Expand)AuthorAgeFilesLines
* QML Profiler: Test that only one Complete message is sent per sessionUlf Hermann2018-07-102-0/+11
* QmlDebug tests: Return the right value from connect(...)Ulf Hermann2018-06-222-32/+80
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-2/+0
|\
| * QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-5/+11
|\|
| * Make the shared test code independent of QtQmlUlf Hermann2018-04-241-5/+11
* | QQmlDebugProcess: Forward the process' finished() signalUlf Hermann2018-03-212-0/+2
* | QQmlDebugClient: Make stateChanged a signalUlf Hermann2018-03-204-12/+3
* | QQmlDebugProcess: Add a method to return the ProcessStateUlf Hermann2018-03-203-3/+9
|/
* Use QOverload instead of static_cast for connectJesus Fernandez2018-02-151-1/+1
* Match QQmlEngineDebugServiceTest to the serviceUlf Hermann2018-01-251-1/+1
* Fix remaining race conditions in QQmlDebugProcessUlf Hermann2017-09-062-15/+25
* Add some style to QQmlDebugProcessUlf Hermann2017-09-061-13/+32
* Move QQmlDebugProcess into its own header and source filesUlf Hermann2017-09-065-248/+324
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-1/+4
|\
| * Make sure QQmlDebugProcess correctly reports session as startedUlf Hermann2017-08-171-1/+4
* | Tests: Unify debugger tests' connection mechanismsUlf Hermann2017-08-182-1/+141
* | Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-0/+3
|/
* Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-311-0/+1
* QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-112-2/+4
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-2/+0
* Updated license headersJani Heikkinen2016-01-208-136/+96
* Rewrite inspector serviceUlf Hermann2016-01-123-27/+94
* Make environment for QQmlDebugProcess usefulUlf Hermann2016-01-112-4/+4
* Remove extra copy of connection from engine debug clientUlf Hermann2015-11-172-20/+17
* QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-173-70/+49
* Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-309-677/+68
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-152-5/+7
* Properly test services arguments for QQmlDebugServerUlf Hermann2015-10-152-1/+29
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-312-9/+1
* Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-301-1/+0
* Adapt to deprecation of QProcess::error(...) signalUlf Hermann2015-07-151-1/+1
* Add option to use a local socket for QML debuggingUlf Hermann2015-06-262-8/+54
* Update copyright headersJani Heikkinen2015-02-1210-70/+70
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2015-01-021-0/+1
* QmlDebug: Allow tests to ignore a number of bind errorsUlf Hermann2014-12-052-4/+17
* Update license headers and add new licensesJani Heikkinen2014-08-2510-190/+110
* Fix failing autotest due to wrong Qt datastream versionKai Koehne2014-03-282-1/+7
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-3/+0
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* qqmldebugclient.cpp: Fix warning about missing return.Friedemann Kleint2013-11-181-0/+1
* Improve output of test caseKai Koehne2013-10-164-1/+51
* Add qml toolAlan Alpert2013-09-171-0/+16
* Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-212-0/+13
* QmlProfiler: Pixmap CacheChristiaan Janssen2013-04-302-0/+11
* Revert "QmlDebugging: Remove 'insignificant_test'"Aurindam Jana2013-04-161-1/+1
* QmlDebugging: Remove 'insignificant_test'Aurindam Jana2013-04-061-1/+1
* Debugger: Accepts port range as argumentsAurindam Jana2013-04-022-1/+12
* Fix warning about use of uninitialized value in QML-debug helpers.Friedemann Kleint2013-03-111-14/+14