aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugconnector_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-3/+3
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Add a TU for QQmlDebugServerMarc Mutz2022-05-041-0/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Make qml-debug a proper featureUlf Hermann2017-11-081-1/+3
* Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-281-0/+25
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-221-1/+1
* QmlDebug: Add functionality to query if a server knows an engineUlf Hermann2015-12-151-0/+1
* Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-171-2/+3
* QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-171-0/+5
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-0/+1
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-041-2/+2
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-041-0/+9
* Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann2015-08-041-0/+3
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-0/+7
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-311-1/+0
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-301-0/+2
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-0/+77