Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] c95a9f: Reworked the EclipseUIWidgetFactory to use the bui...

  Branch: refs/heads/UnifiedVizRefactor_NoReactor
  Home:   https://github.com/eclipse/ice
  Commit: c95a9fb2c6990f8dbb12d6473484cac8497ce71a
      https://github.com/eclipse/ice/commit/c95a9fb2c6990f8dbb12d6473484cac8497ce71a
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    M org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets.moose/OSGI-INF/MOOSEEditorComponent.xml
    M org.eclipse.ice.client.widgets.moose/build.properties
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EclipseUIWidgetFactory.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
    M org.eclipse.ice.io/META-INF/MANIFEST.MF
    R org.eclipse.ice.io/OSGI-INF/HdfIOFactory.xml
    R org.eclipse.ice.io/OSGI-INF/HdfIORegistry.xml
    M org.eclipse.ice.io/build.properties
    M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
    R org.eclipse.ice.reflectivity.ui/OSGI-INF/ReflectivityModelComponent.xml
    M org.eclipse.ice.reflectivity.ui/build.properties
    M org.eclipse.ice.repository/ice.product
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Reworked the EclipseUIWidgetFactory to use the builder extension.

Refactored the EclipseUIWidgetFactory so that it will pull extensions
from the IFormWidgetBuilder extension point in addition to exposing the
registration operation on its interface. I also cleaned up the OSGi
component files that were hanging around for form builders. I cleaned up
some old HDF5 component files too. I removed unneeded auto-launched
bundles from the product too.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 7a636d0956b33f36b81d046fc5efd7a76dae6792
      https://github.com/eclipse/ice/commit/7a636d0956b33f36b81d046fc5efd7a76dae6792
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    A org.eclipse.ice.ui.swtbot.test/MOOSETester.launch
    A org.eclipse.ice.ui.swtbot.test/MaterialsDatabaseTester.launch
    A org.eclipse.ice.ui.swtbot.test/ReflectivityModelTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEKeyValuePairTester.launch
    A org.eclipse.ice.ui.swtbot.test/VIBELauncher.launch
    A org.eclipse.ice.ui.swtbot.test/VIBEModel.launch
    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:
  -----------
  Merge branch 'next' of https://github.com/eclipse/ice into next


  Commit: 523c1c654de688362f86bbe3119c0c00e9b10880
      https://github.com/eclipse/ice/commit/523c1c654de688362f86bbe3119c0c00e9b10880
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    A org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/IWidgetFactoryTester.java
    M org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets/OSGI-INF/eclipseWidgetsComponent.xml
    M org.eclipse.ice.client.widgets/build.properties
    M org.eclipse.ice.client.widgets/plugin.xml
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
    R org.eclipse.ice.client/OSGI-INF/clientComponent.xml
    M org.eclipse.ice.client/build.properties
    M org.eclipse.ice.client/plugin.xml
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    M org.eclipse.ice.client/src/org/eclipse/ice/iclient/uiwidgets/IWidgetFactory.java
    M pom.xml

  Log Message:
  -----------
  Updated the way the Client gets the IWidgetFactory.

I updated the Client so that it retrieves the IWidgetFactory using a
static interface method that accesses the Extension Registry. I have
removed several unused components too and made minor adjustments to
other files as required, such as removing files from build.properties. I
fixed a bug in the build that would miss test files that ended in
Test.java instead of Tester.java. I also added an existence test for
IWidgetFactory.getWidgetFactories().

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: c17a60c3f9bfcdcc67b5004f8a4e2f5db92f786f
      https://github.com/eclipse/ice/commit/c17a60c3f9bfcdcc67b5004f8a4e2f5db92f786f
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M org.eclipse.ice.viz.service.javafx/META-INF/MANIFEST.MF
    M org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/modeling/test/AbstractControllerTester.java

  Log Message:
  -----------
  Updated AbstractControllerTester

Updated AbstractControllerTester for AbstractController's new
functionalities. 

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>


  Commit: 43907cd8ad9b2ff303a63d29ec005efe5d618494
      https://github.com/eclipse/ice/commit/43907cd8ad9b2ff303a63d29ec005efe5d618494
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    A org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/IWidgetFactoryTester.java
    M org.eclipse.ice.client.widgets.moose.test/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets.moose.test/bin/.gitignore
    M org.eclipse.ice.client.widgets.moose.test/src/org/eclipse/ice/client/widgets/moose/test/MooseXMLFormContentDescriberTester.java
    M org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets.moose/OSGI-INF/MOOSEEditorComponent.xml
    M org.eclipse.ice.client.widgets.moose/build.properties
    M org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
    R org.eclipse.ice.client.widgets/OSGI-INF/eclipseWidgetsComponent.xml
    M org.eclipse.ice.client.widgets/build.properties
    M org.eclipse.ice.client.widgets/plugin.xml
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EclipseUIWidgetFactory.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java
    R org.eclipse.ice.client/OSGI-INF/clientComponent.xml
    M org.eclipse.ice.client/build.properties
    M org.eclipse.ice.client/plugin.xml
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    M org.eclipse.ice.client/src/org/eclipse/ice/iclient/uiwidgets/IWidgetFactory.java
    M org.eclipse.ice.io/META-INF/MANIFEST.MF
    R org.eclipse.ice.io/OSGI-INF/HdfIOFactory.xml
    R org.eclipse.ice.io/OSGI-INF/HdfIORegistry.xml
    M org.eclipse.ice.io/build.properties
    M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
    R org.eclipse.ice.reflectivity.ui/OSGI-INF/ReflectivityModelComponent.xml
    M org.eclipse.ice.reflectivity.ui/build.properties
    M org.eclipse.ice.repository/ice.product
    M org.eclipse.ice.repository/ice.product_linux.launch
    M pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/next' into
UnifiedVizRefactor_NoReactor

Conflicts:
	org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF
	org.eclipse.ice.io/OSGI-INF/HdfIOFactory.xml
	org.eclipse.ice.io/OSGI-INF/HdfIORegistry.xml
	org.eclipse.ice.repository/ice.product

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/026034c62619...43907cd8ad9b

Back to the top