aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-073-9/+55
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-077-177/+257
* Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-223-5/+5
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-12-152-5/+4
* QmlDebug: Add functionality to query if a server knows an engineUlf Hermann2015-12-153-0/+31
* V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2015-12-152-3/+3
* Remove dead codeFrank Meerkoetter2015-12-151-2/+0
* QQmlEngineDebugService: Don't lookup urls from invalid contextsUlf Hermann2015-12-091-1/+1
* Support multiple QML engines in V4 debuggerUlf Hermann2015-12-025-19/+55
* Extend QDebugMessageServiceUlf Hermann2015-11-173-4/+19
* Make sure EngineControl messages are intsUlf Hermann2015-11-171-1/+1
* Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-1716-125/+125
* QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-1727-96/+355
* QmlDebug: move QQuickProfiler into a pluginUlf Hermann2015-11-1711-5/+390
* QmlDebug: Extract header from native connectorUlf Hermann2015-11-053-44/+87
* Move V4 debugger and its test into better placesUlf Hermann2015-10-309-76/+610
* QmlProfiler: Remove binding typesUlf Hermann2015-10-281-3/+1
* qDelete([multi]hash.values()) -> qDelete([multi]hash)Albert Astals Cid2015-10-231-1/+1
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-2215-57/+1389
|\
| * QQmlNativeDebugConnector: Do not translate warning.Friedemann Kleint2015-10-221-2/+2
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-165-1/+903
| * QmlDebug: Add a debug connector for use with native debuggershjk2015-10-164-0/+399
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-152-9/+31
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-146-65/+68
* | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-1/+1
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-1516-677/+405
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-5/+9
|\|
| * QmlTooling: Rearrange qmltooling.prohjk2015-10-141-4/+8
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-253-35/+22
|\|
| * QmlDebug: Make sure debug server knows connection before any messagesUlf Hermann2015-09-211-15/+9
| * Further cleanupsLars Knoll2015-09-152-12/+10
| * Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
| * Store the stack of executioncontext's on the JS stackLars Knoll2015-09-152-13/+8
* | V4 Debugger: Eliminate sourcesCollected signals and slotsUlf Hermann2015-09-155-39/+23
* | Rename members of QV4ProfilerAdapter for consistencyUlf Hermann2015-09-152-33/+36
* | Actively translate feature flags between QML and V4 profilersUlf Hermann2015-09-152-1/+36
* | V4 Debugger: Eliminate extra "version" memberUlf Hermann2015-09-152-3/+2
* | QQmlDebugServer: Drop duplicate service removalUlf Hermann2015-09-151-2/+0
* | Remove unused debuggerMap and debuggerIndex from QV4DebugServiceUlf Hermann2015-09-152-18/+3
* | Improve usage message for -qmljsdebugger arguments.Ulf Hermann2015-09-151-6/+47
* | Make keys of all debug services publicUlf Hermann2015-09-156-33/+26
|/
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-1/+1
* Remove unused member variable QQmlDebugServerThread::m_block.Friedemann Kleint2015-08-211-1/+0
* Clean up data format for V4 debug connectionUlf Hermann2015-08-192-44/+65
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-194-24/+37
* V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann2015-08-191-1/+1
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-0/+6
* Parse debug server arguments in ctorUlf Hermann2015-08-131-153/+91
* Move DataCollector into debugger pluginUlf Hermann2015-08-106-38/+686