Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 8355b1: Fixing the CSVPlotTester, which had bad plot categ...

  Branch: refs/heads/anna/gridlayout
  Home:   https://github.com/eclipse/ice
  Commit: 8355b1575f64240e24af5607d29f261ed1c208f6
      https://github.com/eclipse/ice/commit/8355b1575f64240e24af5607d29f261ed1c208f6
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/test/CSVPlotTester.java

  Log Message:
  -----------
  Fixing the CSVPlotTester, which had bad plot categories defined.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: e4a011bdedad335737d1e4f6305fcba22cc6fa1e
      https://github.com/eclipse/ice/commit/e4a011bdedad335737d1e4f6305fcba22cc6fa1e
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVPlotEditor.java
    M tests/org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/test/CSVPlotTester.java

  Log Message:
  -----------
  Changed the CSVPlotEditor to draw the time slider only if there is more
than one time for the plotted data. Furthermore, only one time slider
will be displayed at a time (this fixes an old bug where multiple
sliders would appear).

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/5dee3a0e631b...e4a011bdedad

Back to the top