aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Re-enable QML memory profilingUlf Hermann2017-11-233-1/+40
* QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-0/+39
* Make sure QQmlDebugProcess correctly reports session as startedUlf Hermann2017-08-177-15/+4
* Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53
* Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-4/+4
* V4: Set correct source locations for jumps out of conditionalsv5.9.0-beta1Ulf Hermann2017-03-311-20/+48
* Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-312-15/+57
* Allow info messages in debug message serviceUlf Hermann2017-03-221-1/+1
* QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-142-60/+140
* Set source location for all loop body-to-front jumpsUlf Hermann2017-03-071-4/+19
* Add a source location to the final Jump in a for loopUlf Hermann2017-02-281-0/+26
* V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+29
* Make inspector animation speed test more robustUlf Hermann2017-01-182-21/+37
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-143-2/+32
|\
| * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-113-2/+32
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+1
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* | V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-093-10/+85
* | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-243-37/+83
* | QmlTooling: Retry local client connection on errorUlf Hermann2016-11-231-8/+3
|/
* Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-191-2/+2
* QML debugger: Fix testErik Verbruggen2016-08-031-4/+3
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-7/+11
|\
| * 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: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-2/+0
* | | QmlProfiler: Extend test to check for timestamp orderingUlf Hermann2016-07-061-1/+22
* | | Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-241-0/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+2
| |\| |
| | * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+2
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-247-24/+24
|\| | |
| * | | QmlProfiler: Don't import QtQuick if we don't use itUlf Hermann2016-05-097-24/+24
* | | | Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-2/+3
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-082-0/+0
|\| |
| * | 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
* | | Remove Windows CE.Friedemann Kleint2016-03-101-5/+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