aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/tracing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tracing: Make sure we cannot create a bare TraceEvent or TraceEventTypeUlf Hermann2018-05-082-12/+20
* Tracing: Consistently use nullptrTobias Hunger2018-05-088-9/+9
* Tracing: Use the same "lock" mechanism in flame graph as in timelineUlf Hermann2018-05-083-8/+6
* Unify flame graph and timeline details windowsUlf Hermann2018-05-087-508/+227
* Tracing: Reset the selected type ID when clicking empty spaceUlf Hermann2018-05-081-0/+2
* Tracing: Don't call selectClicked() after changing the rootUlf Hermann2018-05-081-1/+2
* Add generic FlameGraphView QML componentUlf Hermann2018-05-083-0/+350
* Tracing: Use override consistentlyTobias Hunger2018-05-0710-18/+18
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-0486-0/+10308