summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* Fix some copyright headersTobias Hunger2014-10-162-14/+16
* QmlProfiler: Fix qbs build.Christian Kandeler2014-10-161-0/+2
* License update.Eike Ziller2014-10-151-1/+1
* QmlProfiler: Prefer events with notes when propagating selectionsUlf Hermann2014-10-151-1/+13
* QmlProfiler: Show notes in events viewUlf Hermann2014-10-154-13/+85
* QmlProfiler: Show notes in overviewUlf Hermann2014-10-152-0/+54
* QmlProfiler: Show note indication in category labelsUlf Hermann2014-10-153-0/+43
* QmlProfiler: show notes in range detailsUlf Hermann2014-10-154-21/+81
* QmlProfiler: Draw notes in timelineUlf Hermann2014-10-152-0/+53
* QmlProfiler: save and load notesUlf Hermann2014-10-153-1/+63
* QmlProfiler: Add special model for notesUlf Hermann2014-10-159-3/+445
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1471-497/+568
|\
| * License updateEike Ziller2014-10-0972-499/+570
* | QmlProfiler: Increase minimum size of timeline items to 3pxUlf Hermann2014-10-142-5/+11
* | QmlProfiler: Fix next/previous selection in timelineUlf Hermann2014-10-021-6/+9
* | QmlProfiler: Center trace view vertically around newly selected itemsUlf Hermann2014-10-023-4/+17
* | QmlProfiler: propagate selections from trace to event view by typeIdUlf Hermann2014-10-029-9/+23
* | 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