April 28, 2010
authorAlvaro Sanchez-Leon <alvsan09@gmail.com>
Wed, 28 Apr 2010 12:13:42 +0000 (12:13 +0000)
committerAlvaro Sanchez-Leon <alvsan09@gmail.com>
Wed, 28 Apr 2010 12:13:42 +0000 (12:13 +0000)
commit8b9fa2266c0ffe004cd44dbfc2536b7b58ba236c
tree70c0903f579a2dacb89cf7b7f4d9a3d6d0fef956
parent6a2ffb7f7af2efe04cc9183afd4fdea259043692
April 28, 2010
Bug 310709 - [TMF] Time Analysis Viewer widget single event trace and fixed time interval problems

Added:
  - The precision of the selection in the SateCtrl area was not accurate when the vertical scroll bar was not visible
   since the used area width was always removing the scrolBar width.
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/timeAnalysis/TmfTimeAnalysisViewer.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/timeAnalysis/widgets/ITimeDataProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/timeAnalysis/widgets/TimeScaleCtrl.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/timeAnalysis/widgets/TmfTimeStatesCtrl.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/timeAnalysis/widgets/TraceCtrl.java
This page took 0.025049 seconds and 5 git commands to generate.