summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Eliminate ambiguity from TimelineModelAggregator::count()Ulf Hermann2014-09-295-17/+12
* QmlProfiler: Don't try to get ID of invalid selection.Ulf Hermann2014-09-291-1/+1
* QmlProfiler: Introduce properties for timeline category heightsUlf Hermann2014-09-297-13/+33
* QmlProfiler: set overview range slider right border to correct valueUlf Hermann2014-09-291-1/+3
* QmlProfiler: fix finding of first/last events in SortedTimelineModelUlf Hermann2014-09-291-2/+2
* QmlProfiler: Prevent V8 model from reading unrelated trace dataUlf Hermann2014-09-291-1/+3
* QmlProfiler: Make most of SortedTimelineModel protectedUlf Hermann2014-09-291-29/+30
* QmlProfiler: method for getting modelId from AbstractTimelineModelUlf Hermann2014-09-292-0/+7
* QmlProfiler: Store typeIds in range dataUlf Hermann2014-09-296-25/+22
* QmlProfiler: rename "eventId" fields to "typeId" and "selectionId"Ulf Hermann2014-09-2922-158/+154
* TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-1/+1
* QmlDebug/QmlProfiler: Fix MSVC warningsOrgad Shaneh2014-09-242-5/+5
* 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
|\ \ | |/