- 30 Sep, 2015 3 commits
-
-
arbennett authored
-
arbennett authored
-
arbennett authored
script for MacOS. Signed-off-by:
arbennett <bennettar@ornl.gov>
-
- 29 Sep, 2015 2 commits
-
-
Robert Smith authored
Conflicts: org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
-
Robert Smith authored
This commit adds SWTBot tests for the Materials Database, MOOSE Workflow, and Reflecftivity Model. They are not currently part of the build and need a specialized pom file activating the services required by an ICE workbench before they could be added to it. It also addresses several minor UI bugs with those three items: Fixed an issue with the Materials Database accepting non-positive numbers as a material's amount. Fixed several issues with the MOOSE Workflow not properly handling its error messages and fields' dirty states. Fixed the Reflectivity Model so that collapsing and expanding the NatTable no longer increases the widgets' size. Fixed an issue where the Reflectivity Model's NatTable graphical representation could be stale because it was not being refreshed after each operation on it. Set the Reflectivity Model to automatically open the Properties view with itself in focus. Previously, it had set focus to the Resources view, leaving the Properties view empty until the user clicked on the Reflectivity Model. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 28 Sep, 2015 4 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Merge branch 'mccaskey/moose_tree_verification' of https://github.com/eclipse/ice into mccaskey/moose_tree_verification
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Committing improvements to the VisIt connection preferences page that allow users to browse to the VisIt executable and choose from pre-selected ones in a combo widget. Fixed bug where a loaded MOOSE item from XML would not execute the job because the tree composite was not synced. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 25 Sep, 2015 2 commits
-
-
Alex McCaskey authored
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 24 Sep, 2015 2 commits
-
-
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>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 23 Sep, 2015 5 commits
-
-
Robert Smith authored
Updated the SWTBot tests for the materials database and MOOSE perspective. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
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>
-
arbennett authored
Windows. Invoke via command line with `python Install_ICE.py [opts]`. Signed-off-by:
arbennett <bennettar@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>
-