aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-0/+27
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-0/+27
| |\
| | * Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-0/+27
* | | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-23/+23
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-6/+6
|\|
| * Fix preview zoom problems on windowsTim Jenssen2019-03-221-6/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-1/+1
|\|
| * Raise timeout in QQmlPreview testUlf Hermann2019-03-201-1/+1
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-041-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-123-12/+12
|\|
| * Fix compilation with gcc 4.8Ville Voutilainen2018-12-033-12/+12
* | Qml Tooling: Avoid some clang-tidy warnings in QQmlProfilerService testUlf Hermann2018-11-221-9/+10
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-161-2/+8
|\|
| * Qml Tooling: Test that trace events arrive in chronological orderUlf Hermann2018-11-151-0/+6
| * Qml Tooling: Fix crash in QQmlProfilerService testUlf Hermann2018-11-151-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-153-1/+32
|\|
| * QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-143-1/+32
* | QmlDebug: Add QQmlInspectorClientUlf Hermann2018-10-247-190/+2
* | QmlDebug: Add QQmlEngineDebugClientUlf Hermann2018-10-249-841/+95
* | QmlDebug: Add V4 debug client from tst_qqmldebugjs.cppUlf Hermann2018-10-232-784/+116
|/
* QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-101-1/+1
* QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-103-1/+90
* QmlPreview: Add the language file to TESTDATAUlf Hermann2018-10-051-1/+2
* Qml Preview: Record more detailed frame statisticsUlf Hermann2018-09-101-7/+17
* Preview: Use QTranslator::install(QLocale, ...)Kai Koehne2018-08-032-2/+2
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-011-2/+2
* Tooling: Allow QML preview to change the languageUlf Hermann2018-07-202-0/+9
* Avoid potential race condition in qqmldebugjs testUlf Hermann2018-07-201-5/+13
* V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-2/+127
* V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-181-57/+29
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-182-110/+44
* QML Preview: Add a frames per second counterUlf Hermann2018-07-181-0/+18
* QML Preview: Increase timeouts in testUlf Hermann2018-07-181-11/+22
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-44/+51
|\
| * Tooling: Increase timeouts in qqmldebugjs test by a factor of 6Ulf Hermann2018-07-121-44/+51
* | QML Preview: Blacklist paths ":/qgradient" and "/etc"Ulf Hermann2018-07-131-0/+10
* | Tooling: Add QML preview debug serviceUlf Hermann2018-07-139-1/+616
* | QML Profiler: Test that only one Complete message is sent per sessionUlf Hermann2018-07-1024-45/+114
* | Tests: Guard against corner cases in profiler service testUlf Hermann2018-06-221-0/+14
* | QmlDebug tests: Return the right value from connect(...)Ulf Hermann2018-06-223-35/+83
* | QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-223-6/+0
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-192-2/+22
|\|
| * QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+22
* | Fail early if process crashes in QQmlProfilerService testUlf Hermann2018-05-301-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-261-1/+62
|\|
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-1/+62
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-243-1/+88
|\|
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-233-1/+88