aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-105-104/+353
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-102-270/+50
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-045-2/+110
* Move debugger-specific services into a common pluginUlf Hermann2015-08-0413-0/+2876
* Move profiler and engine control services into a pluginUlf Hermann2015-08-0413-0/+1339
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-041-18/+18
* Don't ask QQmlDebugService for name() when we already know itUlf Hermann2015-08-041-10/+12
* Hide QQmlInspectorServiceImpl in .cpp fileUlf Hermann2015-08-043-29/+29
* Remove extra layer of indirection from inspector serviceUlf Hermann2015-08-046-272/+16
* Pass QQmlDebugService to AbstractViewInspectorUlf Hermann2015-08-049-14/+14
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-0419-32/+334
* Remove pimpl from debug server connectionsUlf Hermann2015-08-047-180/+132
* Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann2015-08-0410-77/+58
* Deduplicate debug server connection code.Ulf Hermann2015-08-0410-152/+92
* Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServerUlf Hermann2015-08-041-15/+2
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-0413-9/+1033
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-042-3/+2
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-042-3/+3
* Fix namespaces in inspector pluginUlf Hermann2015-08-0412-23/+42
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-311-4/+4
* Remove qqmlinspectorconstants.hUlf Hermann2015-07-294-71/+5
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-212-3/+0
* Add option to use a local socket for QML debuggingUlf Hermann2015-06-267-1/+297