aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | QmlProfiler: Eliminate ambiguity from TimelineModelAggregator::count()Ulf Hermann2014-09-292-2/+5
* | QmlProfiler: Don't try to get ID of invalid selection.Ulf Hermann2014-09-291-1/+1
* | QmlProfiler: Introduce properties for timeline category heightsUlf Hermann2014-09-292-2/+2
* | QmlProfiler: set overview range slider right border to correct valueUlf Hermann2014-09-291-1/+3
* | QmlProfiler: rename "eventId" fields to "typeId" and "selectionId"Ulf Hermann2014-09-293-10/+10
* | QmlProfiler: Provide UI for hiding and showing categoriesUlf Hermann2014-09-155-6/+50
* | QmlProfiler: Make timeline expand buttons actual Button itemsUlf Hermann2014-09-151-17/+10
* | QmlProfiler: Lock the overview painting to the frame rateUlf Hermann2014-09-101-8/+7
* | QmlProfiler: Try harder to obtain a canvas contextUlf Hermann2014-09-103-7/+3
* | QmlProfiler: Paint overview binding loops in separate passesUlf Hermann2014-09-102-14/+18
* | QmlProfiler: rename relative height of timeline items to "relativeHeight"Ulf Hermann2014-09-101-1/+1
* | QmlProfiler: drag&drop reordering of models in timelineUlf Hermann2014-09-092-1/+106
* | QmlProfiler: connect category labels to specific modelsUlf Hermann2014-09-091-2/+6
* | QmlProfiler: coding styleUlf Hermann2014-08-271-1/+1
* | QmlProfiler: revert to fixed layout for detail windowsUlf Hermann2014-08-263-5/+11
* | QmlProfiler: Simplify range detailsUlf Hermann2014-08-261-9/+6
* | QmlProfiler: Use bindings instead of JS methods for RangeMoverUlf Hermann2014-08-264-44/+36
* | QmlProfiler: Rename get* and find* methods to their canonical namesUlf Hermann2014-08-263-23/+25
* | QmlProfiler: Rename occurrences of "title" to "displayName"Ulf Hermann2014-08-262-2/+2
* | QmlProfiler: Remove getState() methodsUlf Hermann2014-08-261-6/+1
|/
* QmlProfiler: Use correct width for scaling timeline rangesUlf Hermann2014-08-121-1/+1
* QmlProfiler: Make sure TimelineRenderer is using the right x and widthUlf Hermann2014-07-111-13/+13
* QmlProfiler: Show placeholder labels in select locationsUlf Hermann2014-07-022-4/+5
* QmlProfiler: Native text rendering for all text elementsUlf Hermann2014-06-244-0/+7
* QmlProfiler: access the background marks from where they're createdUlf Hermann2014-06-242-1/+3
* QmlProfiler: restore tooltips on category labelsUlf Hermann2014-06-242-33/+49
* QmlProfiler: Add scales to rows in timelineUlf Hermann2014-06-241-2/+56
* QmlProfiler: allow interactive resizing of rows in timelineUlf Hermann2014-06-241-0/+14
* QmlProfiler: Put height of rows in the timeline into the modelUlf Hermann2014-06-243-45/+43
* QmlProfiler: remove useless signalsUlf Hermann2014-06-171-2/+2
* QmlProfiler: Allow only one category per model in timelineUlf Hermann2014-06-164-33/+20
* QmlProfiler: Pass model index to QML when selecting in trace viewUlf Hermann2014-06-161-4/+3
* QmlProfiler: Restore binding loop markers in overview.Ulf Hermann2014-06-161-1/+1
* QmlProfiler: Don't convert between QColor and QVariantListUlf Hermann2014-06-061-2/+1
* QmlProfiler: put all of the traceview in one QQuickViewUlf Hermann2014-06-065-29/+192
* QmlProfiler: Draw Overview in multiple passesUlf Hermann2014-06-062-27/+43
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-04-143-0/+6
|\
| * QmlProfiler: Always reset the context before drawing on a canvasUlf Hermann2014-04-143-0/+6
* | 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-022-20/+23
* QmlProfiler: Don't ignore ranges of < 500ns in overviewUlf Hermann2014-03-311-3/+2
* QmlProfiler: Guard the overview against recursively changing the rangeUlf Hermann2014-03-311-0/+5
* QmlProfiler: remove dead codeUlf Hermann2014-03-311-5/+1
* QmlProfiler: Increase accuracy of various data typesUlf Hermann2014-03-313-7/+7
* QmlProfiler: Update selection also when only model changesUlf Hermann2014-03-312-9/+5
* 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-313-18/+18
* QmlProfiler: Remove dead codeUlf Hermann2014-03-311-17/+0