Clear text controls and labels when histogram is empty
authorPatrick Tasse <patrick.tasse@gmail.com>
Mon, 17 Dec 2012 20:29:20 +0000 (15:29 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 19 Dec 2012 15:26:35 +0000 (10:26 -0500)
commitda7bdcbc03aefb7907b7bd1feaf6489a532c3f97
treefe40d04f1956b772e3005f3d2e1c04c283326373
parent1169a815209a77c2a416a6e516ceb66c7b8e8f44
Clear text controls and labels when histogram is empty

- Do not display default time (epoch) for text controls and
start/end labels when histogram is initialized or when last trace is
closed
- Prevent user update of text controls when histogram is empty
- Fix layout problem on time format update

Change-Id: I9285853b127e0dca0fa0c2035fea1c414390a759
Reviewed-on: https://git.eclipse.org/r/9273
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/Histogram.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/HistogramCurrentTimeControl.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/HistogramTimeRangeControl.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/HistogramView.java
This page took 0.025384 seconds and 5 git commands to generate.