- 20 Oct, 2015 4 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Updated these interface to contain methods that import Files into a given project space. Updated ClientTester file import tests. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Added new methods to import files to specific projects. Tests updated in CoreTester.checkFileImports Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 19 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 18 Oct, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Updated the client, core, the ItemManager and associated tests to support and test the ability to loadItems from IFiles. This has not been tested in the product yet and there are some obvious bugs to work out. This is just the initial cut of the code. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 17 Oct, 2015 2 commits
-
-
Jay Jay Billings authored
Fixed the remaining test errors in the build. Commented out one small check at TableComponentCompositeTester.java:128. Moved IPersistenceProvider to org.eclipse.ice.item to resolve circular dependency issues. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
The bug fixes from last week caused several test failures because of the way services were refactored. This commit fixes that and also repairs some extensions. The tests will not yet work in the build because of some class circularity issues. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 13 Oct, 2015 2 commits
-
-
amccaskey authored
First bug - IReader used by MOOSEModel was null due to the fact that we are switching to extension points for our IReader/IWriter interface realizations. Set up the IOService to add all available IReaders/IWriters from extension points to itself Second bug - Found that when an Item XML file was in the project, and I went to refresh or close the workspace it would hang and throw up a dialog that said waiting on background task forever. Turns out the XMLFormContentDescriber was stuck in an infinite loop reading the XML contents to tell if it was a ICE Item or not. Fixed that and everything works as expected. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 11 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Reworked some previous modifications to the Client and the hooked up the ICEFormEditor to load ICE’s XML files. I also fixed the Content Type and default editor bug for ICE XML files. Also cleaned up some things. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 09 Oct, 2015 5 commits
-
-
Jay Jay Billings authored
Mic drop! Got the Core and Client working smoothly together in such a way that the ItemViewer now works again, the workspace dialog still works, the HttpService still works, neither are set to auto-start in the run configuration and both are registered as services. The primary problem was in the way that Declarative Services are activated by the framework. 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
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
I moved this operation to be a static interface operation on ItemBuilder, which will remove the requirements for the XMLPersistenceProvider to call the ExtensionRegistry. To make this work I had to modify a few manifests and preferences to correctly use a Java 1.8 library since static and default interface operations are only available in Java 1.8. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Oct, 2015 6 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 "default" flag was causing the ICE Editor to open all xml files. I'll have to think about this some more to figure out how to fix it. 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>
-
- 07 Oct, 2015 8 commits
-
-
Jay Jay Billings authored
ICE XML files will now be filtered through our custom XML content describer and into a new editor that is... dun dun dun... really the ICE client just extending the EditorPart class! The nerve! The audacity! The terribly wonderful style of it all! Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Started refactoring the client to properly load Items. Added an XML content type and describer for loading forms. Cleaned up various and sundry things around the platform. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
Transform OSGi services in Reactor into ExtensionPoints
-
Jay Jay Billings authored
Conflicts: org.eclipse.ice.client.widgets.moose/plugin.xml org.eclipse.ice.repository/ice.product_linux.launch Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
Bug 479184 Added extension points for IJAXBClassProvider and ICompositeItemBuilder
-
Nick Stanish authored
Added extension points for IJAXBClassProvider and ICompositeItemBuilder. Added IceJAXBClassProvider as extension. Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
- 06 Oct, 2015 9 commits
-
-
menghan authored
Points and Extensions. Signed-off-by:
menghan <menghanli723@gmail.com>
-
Robert Smith authored
SWT on Mac was providing the composites in a different order than other OSs. This was causing comparisons between to wrong widgets. The test now checks if each composite is in the list of composites instead. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
After cloning ICE via the dev menu, I found I couldn't load the Mars target. Turns out the fix was to ensure that the org.eclipse.equinox.p2.touchpoint.native plugin was included in the framework. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This commit fixes a bug where the cloned repo wasn't added to the git repositories view. Also, it adds code to check for the user credentials on a git repo if need be. Added an extension point that let's users clone the ICETests repo from github. To acheive this, I added the ability to provide custom parameters to a given command. The ICETests extension point uses this to specify the clone directory as @user.home. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-