[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[ice-build] [eclipse/ice] 9fc0d7: Fixing bug 481961
|
Branch: refs/heads/jay/projectSupport
Home: https://github.com/eclipse/ice
Commit: 9fc0d77e7744c1488d4e2e813a4c6868abe3edba
https://github.com/eclipse/ice/commit/9fc0d77e7744c1488d4e2e813a4c6868abe3edba
Author: amccaskey <mccaskeyaj@xxxxxxxx>
Date: 2015-11-13 (Fri, 13 Nov 2015)
Changed paths:
M org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/ClientTester.java
M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EclipseFormWidget.java
M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java
M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
M org.eclipse.ice.client/src/org/eclipse/ice/iclient/IClient.java
M org.eclipse.ice.repository/ice.macosx_product.launch
Log Message:
-----------
Fixing bug 481961
This commit fixes the bug found in bug 481961 where an opened Item XML
File failed to execute processes due the lack of an IFormWidget object.
This has been fixed with the addition of an addFormWidget method to the
IClient interface, and implementation on Client that adds it to the
formWidgetTable, and the ICEFormEditor setting a new
EclipseFormWidget(this) on its IClient reference if the input was a
FileEditorInput.
Updated tests as well.
Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>
Commit: 1fa35b003f25d55ee84816e50d9105f04cfea5b1
https://github.com/eclipse/ice/commit/1fa35b003f25d55ee84816e50d9105f04cfea5b1
Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M org.eclipse.ice.core/.settings/org.eclipse.jdt.core.prefs
M org.eclipse.ice.datastructures.test/.settings/org.eclipse.jdt.core.prefs
M org.eclipse.ice.datastructures/.settings/org.eclipse.jdt.core.prefs
M org.eclipse.ice.datastructures/META-INF/MANIFEST.MF
M org.eclipse.ice.item/.settings/org.eclipse.jdt.core.prefs
M org.eclipse.ice.persistence.xml/.settings/org.eclipse.jdt.core.prefs
Log Message:
-----------
updating java 8 settings.
Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>
Commit: db144df9adc9569b03e3eb8ed2f8e2002ced9a88
https://github.com/eclipse/ice/commit/db144df9adc9569b03e3eb8ed2f8e2002ced9a88
Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M org.eclipse.ice.developer/plugin.xml
M org.eclipse.ice.developer/src/org/eclipse/ice/developer/menu/ICEExtensionContributionFactory.java
Log Message:
-----------
Fixing parameter setting bug in ICEExtensionContributionFactory
Fixing bug where Clone MOOSE action would clone to the users home
directory instead of the workspaces because the ICETests extension
specified the home directory, and that parameter was not reset.
Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>
Commit: 8df14549a72bdc031dcc50dcbb8fc057c42b753e
https://github.com/eclipse/ice/commit/8df14549a72bdc031dcc50dcbb8fc057c42b753e
Author: Robert Smith <SmithRW@xxxxxxxx>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MOOSETester.java
M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/MaterialsDatabaseTester.java
M org.eclipse.ice.ui.swtbot.test/src/org/eclipse/ice/ui/swtbot/test/ReflectivityModelTester.java
Log Message:
-----------
Updated SWTBot tests
Updated the SWTBot tests to be compliant with changes made to new
layouts and button IDs.
Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>
Commit: 907b4aa5de8643c0a9594d2e9e805cf063652a72
https://github.com/eclipse/ice/commit/907b4aa5de8643c0a9594d2e9e805cf063652a72
Author: amccaskey <mccaskeyaj@xxxxxxxx>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M org.eclipse.ice.item/META-INF/MANIFEST.MF
M org.eclipse.ice.persistence.xml/META-INF/MANIFEST.MF
M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
M org.eclipse.ice.repository/ice.macosx_product.launch
Log Message:
-----------
Minor fixes to erroneous declarative service references.
Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>
Commit: 5c7478efd948683a9d751ded9331d0eb364a39cf
https://github.com/eclipse/ice/commit/5c7478efd948683a9d751ded9331d0eb364a39cf
Author: amccaskey <mccaskeyaj@xxxxxxxx>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M org.eclipse.ice.datastructures/build.properties
Log Message:
-----------
Adding OSGI-INF folder to build properties for datastructures.
Not sure why it wasn't being included.
Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>
Compare: https://github.com/eclipse/ice/compare/5192ae425f79...5c7478efd948