aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_native/qqmlnativedebugconnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make QPacketProtocol independent of QmlUlf Hermann2018-04-231-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-051-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-241-2/+2
* Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-261-5/+5
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-8/+6
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-221-1/+1
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-12-151-3/+2
* QmlDebug: Add functionality to query if a server knows an engineUlf Hermann2015-12-151-0/+13
* Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-171-3/+3
* QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-171-3/+9
* QmlDebug: Extract header from native connectorUlf Hermann2015-11-051-44/+4
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-1/+2
* QQmlNativeDebugConnector: Do not translate warning.Friedemann Kleint2015-10-221-2/+2
* QmlDebug: Add a debug connector for use with native debuggershjk2015-10-161-0/+383