- 06 Oct, 2015 1 commit
-
-
menghan authored
Points and Extensions. Signed-off-by:
menghan <menghanli723@gmail.com>
-
- 01 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
providers. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 28 Sep, 2015 2 commits
-
-
Jay Jay Billings authored
Conflicts: org.eclipse.ice.repository/ice.macosx_product.launch Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Started trying to access it as an extension through the new extension point. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 26 Sep, 2015 16 commits
-
-
https://github.com/menghanli/iceJay Jay Billings authored
into menghanli-jay/projectSupport Conflicts: org.eclipse.ice.item/plugin.xml Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
Bug 478475 Added extension and extension points for IVizServiceFactory
-
Jay Billings authored
Bug 478473 Added extension points and capabilities for IReader, IWriter, IPersistenceProvider
-
Jay Billings authored
Bug-478472 Added extension and points for IReactorEditorRegistry
-
menghan authored
jay/projectSupport Conflicts: org.eclipse.ice.item/plugin.xml org.eclipse.ice.reflectivity/plugin.xml Signed-off-by:
menghan <menghanli723@gmail.com>
-
Fangzhou Lin authored
Added extension points about IVizServiceFactory in widget bundle, and add extension about MOOSE, Reflectivity, VizServiceFactoryHolder and FormEditor Signed-off-by:
wo-amlangwang <adamlangwang@gmail.com>
-
Nick Stanish authored
Added extension points for IReader, IWriter, and IPersistenceProvider. Added extension capability to MooseFileHandler and XMLPersistenceProvider Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
menghan authored
Extension Point and Extensions Signed-off-by:
menghan <menghanli723@gmail.com>
-
JiSoo Kim authored
Added extension points about IReactorEditorRegistry in widget.reactoreditor bundle(ReactorEditorComponent), and added extension about IReactorEditorRegistry in reactor.perspective bundle. Signed-off-by:
JiSoo Kim <jskim910118@gmail.com>
-
Jay Billings authored
Bug: 478470 Finished adding ItemBuilder Extensions
-
Nick Stanish authored
Added extension capability to remaining implementations of ItemBuilder Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
Bug 478471 - Added extension and extension points for IFormWidgetBuilder.
-
Jay Billings authored
Added extension point for ItemBuilder and added ItemBuilder extensions
-
JiSoo Kim authored
Added extension points about IFormWidgetBuilder in widget bundle(EclipseWidgetComponent), and added extension about IFormWidgetBuilder in widget.moose bundle, widget.reactor bundle, and reflectivity.ui bundle. Signed-off-by:
JiSoo Kim <jskim910118@gmail.com>
-
Nick Stanish authored
Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
- 22 Sep, 2015 4 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>
-
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>
-