aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-6/+11
|\
| * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
| * QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-1/+7
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-082-0/+0
|\|
| * Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-291-0/+0
| * Remove empty .pro fileJoerg Bornemann2016-03-241-0/+0
* | Clean up QV4DataCollectorUlf Hermann2016-01-211-1/+18
* | V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-211-46/+61
* | Updated license headersJani Heikkinen2016-01-2040-680/+480
* | Fixed qtdeclarative tests to pass with updated license headerJani Heikkinen2016-01-202-28/+28
* | Rewrite inspector serviceUlf Hermann2016-01-129-160/+351
* | Make environment for QQmlDebugProcess usefulUlf Hermann2016-01-112-4/+4
* | V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-112-2/+5
* | V4 Debugger: Clean up testsUlf Hermann2016-01-111-170/+78
* | V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-071-27/+19
* | Support multiple QML engines in V4 debuggerUlf Hermann2015-12-0217-53/+183
* | 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
|\