| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Fix race condition on QQmlEnginePrivate::qml_debugging_enabled | Marc Mutz | 2022-05-31 | 1 | -1/+1 |
| * | Plugins: Port to QPluginParsedMetaData and CBOR | Thiago Macieira | 2021-11-01 | 1 | -4/+4 |
| * | Standardize QJsonArray iteration | David Skoland | 2020-10-28 | 1 | -1/+1 |
| * | QQmlDebugConnector: Don't complain about new pluginKey if it's unchanged | Ulf Hermann | 2018-06-22 | 1 | -1/+1 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -5/+5 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-12-14 | 1 | -1/+4 |
| |\ |
|
| | * | Make sure we cannot reload debug connectors on shutdown | Ulf Hermann | 2016-11-30 | 1 | -1/+4 |
| * | | QmlDebug: Allow specifying debug connectors on the command line | Ulf Hermann | 2016-11-24 | 1 | -0/+10 |
| * | | Qml debugger: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-09-12 | 1 | -3/+5 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-05-19 | 1 | -5/+0 |
| |\ |
|
| | * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statements | Ulf Hermann | 2016-05-09 | 1 | -5/+0 |
| * | | Allow custom debug connectors | Ulf Hermann | 2016-03-26 | 1 | -8/+5 |
| * | | Qml: replace QStringLiteral with QLatin1String | Anton Kudryavtsev | 2016-02-10 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | | QmlDebug: Restructure QPacket and QPacketProtocol | Ulf Hermann | 2015-11-17 | 1 | -0/+3 |
| |/ |
|
| * | QmlDebug: Add a debug connector for use with native debuggers | hjk | 2015-10-16 | 1 | -3/+12 |
| * | Remove quotes from debug connector error messages | Ulf Hermann | 2015-09-15 | 1 | -3/+3 |
| * | Allow specification of loadable debug services via command line | Ulf Hermann | 2015-08-13 | 1 | -1/+11 |
| * | Move debugger-specific services into a common plugin | Ulf Hermann | 2015-08-04 | 1 | -7/+1 |
| * | Move profiler and engine control services into a plugin | Ulf Hermann | 2015-08-04 | 1 | -4/+1 |
| * | Move inspector service and QtQuick2 inspector into a common plugin | Ulf Hermann | 2015-08-04 | 1 | -2/+2 |
| * | Add a factory for QQmlDebugService and use it to load plugins | Ulf Hermann | 2015-08-04 | 1 | -0/+10 |
| * | Move QQmlDebugServer into a plugin | Ulf Hermann | 2015-08-04 | 1 | -1/+13 |
| * | Simplify QQmlDebugServer::enableFromArguments | Ulf Hermann | 2015-08-04 | 1 | -0/+8 |
| * | Extract minimal abstract interfaces from debug services. | Ulf Hermann | 2015-08-04 | 1 | -4/+4 |
| * | Move debugger initialization out of QQmlDebugServer and QQmlEngine | Ulf Hermann | 2015-07-30 | 1 | -0/+120 |