aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-052-3/+4
* Use SPDX license identifiersLucie GĂ©rard2022-06-116-163/+12
* QQmlDebugProcess: Crash if we cannot kill the debuggeeUlf Hermann2022-05-311-1/+2
* Fix wrong include in debugutil.cppJoerg Bornemann2022-04-251-1/+1
* Eliminate extra event loops from QQmlDebugTestUlf Hermann2022-03-242-24/+20
* QQmlDebugProcess: Remove cruftUlf Hermann2022-03-182-31/+17
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-183-3/+3
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-1/+9
* Fix some "can be marked override" warningsAndreas Buhr2021-02-232-4/+4
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* Remove QRegExp from qml autotestsLars Knoll2020-04-031-3/+4
* Tests: rename connect -> connectToTim Jenssen2020-02-032-2/+2
* Tests: make ConnectResult a Q_ENUM to get nice error messageTim Jenssen2020-01-311-1/+2
* QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-041-1/+1
* QmlDebug: Add QQmlInspectorClientUlf Hermann2018-10-243-186/+0
* QmlDebug: Add QQmlEngineDebugClientUlf Hermann2018-10-243-744/+0
* 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