summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* use DISTFILES instead of OTHER_FILES in creator's own build systemOswald Buddenhagen2014-09-151-1/+1
* 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: introduce properties for empty, hidden and displayNameUlf Hermann2014-09-158-5/+58
* QmlProfiler: Protect AbstractTimelineModel's loadData() and clear()Ulf Hermann2014-09-153-9/+11
* QmlProfiler: Centralize timeline rowCount calculationUlf Hermann2014-09-157-42/+22
* QmlProfiler: Filter event types also on client sideUlf Hermann2014-09-151-22/+3
* QmlProfiler: Allow preselection of events to be recordedUlf Hermann2014-09-1514-14/+177
* QmlProfiler: Don't process all events twice when loading tracesUlf Hermann2014-09-125-37/+23
* QmlProfiler: Add EngineControlUlf Hermann2014-09-123-4/+19
* 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-108-10/+10
* QmlProfiler: drag&drop reordering of models in timelineUlf Hermann2014-09-096-4/+136
* QmlProfiler: connect category labels to specific modelsUlf Hermann2014-09-093-2/+18
* ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* QmlProfiler: Fix invalid list access when nesting timeline eventsUlf Hermann2014-08-271-5/+5
* QmlProfiler: coding styleUlf Hermann2014-08-271-1/+1
* ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* QmlProfiler: Relay mouse move events to the timeline's parent windowUlf Hermann2014-08-261-0/+1
* QmlProfiler: revert to fixed layout for detail windowsUlf Hermann2014-08-264-9/+12
* QmlProfiler: Remove template/virtual magic from SortedTimelineModelUlf Hermann2014-08-267-194/+142
* QmlProfiler: Allow ranges starting at the exact same timeUlf Hermann2014-08-261-6/+26
* QmlProfiler: Simplify range detailsUlf Hermann2014-08-268-93/+29
* 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-2616-207/+208
* QmlProfiler: Rename occurrences of "title" to "displayName"Ulf Hermann2014-08-269-23/+14
* QmlProfiler: Remove TimelineModelAggregator::eventAcceptedUlf Hermann2014-08-262-8/+0
* QmlProfiler: Remove name from abstracttimelinemodelUlf Hermann2014-08-265-20/+9
* QmlProfiler: Remove getState() methodsUlf Hermann2014-08-265-20/+1
* QmlProfiler: Remove lastTimeMark()Ulf Hermann2014-08-264-22/+0
* QmlProfiler: Rename JavaScript view to "V8"Ulf Hermann2014-08-181-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-08-151-1/+1
|\
| * QmlProfiler: Use correct width for scaling timeline rangesUlf Hermann2014-08-121-1/+1
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-051-4/+7
|\ \ | |/
| * 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
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-1/+1
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-2/+2
* | QmlProfiler: De-noisehjk2014-07-231-20/+18
* | AnalyzerTool: Make runMode and toolMode value membershjk2014-07-232-13/+2
|/
* 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