Disable function when pinned
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 27 Oct 2016 19:44:02 +0000 (15:44 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 11 Nov 2016 15:36:07 +0000 (10:36 -0500)
commitca2675a9aac83bc218fd73fda23ffe4a02d6aea5
tree056eddeb8305d9e8a7b86ee97049b4321a4882f5
parent7ee75cff8dfe3b33910dc43ed4d67571097675a2
Disable function when pinned

The following actions can now be enabled/disabled on demand:

Previous/Next event
Grab and pan navigation
Zoom on selection
Horizontal zoom
Horizontal scroll
Time range selection

Those are disabled when pinned since they either change the visible time range
or the current time stamp selection.

On pin change the selection limit bar to grey.

Row oriented/vertical actions are still available (e.g up/down/home key,
vertical zoom, vertical scrolling).

Change-Id: Ibf941d068fb173818c500506cba43c1a13af90f7
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphColorScheme.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphControl.java
This page took 0.024758 seconds and 5 git commands to generate.