aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qml/MainView.qml
Commit message (Expand)AuthorAgeFilesLines
* Timeline: Create new library from contents of QmlProfilerUlf Hermann2014-12-161-472/+0
* QmlProfiler: Fix lock icon in selection detailsUlf Hermann2014-12-161-1/+1
* QmlProfiler: Fix selection by typeIdUlf Hermann2014-12-161-4/+12
* QmlProfiler: Make overview declarativeUlf Hermann2014-12-151-1/+0
* QmlProfiler: Make TimeDisplay more configurableUlf Hermann2014-12-151-1/+2
* QmlProfiler: cleanup QmlProfilerTraceViewUlf Hermann2014-12-151-1/+1
* QmlProfiler: Rename qmlProfilerModelProxy to timelineModelAggregatorUlf Hermann2014-12-151-19/+19
* QmlProfiler: Untangle QML codeUlf Hermann2014-12-151-360/+169
* QMLProfiler: Use scene graph for painting events in timelineUlf Hermann2014-12-121-82/+56
* QmlProfiler: Use Flickable's pixelAligned propertyUlf Hermann2014-12-051-18/+15
* QmlProfiler: Make TimeDisplay and TimeMarks declarativeUlf Hermann2014-12-051-82/+104
* QmlProfiler: Reorganize timeline into rowsUlf Hermann2014-12-051-149/+273
* QmlProfiler: Fix timeline range selectionUlf Hermann2014-12-051-1/+0
* QmlProfiler: Move timeline prev/next functions to modelsUlf Hermann2014-11-271-2/+10
* QmlProfiler: fix selection propagation from event view to timelineUlf Hermann2014-11-211-21/+27
* QmlProfiler: Centralize trace/window/range timesUlf Hermann2014-11-211-57/+38
* QmlProfiler: Prefer events with notes when propagating selectionsUlf Hermann2014-10-151-1/+13
* QmlProfiler: show notes in range detailsUlf Hermann2014-10-151-16/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | QmlProfiler: Center trace view vertically around newly selected itemsUlf Hermann2014-10-021-0/+7
* | QmlProfiler: propagate selections from trace to event view by typeIdUlf Hermann2014-10-021-1/+6
* | QmlProfiler: Don't try to get ID of invalid selection.Ulf Hermann2014-09-291-1/+1
* | QmlProfiler: rename "eventId" fields to "typeId" and "selectionId"Ulf Hermann2014-09-291-5/+5
* | QmlProfiler: Provide UI for hiding and showing categoriesUlf Hermann2014-09-151-1/+29
* | QmlProfiler: drag&drop reordering of models in timelineUlf Hermann2014-09-091-0/+11
* | QmlProfiler: Use bindings instead of JS methods for RangeMoverUlf Hermann2014-08-261-3/+3
* | QmlProfiler: Rename get* and find* methods to their canonical namesUlf Hermann2014-08-261-11/+13
* | QmlProfiler: Remove getState() methodsUlf Hermann2014-08-261-6/+1
|/
* QmlProfiler: Make sure TimelineRenderer is using the right x and widthUlf Hermann2014-07-111-13/+13
* QmlProfiler: access the background marks from where they're createdUlf Hermann2014-06-241-0/+3
* QmlProfiler: restore tooltips on category labelsUlf Hermann2014-06-241-3/+8
* QmlProfiler: Put height of rows in the timeline into the modelUlf Hermann2014-06-241-2/+0
* QmlProfiler: Allow only one category per model in timelineUlf Hermann2014-06-161-1/+1
* QmlProfiler: Pass model index to QML when selecting in trace viewUlf Hermann2014-06-161-4/+3
* QmlProfiler: put all of the traceview in one QQuickViewUlf Hermann2014-06-061-18/+46
* QmlProfiler: Reduce the amount of useless signals on item selectionUlf Hermann2014-04-091-7/+5
* QmlProfiler: Prevent integer overflows on contentWidth and contentXUlf Hermann2014-04-021-19/+22
* QmlProfiler: Update selection also when only model changesUlf Hermann2014-03-311-8/+4
* QmlProfiler: unify centering on items and do it only once per clickUlf Hermann2014-03-311-14/+1
* QmlProfiler: remove dead codeUlf Hermann2014-03-311-12/+9
* QmlProfiler: Apply some coding styleUlf Hermann2014-03-311-5/+3
* QmlProfiler: Consistently clear when clear button pressedUlf Hermann2014-03-311-14/+9
* QmlProfiler: Remove dead codeUlf Hermann2014-03-311-17/+0
* QmlProfiler: Fix order of updates to timeline contentX and contentWidthUlf Hermann2014-03-141-14/+29
* QmlProfiler: Fix glitches when vertically resizing the timelineUlf Hermann2014-03-061-0/+3
* QmlProfiler: Don't needlessly interrupt the timeline flicking motionUlf Hermann2014-03-061-4/+6
* QmlProfiler: Provide a horizontal scroll bar for the timelineUlf Hermann2014-02-271-149/+148
* QmlProfiler: Remove gradient bordersUlf Hermann2014-02-251-20/+4
* QmlProfiler: Fix range selectionUlf Hermann2014-02-211-6/+3