summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-0972-499/+570
* QmlProfiler: Use correct width for scaling timeline rangesUlf Hermann2014-08-121-1/+1
* Analyzer: Use a more common default value for the initial dock areahjk2014-07-241-3/+3
* Analyzer: Set dockwidget title on inner widget firsthjk2014-07-241-4/+7
* QmlProfiler: Keep TimelineRenderer and Button states in syncUlf Hermann2014-07-112-14/+25
* QmlProfiler: Make sure TimelineRenderer is using the right x and widthUlf Hermann2014-07-111-13/+13
* QmlProfiler: Apply documentation style to sortedtimelinemodel.cppUlf Hermann2014-07-111-6/+6
* QmlProfiler: Fix rounding error for items starting outside the screenUlf Hermann2014-07-101-2/+6
* QmlProfiler: Clean up assignment of initial details to eventsUlf Hermann2014-07-091-16/+9
* QmlProfiler: Remove dead code from trace file writerUlf Hermann2014-07-092-39/+0
* QmlProfiler: Fix logic when selecting previous eventUlf Hermann2014-07-091-1/+1
* QmlProfiler: make sure indices in SortedTimelineModel are correctUlf Hermann2014-07-092-1/+18
* QmlProfiler: Document restrictions of SortedTimelineModelUlf Hermann2014-07-071-2/+8
* QmlProfiler: Make events view properly sortableUlf Hermann2014-07-072-17/+33
* QmlProfiler: Make V8 view properly sortableUlf Hermann2014-07-071-31/+35
* QmlProfiler: Fix crash in range modelUlf Hermann2014-07-031-1/+1
* QmlProfiler: Rename Qt5 "Painting" to "Animations" and always show itUlf Hermann2014-07-031-9/+3
* Boost small paint events a little when no scale is shownUlf Hermann2014-07-033-6/+19
* QmlProfiler: Show placeholder labels in select locationsUlf Hermann2014-07-024-12/+14
* QmlProfiler: Off-by-one when calculating row offsetsUlf Hermann2014-07-021-1/+1
* Always pass Core::Id by value.Christian Kandeler2014-07-012-2/+2
* QmlProfiler: improve location lookup a bitUlf Hermann2014-06-241-4/+4
* QmlProfiler: Native text rendering for all text elementsUlf Hermann2014-06-244-0/+7
* QmlProfiler: replace calls to QVector::length() with QVector::size()Ulf Hermann2014-06-242-10/+10
* QmlProfiler: Draw selection boxes only as large as the itemsUlf Hermann2014-06-241-4/+6
* QmlProfiler: Add scaling support to paint events modelUlf Hermann2014-06-242-1/+17
* QmlProfiler: access the background marks from where they're createdUlf Hermann2014-06-242-1/+3
* QmlProfiler: restore tooltips on category labelsUlf Hermann2014-06-244-40/+49
* QmlProfiler: Add scales to rows in timelineUlf Hermann2014-06-245-2/+82
* QmlProfiler: allow interactive resizing of rows in timelineUlf Hermann2014-06-242-2/+20
* QmlProfiler: Put height of rows in the timeline into the modelUlf Hermann2014-06-2410-65/+180
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-1/+2
* QmlProfiler: Don't use initializer lists, yetUlf Hermann2014-06-181-2/+2
* QmlProfiler: Actually do simplify the details string when loadingUlf Hermann2014-06-181-1/+1
* QmlProfiler: Remove unused signalUlf Hermann2014-06-171-1/+0
* QmlProfiler: Add missing file to qbsUlf Hermann2014-06-171-1/+1
* QmlProfiler: Save and load memory events in trace filesUlf Hermann2014-06-171-1/+11
* QmlProfiler: remove "Source code not available."Ulf Hermann2014-06-172-5/+7
* QmlProfiler: remove useless signalsUlf Hermann2014-06-175-13/+5
* QmlProfiler: get rid of hash stringsUlf Hermann2014-06-1720-440/+364
* QmlProfiler: Replace QStringList with QString in event dataUlf Hermann2014-06-179-20/+21
* QmlProfiler: Remove SingleCategoryTimelineModelUlf Hermann2014-06-1712-205/+55
* QmlProfiler: remove eventType and simplify nesting calculationsUlf Hermann2014-06-176-47/+14
* QmlProfiler: Parse memory usage eventsUlf Hermann2014-06-171-1/+2
* QmlProfiler: Allow only one category per model in timelineUlf Hermann2014-06-1615-334/+135
* QmlProfiler: Pass model index to QML when selecting in trace viewUlf Hermann2014-06-165-39/+34
* QmlProfiler: Restore binding loop markers in overview.Ulf Hermann2014-06-161-1/+1
* QmlProfiler: Remove useless virtual method from AbstractTimelineModelUlf Hermann2014-06-061-1/+0
* QmlProfiler: Don't convert between QColor and QVariantListUlf Hermann2014-06-063-14/+1
* QmlProfiler: Unify event type definitionsUlf Hermann2014-06-0617-167/+205