Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] aaba12: Commented out some code to let the ICEFormEditor r...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: aaba12b97f39e3de6c0b20f6d147587bc24df82b
      https://github.com/eclipse/ice/commit/aaba12b97f39e3de6c0b20f6d147587bc24df82b
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Commented out some code to let the ICEFormEditor render the MOOSE app
selection and input file widgets in the default way (as EntryComposites
in a DataComponent Section).

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


  Commit: 8102552e59be03c08e305fb1b267b8b1657529e4
      https://github.com/eclipse/ice/commit/8102552e59be03c08e305fb1b267b8b1657529e4
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Removed the previously-commented out code as it is no longer needed.

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


  Commit: 2e9dea916e61b569b77fa667cf2f5ea58f867f88
      https://github.com/eclipse/ice/commit/2e9dea916e61b569b77fa667cf2f5ea58f867f88
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Removed the MOOSE input file widgets from the MOOSEFormEditor's header.

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


  Commit: 599cdeda46ef368ab276f6d25639a3109ebab372
      https://github.com/eclipse/ice/commit/599cdeda46ef368ab276f6d25639a3109ebab372
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Migrated some code from the MOOSETreeCompositeView to the
MOOSEFormEditor to handle creating the plant and mesh views when
necessary.

Commented out the code that adds the MOOSE app selection widget to the
MOOSETreeCompositeView.

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


  Commit: bb6a2567899b787706e00b31391e2ac92b90e034
      https://github.com/eclipse/ice/commit/bb6a2567899b787706e00b31391e2ac92b90e034
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Commented out code that attempted to force the MOOSETreeCompositeView's
ToolBar to wrap when its view width is too small. This code is no longer
necessary.

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


  Commit: 87c61cbf2bcbc18061f263b8303c6f07b380a049
      https://github.com/eclipse/ice/commit/87c61cbf2bcbc18061f263b8303c6f07b380a049
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Updated the Mesh and Plant page IDs so that the Mesh View page does not
conflict with the default Resource Page. We shouldn't really have the
two separate pages, so I'll take a look at possibly removing the
embedded mesh view and rely instead on the built-in Resource Page.

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


  Commit: 373edea5258ba4773608fd52b6585db5afe2c19e
      https://github.com/eclipse/ice/commit/373edea5258ba4773608fd52b6585db5afe2c19e
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Removing previously commented out code from MOOSETreeCompositeView
(pertaining to the previous MOOSE app selection widget), as it is no
longer useful.

Organized the imports in the MOOSEFormEditor.

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


  Commit: ea5f31f3e63049a85f84d3c64b35ea63b59494e0
      https://github.com/eclipse/ice/commit/ea5f31f3e63049a85f84d3c64b35ea63b59494e0
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Adding some missing documentation and removing some commented out code
that I missed with my last commit.

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


  Commit: a340c1d56cd64691919f5ceb695206063e6d3ba0
      https://github.com/eclipse/ice/commit/a340c1d56cd64691919f5ceb695206063e6d3ba0
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreeCompositeView.java
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreePropertySection.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/common/TreeCompositeViewer.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EMFSectionPage.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EMFTreeCompositeViewer.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/properties/TreePropertySection.java

  Log Message:
  -----------
  Added code to make the ICEFormEditor dirty if the properties in the
TreePropertySection are changed.

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


  Commit: 28ddaa82d983362ccbe63e6d48e448070d2cf75d
      https://github.com/eclipse/ice/commit/28ddaa82d983362ccbe63e6d48e448070d2cf75d
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Fixed a bug where the ICEResourceView would only sync with
ICEFormEditors and not sub-classes of ICEFormEditor. This was preventing
the view from working with MOOSEFormEditors.

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


  Commit: 067a79c9e62eb6c1c157fe098fb6f5f8a3ae6ea2
      https://github.com/eclipse/ice/commit/067a79c9e62eb6c1c157fe098fb6f5f8a3ae6ea2
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Removed the custom embedded Mesh View from the MOOSEFormEditor. The same
functionality can be achieved via the ICEResourcePage created by the
underlying ICEFormEditor and the properties view.

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


  Commit: 2e07b2ca77f0620aa581d23ab9701d3cbd3c0701
      https://github.com/eclipse/ice/commit/2e07b2ca77f0620aa581d23ab9701d3cbd3c0701
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

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

  Log Message:
  -----------
  Auto-formatted the text and collapsed a couple of repetitive calls.

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


  Commit: 6491f1c1543ff85b49fe7f805db3119c2b69ee12
      https://github.com/eclipse/ice/commit/6491f1c1543ff85b49fe7f805db3119c2b69ee12
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

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

  Log Message:
  -----------
  Added code to the ICEResourcePage that, when the current ICEResource is
no longer part of the associated ResourceComponent, clears the content
of the ResourcePage's UI. Now, the browser is displayed with a message
to select a resource to view.

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


  Commit: 40e833467b07fc8ad087035504f8fff203147086
      https://github.com/eclipse/ice/commit/40e833467b07fc8ad087035504f8fff203147086
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into jordan/bug464037


  Commit: 90ca0440f6490a841d770e7bd6b5d320f1cc01ea
      https://github.com/eclipse/ice/commit/90ca0440f6490a841d770e7bd6b5d320f1cc01ea
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  Removed the "MOOSE app..." value from the MOOSE app selection in the
MOOSE Model Builder.

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


  Commit: d92aa9d31adea0df3e3f8b02d1888ad8b9842666
      https://github.com/eclipse/ice/commit/d92aa9d31adea0df3e3f8b02d1888ad8b9842666
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  Changed the MOOSE Model Builder's MOOSE apps to be upper case. This
required me to update a few lines in the MOOSE Model, specifically to
convert the YAML file names (which are fed to the MMB) to upper case,
and then back to lower case when the YAML file must be determined from
the app name. The apps in the MOOSE Model Builder now match the MOOSE
Launcher.

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


  Commit: 09f8c02bae40a0e2a79d45f7b123410170021775
      https://github.com/eclipse/ice/commit/09f8c02bae40a0e2a79d45f7b123410170021775
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreeCompositeView.java
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreePropertySection.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/common/TreeCompositeViewer.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EMFSectionPage.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EMFTreeCompositeViewer.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourceView.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/properties/TreePropertySection.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/jordan/bug464037'


Compare: https://github.com/eclipse/ice/compare/99e536ea64c2...09f8c02bae40

Back to the top