Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a7e28b: Removed the listener method from the IPlot interfa...

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

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/viz/service/IPlot.java
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/ParaViewPlot.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPlot.java
    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

  Log Message:
  -----------
  Removed the listener method from the IPlot interface.
Changed the IPlot.draw(...) method to return the child Composite or
Canvas.
Applied these changes to the current IPlot implementations.

The net result is no change in user interaction, but we can more easily
add a context/popup menu to the plot Composite or Canvas.

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


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

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java

  Log Message:
  -----------
  Made the listener that shows and hides the close button a class variable
so it can be re-used and shared among all drawn plots.

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


  Commit: 2e10b882c61292f5b3c8982cbcf02a4158346c9f
      https://github.com/eclipse/ice/commit/2e10b882c61292f5b3c8982cbcf02a4158346c9f
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java

  Log Message:
  -----------
  Fixed two bugs. With the first bug, it was possible to get the close
button to not disappear when leaving the plot. The second bug caused the
close button to appear off the edge of the plot.

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


Compare: https://github.com/eclipse/ice/compare/80e9c24c1588...2e10b882c612

Back to the top