- 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>
-
- 03 Dec, 2015 1 commit
-
-
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>
-
- 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>
-
- 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 2 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>
-
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>
-
- 16 Nov, 2015 1 commit
-
-
Robert Smith authored
Removed some classes which where no longer being used. Also made some changes to get the product running with JavaFX. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 13 Nov, 2015 2 commits
-
-
Robert Smith authored
https://github.com/eclipse/ice into Robert/UnifiedVizRefactor Conflicts: org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/javafx/internal/model/geometry/FXGeometryAttachment.java Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Fixed a variety of bugs related to Geometry Editor graphics, including shapes inside replications of replications not being displayed and the JavaFX scene always rending one shape in front of another regardless of their spatial relationship. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 12 Nov, 2015 2 commits
-
-
Robert Smith authored
Fixed bugs which caused shapes to display with the wrong colors and another bug relating to displaying the children of a complex shape. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Refactored the Geometry Editor to work with new FXShapeController and FXShapeView classes which extend from the unified modeling classes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 11 Nov, 2015 2 commits
-
-
Robert Smith authored
Made some changes to get the JavaFX Geometry Editor running on Linux and updated the launch configurations to handle JavaFX. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Fixed a bug causing complex shapes' children to not display in the Geometry Editor and a more subtle bug causing them not to display until at least one shape was deleted if a primitive shape was the first shape created. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 10 Nov, 2015 5 commits
-
-
Robert Smith authored
The Geometry Editor now partially functions using the ICE data structures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Refactored the FXGeometryViewer to work with the new unified modeling classes.
-
Robert Smith authored
Started changing the JavaFX Geometry Editor to make use of the new unified modeling data structures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Conflicts: org.eclipse.ice.client.widgets.test/src/org/eclipse/ice/client/widgets/test/geometry/ShapeTransientTester.java org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEGeometryPage.java org.eclipse.ice.viz.service.geometry/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/AbstractShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/ComplexShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/Geometry.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/IShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/IShapeVisitor.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/PrimitiveShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/shapes/Transformation.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ActionAddShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ActionDeleteShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ActionDuplicateShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ActionReplicateShape.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ShapeMaterial.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ShapeTransient.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ShapeTreeContentProvider.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ShapeTreeLabelProvider.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ShapeTreeSelectionListener.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/ShapeTreeView.java org.eclipse.ice.viz.service.geometry/src/org/eclipse/ice/viz/service/geometry/widgets/TransformationView.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/geometry/JME3GeometryVizService.java Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Wrote unit tests for the JME3 classes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 09 Nov, 2015 3 commits
-
-
https://github.com/enleeten/iceamccaskey authored
-
Robert Smith authored
Removed unused classes from the old geometry editor implementation. Also fixed a bug with JME3Shapes not providing a deep copy. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Finished restructuring the geometry editor to make use of the new unified modeling framework. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 05 Nov, 2015 1 commit
-
-
amccaskey authored
Just ran the latest unstable nightly and it fails to load the moose widgets module with the following error Unresolved requirement: Import-Package: org.eclipse.jgit.api; version="3.2.0" Looks like the correct version should be 4.0.0. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 04 Nov, 2015 4 commits
-
-
-
Robert Smith authored
Fixed a bug where the Job Profile Editor would have duplicate widgets for the same option by having DataComponentComposites check to see if an Entry is already rendered before attempting to render it. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
amccaskey authored
Fixing bug found in Visit preference page Path entry. Reverting it to just be and Undefined Entry (for now), but setting it up to be auto filled with visit.binpath program argument. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Fixing bug in Install_ICE.py where find_file() method was used when the actual parent directory was needed
-
- 03 Nov, 2015 2 commits
-
-
amccaskey authored
If the setDirty method was called with false, the ICEFormEditor would still set the message as "unsaved changes on the form yada yada". Fixing that here. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Set up the add node dialog to also contain a text box to input the name of the to-be-created child node. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 02 Nov, 2015 1 commit
-
-
amccaskey authored
Updated the RemoteYamlSyntaxGenerator to be more robust. Set it up to create a new shell script to execute and generate the yaml/syntax files. Fixed the bug where real time plots failed to appear on form editor. Somehow the javax.ws.rs 2.0.1 bundle got turned on in the launch config that caused a clash with the 1.1.1 bundle. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 29 Oct, 2015 4 commits
-
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Added a base class for delimited text. Added a space-based delimited text file reader. Fixed the reflectivity model to use the IOService and to use space-based delimiters. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 28 Oct, 2015 5 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
The recent changes caused, for some unknown reason, the ReflectivityModel Item to no longer receive the IMaterialsDatabase service. This addresses that problem by catching the service in the core and reconfiguring the XMLMaterialsDatabase to register directly with an activator. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
If ICE was executed from ICE (as in development) and the HTTP services from both instances were configured to use the same port (perhaps the default) then ICE would throw a null pointer exception on close because the Core would try to unget a null service reference. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-