Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 7fd9f1: Moose Property Section and ICERescourePage fixes

  Branch: refs/heads/jordan/bug475606-gtk3-empty-viewers
  Home:   https://github.com/eclipse/ice
  Commit: 7fd9f192c43134828c6314887e2489fa7c2a8351
      https://github.com/eclipse/ice/commit/7fd9f192c43134828c6314887e2489fa7c2a8351
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSECheckStateProvider.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/widgets/ICEResourceView.java

  Log Message:
  -----------
  Moose Property Section and ICERescourePage fixes

The MOOSEPRopertyTree section now prevents grayed checkboxes from being
unchecked. The ICEResourcePage has been refactored to make use of one
TreeViewer per tab, as one could not be shared among multiple tabs under
gtk. 

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


  Commit: 7c20cc4e74428396d0b3fc85687b759be823aa97
      https://github.com/eclipse/ice/commit/7c20cc4e74428396d0b3fc85687b759be823aa97
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M repository/org.eclipse.ice.repository/ice.product.launch
    R src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSECheckStateProvider.java
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreePropertySection.java
    A src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/TableCheckStateManager.java
    M src/org.eclipse.ice.item/.classpath
    M src/org.eclipse.ice.poly/.classpath
    M tests/org.eclipse.ice.viz.service.test/META-INF/MANIFEST.MF

  Log Message:
  -----------
  Merge remote-tracking branch
'origin/jordan/bug475606-gtk3-empty-viewers' into
jordan/bug475606-gtk3-empty-viewers

Conflicts:
	src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSECheckStateProvider.java
	src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreePropertySection.java

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


Compare: https://github.com/eclipse/ice/compare/bde64f1dca24...7c20cc4e7442

Back to the top