Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 1e8627: Fixing bug 471166.

  Branch: refs/heads/jordan/bug468388-visit-time-slider
  Home:   https://github.com/eclipse/ice
  Commit: 1e862720c426556896b96058cc8fbc3f24f731a2
      https://github.com/eclipse/ice/commit/1e862720c426556896b96058cc8fbc3f24f731a2
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-06-26 (Fri, 26 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/.classpath
    A src/org.eclipse.ice.viz.service.visit/icons/nav_backward.gif
    A src/org.eclipse.ice.viz.service.visit/icons/nav_forward.gif
    A src/org.eclipse.ice.viz.service.visit/icons/nav_go.gif
    A src/org.eclipse.ice.viz.service.visit/icons/resume_co.gif
    A src/org.eclipse.ice.viz.service.visit/icons/suspend_co.gif
    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:
  -----------
  Fixing bug 471166.

Relocated the widgets to the left and cleaned up a lot of the code
inside the TimeSliderComposite.
Added icons to the previous, play/pause, and next buttons.
Added test code.

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


  Commit: f514be3297863dfde607e2b032113be96d45348b
      https://github.com/eclipse/ice/commit/f514be3297863dfde607e2b032113be96d45348b
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-06-26 (Fri, 26 Jun 2015)

  Changed paths:
    M tests/org.eclipse.ice.client.widgets.test.utils/src/org/eclipse/ice/client/widgets/test/utils/AbstractSWTTester.java

  Log Message:
  -----------
  Adding a FillLayout to the SWT test class so that screenshots will show
changes to the tested UI pieces.

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


Compare: https://github.com/eclipse/ice/compare/30947d9e5696...f514be329786

Back to the top