aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-161-1/+1
* QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-2/+6
* QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-091-2/+0
* Fix build with -no-guiTasuku Suzuki2016-03-241-1/+1
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-257-28/+26
* Clean up QV4DataCollectorUlf Hermann2016-01-222-122/+71
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-224-349/+361
* Fix inconsistent use of override keywordThiago Macieira2016-01-081-3/+3
* Fix inconsistent use of 'override'.Erik Verbruggen2015-12-231-2/+2
* qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
* 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
* QmlTooling: Rearrange qmltooling.prohjk2015-10-141-4/+8
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* 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
* 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