aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Speed up object creationSimon Hausmann2015-04-162-3/+3
* Speed up binding evaluationSimon Hausmann2015-04-161-4/+4
* Fix profiler adapter documentationUlf Hermann2015-03-241-18/+34
* Fix build: QString needs to be fully-defined for QString()Thiago Macieira2015-03-051-0/+1
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-4/+4
* Include <limits> in qqmlprofilerservice_p.hUlf Hermann2015-02-251-0/+2
* Update copyright headersJani Heikkinen2015-02-1231-217/+217
* QQmlEngineDebugService: Avoid assert when debugging QModelIndexGabriel de Dietrich2015-02-041-1/+15
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Rename QML debug macro to Qt naming stylePasi Petäjäjärvi2015-01-121-4/+4
* Disallow QQmlDebugServer::enable for QT_QML_NO_DEBUGGERUlf Hermann2015-01-121-0/+8
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-7/+7
* fix the build with -no-qml-debugShawn Rutledge2014-12-131-1/+0
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-094-7/+12
|\
| * QQmlInspectorService: handle views only with supported plugins.v5.4.0Ulf Hermann2014-12-051-0/+1
| * Don't embded qmldbg_tcp plugin to libQt5Qml in static buildPasi Petäjäjärvi2014-11-111-5/+0
| * Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-071-2/+10
| * Mark cleanup function as unused if compiled with QT_QML_NO_DEBUGGERUlf Hermann2014-11-051-0/+1
* | QmlDebug: Provide public method for starting a debug serverUlf Hermann2014-12-054-37/+110
* | Refactor ExecutionContextsLars Knoll2014-11-081-9/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0910-55/+85
|\|
| * Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-172-3/+7
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-118-52/+78
* | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-12/+14
|/
* Update license headers and add new licensesJani Heikkinen2014-08-2531-577/+329
* Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-121-0/+3
* Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-13/+78
* Properly collect polish timings from all render loopsUlf Hermann2014-07-021-1/+1
* Javascript heap profilerUlf Hermann2014-06-063-9/+36
* Remove V8 profiler serviceUlf Hermann2014-05-094-428/+0
* Use RAII for VME profilerUlf Hermann2014-04-032-133/+62
* Give the QML and the debug server thread an objectname.Thomas McGuire2014-04-011-0/+1
* Fix some documentation errors.Friedemann Kleint2014-03-242-4/+5
* qmldebugger: avoid loading tcp module in inspectorFawzi Mohamed2014-03-111-0/+2
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-112-0/+17
* Don't delete the QML engines from the profiler service destructorUlf Hermann2014-03-111-1/+1
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-041-15/+3
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-1/+1
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-4/+4
* Fix behavior when starting/stopping multiple QML profilers at onceUlf Hermann2014-02-272-26/+59
* Don't needlessly flush start times when stopping profilingUlf Hermann2014-02-252-7/+17
* Update QQmlAbstractProfilerAdapter documentation.Ulf Hermann2014-02-201-10/+67
* Add dedicated QML profiler and adapterUlf Hermann2014-02-155-507/+580
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-152-68/+0
* Compile fix for MSVC2013Andrew Knight2014-02-141-1/+1
* V4 profiler adapterUlf Hermann2014-02-134-2/+199
* Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-136-115/+640
* Add a debug service for controlling qml enginesUlf Hermann2014-02-103-2/+247
* Unify initial waiting of debug servicesUlf Hermann2014-02-1015-89/+363