aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerdatamodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Integrate QmlProfilerDataModel into model managerUlf Hermann2017-02-241-298/+0
* QmlProfiler: Remove references to QmlProfilerDataModelUlf Hermann2017-02-241-1/+1
* QmlProfiler: Guard against the temporary trace file going awayUlf Hermann2017-02-241-6/+14
* QmlProfiler: Add text marks for QML/JS types into documentsUlf Hermann2017-02-211-6/+5
* QmlProfiler: Initialize QmlProfilerDetailsRewriter::detailsRewriterRobert Loehning2017-02-201-1/+1
* QmlProfiler: Don't register a model ID for the QML modelUlf Hermann2017-02-151-6/+1
* QmlProfiler: Move the file finder into the QML modelUlf Hermann2017-02-151-3/+15
* QmlProfiler: Move event handling into model managerUlf Hermann2017-02-151-8/+13
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+4
* QmlProfiler: rename requestId into typeIdUlf Hermann2016-12-281-3/+3
* QmlProfiler: don't manually delete parented QObjectsUlf Hermann2016-12-281-1/+0
* QmlProfiler: Remove pimpl pattern from details rewriterUlf Hermann2016-12-201-1/+1
* Timeline: Move printTime() into Timeline and add hours, minutes, nanosUlf Hermann2016-12-191-10/+0
* QmlProfiler: Send loaded events in batches of about 1024Ulf Hermann2016-11-091-0/+9
* QmlProfiler: Properly handle very large ranges when restrictingUlf Hermann2016-07-111-23/+29
* QmlProfiler: Always dispatch memory and pixmap eventsUlf Hermann2016-07-111-2/+19
* QmlProfiler: Provide a sane ctor for QmlEventType and use itUlf Hermann2016-06-101-16/+15
* QmlProfiler: Make members of QmlEventLocation privateUlf Hermann2016-06-101-4/+4
* QmlProfiler: Send the correct end events when restricting to rangeUlf Hermann2016-06-031-1/+1
* QmlProfiler: Move type resolution logic into trace clientUlf Hermann2016-05-251-102/+9
* QmlProfiler: Add a binary trace formatUlf Hermann2016-05-231-8/+7
* QmlProfiler: Rename QmlProfilerDataModel::addEvent()Ulf Hermann2016-05-231-1/+1
* QmlProfiler: Use a temporary file to store the master event listUlf Hermann2016-05-231-27/+29
* QmlProfiler: Use data replay feature for saving tracesUlf Hermann2016-05-231-6/+0
* QmlProfiler: Drive event loading from the model managerUlf Hermann2016-05-231-61/+137
* QmlProfiler: Drop QmlProfilerDataModel::changed() signalUlf Hermann2016-05-231-4/+0
* QmlProfiler: Remove detailed progress trackingUlf Hermann2016-05-231-11/+0
* QmlProfiler: Add a QmlTypedEvent and extend QmlEventUlf Hermann2016-05-091-1/+1
* QmlProfiler: Rename QmlEvent::startTime to "timestamp"Ulf Hermann2016-05-061-2/+2
* QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-061-1/+1
* QmlProfiler: Move notes into the notes modelUlf Hermann2016-05-061-14/+0
* QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-041-28/+27
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-12/+10
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlProfiler: Include debug messages in traceUlf Hermann2015-11-171-2/+5
* QmlProfiler: Allow string data in eventsUlf Hermann2015-11-171-7/+7
* QmlProfiler: Remove QtQuick1-specific hackUlf Hermann2015-11-161-8/+0
* QmlProfiler: Refactor complete() methodsUlf Hermann2015-09-111-8/+10
* QmlProfiler: Remove QmlProfilerBaseModelUlf Hermann2015-09-111-11/+47
* QmlProfiler: Remove separator commentsUlf Hermann2015-07-021-3/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | QmlProfiler: Rename some classes and files to follow the common patternUlf Hermann2014-11-211-1/+1
* | QmlProfiler: Centralize trace/window/range timesUlf Hermann2014-11-211-2/+4
|/
* QmlProfiler: Fix location for QtQuick1 events before using themUlf Hermann2014-11-121-15/+8
* QmlProfiler: Add special model for notesUlf Hermann2014-10-151-0/+15
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | QmlProfiler: Don't process all events twice when loading tracesUlf Hermann2014-09-121-0/+12
|/
* QmlProfiler: Clean up assignment of initial details to eventsUlf Hermann2014-07-091-16/+9