aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-265-0/+9
* Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-071-3/+7
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-8/+12
|\
| * Fix -no-qmldebug debug build with MSVCKai Koehne2017-02-012-8/+12
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+1
|\|
| * Fix build without qml-debugTasuku Suzuki2017-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-251-30/+29
|\|
| * QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-201-30/+29
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-143-5/+13
|\|
| * Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-091-2/+7
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-071-1/+4
| |\
| | * Make sure we cannot reload debug connectors on shutdownUlf Hermann2016-11-301-1/+4
| * | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
| |/
* | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-241-0/+10
* | QmlDebug: Add more information about available debug servicesUlf Hermann2016-11-232-1/+14
* | QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-181-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-183-30/+73
|\|
| * QML: Prevent unnecessary QUrl->QString->QByteArray conversionsErik Verbruggen2016-10-142-30/+55
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-0/+18
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-0/+18
| | |\
| | | * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-281-1/+1
| | | * Add a facility to version type information for debugginghjk2016-09-221-0/+18
* | | | Qml debugger: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-121-3/+5
|/ / /
* | | Add QT_NO_QML_DEBUGGER to MODULE_DEFINES on -no-qml-debugUlf Hermann2016-08-031-0/+1
* | | Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-4/+4
* | | Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-2810-16/+165
* | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-283-11/+9
* | | QmlDebug: Inline most of QQmlDebugServiceUlf Hermann2016-07-272-38/+8
* | | QML: Remove QQML_NO_DEBUG_PROTOCOLUlf Hermann2016-07-271-16/+1
* | | Move QQmlMemoryProfiler to debugger directoryUlf Hermann2016-07-263-0/+246
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-4/+3
* | | QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-273-28/+24
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-14/+0
|\|
| * QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-092-14/+0
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-022-68/+159
* | QmlProfiler: Pass detailType directly, rather than as a bit fieldUlf Hermann2016-04-271-13/+13
* | Allow custom debug connectorsUlf Hermann2016-03-263-32/+36
* | QmlProfiler: Send events in smaller batchesUlf Hermann2016-03-111-0/+2
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* | Updated license headersJani Heikkinen2016-01-1916-224/+320
* | Rewrite inspector serviceUlf Hermann2016-01-121-2/+5
* | 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
* | Extend QDebugMessageServiceUlf Hermann2015-11-172-0/+3
* | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-174-16/+17
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-176-228/+10
* | QmlDebug: move QQuickProfiler into a pluginUlf Hermann2015-11-171-2/+12
* | QmlProfiler: Collect useful input eventsUlf Hermann2015-10-301-0/+15
* | QmlProfiler: Remove binding typesUlf Hermann2015-10-281-3/+0
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-224-5/+30
|\|