aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugconnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Plugins: Port to QPluginParsedMetaData and CBORThiago Macieira2021-11-011-4/+4
* Standardize QJsonArray iterationDavid Skoland2020-10-281-1/+1
* QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-221-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+4
|\
| * Make sure we cannot reload debug connectors on shutdownUlf Hermann2016-11-301-1/+4
* | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-241-0/+10
* | Qml debugger: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-121-3/+5
|/
* 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