Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 3b5723: Reorganized the way the MOOSEFormEditor creates it...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: 3b5723b9dfa12018ebc3bfafc0189189ec52813f
      https://github.com/eclipse/ice/commit/3b5723b9dfa12018ebc3bfafc0189189ec52813f
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java

  Log Message:
  -----------
  Reorganized the way the MOOSEFormEditor creates its plant view as a
Section in preparation for the new mesh view. Added the "Mesh" block's
active data node to the mesh page as an ICEDataComponentSectionPart.
This makes it easier to update the mesh information without having to go
back to the tree to bring up the properties.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: da2a0086583fd4f65629dca4d4eeac4ee6256695
      https://github.com/eclipse/ice/commit/da2a0086583fd4f65629dca4d4eeac4ee6256695
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java

  Log Message:
  -----------
  Cleaning up some comments and commented out code.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 4fb7490bd1616297e22013ed9bd1a0cf7b922dc8
      https://github.com/eclipse/ice/commit/4fb7490bd1616297e22013ed9bd1a0cf7b922dc8
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/viz/service/IPlot.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/viz/service/IVizService.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/viz/service/IVizServiceFactory.java

  Log Message:
  -----------
  Added paragraph tags to make the documentation more readable from the
content assist window.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 13c5ae64f47977cea27c9c958c447984d08ff076
      https://github.com/eclipse/ice/commit/13c5ae64f47977cea27c9c958c447984d08ff076
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java

  Log Message:
  -----------
  Adding an IVizServiceFactory getter to the ICEFormEditor for use in
sub-classes.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 8a6b6ac3a8f83e7704033eef94d101c3beebdefb
      https://github.com/eclipse/ice/commit/8a6b6ac3a8f83e7704033eef94d101c3beebdefb
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/META-INF/MANIFEST.MF
    M src/org.eclipse.ice.client.widgets.moose/OSGI-INF/MOOSEEditorComponent.xml
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEEclipseFormWidget.java
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormWidgetBuilder.java

  Log Message:
  -----------
  The MOOSEFormWidgetBuilder now references the IVizServiceFactory
provided by the viz service bundle and passes it to the MOOSEFormEditor.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: a0a423baa7073e0745b65153983f01d62aee4901
      https://github.com/eclipse/ice/commit/a0a423baa7073e0745b65153983f01d62aee4901
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/componentVisitor/IComponentVisitor.java

  Log Message:
  -----------
  Fixed a warning due to not including a type when declaring a
ListComponent.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: cde1cba5dad1ce958312389d35eb174c547d7fd9
      https://github.com/eclipse/ice/commit/cde1cba5dad1ce958312389d35eb174c547d7fd9
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    A src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/ConnectionPreference.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPreferenceInitializer.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPreferencePage.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItVizService.java

  Log Message:
  -----------
  Committing work done in getting the VisItVizService running. Currently,
all of the connection properties used as input to the VisItSwtConnection
tools are exposed in the preferences under Visualization -> VisIt.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/f813ec2c5eb8...cde1cba5dad1

Back to the top