- 10 Nov, 2015 4 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 09 Nov, 2015 4 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This commit modifies the XMLFormContentDescriber to ensure that the correct ICEFormEditor subclass is used when a users double-clicks the ICE Item XML file. It checks that no other subclass of XMLFormContentDescriber is appropriate for describing the incoming text. If not, it returns VALID and the ICEFormEditor is used, otherwise, the correct ICEFormEditor subclass corresponding to the VALID XMLFormContentDescriber is used. Added a ReflectivityXMLFormContentDescriber and tester. Still need one for BatMLFormEditor and ReactorFormEditor Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 05 Nov, 2015 2 commits
-
-
amccaskey authored
Addressing bug 481426 by providing a cleaner way to rename an Item through the IPersistenceProvider. Also updating the form editor header contents to display the type of the Item plus its Id, and the form editor top tab the item XML file name. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
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 8 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
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
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Fixing bug 481431 for the MOOSE Item and MOOSE Form Editor by adding a subclass of XMLFormContentDescriber that validates whether a file is both a MOOSE Workflow XML Form. Updated the XMLFormContentDescriber test to be easily extended to new content describers, also adding a long overdue org.eclipse.ice.client.widgets.moose.test bundle and a MooseXMLFormContentDescriberTester. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This fix introduces extension point schemas for IUpdateEventListener, IProcessEventListener, and ISimpleResourceProvider, with default extension points pointing to the ClientExtensionRegistry for each one. Then ICEFormEditor can get the extension from the interfaces and register appropriately on a file load. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 03 Nov, 2015 4 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
So the ICEFormEditor.init method gets called when you double click a ICE XML file, and the Client loads the Form for the editor to use. But nothing happens to make sure the Client is updated for form changes, process, and cancel events. Starting work on getting the MOOSE Item to successfully load from file. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
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>
-
- 26 Oct, 2015 8 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
I fixed build errors because of stale settings in the Java Library setting on the build paths for these projects. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Replaced references with "itemDB" since it is the new default. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
-
Robert Smith authored
Updated the Windows launch configuration with the Project Support changes from the Linux one. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-