Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 569b33: Updating the ParaView plot widgets to conform with...

  Branch: refs/heads/jordan/ParaViewVizService
  Home:   https://github.com/eclipse/ice
  Commit: 569b334a3b06f9e68868070e7f831915c80078c3
      https://github.com/eclipse/ice/commit/569b334a3b06f9e68868070e7f831915c80078c3
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/connections/paraview/ParaViewConnectionAdapter.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.paraview/src/org/eclipse/ice/viz/service/paraview/ParaViewPlotRender.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/MultiPlot.java

  Log Message:
  -----------
  Updating the ParaView plot widgets to conform with the latest version of
the HTTP proxy server.
Renamed an abstract method in MultiPlot.

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


  Commit: d1e9e5f1fc544e1f8a799a11d511e455b3a04156
      https://github.com/eclipse/ice/commit/d1e9e5f1fc544e1f8a799a11d511e455b3a04156
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/ParaViewPlotRender.java

  Log Message:
  -----------
  Fixed the ParaViewPlotRender to pull the current plot category and type.
It can only add additional data to the plot as there will need to be
additional logic (and perhaps more widgets) to handle unselecting
plotted values.

Added an ActionTree that can be used to change the representation. It
pulls from the available representations that the ParaView server
provides.

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


Compare: https://github.com/eclipse/ice/compare/b4794e9eb842...d1e9e5f1fc54

Back to the top