aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Remove some dead codehjk2019-08-301-4/+0
* QmlProfiler: ModernizeAlessandro Portale2018-12-021-1/+1
* QmlProfiler: Avoid some compiler warningsUlf Hermann2018-09-181-2/+4
* Tracing: Make sure we don't cast between different kinds of eventsUlf Hermann2018-07-161-7/+19
* QML Profiler: Fix punctuation in messagesLeena Miettinen2018-06-131-4/+4
* QmlProfiler: Actually update the details when rewriter tells us toUlf Hermann2018-05-311-4/+5
* QmlProfiler: Keep text marks when replaying eventsUlf Hermann2018-05-301-0/+13
* QmlProfiler: Move action registration out of QmlProfilerToolUlf Hermann2018-05-291-0/+7
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-081-52/+99
* Tracing: Move the type storage out of the trace managerUlf Hermann2018-05-081-56/+94
* Tracing: Generalize event filteringUlf Hermann2018-05-081-71/+96
* Tracing: Drop restricted start/end times from trace managerUlf Hermann2018-05-081-0/+13
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-041-1/+1
* Remove TimelineTraceManager::StateUlf Hermann2018-04-231-1/+0
* QmlProfiler: Rename specific replayEvents to replayQmlEventsUlf Hermann2018-04-191-6/+6
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-191-483/+168
* Timeline: Move modelId generation into aggregatorUlf Hermann2018-04-171-6/+0
* QmlProfiler: Don't expose the vector of event typesUlf Hermann2018-04-171-5/+5
* QmlProfiler: Integrate TraceTime into ModelManagerUlf Hermann2018-04-171-91/+71
* Move parts of QmlEvent and QmlEventType to timelineUlf Hermann2018-04-171-1/+3
* Timeline: Add stash() and restore() methods to notes modelUlf Hermann2018-04-171-2/+2
* QmlProfiler: Get rid of processing stepUlf Hermann2018-04-171-15/+6
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-031-3/+0
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2018-01-091-4/+15
|\
| * QmlProfiler: Retain event types between sessions on same connectionUlf Hermann2018-01-031-4/+15
* | QmlProfiler: Use a Target for populateFileFinder()Ulf Hermann2017-09-271-2/+2
|/
* QmlProfiler: Don't trust in externally provided timestampsUlf Hermann2017-09-121-6/+17
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-2/+2
* QmlProfiler: Rename QmlProfilerDetailsRewriter::clearRequests to clearUlf Hermann2017-08-151-1/+1
* QmlProfiler: Convert to a RunWorker based setuphjk2017-05-301-0/+2
* QmlProfiler: Use a ranged for loop in QmlProfilerModelManager::dispatchUlf Hermann2017-03-311-1/+1
* QmlProfiler: Load notes data only after models are availablev4.3.0-beta1Ulf Hermann2017-03-291-1/+0
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | QmlProfiler: Initialize members inside classRobert Loehning2017-02-281-20/+12
* | QmlProfiler: Integrate QmlProfilerDataModel into model managerUlf Hermann2017-02-241-36/+190
* | QmlProfiler: Remove references to QmlProfilerDataModelUlf Hermann2017-02-241-6/+22
* | QmlProfiler: Guard against the temporary trace file going awayUlf Hermann2017-02-241-6/+15
* | QmlProfiler: Improve error and progress handling for loading and savingUlf Hermann2017-02-241-7/+31
* | QmlProfiler: Add text marks for QML/JS types into documentsUlf Hermann2017-02-211-0/+24
* | QmlProfiler: Move the file finder into the QML modelUlf Hermann2017-02-151-2/+2
* | QmlProfiler: Move event handling into model managerUlf Hermann2017-02-151-6/+38
* | QmlProfiler: Send loaded events in batches of about 1024Ulf Hermann2016-11-091-2/+2
|/
* QmlProfiler: Don't delete QObjects from outside their home threadUlf Hermann2016-10-261-1/+1
* QmlProfiler: Move unrelated code out of QmlProfilerClientManagerUlf Hermann2016-08-051-0/+13
* QmlProfiler: Avoid reloading notes twice on range restrictionUlf Hermann2016-07-061-1/+4
* QmlProfiler: Add extra metadata to notesUlf Hermann2016-07-061-2/+2
* QmlProfiler: Use current restriction range when saving notesUlf Hermann2016-07-061-2/+2
* QmlProfiler: clear model manager only after saving the notesUlf Hermann2016-06-031-1/+1
* QmlProfiler: Fix compile warning about implicit conversion to 64 bitsUlf Hermann2016-05-261-1/+1