aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* QmlDebug: Add a debug service for use with native debuggershjk2015-10-162-0/+14
* QmlDebug: Don't duplicate Qt namespace when importing debug pluginsUlf Hermann2015-10-161-1/+3
* QmlDebug: Add a debug connector for use with native debuggershjk2015-10-161-3/+12
* Fix compile error.Milian Wolff2015-10-151-1/+1
* Add a \sinceLars Knoll2015-09-231-0/+2
* Remove quotes from debug connector error messagesUlf Hermann2015-09-151-3/+3
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-5/+6
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-132-1/+12
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-042-107/+0
* Move debugger-specific services into a common pluginUlf Hermann2015-08-048-2506/+1
* Move profiler and engine control services into a pluginUlf Hermann2015-08-0410-1130/+4
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-042-4/+4
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-045-344/+2
* Add a factory for QQmlDebugService and use it to load pluginsUlf Hermann2015-08-043-0/+74
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-046-937/+23
* Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann2015-08-043-47/+58
* Eliminate QQmlDebugServerInstanceWrapperUlf Hermann2015-08-041-38/+27
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-044-2/+24
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-0413-127/+300
* Periodically flush profiling data to client.Ulf Hermann2015-08-046-37/+129
* Avoid QVector::pop_front()Ulf Hermann2015-08-042-5/+10
* Make QQmlConfigurableDebugService a templateUlf Hermann2015-07-317-98/+51
* Remove pimpl from all classes derived from QQmlDebugServiceUlf Hermann2015-07-3113-528/+343
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-3111-60/+53
* Simplify thread synchronization in QQmlDebugServerUlf Hermann2015-07-311-35/+13
* Remove QQmlDebugServer::advertisePlugins()Ulf Hermann2015-07-311-30/+1
* Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-308-23/+22
* Make sure QQmlDebugServer does not deadlock in blocking modeUlf Hermann2015-07-301-8/+9
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-307-140/+347
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-308-256/+302
* Improve QV4DebugService debug outputUlf Hermann2015-07-291-3/+3
* Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-292-9/+9
* Fix includes for QQmlDebugServerConnectionUlf Hermann2015-07-291-2/+2
* Remove QQmlDebugService::objectToString()Ulf Hermann2015-07-292-17/+0
* Don't exposes QQmlDebugServer's list of services.Ulf Hermann2015-07-293-12/+4
* Make QQmlDebugService's state and engine callbacks publicUlf Hermann2015-07-293-16/+19
* Remove some methods from QQmlDebugServerUlf Hermann2015-07-292-25/+2
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-293-22/+3
* Don't wait for debug services if none are activeUlf Hermann2015-07-291-1/+1
* Avoid QVector::pop_front()Ulf Hermann2015-07-282-12/+16
* Don't remove inspector service if no plugins are availableUlf Hermann2015-07-231-2/+0
* Remove some unused friend declarationsUlf Hermann2015-07-231-2/+0
* Fix broken Q_UNUSED declarations in QQmlDebugServerUlf Hermann2015-07-231-4/+1
* Add debug plugin managerUlf Hermann2015-07-222-0/+94
* Move data stream version into QQmlDebugStreamUlf Hermann2015-07-224-12/+12
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-214-113/+52
* Use QVector instead of QList in V4 profilerUlf Hermann2015-07-202-10/+11
* Make name and version of QQmlDebugService constUlf Hermann2015-07-208-34/+21
* Unify #include syntaxUlf Hermann2015-07-201-1/+1
* Make QQmlDebugService::name() a const referenceUlf Hermann2015-07-202-2/+2