aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlProfiler: Directly pass events from client to modelUlf Hermann2016-05-251-6/+0
* QmlProfiler: Make progress widget more expressiveUlf Hermann2016-05-231-1/+26
* QmlProfiler: Add a binary trace formatUlf Hermann2016-05-231-8/+21
* QmlProfiler: Rename QmlProfilerDataModel::addEvent()Ulf Hermann2016-05-231-1/+1
* QmlProfiler: Use a temporary file to store the master event listUlf Hermann2016-05-231-1/+1
* QmlProfiler: Use data replay feature for saving tracesUlf Hermann2016-05-231-1/+1
* QmlProfiler: Drive event loading from the model managerUlf Hermann2016-05-231-34/+54
* QmlProfiler: Methods for dispatching events by featureUlf Hermann2016-05-231-2/+18
* QmlProfiler: Remove detailed progress trackingUlf Hermann2016-05-231-47/+3
* QmlProfiler: Reset the zoom control only when we're finished loadingUlf Hermann2016-05-101-3/+0
* QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-061-12/+8
* QmlProfiler: Move notes into the notes modelUlf Hermann2016-05-061-3/+2
* QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-041-8/+8
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-16/+9
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-2/+2
* QmlProfiler: Avoid race conditions when loading or saving dataUlf Hermann2016-02-091-19/+32
* QmlProfiler: Avoid QtConcurrentEike Ziller2016-02-081-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-231-2/+12
|\
| * QmlProfiler: Fix traceTime updatesUlf Hermann2015-11-171-2/+10
| * QmlProfiler: Initialize the model progress numbersUlf Hermann2015-11-171-0/+2
* | QmlProfiler: Debug messages are no QML events ...Ulf Hermann2015-11-191-0/+8
* | QmlProfiler: Include debug messages in traceUlf Hermann2015-11-171-2/+5
|/
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-251-1/+3
|\
| * QmlProfiler: Load notes after timeline models are finishedUlf Hermann2015-09-171-2/+3
* | QmlProfiler: Refactor complete() methodsUlf Hermann2015-09-111-27/+14
* | QmlProfiler: Remove QmlProfilerModelManager::count()Ulf Hermann2015-09-111-5/+0
* | QmlProfiler: Eliminate QmlProfilerDataStateUlf Hermann2015-09-111-61/+46
* | QmlProfiler: Simplify file loadingUlf Hermann2015-09-111-16/+2
* | QmlProfiler: Don't create widgets in a worker threadUlf Hermann2015-09-111-3/+4
* | QmlProfiler: Clean up the state widgetUlf Hermann2015-09-011-5/+0