aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Load notes data only after models are availablev4.3.0-beta1Ulf Hermann2017-03-292-1/+1
* QmlProfiler: Use QList for QmlRange container when loading .qtdUlf Hermann2017-03-241-1/+1
* QmlProfiler: Add some sanity checks to the various modelsUlf Hermann2017-03-233-4/+11
* QmlProfiler: Correctly process coarse-grained tracesUlf Hermann2017-03-231-8/+71
* QmlProfiler: Don't crash if a statistics entry is emptyUlf Hermann2017-03-211-1/+1
* QmlProfiler: Avoid overflows in loadEventRobert Loehning2017-03-211-5/+6
* QmlProfiler: Add comments about deliberate fallthroughsRobert Loehning2017-03-211-0/+3
* TextEditor: Set widthFactor from TextMark ctorUlf Hermann2017-03-161-2/+1
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-142-0/+2
|\
| * QRegExp include cleanupSamuel Gaist2017-03-133-0/+3
* | ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-012-20/+8
* | QmlProfiler: Initialize members inside classRobert Loehning2017-02-281-20/+12
* | QmlProfiler: Integrate QmlProfilerDataModel into model managerUlf Hermann2017-02-246-413/+192
* | QmlProfiler: Remove references to QmlProfilerDataModelUlf Hermann2017-02-2424-54/+62
* | QmlProfiler: Simplify buffer handling when loading traceUlf Hermann2017-02-241-9/+5
* | QmlProfiler: Guard against the temporary trace file going awayUlf Hermann2017-02-245-24/+56
* | QmlProfiler: Improve error and progress handling for loading and savingUlf Hermann2017-02-243-182/+238
* | Remove spaces in initializer listsTim Jenssen2017-02-221-20/+20
* | QmlProfiler: Drop some dead codeUlf Hermann2017-02-221-3/+1
* | QmlProfiler: Optimize flame graph modelUlf Hermann2017-02-211-2/+12
* | QmlProfiler: Change total time and recursion display in statisticsUlf Hermann2017-02-213-87/+63
* | QmlProfiler: Add text marks for QML/JS types into documentsUlf Hermann2017-02-2112-8/+337
* | QmlProfiler: Initialize QmlProfilerDetailsRewriter::detailsRewriterRobert Loehning2017-02-201-1/+1
* | QmlProfiler: Don't try to open editor at line 0Ulf Hermann2017-02-151-3/+3
* | QmlProfiler: Don't register a model ID for the QML modelUlf Hermann2017-02-152-7/+2
* | QmlProfiler: Move the file finder into the QML modelUlf Hermann2017-02-1512-81/+115
* | QmlProfiler: Move event handling into model managerUlf Hermann2017-02-1514-92/+142
* | QmlProfiler: Optimize loop over event typesUlf Hermann2017-02-011-1/+1
* | Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-202-3/+7
* | QmlProfiler: Fix pixmapcachemodel testUlf Hermann2017-01-101-1/+1
* | QmlProfiler: Calculate the model ID in the flame graph model testUlf Hermann2017-01-103-5/+9
* | QmlProfiler: Print timestamps with contextUlf Hermann2017-01-042-3/+6
* | QmlProfiler: Resolve pixmap file name via pixmapcache model in testUlf Hermann2017-01-043-2/+8
* | QmlProfiler: Simplify stack handling in statistics modelUlf Hermann2017-01-041-6/+2
* | QmlProfiler: Remove unused memberUlf Hermann2017-01-041-2/+0
* | QmlProfiler: Only show pixmap cache size on cache change eventsUlf Hermann2017-01-032-2/+2
* | QmlProfiler: Remove unused includeUlf Hermann2017-01-021-3/+0
* | QmlProfiler: rename requestId into typeIdUlf Hermann2016-12-284-13/+13
* | QmlProfiler: don't manually delete parented QObjectsUlf Hermann2016-12-281-1/+0
* | QmlProfiler: Change statistics view labelsUlf Hermann2016-12-281-4/+4
* | QmlProfiler: Make the views accessible from the view managerUlf Hermann2016-12-285-50/+24
* | QmlProfiler: Drop some useless members from statistics viewUlf Hermann2016-12-211-6/+1
* | QmlProfiler: Avoid QHash::equal_range()Ulf Hermann2016-12-211-3/+4
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-201-0/+1
|\|
| * Timeline: Check for validity of vertexData() after allocating geometryUlf Hermann2016-12-151-0/+1
* | QmlProfiler: Make various primitive types Q_MOVABLE_TYPEUlf Hermann2016-12-205-0/+21
* | QmlProfiler: Simplify details rewriterUlf Hermann2016-12-202-43/+45
* | QmlProfiler: Remove pimpl pattern from details rewriterUlf Hermann2016-12-203-63/+44
* | QmlProfiler: Apply some coding styleUlf Hermann2016-12-201-3/+3
* | Timeline: Use formatTime also from QMLUlf Hermann2016-12-191-0/+2