Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 380ddd: First pass at converting ResourceComponent to a su...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 380ddd7a48254c9bfdf12f4c7d7aa703b85436cd
      https://github.com/eclipse/ice/commit/380ddd7a48254c9bfdf12f4c7d7aa703b85436cd
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java

  Log Message:
  -----------
  First pass at converting ResourceComponent to a subclass of
ListComponent. Still need to figure out a different way to implement
getResources(). (Preferably in a way that doesn't break everything...)

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 24ffffb064c279929a195d30954c0792475b3a21
      https://github.com/eclipse/ice/commit/24ffffb064c279929a195d30954c0792475b3a21
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ResourceComponentTester.java

  Log Message:
  -----------
  Removed unused imports and adding tester class.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: ade4925085d649b95fb5623ce4363f918207b59c
      https://github.com/eclipse/ice/commit/ade4925085d649b95fb5623ce4363f918207b59c
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ResourceComponentTester.java

  Log Message:
  -----------
  Did away with generic inheritance for ResourceComponent. Everything
seems to work.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 27c0ea2636be2841ddc2b4fe490440ad5a9e6875
      https://github.com/eclipse/ice/commit/27c0ea2636be2841ddc2b4fe490440ad5a9e6875
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-03 (Tue, 03 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/JobLauncherTester.java

  Log Message:
  -----------
  Updated JobLauncher to use Item.getResource() to get ICEResources.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 1fe14ebfde9816a862ea8eeadd9d6ada78741d1a
      https://github.com/eclipse/ice/commit/1fe14ebfde9816a862ea8eeadd9d6ada78741d1a
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-03 (Tue, 03 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/resource/ICEResource.java

  Log Message:
  -----------
  ResourceComponent now keeps a copy of the list's source locally for JAXB
to marshal it, which it does correctly now. Fixes bug 459069.

Removed unusued imports from ICEResource.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 18203def4707559418b94630a1b3a134125e6511
      https://github.com/eclipse/ice/commit/18203def4707559418b94630a1b3a134125e6511
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    A .project
    M CMakeLists.txt
    M examples/CMakeLists.txt
    M src/native/org.eclipse.ice.datastructures.native/CMakeLists.txt
    A src/native/org.eclipse.ice.datastructures.native/updateableComposite/Component.h
    A src/native/org.eclipse.ice.datastructures.native/updateableComposite/Composite.h
    A src/native/org.eclipse.ice.datastructures.native/updateableComposite/IComponentListener.h
    A src/native/org.eclipse.ice.datastructures.native/updateableComposite/IUpdateable.h
    M src/native/org.eclipse.ice.io.native/hdf/CMakeLists.txt
    M src/native/org.eclipse.ice.reactor.native/CMakeLists.txt
    A src/native/org.eclipse.ice.reactor.sfr.native/.cproject
    A src/native/org.eclipse.ice.reactor.sfr.native/.project
    A src/native/org.eclipse.ice.reactor.sfr.native/AssemblyType.h
    A src/native/org.eclipse.ice.reactor.sfr.native/CMakeLists.txt
    A src/native/org.eclipse.ice.reactor.sfr.native/FeatureSet.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/FeatureSet.h
    A src/native/org.eclipse.ice.reactor.sfr.native/GridDataManager.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/GridDataManager.h
    A src/native/org.eclipse.ice.reactor.sfr.native/GridManager.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/GridManager.h
    A src/native/org.eclipse.ice.reactor.sfr.native/IGridManager.h
    A src/native/org.eclipse.ice.reactor.sfr.native/ISFRComponentVisitor.h
    A src/native/org.eclipse.ice.reactor.sfr.native/Material.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/Material.h
    A src/native/org.eclipse.ice.reactor.sfr.native/MaterialBlock.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/MaterialBlock.h
    A src/native/org.eclipse.ice.reactor.sfr.native/SFRComponent.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/SFRComponent.h
    A src/native/org.eclipse.ice.reactor.sfr.native/SFRComposite.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/SFRComposite.h
    A src/native/org.eclipse.ice.reactor.sfr.native/SFRData.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/SFRData.h
    A src/native/org.eclipse.ice.reactor.sfr.native/SFReactor.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/SFReactor.h
    A src/native/org.eclipse.ice.reactor.sfr.native/SFReactorFactory.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/SFReactorFactory.h
    A src/native/org.eclipse.ice.reactor.sfr.native/SFReactorIOHandler.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/SFReactorIOHandler.h
    A src/native/org.eclipse.ice.reactor.sfr.native/UtilityOperations.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/UtilityOperations.h
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/PinAssembly.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/PinAssembly.h
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/PinType.h
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/ReflectorAssembly.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/ReflectorAssembly.h
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/Ring.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/Ring.h
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/SFRAssembly.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/SFRAssembly.h
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/SFRPin.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/SFRPin.h
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/SFRRod.cpp
    A src/native/org.eclipse.ice.reactor.sfr.native/assembly/SFRRod.h
    R src/native/org.eclipse.ice.reactor.sfr/.cproject
    R src/native/org.eclipse.ice.reactor.sfr/.project
    R src/native/org.eclipse.ice.reactor.sfr/AssemblyType.h
    R src/native/org.eclipse.ice.reactor.sfr/CMakeLists.txt
    R src/native/org.eclipse.ice.reactor.sfr/FeatureSet.cpp
    R src/native/org.eclipse.ice.reactor.sfr/FeatureSet.h
    R src/native/org.eclipse.ice.reactor.sfr/GridDataManager.cpp
    R src/native/org.eclipse.ice.reactor.sfr/GridDataManager.h
    R src/native/org.eclipse.ice.reactor.sfr/GridManager.cpp
    R src/native/org.eclipse.ice.reactor.sfr/GridManager.h
    R src/native/org.eclipse.ice.reactor.sfr/IGridManager.h
    R src/native/org.eclipse.ice.reactor.sfr/ISFRComponentVisitor.h
    R src/native/org.eclipse.ice.reactor.sfr/Material.cpp
    R src/native/org.eclipse.ice.reactor.sfr/Material.h
    R src/native/org.eclipse.ice.reactor.sfr/MaterialBlock.cpp
    R src/native/org.eclipse.ice.reactor.sfr/MaterialBlock.h
    R src/native/org.eclipse.ice.reactor.sfr/SFRComponent.cpp
    R src/native/org.eclipse.ice.reactor.sfr/SFRComponent.h
    R src/native/org.eclipse.ice.reactor.sfr/SFRComposite.cpp
    R src/native/org.eclipse.ice.reactor.sfr/SFRComposite.h
    R src/native/org.eclipse.ice.reactor.sfr/SFRData.cpp
    R src/native/org.eclipse.ice.reactor.sfr/SFRData.h
    R src/native/org.eclipse.ice.reactor.sfr/SFReactor.cpp
    R src/native/org.eclipse.ice.reactor.sfr/SFReactor.h
    R src/native/org.eclipse.ice.reactor.sfr/SFReactorFactory.cpp
    R src/native/org.eclipse.ice.reactor.sfr/SFReactorFactory.h
    R src/native/org.eclipse.ice.reactor.sfr/SFReactorIOHandler.cpp
    R src/native/org.eclipse.ice.reactor.sfr/SFReactorIOHandler.h
    R src/native/org.eclipse.ice.reactor.sfr/UtilityOperations.cpp
    R src/native/org.eclipse.ice.reactor.sfr/UtilityOperations.h
    R src/native/org.eclipse.ice.reactor.sfr/assembly/PinAssembly.cpp
    R src/native/org.eclipse.ice.reactor.sfr/assembly/PinAssembly.h
    R src/native/org.eclipse.ice.reactor.sfr/assembly/PinType.h
    R src/native/org.eclipse.ice.reactor.sfr/assembly/ReflectorAssembly.cpp
    R src/native/org.eclipse.ice.reactor.sfr/assembly/ReflectorAssembly.h
    R src/native/org.eclipse.ice.reactor.sfr/assembly/Ring.cpp
    R src/native/org.eclipse.ice.reactor.sfr/assembly/Ring.h
    R src/native/org.eclipse.ice.reactor.sfr/assembly/SFRAssembly.cpp
    R src/native/org.eclipse.ice.reactor.sfr/assembly/SFRAssembly.h
    R src/native/org.eclipse.ice.reactor.sfr/assembly/SFRPin.cpp
    R src/native/org.eclipse.ice.reactor.sfr/assembly/SFRPin.h
    R src/native/org.eclipse.ice.reactor.sfr/assembly/SFRRod.cpp
    R src/native/org.eclipse.ice.reactor.sfr/assembly/SFRRod.h
    M src/native/org.eclipse.ice.updater/CMakeLists.txt
    R src/native/org.eclipse.ice.updater/Doxyfile.in
    R src/native/org.eclipse.ice.updater/UseDoxygen.cmake
    A src/org.eclipse.ice.caebat/CaebatModel/example_input_keyvalue
    M src/org.eclipse.ice.caebat/OSGi-INF/caebatKVPairComponent.xml
    M src/org.eclipse.ice.caebat/build.properties
    R src/org.eclipse.ice.caebat/src/org/eclipse/ice/caebat/kvPair/CAEBATKVPairBuilder.java
    R src/org.eclipse.ice.caebat/src/org/eclipse/ice/caebat/kvPair/CAEBATKVPairItem.java
    A src/org.eclipse.ice.caebat/src/org/eclipse/ice/caebat/kvPair/CaebatKVPair.java
    A src/org.eclipse.ice.caebat/src/org/eclipse/ice/caebat/kvPair/CaebatKVPairBuilder.java
    M src/org.eclipse.ice.caebat/src/org/eclipse/ice/caebat/launcher/CaebatLauncher.java
    M src/org.eclipse.ice.caebat/src/org/eclipse/ice/caebat/model/CaebatModel.java
    M src/org.eclipse.ice.io/.classpath
    M src/org.eclipse.ice.io/META-INF/MANIFEST.MF
    M src/org.eclipse.ice.io/src/org/eclipse/ice/io/ips/IPSReader.java
    M src/org.eclipse.ice.io/src/org/eclipse/ice/io/ips/IPSWriter.java
    M tests/native/org.eclipse.ice.reactor.native.test/CMakeLists.txt
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/.cproject
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/.project
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/CMakeLists.txt
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/FeatureSetTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/GridDataManagerTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/GridManagerTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/MaterialBlockTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/MaterialTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/PinAssemblyTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/ReflectorAssemblyTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/RingTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFRAssemblyTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFRComponentTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFRCompositeTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFRDataTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFRPinTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFRRodTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFReactorIOHandlerTester.cpp
    A tests/native/org.eclipse.ice.reactor.sfr.native.test/SFReactorTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/.cproject
    R tests/native/org.eclipse.ice.reactor.sfr.test/.project
    R tests/native/org.eclipse.ice.reactor.sfr.test/CMakeLists.txt
    R tests/native/org.eclipse.ice.reactor.sfr.test/FeatureSetTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/GridDataManagerTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/GridManagerTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/MaterialBlockTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/MaterialTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/PinAssemblyTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/ReflectorAssemblyTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/RingTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFRAssemblyTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFRComponentTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFRCompositeTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFRDataTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFRPinTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFRRodTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFReactorIOHandlerTester.cpp
    R tests/native/org.eclipse.ice.reactor.sfr.test/SFReactorTester.cpp
    A tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/kvPair/test/CaebatKVPairBuilderTester.java
    A tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/kvPair/test/CaebatKVPairTester.java
    M tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/launcher/test/CaebatLauncherBuilderTester.java
    M tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/launcher/test/CaebatLauncherTester.java
    M tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/model/test/CaebatModelBuilderTester.java
    M tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/model/test/CaebatModelTester.java
    M tests/org.eclipse.ice.io.test/.classpath
    M tests/org.eclipse.ice.io.test/META-INF/MANIFEST.MF
    M tests/org.eclipse.ice.io.test/src/org/eclipse/ice/io/ips/test/IPSReaderTester.java
    M tests/org.eclipse.ice.io.test/src/org/eclipse/ice/io/ips/test/IPSWriterTester.java
    M tests/org.eclipse.ice.persistence.xml.test/META-INF/MANIFEST.MF
    M tests/org.eclipse.ice.persistence.xml.test/src/xmlpp/test/XMLPersistenceProviderTester.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into anna/postprocessing


  Commit: 3a504db70f7a8687a59bcfbb47d0796a7aec8442
      https://github.com/eclipse/ice/commit/3a504db70f7a8687a59bcfbb47d0796a7aec8442
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/Component.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ListComponent.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/componentVisitor/IComponentVisitor.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ResourceComponentTester.java

  Log Message:
  -----------
  Removed redundant code from ResourceComponent and its tester whose
functions are already covered by the super (equals, hashCode, copy,
etc.). Also cleaned up documentation in other classes.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: a14de454b0c6e3020e17feeac6d54b504d6fba95
      https://github.com/eclipse/ice/commit/a14de454b0c6e3020e17feeac6d54b504d6fba95
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java

  Log Message:
  -----------
  Typo...

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: f53ed66733a8a89009720cd28897fd960ad67feb
      https://github.com/eclipse/ice/commit/f53ed66733a8a89009720cd28897fd960ad67feb
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/FormTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java

  Log Message:
  -----------
  Removed the jaxbSourceList member from ResourceComponent. Added some
tests to ListComponentTester that tests marshalling/unmarshalling with
ICEResources, fixed the FormTester test that couldn't unmarshal
ICEResources stored on ResourceComponents.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: ef29ba70ac45e7e14477d825a2d171de1b102a74
      https://github.com/eclipse/ice/commit/ef29ba70ac45e7e14477d825a2d171de1b102a74
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  MOOSE Model now has a ResourceComponent on it, and attempts to
automatically create and add a VizResource from the information provided
from the Mesh block when an imput file is imported.

Will still need to work out how to handle other cases, like if the user
creates a MOOSE Model from scratch, or if the mesh file isn't
immediately found in the workspace and they need to import it.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 53c1e592d4d22c10079b0008eca9195566121335
      https://github.com/eclipse/ice/commit/53c1e592d4d22c10079b0008eca9195566121335
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  Refactored the mesh finder function into its own method to avoid
redundancy.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: f7d860cfe733a53578c920b635db467196b81150
      https://github.com/eclipse/ice/commit/f7d860cfe733a53578c920b635db467196b81150
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/AllowedValueType.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncherForm.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSELauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/MOOSEFileHandler.java

  Log Message:
  -----------
  MOOSEModel now converts the Mesh block's "file" entry into a File Entry.

Also, moved the VizResource/Mesh detection stuff to reviewEntries(), as
reviewEntries() will always be called at least once before
building/editting a MOOSE tree, whether importing an Item or starting
from scratch.

Cleaned up/fixed documentation is other classes.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 2265ffa20da95ae08c26ab1aa9c62c6d011be1b0
      https://github.com/eclipse/ice/commit/2265ffa20da95ae08c26ab1aa9c62c6d011be1b0
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/SuiteLauncher.java
    M src/org.eclipse.ice.nek5000/src/org/eclipse/ice/nek5000/NekLauncher.java
    M src/org.eclipse.ice.nek5000/src/org/eclipse/ice/nek5000/NekLauncherBuilder.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/visit/VisitPlotViewer.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into anna/postprocessing


  Commit: fd1482fff1adac76d63c40755efde77b98eeec07
      https://github.com/eclipse/ice/commit/fd1482fff1adac76d63c40755efde77b98eeec07
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/nuclear/MOOSEModelTester.java

  Log Message:
  -----------
  Fixed MOOSE Model unit tests.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 4302691597f2b671a3a52c931604329bdb9846a9
      https://github.com/eclipse/ice/commit/4302691597f2b671a3a52c931604329bdb9846a9
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/.project
    M src/org.eclipse.ice.datastructures/META-INF/MANIFEST.MF
    A src/org.eclipse.ice.datastructures/OSGI-INF/jaxbclassprovider.xml
    M src/org.eclipse.ice.datastructures/build.properties
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/Form.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/emf/EMFComponent.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/emf/EMFEntry.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/emf/EMFTreeComposite.java
    A src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/ICEJAXBClassProvider.java
    A src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/IJAXBClassProvider.java
    M src/org.eclipse.ice.persistence.xml/OSGi-INF/xmlPersistenceProvider.xml
    M src/org.eclipse.ice.persistence.xml/src/org/eclipse/ice/persistence/xml/XMLPersistenceProvider.java
    M src/org.eclipse.ice.proteus/src/org/eclipse/ice/proteus/PROTEUSModel.java
    M tests/org.eclipse.ice.datastructures.test/META-INF/MANIFEST.MF
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/EMFComponentTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/EMFTreeCompositeTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/FormTester.java
    A tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEJAXBClassProviderTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/ItemTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/JobLauncherFormTester.java
    M tests/org.eclipse.ice.persistence.xml.test/src/xmlpp/test/XMLPersistenceProviderTester.java
    M tests/org.eclipse.ice.proteus.test/src/org/eclipse/ice/proteus/test/PROTEUSModelTester.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into anna/postprocessing

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: de8d05c338f4754a2d4d3fea1e8e28b0133200cc
      https://github.com/eclipse/ice/commit/de8d05c338f4754a2d4d3fea1e8e28b0133200cc
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/ICEJAXBClassProvider.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/FormTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEJAXBClassProviderTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/JobLauncherTester.java

  Log Message:
  -----------
  MOOSE Model now updates its ResourceComponent whenever the Mesh block's
"file" parameter is changed. If there is no "file" parameter to begin
with (which is the case when starting a MOOSE Model from scratch), it
will update the ResourceComponent following a save, and then
automatically update from that point onwards.

Also added ICEResource to the new JAXBClassProvider class list and
updated tests.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: b4db2c47979b4cbc0cce08be32bb99ce8101e7bb
      https://github.com/eclipse/ice/commit/b4db2c47979b4cbc0cce08be32bb99ce8101e7bb
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  Got the MOOSE Job Launcher plotting CSV results in the resources page
after a run. Still has some bugs to work out, but it's a start.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 6a2d222c72ec90ecc80ad217c156de68d7592740
      https://github.com/eclipse/ice/commit/6a2d222c72ec90ecc80ad217c156de68d7592740
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.caebat/src/org/eclipse/ice/caebat/launcher/CaebatLauncher.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into anna/postprocessing


  Commit: 6cc95794693ccfe86aad417c688b2eb18451dfbc
      https://github.com/eclipse/ice/commit/6cc95794693ccfe86aad417c688b2eb18451dfbc
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-10 (Tue, 10 Feb 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/ICEResourceView.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java

  Log Message:
  -----------
  ICEResourcePage now listens to updates from its ResourceComponent. When
new resources are added to the ResourceComponent, it looks for any new
VizResources that aren't on the ICEResourcePage.plotMap and adds them.
This is opposed to initializing IPlot objects at... plot-time, which was
encountering threading issues, as CSVPlot.load() executes in its own
thread and wasn't completing in time.

Still has some bugs. Sometimes throws a widget predisposed error when
attemping to draw. Also, it does not plot when re-opening a closed MOOSE
Launcher.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 1888d26743d3b399f5f1027468ce473de457d192
      https://github.com/eclipse/ice/commit/1888d26743d3b399f5f1027468ce473de457d192
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java

  Log Message:
  -----------
  Added a CSVPlot.hasValidProvider() method which checks if the plot has a
non-null data provider. This is necessary for CSV files which aren't in
an (m x n) format and can't be plotted (e.g. BISON axial peaking
factors). Also cleaned up some documentation in related classes.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 785074808b72d3469579042a2e68d2531e9ddc56
      https://github.com/eclipse/ice/commit/785074808b72d3469579042a2e68d2531e9ddc56
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

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

  Log Message:
  -----------
  Removed a line where the ICEFormEditor was printing just a number with
no other info (probably left over from debugging something).

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 28311a339a2158f04b0df35073a7cee75892328b
      https://github.com/eclipse/ice/commit/28311a339a2158f04b0df35073a7cee75892328b
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-12 (Thu, 12 Feb 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/ICEResourceView.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java

  Log Message:
  -----------
  Was able to finally fix the widget disposed error I was getting when
trying to plot files. 

When a ICEResourcePage was closed and it disposed of its widgets, the
page wasn't removed from the workbench's SelectionService listeners. So
everytime the SelectionService updated its listeners at a later point
(like when another MOOSE Launcher tried to plot files), it also
attempted to update the old ICEResourcePages with disposed widgets,
causing the error.

I added a DisposeListener onto the ICEResourcePage's main composite, so
when it's the composite's time to go, the ICEResourcePage is also
unregistered to get updates from the SelectionService.

Fixes bug 459707.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: b5d5534aae05fe5bf826fd31720b898048a6035c
      https://github.com/eclipse/ice/commit/b5d5534aae05fe5bf826fd31720b898048a6035c
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-17 (Tue, 17 Feb 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.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

  Log Message:
  -----------
  Removed the CSVPlot.hasValidProvider() method, and instead added a
method to the IPlot interface called isValidPlot() that returns a
boolean. It will be up to each implementation to discern what is/isn't
valid plotting data. This is necessary because it's still possible to
have a valid IPlot object, but have invalid data loaded into it.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 5362b8192b607ebdeb28eeb89470ea18b55c04f6
      https://github.com/eclipse/ice/commit/5362b8192b607ebdeb28eeb89470ea18b55c04f6
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 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.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.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java

  Log Message:
  -----------
  Removed isValidPlot() from the IPlot interface and implementations.
Added a custom UncaughtExceptionHandler to the CSVPlot.load() method to
try to pass exceptions to the parent thread as part of catching bad
plots.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 520a72b91eaec8e025a6ca297a79460081176293
      https://github.com/eclipse/ice/commit/520a72b91eaec8e025a6ca297a79460081176293
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 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/ICEResourceView.java

  Log Message:
  -----------
  Rewrote parts of the ICEResourcePage to handle drawing plots only when
possible. Plots are created/loaded when the ResourceComponent is set or
updated, but drawn only when selected the first time. After being drawn
once, a plot doesn't need to be drawn again.

Changed the plots to not "tile". The selected resource in the Resource
View will be rendered alone. We can revisit tiling later after we come
up with a good way to be able to remove them (or put them into separate
Plot Editors).

>From what I can tell, when a plot is invalid, it is caught either at
create time or at draw time. If a plot cannot be created or drawn, the
resource is sent to the browser.

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


  Commit: 9e29511a8ac48f042819941ff396cdac38b239c9
      https://github.com/eclipse/ice/commit/9e29511a8ac48f042819941ff396cdac38b239c9
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/ICEJAXBClassProvider.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java

  Log Message:
  -----------
  I was pretty certain I had added VizResource to the ICEJAXBClassProvider
class list, but I guess I'm just tripping so here it is. Also added to
the ListComponentTester to make sure it handles mixed lists of
ICEResources and VizResources correctly. Fixes bug 459684.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: fd661ee51b9628223ad965576d5ca0960a50de8a
      https://github.com/eclipse/ice/commit/fd661ee51b9628223ad965576d5ca0960a50de8a
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 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/ICEResourceView.java

  Log Message:
  -----------
  Merge branch 'anna/postprocessing' of https://github.com/eclipse/ice into anna/postprocessing


  Commit: bd317b417a7c6b05e8aaf4aeb7fc7717ecc025be
      https://github.com/eclipse/ice/commit/bd317b417a7c6b05e8aaf4aeb7fc7717ecc025be
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

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

  Log Message:
  -----------
  Changed the ICEResourceView to use the SelectiveComponentVisitor since
there was only one visit operation used. This eliminates almost 100
lines of code.

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


  Commit: 12d63b699f5f990d83e70512129e538f18655e34
      https://github.com/eclipse/ice/commit/12d63b699f5f990d83e70512129e538f18655e34
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

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

  Log Message:
  -----------
  Simplified some of the code that listened for the current ICEFormEditor.
Added some extra documentation.

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


  Commit: 9d3048654a5e633972088edc7711b9ed1447e2d8
      https://github.com/eclipse/ice/commit/9d3048654a5e633972088edc7711b9ed1447e2d8
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/ICEJAXBClassProvider.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java

  Log Message:
  -----------
  Merge branch 'anna/postprocessing' of https://github.com/eclipse/ice into anna/postprocessing


  Commit: 14657cadad09ef52cf6187989e54e6b11ecbbe67
      https://github.com/eclipse/ice/commit/14657cadad09ef52cf6187989e54e6b11ecbbe67
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-23 (Mon, 23 Feb 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/ICEResourceView.java

  Log Message:
  -----------
  Updated the ICEResourceView to populate based on the currently active
ICEFormEditor when its content is created for the first time.

Cleaned up some of the view's code for updating based on the current
ICEFormEditor and removed an unnecessary public method.

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


  Commit: 394955c4c8421c4d33321f63b9f44de7fe93d6f3
      https://github.com/eclipse/ice/commit/394955c4c8421c4d33321f63b9f44de7fe93d6f3
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-23 (Mon, 23 Feb 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/ICEResourceView.java

  Log Message:
  -----------
  Relocated some code from the ICEResourcePage that belongs in the
ICEResourceView.

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


  Commit: 95588a7e23227a51ed0a28973577bc8a5e2ad12c
      https://github.com/eclipse/ice/commit/95588a7e23227a51ed0a28973577bc8a5e2ad12c
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-23 (Mon, 23 Feb 2015)

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

  Log Message:
  -----------
  Fixed a possible index out of bounds exception.
Removed an unnecessary cast that was generating a warning.
Removed a TODO flag.
Organized the imports.

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


  Commit: 3a3634136482992a3b5faf5b6302a41e06b82641
      https://github.com/eclipse/ice/commit/3a3634136482992a3b5faf5b6302a41e06b82641
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-02-24 (Tue, 24 Feb 2015)

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

  Log Message:
  -----------
  Fixing an NPE bug introduced with one of my recent commits.

Signed-off-by: Jordan <jordan.deyton@xxxxxxxxx>


  Commit: b138963dd900e1028431e1b765c3c324055714e6
      https://github.com/eclipse/ice/commit/b138963dd900e1028431e1b765c3c324055714e6
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-27 (Fri, 27 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEJAXBClassProviderTester.java

  Log Message:
  -----------
  Fixed the CSVPlot.load() thread's uncaught exception handler so the
parent thread correctly throws an exception now. Also cleaned up the
other related plotting classes.

Also, I forgot to fix the ICEJAXBClassProviderTester when I added
VizResource to the class list last week.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 3abe5e040d906bb33f83f6f3508949bbe9036d89
      https://github.com/eclipse/ice/commit/3abe5e040d906bb33f83f6f3508949bbe9036d89
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-27 (Fri, 27 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java

  Log Message:
  -----------
  I staged and committed the wrong version of CSVPlot, this is the right
one.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: edf013948609b4776781143de0bd21009a018460
      https://github.com/eclipse/ice/commit/edf013948609b4776781143de0bd21009a018460
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

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

  Log Message:
  -----------
  ICEResourcePage will now try to first render resources via a plotting
service, but if that doesn't work, it'll then try to open text files in
the default text editor (based on a hard coded list of text file
extensions). Finally, if that doesn't work, it'll try to render the
resource in the browser as a last resort.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: dc226ca2c0f210da6c74dbc470e616d7bf803be9
      https://github.com/eclipse/ice/commit/dc226ca2c0f210da6c74dbc470e616d7bf803be9
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

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

  Log Message:
  -----------
  ICEResourcePage now toggles between editor tabs when a resource is
clicked in the resource view. (i.e. toggles between text editors and
plots)

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 8301d006655901d9523068dcac9ca4c984066f3e
      https://github.com/eclipse/ice/commit/8301d006655901d9523068dcac9ca4c984066f3e
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

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

  Log Message:
  -----------
  Refactored the editor toggling in ICEResourcePage a little bit. Also,
fixed a bug where the wrong editor would be brought forward if an editor
was already open when the Form was created.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 24569796b1ee49fb858cba295b6baa29fe56761d
      https://github.com/eclipse/ice/commit/24569796b1ee49fb858cba295b6baa29fe56761d
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

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

  Log Message:
  -----------
  Removed the default resource selection for when the browser is created.
Since the default selection always corresponds to a text file (std out)
and text files are now delegated to the default Eclipse text editor, it
would cause the Item's std out file to also open in another tab whenever
the user clicks on a resource for the first time (i.e. open 2 resources
with one click). Instead, it will now have no default selection, but
displays a message to the user to select a resource to view it.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 0e7e35c673cee54a3effc768b54df094317c2828
      https://github.com/eclipse/ice/commit/0e7e35c673cee54a3effc768b54df094317c2828
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourceView.java

  Log Message:
  -----------
  Fixed ICEResourceView so it correctly sets its editor when the resource
tree is created.

Also added org.eclipse.core.filesystem to the manifest file (for using
the text editor) and neglected to commit it earlier.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 4944e5a9ba1c3d999ad89781b3784096d9abc849
      https://github.com/eclipse/ice/commit/4944e5a9ba1c3d999ad89781b3784096d9abc849
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-05 (Thu, 05 Mar 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java
    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/ICEResourceView.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/viz/service/IPlot.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/Component.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ListComponent.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/componentVisitor/IComponentVisitor.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/AllowedValueType.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/ICEJAXBClassProvider.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/resource/ICEResource.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/jobLauncher/JobLauncherForm.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSELauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/MOOSEFileHandler.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.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/FormTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEJAXBClassProviderTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ResourceComponentTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/JobLauncherTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/nuclear/MOOSEModelTester.java

  Log Message:
  -----------
  Merging postprocessing into master.


Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 9a3fc73e7b75b20c66b3e2542ee73fa6c05f3937
      https://github.com/eclipse/ice/commit/9a3fc73e7b75b20c66b3e2542ee73fa6c05f3937
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-05 (Thu, 05 Mar 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/MOOSEFileHandler.java

  Log Message:
  -----------
  Resolved a conflicting file in merge.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/4bb8cd67da98...9a3fc73e7b75

Back to the top