tmf: Support tool tip for arrows in time graph
authorPatrick Tasse <patrick.tasse@gmail.com>
Thu, 4 Sep 2014 17:51:13 +0000 (13:51 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Mon, 8 Sep 2014 20:25:02 +0000 (16:25 -0400)
commit1053eaa61ef9b4f27bf5f1719b1f80de8a4ed32f
tree4605ab1d5767658654468a272e04c1af9577fa26
parent40b7b61473d3228bfc89923e2a3802bcd51115bc
tmf: Support tool tip for arrows in time graph

The tool tip will show the time link event information of the closest
arrow to the mouse position, provided that it is within 5 pixels.
Holding the Shift key will disable the arrow tool tip so that the tool
tip can show the information of the underlying state.

Change-Id: I5f4daaea130817a16dd5d222b262cb0ec9aee76b
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/32875
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/messages.properties
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/TimeGraphControl.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/Utils.java
This page took 0.026218 seconds and 5 git commands to generate.