Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 69d629: Combining the existing MOOSE ToolBar contributions...

  Branch: refs/heads/jordan/bug468400
  Home:   https://github.com/eclipse/ice
  Commit: 69d629dfeed927a277731ea5139486bc282a564f
      https://github.com/eclipse/ice/commit/69d629dfeed927a277731ea5139486bc282a564f
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.client.widgets.moose/plugin.xml
    A src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/actions/ForkStorkHandler.java
    A src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/actions/GenerateYAMLHandler.java
    A src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/actions/MOOSEActionHandler.java
    R src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/wizards/ForkStorkHandler.java
    R src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/wizards/GenerateYAMLHandler.java

  Log Message:
  -----------
  Combining the existing MOOSE ToolBar contributions into a "MOOSE
Actions" dropdown.

Relocated the command Handlers to the
org.eclipse.ice.client.widgets.moose.actions package.

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


  Commit: 25812d3d757e7e110ddf7488ee409eb6e3375a8c
      https://github.com/eclipse/ice/commit/25812d3d757e7e110ddf7488ee409eb6e3375a8c
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/plugin.xml
    A src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/actions/CloneMOOSEHandler.java

  Log Message:
  -----------
  Adding the handler for the "Clone MOOSE" action. Added it to the "MOOSE
Action" dropdown. All that's left is for it to be implemented.

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


  Commit: 0d75a93a7ebfe4b51bdce1008487132e1746e0c9
      https://github.com/eclipse/ice/commit/0d75a93a7ebfe4b51bdce1008487132e1746e0c9
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/plugin.xml

  Log Message:
  -----------
  Configured the "MOOSE Actions" dropdown to only be visible when in the
MOOSE perspective. This is configured by the "visibleWhen" expression
under the
"org.eclipse.ice.client.widgets.moose.commands.MOOSEAction.toolItem"
command. 

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


  Commit: cd4f0f53f62a1025c786256b42b0dc0e2b2ac2af
      https://github.com/eclipse/ice/commit/cd4f0f53f62a1025c786256b42b0dc0e2b2ac2af
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/plugin.xml

  Log Message:
  -----------
  Although you can't actually see tooltips in menus, I fixed the
extensions for the MOOSE actions to have consistent descriptions and
tooltips.

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


  Commit: 99ab0acd53c21048202b2dcc4034e9e50caf95b7
      https://github.com/eclipse/ice/commit/99ab0acd53c21048202b2dcc4034e9e50caf95b7
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/plugin.xml
    A src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/actions/ForkMOOSEHandler.java

  Log Message:
  -----------
  Added a "Fork MOOSE" action to the "MOOSE Actions" dropdown. It will
need to be implemented.

Fixed a couple of missing command IDs in the MOOSE Action dropdown's
extension definition.

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


  Commit: 79d87c4e5fc60f66a600c6fb3f6ee0fd878988f9
      https://github.com/eclipse/ice/commit/79d87c4e5fc60f66a600c6fb3f6ee0fd878988f9
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/plugin.xml

  Log Message:
  -----------
  Added the Project Explorer to the MOOSE Perspective. It currently
resides in the same stack with the Item Viewer and the MOOSE Tree View.

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


  Commit: 349df1d97bbb691adc21414ee00cdba610140742
      https://github.com/eclipse/ice/commit/349df1d97bbb691adc21414ee00cdba610140742
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/plugin.xml

  Log Message:
  -----------
  Added the Resources View to the MOOSE perspective. It's now sitting
behind the Item Viewer, MOOSE Tree View, and Project Explorer.

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


Compare: https://github.com/eclipse/ice/compare/69d629dfeed9^...349df1d97bbb

Back to the top