tmf: Support dynamic marker event sources
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 15 Jul 2016 19:33:27 +0000 (15:33 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 29 Jul 2016 18:12:25 +0000 (14:12 -0400)
commit1af9b70f92bf4a1e1b0c4840bca1f6e4b9bd87db
treef480804690e14879697830cbe2ea797083d0bb1a
parent5ea5e3abffb6c16e2e3b20d736029ee18f230153
tmf: Support dynamic marker event sources

The signal TmfMarkerEventSourceUpdatedSignal is added to notify
components that a marker event source has changed and that markers and
marker categories need to be refreshed.

The zoom threads in abstract time graph views are changed to update the
marker categories along with the marker lists, to ensure they match.

Change-Id: I2c6fb2443a474d01d9d37ae5b6b8fc13a1ee7457
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/77415
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.mediawiki
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfMarkerEventSourceUpdatedSignal.java [new file with mode: 0644]
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
This page took 0.02733 seconds and 5 git commands to generate.