Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a2e8ee: Adding support for additional plot types. Now all ...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: a2e8ee3caf1051ca8bc763ca384413f11b947b81
      https://github.com/eclipse/ice/commit/a2e8ee3caf1051ca8bc763ca384413f11b947b81
  Author: Taylor Patterson <pattersontc@xxxxxxxx>
  Date:   2014-11-19 (Wed, 19 Nov 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreeCompositeView.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/PlayableViewPart.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/DeletePlotAction.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVPlotViewer.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/visit/VisitPlotViewer.java

  Log Message:
  -----------
  Adding support for additional plot types. Now all variable types can be
plotted rather than just scalars as pseudocolor plots. A Combo near the
top of the VisIt Plot Viewer allows the user to set the plot type.

Removing the commented out code for the previous, play/pause, and next
actions that cycled through the elements in the list in the VisIt Plot
Viewer. This code was previously commented out in favor of the
TimeSliderWidget. This also required bit of minor refactoring.

Adding a missing copyright notice to the MOOSETreeCompositeView.

Signed-off-by: Taylor Patterson <pattersontc@xxxxxxxx>


  Commit: 33090bc07ad74a0b87c791cba63e6abc862cba9e
      https://github.com/eclipse/ice/commit/33090bc07ad74a0b87c791cba63e6abc862cba9e
  Author: Taylor Patterson <pattersontc@xxxxxxxx>
  Date:   2014-11-19 (Wed, 19 Nov 2014)

  Changed paths:
    A src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/IDeletePlotActionViewPart.java

  Log Message:
  -----------
  Forgot to check the box to include this in my last commit.

Signed-off-by: Taylor Patterson <pattersontc@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/3111f921697e...33090bc07ad7

Back to the top