aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-212-3/+0
* With -no-qml-debug, don't compile debug plugins and testsUlf Hermann2015-07-181-1/+1
* Add option to use a local socket for QML debuggingUlf Hermann2015-06-267-1/+297
* Add 28 QList::reserve() callsSérgio Martins2015-06-082-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-162-15/+3
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-142-15/+3