aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
|\|
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-162-0/+14
| * QmlDebug: Don't duplicate Qt namespace when importing debug pluginsUlf Hermann2015-10-161-1/+3
| * QmlDebug: Add a debug connector for use with native debuggershjk2015-10-161-3/+12
| * Fix compile error.Milian Wolff2015-10-151-1/+1
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-155-39/+227
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-3/+5
|\|
| * Add a \sinceLars Knoll2015-09-231-0/+2
| * Remove quotes from debug connector error messagesUlf Hermann2015-09-151-3/+3
* | Add public methods to set debug services to be loadedUlf Hermann2015-09-152-0/+62
* | Actively translate feature flags between QML and V4 profilersUlf Hermann2015-09-151-2/+2
* | QmlDebug: Rename debug "server" to "connector"Ulf Hermann2015-09-151-13/+13
* | Make keys of all debug services publicUlf Hermann2015-09-152-6/+35
|/
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-5/+6
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-132-1/+12
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-042-107/+0
* Move debugger-specific services into a common pluginUlf Hermann2015-08-048-2506/+1
* Move profiler and engine control services into a pluginUlf Hermann2015-08-0410-1130/+4
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-042-4/+4
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-045-344/+2
* Add a factory for QQmlDebugService and use it to load pluginsUlf Hermann2015-08-043-0/+74