- 06 Jan, 2016 1 commit
-
-
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 2 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
Made further changes to MeshComponentTester to work with the changed Mesh Editor. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 23 Dec, 2015 1 commit
-
-
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
-
- 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 6 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>
-
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>
-
- 17 Dec, 2015 1 commit
-
-
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
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 14 Dec, 2015 1 commit
-
-
Robert Smith authored
Fixed a bug with the MOOSE model that was causing MOOSE items to try to read previous parts of a path from a string that held only the name of the most recent addition to the path. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 11 Dec, 2015 2 commits
-
-
arbennett authored
-
-
- 10 Dec, 2015 1 commit
-
-
arbennett authored
-
- 09 Dec, 2015 2 commits
-
-
Jay Jay Billings authored
Eric was listed as the author but not in contributor list. Fixed that. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
This code was not authored by any of the postgrads. It was primarily developed by Eric Lingerfelt based on my initial designs and has had a few small fixes by Alex McCaskey. This commit fixes that. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Dec, 2015 2 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 07 Dec, 2015 1 commit
-
-
Robert Smith authored
Finished the Mesh Editor and added JavaFX Mesh tests. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 05 Dec, 2015 1 commit
-
-
arbennett authored
-
- 03 Dec, 2015 4 commits
-
-
arbennett authored
-
Robert Smith authored
Created a class to manage observer pattern notifications, filtering them based on which event type each listener is subscribed to receive. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
arbennett authored
-
arbennett authored
-
- 02 Dec, 2015 1 commit
-
-
Robert Smith authored
Created a IVizMeshCanvas interface for use by the UI when interacting with Mesh Editor canvases. The JME3 Mesh Editor now implements this interface. The JavaFX Mesh Editor is now working, although there needs to be a refactor for the observer pattern to recognize different kinds of messages, to both fix a bug with the Mesh Element treee viewer and for performance issues. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 30 Nov, 2015 2 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 20 Nov, 2015 3 commits
-
-
Robert Smith authored
Finished refactoring non-viz.service packages to utilize the unified modeling data types and began implementing features in the FXMeshCanvas to allow it to handle all of the ICE UI's commands. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Robert/UnifiedVizRefactor4 Conflicts: org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEMeshPage.java org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/MeshElementTreeView.java org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/MeshComponent.java org.eclipse.ice.nek5000/src/org/eclipse/ice/nek5000/NekReader.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/scene/base/IGeometry.java org.eclipse.ice.viz.service.mesh/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.mesh/src/org/eclipse/ice/viz/service/mesh/javafx/FXMeshVizService.java org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/modeling/Face.java Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Began to refactor classes related to the mesh editor to work with the new unified modeling datatypes and javafx. This includes the nek readers and writers and UI pieces. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 18 Nov, 2015 4 commits
-
-
Robert Smith authored
Switched the geometry editor camera to always stay centered on the origin. Also added mouse wheel zooming. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Robert Smith authored
Created Mesh data structures based on the unifed modeling structures. Also began work on the JavaFX version of the Mesh Editor. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-