aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlProfiler: Accept qrc:/ as local files when setting initial detailsUlf Hermann2014-02-211-1/+2
* Optimize usage of QPaletteLorenz Haas2014-02-211-1/+1
* QmlProfiler: Don't call complete() after loading V8 model from file.Ulf Hermann2014-02-191-2/+0
* QmlProfiler: Consistently apply the d-pointer pattern to all modelsUlf Hermann2014-02-198-53/+168
* QmlProfiler: Remove dead code.Ulf Hermann2014-02-199-40/+0
* QmlProfiler: Clarify interaction when expanding category labelsUlf Hermann2014-02-191-11/+6
* QmlProfiler: Move the data structs of the V8 model into the model classUlf Hermann2014-02-194-49/+50
* QmlProfiler: Unify QML and V8 data modelsUlf Hermann2014-02-1929-401/+244
* QmlProfiler: Unify source file lookup between V8 and QML modelsUlf Hermann2014-02-194-6/+41
* QmlProfiler: Reduce code duplication between timeline modelsUlf Hermann2014-02-1913-272/+479
* QmlProfiler: Show "anonymous function" instead of empty stringUlf Hermann2014-02-191-6/+10
* QmlProfiler: Only analyze binding loops for bindings and signalsUlf Hermann2014-02-191-3/+1
* QmlProfiler: Make time formatting available to all timeline modelsUlf Hermann2014-02-188-71/+25
* QmlProfiler: eliminate redundant isEmpty() methodsUlf Hermann2014-02-186-15/+6
* QmlProfiler: eliminate redundant name() methods.Ulf Hermann2014-02-186-19/+14
* QmlProfiler: eliminate redundant categories() methodsUlf Hermann2014-02-189-21/+6
* QmlProfiler: Unify handling of category labelsUlf Hermann2014-02-186-19/+9
* QmlProfiler: Don't throw an assert if app is killed while profiling.Ulf Hermann2014-02-181-1/+1
* QmlProfiler: Remove some useless signals and QML variablesUlf Hermann2014-02-189-43/+9
* QmlProfiler: Make the progress bar somewhat nicer.Ulf Hermann2014-02-186-4/+32
* QmlProfiler: Sanitize the signal exchange between models a bitUlf Hermann2014-02-1815-62/+171
* QmlProfiler: Make sure all binding loop markers are drawnUlf Hermann2014-02-141-1/+1
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-8/+11
* QmlProfiler: Show Javascript calls in timeline viewUlf Hermann2014-02-101-3/+5
* QmlProfiler: Show Javascript calls in events view.Ulf Hermann2014-02-102-2/+3
* qmljs: generalize language treatementFawzi Mohamed2014-01-281-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-151-0/+2
|\
| * QmlProfiler: Hide timline and show loading indicators when profilingUlf Hermann2014-01-141-0/+2
* | QmlProfiler: Reduce code duplication and add more anchoringUlf Hermann2014-01-146-36/+104
* | QmlProfiler: Remove some dead code and make sizing more consistent.Ulf Hermann2014-01-141-7/+2
* | QmlProfiler: Don't hide the "Painting" categoryUlf Hermann2014-01-132-11/+17