aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Always reset the context before drawing on a canvasUlf Hermann2014-04-143-0/+6
* QmlProfiler: No need to qualify calls to SortedTimelineModel::clear()Ulf Hermann2014-04-092-2/+2
* QmlProfiler: Guess the trace end time if we don't receive EndTraceUlf Hermann2014-04-042-4/+6
* QmlProfiler: Prevent integer overflows on contentWidth and contentXUlf Hermann2014-04-022-20/+23
* QmlProfiler: Keep an extra time window in ZoomControlUlf Hermann2014-04-024-8/+126
* 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: Prevent integer overflows in timelinerendererUlf Hermann2014-03-312-24/+35
* QmlProfiler: remove dead codeUlf Hermann2014-03-311-5/+1
* QmlProfiler: Increase accuracy of various data typesUlf Hermann2014-03-313-7/+7
* QmlProfiler: Try to make the compiler inline event start comparisonUlf Hermann2014-03-311-7/+9
* QmlProfiler: Update selection also when only model changesUlf Hermann2014-03-314-49/+42
* QmlProfiler: unify centering on items and do it only once per clickUlf Hermann2014-03-311-14/+1
* QmlProfiler: remove dead codeUlf Hermann2014-03-313-14/+9
* QmlProfiler: Make sure only hovered events are selectedUlf Hermann2014-03-311-1/+7
* QmlProfiler: Avoid indexOf and contains on list of stringsUlf Hermann2014-03-311-2/+10
* QmlProfiler: Don't rebuild the same key list over and over when savingUlf Hermann2014-03-311-2/+7
* QmlProfiler: Apply some coding styleUlf Hermann2014-03-311-5/+3
* QmlProfiler: Show a trace duration of 0 while data is being clearedUlf Hermann2014-03-311-2/+2
* QmlProfiler: Consistently clear when clear button pressedUlf Hermann2014-03-316-26/+24
* QmlProfiler: When clearing, set the trace duration to 0Ulf Hermann2014-03-311-1/+1
* QmlProfiler: Remove dead codeUlf Hermann2014-03-313-68/+0
* Android: notify qml profiler when app is stoppedUlf Hermann2014-03-192-6/+3
* QmlProfiler: Make sure y-offset in category labels is an integerUlf Hermann2014-03-181-1/+1
* QmlProfiler: Save/Load thread ids in trace filesUlf Hermann2014-03-171-0/+3
* QmlProfiler: Fix logic when timeout-connecting to QML portUlf Hermann2014-03-171-1/+3
* QmlProfiler: Fix order of updates to timeline contentX and contentWidthUlf Hermann2014-03-141-14/+29
* Qnx: Add support for qml profiler in BlackBerry/QnxFrantisek Vacek2014-03-141-4/+5
* Fix tooltips, add lacking dotsJarek Kobus2014-03-131-5/+5
* QmlProfiler: Remove pointless second check for endTimeUlf Hermann2014-03-111-3/+0
* QmlProfiler: Make sure that very narrow events can be hovered overUlf Hermann2014-03-111-5/+7
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* QmlProfiler: Show multiple rows for animations from different threadsUlf Hermann2014-03-112-44/+51
* QmlProfiler: Remove pointless structUlf Hermann2014-03-111-6/+0
* QmlProfiler: Allow filtering either JS or QML from the events viewUlf Hermann2014-03-105-18/+82
* QmlProfiler: Deduplicate color selection and saturate colors some moreUlf Hermann2014-03-103-3/+25
* QmlProfiler: Use crisper left/down arrows for the timelineUlf Hermann2014-03-103-0/+1
* QML profiler: fix messages and UI textLeena Miettinen2014-03-072-4/+4
* QmlProfiler: Cache file lookup when loading eventsUlf Hermann2014-03-071-1/+10
* 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: take the left border into account when painting time marksUlf Hermann2014-02-271-4/+5
* QmlProfiler: Provide a horizontal scroll bar for the timelineUlf Hermann2014-02-273-154/+151
* QmlProfiler: relay context menu from trace view to parent widgetUlf Hermann2014-02-262-5/+56
* QmlProfiler: Properly initialize private members of timeline modelsUlf Hermann2014-02-262-0/+6
* QmlProfiler: Don't use the canvas context if it isn't readyUlf Hermann2014-02-263-0/+6
* QmlProfiler: Remove gradient bordersUlf Hermann2014-02-257-132/+8
* QmlProfiler: retrieve the function names when loading a traceUlf Hermann2014-02-211-1/+1
* QmlProfiler: Fix range selectionUlf Hermann2014-02-212-11/+4
* QmlProfiler: repeat lookup of filename when retrieving source locationUlf Hermann2014-02-211-1/+1