summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerdatamodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlProfiler: Show placeholder labels in select locationsUlf Hermann2014-07-021-4/+1
* QmlProfiler: Actually do simplify the details string when loadingUlf Hermann2014-06-181-1/+1
* QmlProfiler: remove "Source code not available."Ulf Hermann2014-06-171-4/+3
* QmlProfiler: get rid of hash stringsUlf Hermann2014-06-171-22/+50
* QmlProfiler: Replace QStringList with QString in event dataUlf Hermann2014-06-171-4/+5
* QmlProfiler: Unify event type definitionsUlf Hermann2014-06-061-8/+9
* QmlProfiler: Try to make the compiler inline event start comparisonUlf Hermann2014-03-311-7/+9
* QmlProfiler: Accept qrc:/ as local files when setting initial detailsUlf Hermann2014-02-211-1/+2
* QmlProfiler: Consistently apply the d-pointer pattern to all modelsUlf Hermann2014-02-191-18/+38
* QmlProfiler: Unify QML and V8 data modelsUlf Hermann2014-02-191-0/+221
* QmlProfiler: reworkedChristiaan Janssen2013-08-091-1685/+0
* Fix coding style for else statementsOrgad Shaneh2013-07-171-10/+6
* Fix Krazy warnings about values or keys iteration in QML code.Friedemann Kleint2013-03-151-15/+20
* QmlProfiler: ignore duplicated Complete in data containerChristiaan Janssen2013-02-201-0/+3
* QmlProfiler: avoid false positives in binding loopsChristiaan Janssen2013-02-201-2/+2
* QmlProfiler: dealing with missing location in Creation eventsChristiaan Janssen2013-02-191-1/+1