aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugconnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-5/+0
|\
| * QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-091-5/+0
* | Allow custom debug connectorsUlf Hermann2016-03-261-8/+5
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-171-0/+3
|/
* QmlDebug: Add a debug connector for use with native debuggershjk2015-10-161-3/+12
* Remove quotes from debug connector error messagesUlf Hermann2015-09-151-3/+3
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-1/+11
* Move debugger-specific services into a common pluginUlf Hermann2015-08-041-7/+1
* Move profiler and engine control services into a pluginUlf Hermann2015-08-041-4/+1
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-041-2/+2
* Add a factory for QQmlDebugService and use it to load pluginsUlf Hermann2015-08-041-0/+10
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-041-1/+13
* Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann2015-08-041-0/+8
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-4/+4
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-301-0/+120