Time Graph improvements and bug fixes
authorPatrick Tasse <patrick.tasse@gmail.com>
Thu, 25 Apr 2013 21:03:47 +0000 (17:03 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 26 Apr 2013 21:25:59 +0000 (17:25 -0400)
commit3e9a36855d33075b0bfef8f9ba1c8fd61fe6f008
tree8fc7e1341d7a7600a1e1f16b34f4ced9412b8ecb
parent0d97b1f909524bf5ff97c456d2403ce1528728fa
Time Graph improvements and bug fixes

- Add NullTimeEvent that inhibits tool tip on mouse hover
- Fix possible ArithmeticException with Zoom In button
- Preserve selected entry in time graph control refresh
- Expose time graph control and scale through time graph viewer API
- Prevent reset of top index on time graph viewer refresh

Change-Id: I438e5848d901656f550ecac0781a44f7148ea919
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/12221
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/TimeGraphViewer.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/model/NullTimeEvent.java [new file with mode: 0644]
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
This page took 0.026432 seconds and 5 git commands to generate.