aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/timeline
Commit message (Expand)AuthorAgeFilesLines
* Timeline: Calculate minimum event distances only when we have toUlf Hermann2016-08-151-37/+47
* Timeline: Optimize searching for hovered eventsUlf Hermann2016-08-151-18/+35
* Timeline: Unify TimelineModel's emptyChanged and labelsChanged signalsUlf Hermann2016-08-153-8/+7
* Timeline: Avoid blurred iconsAlessandro Portale2016-08-121-0/+1
* Timeline: Add the "edit" icon to qtcreatoricons.svgAlessandro Portale2016-08-123-0/+1
* Timeline: Use the existing [un]locked iconsAlessandro Portale2016-08-124-6/+2
* Timeline: Remove TimelineModel ctor with private objectUlf Hermann2016-08-113-9/+1
* Timeline: Fix compilationChristian Stenger2016-08-111-1/+0
* Timeline: Remove TimelineModelPrivate::q_ptrUlf Hermann2016-08-102-28/+24
* remove unnecessary includeTim Jenssen2016-08-081-1/+0
* Timeline: Don't crash if creatorTheme() is not availableUlf Hermann2016-08-081-3/+4
* Timeline: Add some themingUlf Hermann2016-08-0528-193/+124
* Timeline: Move scenegraph test runner into libTimelineUlf Hermann2016-07-134-0/+129
* Timeline: Fix qbs buildChristian Kandeler2016-07-061-0/+1
* Timeline: Fix forward declarationUlf Hermann2016-07-061-1/+1
* Themed Profiler timeline: Tool barAlessandro Portale2016-07-0615-23/+208
* Timeline: Fix a runtime error messageAlessandro Portale2016-07-011-5/+1
* qbs build: More steps toward creating a "development installation".Christian Kandeler2016-06-131-29/+33
* Timeline: Make zoom control functions Q_INVOKABLEUlf Hermann2016-06-081-3/+3
* Timeline: Remove selectionIdForLocation()Ulf Hermann2016-06-082-10/+0
* Timeline: Use Qt5-style connectsOrgad Shaneh2016-06-085-16/+12
* Timeline: Don't accidentally add nullptr timeline modelsUlf Hermann2016-06-011-1/+1
* Timeline: Encode the "stretched" property in "a" rather than "id"Ulf Hermann2016-05-272-7/+6
* Timeline: Provide a method to set all timeline models at onceUlf Hermann2016-05-275-8/+33
* Timeline: Fix sign of height marker for timeline items geometryUlf Hermann2016-05-271-2/+2
* Timeline: Only load the row labels when category is expandedUlf Hermann2016-05-261-2/+2
* Timeline: Start items render pass with a BottomToTop nodeUlf Hermann2016-05-251-3/+3
* Timeline: Aggregate events when there are too manyUlf Hermann2016-05-243-138/+435
* Timeline: Set selectedModel to -1 when selectedItem is set to -1Ulf Hermann2016-05-231-0/+1
* Timeline: Crisper selection rectanglesAlessandro Portale2016-05-231-5/+2
* Timeline: Remove shadows and rounded corners from details windowsUlf Hermann2016-05-184-33/+0
* Timeline: Tolerate TimelineModelAggregator::prevItem(m, -1, t)Ulf Hermann2016-05-171-1/+1
* Timeline: Drop TimelineItemsGeometry::allocatedVerticesUlf Hermann2016-05-091-8/+3
* Wholesale conversion to #pragma oncehjk2016-03-3019-85/+19
* Timeline: Allow setting the timeline model's displayNameUlf Hermann2016-03-173-8/+19
* Timeline: Scroll the main view when its width changesUlf Hermann2016-03-141-0/+4
* Timeline: updateCursorPosition() also if file is unknownUlf Hermann2016-02-191-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1951-850/+625
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-071-19/+22
|\
| * Timeline: Update overview range mover when width changesUlf Hermann2015-12-031-19/+22
* | Timeline: Don't set the zoom slider to externally updated when it isn'tUlf Hermann2015-12-071-4/+7
* | Timeline: Zoom around fixed point when using zoom sliderUlf Hermann2015-12-071-11/+2
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-232-1/+2
|\|
| * Timeline: Pass the right dragOffset to CategoryLabelsUlf Hermann2015-11-172-1/+2
* | Timeline: Allow zooming with ctrl-wheelUlf Hermann2015-11-192-0/+28
* | Timeline: Introduce properties for zoom constantsUlf Hermann2015-11-194-8/+13
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-121-3/+6
|\|
| * Timeline: Properly account for out-of-bounds eventsUlf Hermann2015-11-121-3/+6
* | Timeline: Don't state that detail windows have contents when they don'tUlf Hermann2015-11-121-1/+1
* | Timeline: Only emit updateCursorPosition on internal updatesUlf Hermann2015-11-121-3/+16