- 15 Mar, 2016 1 commit
-
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
- 25 Feb, 2016 1 commit
-
-
Robert Smith authored
The Toggle HUD button on the Mesh Editor now displays/hides a toolbar which will contain the mouse's position and the center of the camera's current view. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 20 Feb, 2016 3 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
Also added missing about.html files. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 10 Feb, 2016 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 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>
-
- 21 Dec, 2015 2 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>
-
- 20 Nov, 2015 1 commit
-
-
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 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 12 Nov, 2015 1 commit
-
-
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 1 commit
-
-
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>
-
- 10 Nov, 2015 1 commit
-
-
Robert Smith authored
The Geometry Editor now partially functions using the ICE data structures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 09 Nov, 2015 1 commit
-
-
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>
-
- 30 Sep, 2015 1 commit
-
-
Tony McCrary authored
Change-Id: I516583ae88727bedd318bd410d2728f80e72c9b0 Signed-off-by:
Tony McCrary <tmccrary@l33tlabs.com>
-
- 26 Aug, 2015 2 commits
-
-
Robert Smith authored
Several files, mostly related to ICEResource, have been copied into org.viz.service. This was done to eliminate dependencies on ICE code to the visualization bundles. Now no org.eclipse.ice.viz bundle depends on org.eclipse.ice.datastructures. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 24 Aug, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 22 Aug, 2015 2 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>
-
- 12 Aug, 2015 3 commits
-
-
Robert Smith authored
Corrected some problems with pom files and build properties which were preventing the maven build form running. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Rarranged the viz.service.jme3 and viz.service.geometry packages so that now the JME3 service depends on geometry, instead of the other way around. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Jay Jay Billings authored
with the build auto-updates for version numbers. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Aug, 2015 1 commit
-
-
Jay Jay Billings authored
problems revealed by the automatic version updates. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 30 Jul, 2015 1 commit
-
-
Robert Smith authored
ICE has been updated to make use of the GeometryVizService to create a GeometryVizCanvas when creating a geometry editor. Also, the viz.service.jme3 bundle has been merged into the viz.service.geometry bundle, as neither the mesh nor reactor editor will need to share any of thsoe classes with the geometry editor. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 28 Jul, 2015 1 commit
-
-
Robert Smith authored
Adds viz.service.jme3 bundle, which contains many jme3 related classes pulled out of the ICE-centered bundles. This bundle contains generic resources for use with the geometry editor, mesh editor, and reactor editor jme3 services. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 22 Jul, 2015 1 commit
-
-
Robert Smith authored
Moved IShape, its extensions, its implementaitons, and various other classes they depend on from the datastructures bundle to the geometry bundle. Delegation is used to provide classes that interact with the geometry service bundle to allow ICE to maintain geometry editing functionality. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 17 Jul, 2015 3 commits
-
-
Robert Smith authored
This reverts commit 4a1b863c.
-
Robert Smith authored
This reverts commit e431c798.
-
Robert Smith authored
The Geometry bundle was left out of the last commit. This adds it to the repo. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-