Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 7aec0e: Adding a ToolBar to the MOOSEModelBuilder's plant ...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 7aec0e181e5c16df319bd9d74b9ee3857e4bf3d7
      https://github.com/eclipse/ice/commit/7aec0e181e5c16df319bd9d74b9ee3857e4bf3d7
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

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

  Log Message:
  -----------
  Adding a ToolBar to the MOOSEModelBuilder's plant view. It now has the
wireframe option like the Reactor Editor version of the plant view.


  Commit: 89c34637d9462267d9adeecbcb40d436d2b7d5fc
      https://github.com/eclipse/ice/commit/89c34637d9462267d9adeecbcb40d436d2b7d5fc
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/HeatExchangerController.java

  Log Message:
  -----------
  Fixing a bug with the HeatExchangerController.
An incorrect value was being returned to the PlantControllerManager,
preventing the rendered HeatExchangerView from being removed from the
scene.


  Commit: 8275c56e4f647cf8c344cb97a08a8b085167939f
      https://github.com/eclipse/ice/commit/8275c56e4f647cf8c344cb97a08a8b085167939f
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

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

  Log Message:
  -----------
  Updated the PlantBlockManager to add/remove plant components to/from the
plant based on their "active" flag. This syncs the rendered plant
components with the components selected in the MOOSETreeCompositeView.


Compare: https://github.com/eclipse/ice/compare/84d620558057...8275c56e4f64

Back to the top