- 21 Sep, 2015 1 commit
-
-
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>
-
- 08 Sep, 2015 1 commit
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 03 Sep, 2015 3 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Added a new FileComboBoxCellEditor that is a ComboBoxCellEditor but also adds a browse button to the Control in the Property Cell. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Many overridden functions had documentation with only a sentence giving the name the method was inherited from. These comments have been changed to point towards the superclass's method's javadoc. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 02 Sep, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 01 Sep, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
the Linux one. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 29 Aug, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Conflicts: src/org.eclipse.ice.materials/data/userMatDB.xml src/org.eclipse.ice.viz.service.jme3/src/org/eclipse/ice/viz/service/jme3/mesh/JME3MeshVizService.java Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 28 Aug, 2015 3 commits
-
-
Robert Smith authored
The org.eclipse.ice.viz.service.jme3 bundle was left out of the macosx_product file, and was not set to start automatically in the product file. This prevented the geometry and mesh editor services from being registered.
-
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>
-
- 27 Aug, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 26 Aug, 2015 1 commit
-
-
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>
-