summaryrefslogtreecommitdiff
path: root/src/libs/tracing
Commit message (Expand)AuthorAgeFilesLines
* CMake Build: Use shared precompile headersCristian Adam2019-09-191-0/+1
* Remove usages of deprecated APIs (part 2)Sona Kurazyan2019-09-031-0/+5
* Tracing: Add hasMixedTypesInExpandedState property to TimelineModelTim Henning2019-08-294-2/+22
* Tracing: Add tooltip and category color properties to TimelineModelTim Henning2019-08-146-22/+78
* Tracing: Add space between duration and time unitTim Henning2019-08-141-2/+2
* Some clang-tidy -use-modernize-nullptrhjk2019-08-018-21/+21
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-261-1/+0
|\
| * CMake build: Add "Devel" packageCristian Adam2019-07-251-1/+0
* | Avoid warning on empty expressionshjk2019-07-238-26/+26
* | Tracing: Use Combobox for the modes menuUlf Hermann2019-07-051-23/+5
* | Tracing: port to QtQuickControls2Ulf Hermann2019-07-059-200/+183
* | Tracing: Restrict category tooltip to label textUlf Hermann2019-07-011-1/+1
* | Tracing: Add tooltip to category labels in analyzer timelinesTim Henning2019-06-171-0/+9
|/
* Tracing: Improve event adding performance by using at() instead of []Tim Henning2019-05-281-2/+2
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-272-2/+0
* Qt Creator CMake portCristian Adam2019-05-171-0/+35
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-121-13/+15
|\
| * Tracing: Update selection range when timeline width changesUlf Hermann2019-04-101-13/+15
* | Squash more deprecation warningshjk2019-02-271-1/+1
|/
* Tracing: Add context menu option to reset the flame graphUlf Hermann2019-01-252-0/+9
* Tracing: Don't clear a temporary containerAlessandro Portale2019-01-211-1/+0
* Tracing: Don't use "row" and "column" as IDsUlf Hermann2018-11-144-23/+25
* Tracing: Only call QFutureWatcher::setFuture() after connecting to itUlf Hermann2018-11-141-1/+1
* Tracing: Force alpha channel of RangeMove into a sane rangeUlf Hermann2018-10-301-1/+5
* Tracing: Make sure the time display repeater's model is not negativeUlf Hermann2018-09-251-1/+2
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-071-10/+44
|\
| * Tracing: Properly signal destruction of non-owned propertiesUlf Hermann2018-08-301-10/+44
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-303-9/+32
|\ \ | |/
| * Tracing: Wrap pointers we don't own in QPointerUlf Hermann2018-08-281-3/+5
| * Tracing: Make notes in TimelineModelAggregator mutableUlf Hermann2018-08-282-6/+27
* | Tracing: Make sure we don't cast between different kinds of eventsUlf Hermann2018-07-165-6/+78
* | Tracing: Simplify TimelineModel signalsUlf Hermann2018-07-162-38/+11
* | Tracing: Use std::unique_ptr instead of d_ptr for TimelineModelUlf Hermann2018-07-162-42/+6
|/
* Tracing: Don't rebuild flame graph if there is nothing to seeUlf Hermann2018-07-121-5/+7
* Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-272-9/+9
* Tracing: Handle mouse events in FlameGraph QQuickItemUlf Hermann2018-06-183-27/+65
* Tracing: Fix layout of RangeDetailsUlf Hermann2018-05-312-5/+7
* Tracing: Don't change visible features on clearing and replayingUlf Hermann2018-05-311-2/+0
* QmlProfiler: Set the future to finished after loading all eventsUlf Hermann2018-05-292-0/+7
* Tracing: Fix past-end handling in TraceStashFile::IteratorUlf Hermann2018-05-221-2/+7
* Tracing: Add an Iterator class to TraceStashFileUlf Hermann2018-05-221-9/+75
* Tracing: Allow swapping out the event storageUlf Hermann2018-05-222-0/+6
* Tracing: Correctly handle custom mininum row valuesUlf Hermann2018-05-171-2/+9
* Tracing: Untangle some includesUlf Hermann2018-05-154-2/+6
* Tracing: Simplify saving and loadingUlf Hermann2018-05-113-73/+44
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-083-12/+45
* Tracing: Move the type storage out of the trace managerUlf Hermann2018-05-082-12/+52
* Tracing: Generalize event filteringUlf Hermann2018-05-082-7/+6
* Tracing: Drop restricted start/end times from trace managerUlf Hermann2018-05-082-23/+5
* Tracing: Don't restore notes for events that have been filtered outUlf Hermann2018-05-081-1/+1