tmf: Support navigation for all markers in time graph viewer
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 27 Oct 2015 19:23:26 +0000 (15:23 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 29 Oct 2015 21:06:50 +0000 (17:06 -0400)
commitf72cd563e8e200194dd82e238cd25bc1accab0c8
tree842306b0b86b5cfd3ce59dd2bd57ed948aa32130
parent2f72084f2188f36df4129bc553ba3ae1271e4e7b
tmf: Support navigation for all markers in time graph viewer

The time graph viewer now stores both the bookmark list and the marker
list. The time graph control's marker list is the sorted union of both.

The Next/Previous Bookmark actions are renamed to Next/Previous Marker,
and now apply to all markers in the merged list.

Change-Id: Idf2b14394726885753a926c1424ce7e0d315610b
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/59064
Reviewed-by: Hudson CI
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/Messages.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/messages.properties
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphViewer.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphControl.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphScale.java
This page took 0.025352 seconds and 5 git commands to generate.