aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* QmlProfiler: Rename all the timeline model data structs to ItemUlf Hermann2018-05-111-1/+1
* QmlProfiler: Remove accepted() methodsUlf Hermann2018-05-111-5/+0
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-041-1/+1
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-191-0/+1
* Timeline: Move modelId generation into aggregatorUlf Hermann2018-04-171-1/+1
* Timeline: Use some better number typesUlf Hermann2018-01-161-1/+1
* QmlProfiler: Accept animations events with 0 animationsUlf Hermann2017-09-121-1/+0
* QmlProfiler: Remove references to QmlProfilerDataModelUlf Hermann2017-02-241-1/+0
* Timeline: Move printTime() into Timeline and add hours, minutes, nanosUlf Hermann2016-12-191-1/+2
* Timeline: Use QRgb and a lookup table for colorsUlf Hermann2016-11-091-1/+1
* QmlProfiler: Add test for animations modelUlf Hermann2016-07-131-9/+9
* QmlProfiler: Fix another type/event misnomerUlf Hermann2016-07-041-2/+2
* QmlProfiler: Provide a sane ctor for QmlEventType and use itUlf Hermann2016-06-101-1/+1
* QmlProfiler: Fix compile error in animations modelUlf Hermann2016-05-241-0/+1
* QmlProfiler: Load the timeline model data event by eventUlf Hermann2016-05-231-44/+31
* QmlProfiler: Remove detailed progress trackingUlf Hermann2016-05-231-3/+0
* QmlProfiler: Add a QmlTypedEvent and extend QmlEventUlf Hermann2016-05-091-4/+4
* QmlProfiler: Rename QmlEvent::startTime to "timestamp"Ulf Hermann2016-05-061-3/+3
* QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-061-4/+4
* QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-041-5/+5
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-13/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlProfiler: Allow string data in eventsUlf Hermann2015-11-171-10/+12
* QmlProfiler: Remove QmlProfilerBaseModelUlf Hermann2015-09-111-1/+1
* QmlProfiler: Define a main feature for timeline modelsUlf Hermann2015-07-021-4/+2
* QmlProfiler: Remove separator commentsUlf Hermann2015-07-021-2/+0
* QmlProfiler: Remove extra clear() from loadData()Ulf Hermann2015-06-301-1/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
* QmlProfiler: Don't modify height of timeline items based on row heightUlf Hermann2014-12-051-10/+3
* QmlProfiler: Separate expanded and collapsed row heights and countsUlf Hermann2014-12-051-5/+10
* QmlProfiler: Split AbstractTimelineModel in two classesUlf Hermann2014-11-211-8/+7
* QmlProfiler: remove useless checks from labels() methodsUlf Hermann2014-11-211-2/+2
* QmlProfiler: Require model manager when constructing timeline modelsUlf Hermann2014-11-211-7/+5
* QmlProfiler: switch storage for typeId and selectionIdUlf Hermann2014-11-211-16/+18
* QmlProfiler: Don't needlessly use AbstractTimelineModelPrivateUlf Hermann2014-11-211-55/+28
* QmlProfiler: Sanitize AbstractTimelineModel public interfaceUlf Hermann2014-11-211-2/+2
* QmlProfiler: Merge SortedTimelineModel into AbstractTimelineModelUlf Hermann2014-11-211-1/+1
* QmlProfiler: Rename some classes and files to follow the common patternUlf Hermann2014-11-211-0/+249