- 12 Jan, 2016 3 commits
-
-
Robert Smith authored
Refactored the conversion from ICE Components to JavaFX data structures so that the ICE packages depend on the viz.service.* packages, instead of the other way around. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Removed all dependencies on com.jme3.* from non-jme3 ICE bundles. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Got the wireframe mode for the Plant View working and broke all dependencies of ice.viz.* packages on non-viz ice.* packages. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 11 Jan, 2016 1 commit
-
-
Robert Smith authored
Fixed issues with Plant View modeling part display in the Geometry Editor, including pipe angling calculations and junction and reactor dimension issues. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 08 Jan, 2016 1 commit
-
-
Robert Smith authored
Fixing issues with the way the Plant View is populated and its contents are drawn. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 07 Jan, 2016 3 commits
-
-
Robert Smith authored
Made progress on correcting bugs with the JavaFX Plant View which prevent it from being initialized. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Conflicts: org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java org.eclipse.ice.client.widgets.reactoreditor.lwr/META-INF/MANIFEST.MF org.eclipse.ice.client.widgets.reactoreditor.lwr/src/org/eclipse/ice/client/widgets/reactoreditor/lwr/PlantAnalysisView.java org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEMeshPage.java org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/GeometryTester.java org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEShapeTester.java org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/MeshComponentTester.java org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/GeometryComponent.java org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/geometry/ICEGeometry.java org.eclipse.ice.item/META-INF/MANIFEST.MF org.eclipse.ice.nek5000/src/org/eclipse/ice/nek5000/NekWriter.java org.eclipse.ice.reactor.plant/META-INF/MANIFEST.MF org.eclipse.ice.reactor/META-INF/MANIFEST.MF org.eclipse.ice.reactorAnalyzer/META-INF/MANIFEST.MF org.eclipse.ice.repository/ice.product org.eclipse.ice.tablecomponenttester/META-INF/MANIFEST.MF org.eclipse.ice.tablecomponenttester/src/org/eclipse/ice/tablecomponenttester/TableComponentTester.java org.eclipse.ice.viz.service.geometry.test/src/org/eclipse/ice/viz/service/geometry/shapes/test/AbstractShapeTester.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/AbstractShape.java org.eclipse.ice.viz.service.jme3/src/org/eclipse/ice/viz/service/jme3/geometry/JME3GeometryCanvas.java org.eclipse.ice.viz.service.jme3/src/org/eclipse/ice/viz/service/jme3/mesh/JME3MeshCanvas.java org.eclipse.ice.viz.service.jme3/src/org/eclipse/ice/viz/service/jme3/mesh/JME3MeshVizService.java org.eclipse.ice.viz.service.mesh/src/org/eclipse/ice/viz/service/mesh/properties/GeneralInfoSection.java org.eclipse.ice.viz.service.mesh/src/org/eclipse/ice/viz/service/mesh/properties/TabDescriptorProvider.java org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/AbstractVizService.java org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/IVizService.java org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java pom.xml Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Cameras were broken by the AbstractCameraController refactor. This commit repairs them. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 06 Jan, 2016 3 commits
-
-
Robert Smith authored
The build path for client.widgets.test and datastructures.test had become corrupted. Changed the library loading order to prioritize the JRE so they could access Java classes properly. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Removed a circular dependency from the package hierarchy. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Finished bringing in the modeling data structures from the reactor analyzer branch, including breaking the HeatExchanger into its own set of classes. Added code to convert from the generic PlantComposite to the unified modeling data types and replaced PlantAppState references in the MOOSEFormEditor with a generic IPlantView interface. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 05 Jan, 2016 2 commits
-
-
Robert Smith authored
Continued work on creating a generic IPlantView interface for the jME3 implementation to realize. Also finished the JavaFX camera implementation for the Plant View's capabilities, including a refactor to make all camera controllers extend from an AbstractCameraController. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Split the viz.service.javafx package into the shared viz.service.javafx package and individual packages for the javafx implementations of the geometry and mesh editors: viz.service.javafx.geometry and viz.service.javafx.mesh. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 04 Jan, 2016 1 commit
-
-
Robert Smith authored
Got all tests working with the new mesh and geometry editors. Also renamed most of the data structures involved in the unified MVC data structures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 28 Dec, 2015 3 commits
-
-
Robert Smith authored
Further work on ironing out functionality for objects for the MeshComponentTester. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Added individual run configurations for the SWTBot tests with the correct set of plug-in dependencies. These are for Windows only, as I'm intending to create one bulk run configuration for each OS after dealing with issues that are causing them to fail when all are run from a single configuration file. Also made minor changes to the tests to make them compatible with the latest changes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Made further changes to MeshComponentTester to work with the changed Mesh Editor. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 27 Dec, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Conflicts: org.eclipse.ice.item/src/org/eclipse/ice/item/action/RemoteFileUploadAction.java org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSE.java org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/RemoteYamlSyntaxGenerator.java Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 26 Dec, 2015 2 commits
-
-
Jay Jay Billings authored
Removed the analysis tool and kdd bundles. Fixed various and sundry items that broke the build. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Removed some reactor files that were either missed or readded by mistake. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 25 Dec, 2015 1 commit
-
-
Jay Jay Billings authored
Removed Xolotl plugin. Removed Sassena plugin. Removed Poly plugin. Removed the Reactor Analyzer. Removed all other Reactor bundles. RIP and Merry Christmas. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 23 Dec, 2015 2 commits
-
-
Robert Smith authored
UnifiedVizRefactor_NoReactor Conflicts: org.eclipse.ice.client.widgets.test/META-INF/MANIFEST.MF org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java org.eclipse.ice.repository/ice.macosx_product.launch org.eclipse.ice.repository/ice.product_linux.launch org.eclipse.ice.viz.service.geometry/META-INF/MANIFEST.MF
-
amccaskey authored
next
-
- 22 Dec, 2015 1 commit
-
-
Robert Smith authored
Updated all tests to function with the newly refactored data types. Also fixed two Mesh Editor bugs. One, caused by drawing from the generic FXViewer, was causing its composite not to be drawn to full size. The second allowed a user to keep adding vertices to a polygon indefinitely if it was selected through the Mesh Elements view. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 21 Dec, 2015 8 commits
-
-
Robert Smith authored
Updated test for the refactored visualization services. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Classes which had been copied between bundles which were being refactored for the new package structure have had the versions left at their old locations removed. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Changed the JavaFX package structure so that all JavaFX IVizCanvas implementations draw from the same generic JavaFX classes and are all located within the viz.service.javafx package rather than spread through the viz.service, viz.service.geometry, and viz.service.mesh packages. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
We have decided that we will no longer support the native projects because they are unused and we don't have the spare developers. I am removing this code from the repository to reflect that fact and to prevent users of our upcoming releases from becoming confused by it. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 18 Dec, 2015 1 commit
-
-
amccaskey authored
This commit adds a protected createICEJob method to JobLauncher to enable subclasses to provide custom Eclipse Job implementations. This also removes the test for JobLauncher NeedsInfo since its no longer used. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 17 Dec, 2015 5 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Setup RemoteAction to leverage org.eclipse.remote Service Interfaces to prompt the user to create a new IRemoteConnection if the specified host name is not already in the Connection Preferences Table. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This commit updates the JobLauncher to use the IActionFactory reference to perform job launches. It creates a list of Actions based on the data in the action data map and then passes those Actions to a custom Eclipse Job class for execution and monitoring. Actions now post text to the Eclipse Console. Added/Modified RemoteFileUploadAction, RemoteExecutionAction, RemoteFileDownloadAction, LocalExecutionAction, and LocalFilesCopyAction. This commit also fixes bugs in MOOSEModel (non-unique keys in app preferences) and MOOSELauncher (failed to reset host in hosts table to localhost after remote execution). Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Addressed a bug which caused the CSV Plot to ignore changes to the independent series, as only the proxy plot was having its independent series changed. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 15 Dec, 2015 1 commit
-
-
amccaskey authored
Restructured the JobLauncher to use this new LocalExecutionAction for local job launches. Created a new ICEJob subclass of Eclipse Job that takes a list of Actions to execute as part of the Eclipse Jobs API. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-