aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_native
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-052-5/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-9/+9
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* 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-5/+5
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-3/+1
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-8/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-1/+1
|\
| * Fix build with -no-guiTasuku Suzuki2016-03-241-1/+1
* | 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-222-2/+2
* | 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-152-0/+15
* | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-172-11/+11
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-173-4/+15
* | QmlDebug: Extract header from native connectorUlf Hermann2015-11-053-44/+87
* | 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-163-0/+398