aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_server
Commit message (Expand)AuthorAgeFilesLines
* Tooling: Guard use of QRegularExpressionUlf Hermann2019-05-231-4/+5
* Tooling: Use QRegularExpression rather than QRegExpUlf Hermann2019-05-221-4/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-1/+2
|\
| * Make QPacketProtocol independent of QmlUlf Hermann2018-04-231-1/+2
* | QPacketProtocol: Add proper error handlingUlf Hermann2018-04-051-6/+6
* | QmlDebug: Drop support for non-multipacket clientsUlf Hermann2018-03-211-23/+17
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-6/+6
* Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-052-11/+4
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-9/+9
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-1/+1
|/
* headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-241-2/+2
* Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-261-6/+6
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-36/+40
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+0
|\
| * QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-091-2/+0
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-20/+21
* | QmlDebug: Adapt to renaming of Qt Creators "QML/JS" consoleUlf Hermann2016-04-221-1/+1
* | QQmlEngineDebugService: Make translating the usage simpler.Friedemann Kleint2016-03-251-38/+42
* | QmlDebug: Support sending multiple messages per packetUlf Hermann2016-03-111-7/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-4/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+4
* | Updated license headersJani Heikkinen2016-01-192-28/+40
* | Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-221-3/+3
* | QmlDebug: Add functionality to query if a server knows an engineUlf Hermann2015-12-151-0/+16
* | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-171-22/+22
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-172-13/+12
* | QmlDebug: move QQuickProfiler into a pluginUlf Hermann2015-11-171-1/+1
* | Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-1/+1
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-152-23/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-15/+9
|\|
| * QmlDebug: Make sure debug server knows connection before any messagesUlf Hermann2015-09-211-15/+9
* | QQmlDebugServer: Drop duplicate service removalUlf Hermann2015-09-151-2/+0
* | Improve usage message for -qmljsdebugger arguments.Ulf Hermann2015-09-151-6/+47
|/
* Remove unused member variable QQmlDebugServerThread::m_block.Friedemann Kleint2015-08-211-1/+0
* 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
* 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
* Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann2015-08-041-69/+8
* Deduplicate debug server connection code.Ulf Hermann2015-08-042-27/+64
* Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServerUlf Hermann2015-08-041-15/+2
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-044-0/+881