tmf: Bug 422341: Mouse wheel on horizontal scroll bar a bit too small
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 19 Dec 2014 19:34:27 +0000 (14:34 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Mon, 12 Jan 2015 22:36:40 +0000 (17:36 -0500)
commitb698ec63bef42daa212c48d5a77473cdf9296804
treedb54116130cb87221fbb3a388cbb5efbc7372f7e
parent5bc05277a826469b0db420c4135e4c65e9ea85a9
tmf: Bug 422341: Mouse wheel on horizontal scroll bar a bit too small

- Remove the built-in horizontal scroll bar from the time graph control

- Add method to programatically scroll left or right in time graph
control

- Scroll horizontally instead of zooming on mouse scroll over horizontal
scroll bar, zoom on Ctrl+mouse scroll (Windows)

- Add a horizontal slider to the time graph viewer

- Scroll horizontally and ignore the slider's internal selection event
on mouse scroll, zoom on Ctrl+mouse scroll (Linux)

Change-Id: Ibee72b075c5344d1184fbd5f8fb75c6692f3fe21
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/38590
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphViewer.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphControl.java
This page took 0.044757 seconds and 5 git commands to generate.