Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 30947d: Added a play/pause button and tests for it.

  Branch: refs/heads/jordan/bug468388-visit-time-slider
  Home:   https://github.com/eclipse/ice
  Commit: 30947d9e56964231ceb8560a57a88924ec92a1b4
      https://github.com/eclipse/ice/commit/30947d9e56964231ceb8560a57a88924ec92a1b4
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-06-24 (Wed, 24 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:
  -----------
  Added a play/pause button and tests for it.

It has not yet been decorated, so it is a regular button with text on
it.
It will halt playback either when the play/pause button is pressed or
when another time widget is selected.
It will currently loop back to the first timestep, and it plays in 1
second increments.

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



Back to the top