- 03 Feb, 2016 1 commit
-
-
Robert Smith authored
Set a failing test to be ignored by the build, at Jay's request. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 02 Feb, 2016 1 commit
-
-
Robert Smith authored
Added tests for the new packages and corrected some bugs which were causing test failures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 29 Jan, 2016 4 commits
-
-
Robert Smith authored
Removed various avoidable uses of instanceof from the code. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Added more tests for the new plug-ins. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
-
Robert Smith authored
Fixed various errors that were causing test failures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 28 Jan, 2016 4 commits
-
-
Robert Smith authored
https://github.com/eclipse/ice into UnifiedVizRefactor_NoReactor Conflicts: org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/modeling/test/EdgeAndVertexFaceMeshtester.java org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/modeling/test/EdgeControllerTester.java org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/modeling/EdgeController.java
-
Robert Smith authored
Added more tests for the new plug-ins. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Removed references to JME3 bundles. Fixed version numbers on new packages. Added references to the jfxswt.jar in JavaFX plug-in pom files. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
This reverts commit a1540df7.
-
- 27 Jan, 2016 3 commits
-
-
Robert Smith authored
Added a factory that can be called using reflection to create a FXGeometryViewer. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Added another test and fixed bug with AbstractAttachment where the user could cause a null pointer exception by requesting a shape with an index larger than the size of the shapes list. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
The MOOSEFormEditor now uses a consumed OSGi JavaFX Geometry Editor service, instead of relying on a hard coded one. Also added viz.service.javafx.mesh to the feature and added more tests. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 26 Jan, 2016 4 commits
-
-
Robert Smith authored
An error in ice.product was preventing the built executable from finding the org.eclipse.fx.osgi bundle, which in turn prevented the loading of JavaFX classes. This commit fixes the problem, as well as adds more test classes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Taylor Patterson authored
-
Robert Smith authored
Added the -Dosgi.framework.extensions=org.eclipse.fx.osgi to product's VM arguments. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Rolling the branch back to a previous commit while copying changes from later ones, to correct a build error. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 25 Jan, 2016 1 commit
-
-
arbennett authored
Signed-off-by:
arbennett <bennett.andr@gmail.com>
-
- 22 Jan, 2016 1 commit
-
-
Robert Smith authored
Updated more of the new tests. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 21 Jan, 2016 1 commit
-
-
Robert Smith authored
Added more tests for the new data structures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 20 Jan, 2016 2 commits
-
-
Robert Smith authored
UnifiedVizRefactor_NoReactor Conflicts: org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF org.eclipse.ice.io/OSGI-INF/HdfIOFactory.xml org.eclipse.ice.io/OSGI-INF/HdfIORegistry.xml org.eclipse.ice.repository/ice.product Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Updated AbstractControllerTester for AbstractController's new functionalities. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 19 Jan, 2016 2 commits
-
-
Robert Smith authored
Modified the core OSGi launch to properly load JavaFX classes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Added a test class for the UpdateableSubscriptionManager, which has been changed so that it will pass on only message types listeners are subscribed for, rather than send all messages to everything which is subscribed to any of them. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 15 Jan, 2016 1 commit
-
-
Robert Smith authored
This commit features a working Plant View in JavaFX. the IControllerFactories have been refactored to avoid use of instanceof and to extend from an AbstractControllerFactory. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 14 Jan, 2016 1 commit
-
-
Robert Smith authored
Debugging issues related to the way HeatExchangers are constructd and displayed. HeatExchangers should now be working correctly other than a small bug with wireframe mode. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 13 Jan, 2016 1 commit
-
-
Robert Smith authored
Fixed bugs with the Plant View, including an issue with the converter hooking up core channels to junctions and FXPipeViews not removing old renderings of themselves from the scene graph. Also started changing the HeatExchanger to work without having to be given child pipes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 12 Jan, 2016 4 commits
-
-
Robert Smith authored
Work around for bug where pipes are being read from the composite repeatedly with different locations. The converter now checks if a pipe with that id already exists in the plant before placing it in the tree. Since the first one read was always the correct one, this essentially fixes the bug. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
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 1 commit
-
-
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>
-