- 25 Sep, 2015 1 commit
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 24 Sep, 2015 1 commit
-
-
amccaskey authored
Fixed a bug in the CSV Viz stuff that caused real-time plot updating for the MOOSE item to break. Fixed bug where 2 CSV plots would open for the MOOSE item postprocessors if the launch failed the first time. Set up the double click action on the ICEResourceView to also open the ICEResourcePage instead of just creating the ICEResource Plot and not displaying it. Fixed a bug in the CheckMooseInputAction related to searching for errors. Made the MOOSE input file write a little less verbose. Setup the MOOSE update mechanism to use IResources instead of Java Files and hooked up the ICEResourcePage to be a IResourceChangeListener to get notified with VizResources are changed in the Workspace. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 23 Sep, 2015 3 commits
-
-
amccaskey authored
Also adding VizResource registration back to ICEResourcePage.update because someone deleted it for some reason. Real time updating on CSV plot broken too because of those updates. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Previously, for remote applications the EntryComposite set the app URI to the returned IFileStore's URI.toString - which was something like ssh://CONNECTION_NAME/PATH/TO/APP where connection name was just the name of the connection and not the hostname, which was needed to figure out which IRemoteConnection to use in the launch. This commit fixes this and sets the entry value to ssh://hostname/path . This commit also changes the MOOSE Workflow ItemType to Application, which fixes the MultiLauncher NPE in bug 478177. Cleaned up CheckMooseInputAction a bit. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 22 Sep, 2015 8 commits
-
-
Alex McCaskey authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
https://github.com/eclipse/iceamccaskey authored
-
amccaskey authored
This update adds a new CheckMooseInputAction that verifies if a constructed moose tree is valid before an actual simulation launch. It does so by using the --check-input flag for the moose executable. This is working for remote applications, still needs work and testing for local bc my local moose based apps aren't properly exiting after writing to Moose::err. Signed-off-by:
amccaskey <mccaskeyaj@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
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 21 Sep, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
When I was testing the build on the dev machine I encountered a situation where the shells opened from this test stacked up because they were opened but never closed. Hopefully closing them will help the build. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 18 Sep, 2015 5 commits
-
-
Robert Smith authored
-
Robert Smith authored
Added a folder to collect all the new swtbot tests. It is not currently listed in the pom file, so it should not be run as part of the build yet. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
The Select Material dialog was previously locked into being as tall as the user's screen, which could place the OK and Cancel buttons beneath the OS toolbar. It is now resizeable and should, by default, be small enough to avoid the toolbar. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
The ICEResourcePage now properly displays the file tree under GTK3 windowing systems. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 17 Sep, 2015 4 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
https://github.com/eclipse/iceamccaskey authored
-
amccaskey authored
Set the TreeNodeFilteredItemsSelectionDialog to use the exemplar tree's description as the status line. Also removed the addition of BlankBlock to the MOOSE tree because it is not possible to create a custom block if its not already in the YAML. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Due to the large file restructuring which took place in next, I have copied changed files from this branch into next manually, rather than performing an actual merge. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 16 Sep, 2015 3 commits
-
-
Robert Smith authored
Added tests for removing rows and editing cells in the TableComponentCompositeTester. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
-
Robert Smith authored
Previously, all ProxyPlots had deferred to the real Plot to determine the independent Series. This meant that all plots of the same file would share the same independent series. Now ProxyPlots keep track of their own independent series individually. The context menu for CSVPlotComposites now includes an option to set the plot's independent series. Additionally, fixed a bug which could resize the plot editor if the plot composite threw an exception with no error message. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 15 Sep, 2015 1 commit
-
-
Robert Smith authored
Implemented the TableComponentComposite unit tests and one of the ConnectionPlot tests. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 14 Sep, 2015 1 commit
-
-
Jay Jay Billings authored
Made the SectionPart reassign the Entry references in the map and refresh the EntryComposite instead of having it only update the value. This fixes the Nek5000 read and write bugs for me. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 11 Sep, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Robert Smith authored
The Entry and VizEntry constructors had a bug in which overloaded setup() methods may not have their changes applied if the constructor taking a content provider as an arguement was used. All constructors now properly invoke setup() once. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 10 Sep, 2015 5 commits
-
-
Robert Smith authored
The Visualization View can now open multiple files under an apprioriately named node in the tree viewer. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
The ImportFileWizardPage's code to initialize the Client has been changed to the same code used by other wizards to access the Client. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Robert Smith authored
The ImportFileWizardPage now checks the ClientHolder to see if it has a Client ready for use and creates one for it if not. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 09 Sep, 2015 4 commits
-
-
amccaskey authored
Conflicts: org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Improved ICEUpdater addition mechanism and gave it the ability to communicate remotely. Improved Add Child Node dialog by having it use a FilteredItemsSelectionDialog so users can search for the child block to select, and they can now select multiple blocks. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
JME3MeshVizService was overriding AbstractVizService's createPlot() function without checking for the input's validity itself, causing it to not throw errors when apprioriate. This remove's JME3MeshVizService's implementation. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
The ice.product_WINDOWS.launch file now runs ICE correctly. Also, several OSGI related files were out of date, referencing services which had been moved or were no longer needed. This commit updated them. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-