Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 7fecdf: Because SWT Spinners include a mandatory Text widg...

  Branch: refs/heads/jordan/bug468388-visit-time-slider
  Home:   https://github.com/eclipse/ice
  Commit: 7fecdfa97682bc00cf326f8fb2270b355a5cd155
      https://github.com/eclipse/ice/commit/7fecdfa97682bc00cf326f8fb2270b355a5cd155
  Author: Jordan Deyton <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-20 (Sat, 20 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/widgets/TimeSliderComposite.java
    M tests/org.eclipse.ice.viz.service.visit.test/src/org/eclipse/ice/viz/service/visit/test/TimeSliderCompositeTester.java

  Log Message:
  -----------
  Because SWT Spinners include a mandatory Text widget that can only
display the spinner's integer value, and we intend to display doubles, I
replaced the spinner with two buttons (decorated using the same native
arrow style).

The tester has also been updated to check for these buttons.

Signed-off-by: Jordan Deyton <jordan.deyton@xxxxxxxxx>


  Commit: 52eef4ea20e0df782f5f908cdc5a2ee26d546229
      https://github.com/eclipse/ice/commit/52eef4ea20e0df782f5f908cdc5a2ee26d546229
  Author: Jordan Deyton <jordan.deyton@xxxxxxxxx>
  Date:   2015-06-20 (Sat, 20 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/widgets/TimeSliderComposite.java
    M tests/org.eclipse.ice.viz.service.visit.test/src/org/eclipse/ice/viz/service/visit/test/TimeSliderCompositeTester.java

  Log Message:
  -----------
  Hooking up the listeners for the widgets. Synchronized the three
separate widgets.

Updated the tester to ensure the time Scale widget's min, max, and
incremental values match the timesteps.

Signed-off-by: Jordan Deyton <jordan.deyton@xxxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/4bf9f46b4a2d...52eef4ea20e0

Back to the top