aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertraceview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: ModernizeAlessandro Portale2018-12-021-4/+2
* Tracing: Make notes in TimelineModelAggregator mutableUlf Hermann2018-08-281-1/+2
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-041-7/+7
* Remove some obsolete code inside QT_VERSION_CHECK sectionsAlessandro Portale2018-04-271-4/+0
* Remove TimelineTraceManager::StateUlf Hermann2018-04-231-24/+18
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-191-1/+1
* QmlProfiler: Avoid some 0 as nullptr warningsUlf Hermann2018-04-171-1/+1
* QmlProfiler: Integrate TraceTime into ModelManagerUlf Hermann2018-04-171-2/+2
* Timeline: Add stash() and restore() methods to notes modelUlf Hermann2018-04-171-1/+1
* QmlProfiler: Get rid of processing stepUlf Hermann2018-04-171-2/+0
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* QmlProfiler: Remove slots declarations and Qt4 connectionsUlf Hermann2017-09-071-2/+2
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-08-141-5/+13
|\
| * QmlProfiler: Avoid empty timeline when restricting to rangesUlf Hermann2017-08-071-5/+13
* | Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-2/+3
|/
* QmlProfiler: Don't delete suspended models when acquiring is abortedUlf Hermann2017-05-111-0/+2
* QmlProfiler: Load notes data only after models are availablev4.3.0-beta1Ulf Hermann2017-03-291-0/+1
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | QmlProfiler: Make the views accessible from the view managerUlf Hermann2016-12-281-5/+4
* | Timeline: Use formatTime also from QMLUlf Hermann2016-12-191-0/+2
* | QmlProfiler: Add functions to check if timeline view is usableUlf Hermann2016-12-151-0/+10
* | QmlProfiler: Clean up view initializationUlf Hermann2016-12-141-1/+2
* | QmlProfiler: Suspend timelinemodels while editing themUlf Hermann2016-11-231-2/+19
* | Timeline: Use the same type for setting and getting a model listUlf Hermann2016-11-231-9/+12
|/
* Themed Profiler timeline: Tool barAlessandro Portale2016-07-061-0/+3
* QmlProfiler: Set all timelinemodels at onceUlf Hermann2016-05-271-9/+9
* QmlProfiler: Reset the zoom control only when we're finished loadingUlf Hermann2016-05-101-4/+9
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-2/+0
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-0/+3
|\
| * QmlProfiler: Keep find bar in focus when notes are foundUlf Hermann2016-05-021-0/+3
* | Merge QmlProfiler and QmlProfilerExtension pluginsUlf Hermann2016-04-261-6/+12
|/
* QmlProfiler: remove dead codeUlf Hermann2016-03-241-6/+0
* Analyzer: Rework the dock widget layout generationhjk2016-02-291-1/+1
* Move analyzerbase to debuggerhjk2016-02-251-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlProfiler: Allow multiple events views loaded from pluginsUlf Hermann2016-01-061-2/+2
* QmlProfiler: Retrieve common actions from ActionManagerUlf Hermann2016-01-061-9/+3
* QmlProfiler: Rename "events" to "statistics" viewUlf Hermann2016-01-061-2/+2
* QmlProfiler: Reduce external interface of QQmlProfilerEventsWidgetUlf Hermann2016-01-061-5/+4
* QmlProfiler: remove dead codeUlf Hermann2015-11-121-18/+0
* QmlProfiler: Adapt to updateCursorPosition() change in TimelineUlf Hermann2015-11-121-0/+1
* QmlProfiler: Make sure timeChanged() signal is queued when neededUlf Hermann2015-09-011-1/+1
* QmlProfiler: Remove separator commentsUlf Hermann2015-07-021-7/+0
* Timeline: Remove the stateChanged signal from TimelineModelAggregatorUlf Hermann2015-05-181-3/+0
* Timeline: Remove useless dataAvailable() signalsUlf Hermann2015-05-181-3/+4
* QmlProfiler: Improvements to searching timeline event notesEike Ziller2015-05-151-3/+126
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-261-8/+2
|\
| * Timeline: Centralize the selection in zoom control.Ulf Hermann2015-03-241-8/+2
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-241-22/+1
|\|