- 12 Apr, 2016 7 commits
-
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Setting up the FileEntry to be an IResourceChangeListeneer that updates its allowed values when a file is added/changed in the project space. This only works if clients invoke FileEntry.setProject with their Item's current IProject instance. Otherwise, resources updates are ignored. Added test to FileEntryTester and verified it worked with ReflectivityModel wave_vector file. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Robert Smith authored
The Linux launch configuration was not displaying the VisIt preferences menu. Rolled back to an older version and added new required plug-ins to get it to show up. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
THe Mac OS launch configuration wasn't starting any of the EAVP service bundles. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
- 11 Apr, 2016 3 commits
-
-
-
Robert Smith authored
Added a demo bundle for the ResourceComponent, Geometry Editor, and Mesh Editor, to complement the Resource Component Tutorial. Also added some images missing from the tutorial. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Updated the resource component tutorial to work with the new org.eclipse.ice.demo.visualization packages. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 05 Apr, 2016 1 commit
-
-
Robert Smith authored
Added a tutorial for using the ParaViewVizService, as well as how to run the ParaView web visualizer and connect to it with Eclipse's internal web browser. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 01 Apr, 2016 1 commit
-
-
Robert Smith authored
Linux launch configuration was trying to pull EAVP packages from the workspace, instead of from the target. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 28 Mar, 2016 1 commit
-
-
Robert Smith authored
ItemProcessorTester now join()s the Thread it creates, rather than using wait(). A frequently failing but no longer needed (per Alex's decision) test was removed from MOOSELauncherTester. The visualization tutorial was updated to include example paths to VisIt and a warning about known compatibility issues between ICE and VisIt 2.10. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 25 Mar, 2016 3 commits
-
-
Jay Jay Billings authored
Merge branch 'next' Conflicts: org.eclipse.ice.caebat.batml/pom.xml org.eclipse.ice.client.widgets.rcp.test/META-INF/MANIFEST.MF org.eclipse.ice.client.widgets.rcp.test/pom.xml org.eclipse.ice.client.widgets.rcp/META-INF/MANIFEST.MF org.eclipse.ice.client.widgets.rcp/pom.xml org.eclipse.ice.core.test/pom.xml org.eclipse.ice.datastructures/pom.xml org.eclipse.ice.developer.moose/pom.xml org.eclipse.ice.developer/pom.xml org.eclipse.ice.feature/feature.xml org.eclipse.ice.feature/pom.xml org.eclipse.ice.filesimulation/pom.xml org.eclipse.ice.materials/pom.xml org.eclipse.ice.persistence.xml.test/pom.xml org.eclipse.ice.persistence.xml/pom.xml org.eclipse.ice.reflectivity.ui/pom.xml org.eclipse.ice.repository/category.xml org.eclipse.ice.repository/ice.product org.eclipse.ice.repository/pom.xml org.eclipse.ice.servicetester/pom.xml org.eclipse.ice.tablecomponenttester/pom.xml org.eclipse.ice.viz.service.geometry.test/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.geometry.test/pom.xml org.eclipse.ice.viz.service.geometry/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.geometry/pom.xml org.eclipse.ice.viz.service.jme3.test/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.jme3.test/pom.xml org.eclipse.ice.viz.service.jme3/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.jme3/pom.xml org.eclipse.ice.viz.service.mesh.test/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.mesh.test/pom.xml org.eclipse.ice.viz.service.mesh/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.mesh/pom.xml org.eclipse.ice.viz.service.paraview.test/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.paraview.test/pom.xml org.eclipse.ice.viz.service.paraview.web/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.paraview.web/pom.xml org.eclipse.ice.viz.service.paraview/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.paraview/pom.xml org.eclipse.ice.viz.service.test/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.test/pom.xml org.eclipse.ice.viz.service.visit.test/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.visit.test/pom.xml org.eclipse.ice.viz.service.visit/META-INF/MANIFEST.MF org.eclipse.ice.viz.service.visit/pom.xml org.eclipse.ice.viz.service/META-INF/MANIFEST.MF org.eclipse.ice.viz.service/pom.xml org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/connections/VizConnection.java org.eclipse.ice.viz.test/META-INF/MANIFEST.MF org.eclipse.ice.viz.test/pom.xml org.eclipse.ice.viz/META-INF/MANIFEST.MF org.eclipse.ice.viz/pom.xml 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
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 24 Mar, 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
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 23 Mar, 2016 9 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
-
Robert Smith authored
Updated the Mac launch configuration to have all the dependencies needed for the latest version of ICE to run. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
Robert Smith authored
Updated the SWTBot test launch configurations to work with the latest bundle requirements for ICE. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
-
Robert Smith authored
Updated the Windows launch configuration to work with the new location of the EAVP bundles. 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
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 22 Mar, 2016 3 commits
-
-
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
arbennett authored
Signed-off-by:
arbennett <bennett.andr@gmail.com>
-
- 16 Mar, 2016 2 commits
-
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 15 Mar, 2016 3 commits
-
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
Greg Watson authored
Signed-off-by:
Greg Watson <g.watson@computer.org>
-
- 11 Mar, 2016 1 commit
-
-
Robert Smith authored
The VisItPlotViewer had previously always been using the VizResource for the last plot added, preventing it from redrawing old plots. It now keeps track of all used resources and will switch to the resource matching the selected VizEntry before trying to draw the plot. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 10 Mar, 2016 1 commit
-
-
Robert Smith authored
The CSV Plot Editor no longer erroneously reports itself as dirty when viewing the graph when only the text editor has unsaved changes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 08 Mar, 2016 2 commits
-
-
Robert Smith authored
Corrected the checks for valid files in the sample code for the ResourceComponent tutorial. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
Corrected some code in the Resource Component Tutorial and fixed a null pointer exception in the Mesh Elements View. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-