tmf: Bug 500542: Missing zoomed events in time graph entry
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 30 Aug 2016 21:43:21 +0000 (17:43 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 3 Nov 2016 18:01:56 +0000 (14:01 -0400)
commit9597a3b53931e8e6ade3c8d59534a8918a0d25e8
tree49e6228f7d5a23050d1121e0361d96c9ed4f33ef
parent516a0f0f213544918ace0b0b80b224c215abf95d
tmf: Bug 500542: Missing zoomed events in time graph entry

When adding an event that starts before the current zoomed event list's
first event, the list is deemed to be incomplete and missing events at
the beginning of the zoom range. The list is cleared and the new event
is added. The remaining events for the full zoom range should follow.

Change-Id: I7057fbaac6ca3a57b2923c786c08142b2ebf6fc3
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/80076
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui.tests/src/org/eclipse/tracecompass/tmf/ui/tests/widgets/timegraph/model/TimeGraphEntryTest.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java
This page took 0.02543 seconds and 5 git commands to generate.