Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 32697c: Fixed major Real-time CSV updating bug, added othe...

  Branch: refs/heads/mccaskey/moose_tree_verification
  Home:   https://github.com/eclipse/ice
  Commit: 32697cbb61496d97bdc9c1cc4fc4825c22e933dc
      https://github.com/eclipse/ice/commit/32697cbb61496d97bdc9c1cc4fc4825c22e933dc
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
    M org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourceView.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/resource/ResourceHandler.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/CheckMooseInputAction.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSE.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSELauncher.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/Block.java
    M org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVProxyPlot.java
    M org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/widgets/PlotComposite.java
    M org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/widgets/PlotGridComposite.java

  Log Message:
  -----------
  Fixed major Real-time CSV updating bug, added other improvements

Fixed a bug in the CSV Viz stuff that caused real-time plot updating for
the MOOSE item to break. 

Fixed bug where 2 CSV plots would open for the MOOSE item postprocessors
if the launch failed the first time. 

Set up the double click action on the ICEResourceView to also open the
ICEResourcePage instead of just creating the ICEResource Plot and not
displaying it. 

Fixed a bug in the CheckMooseInputAction related to searching for
errors. 

Made the MOOSE input file write a little less verbose. 

Setup the MOOSE update mechanism to use IResources instead of Java Files
and hooked up the ICEResourcePage to be a IResourceChangeListener to get
notified with VizResources are changed in the Workspace. 

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top