Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] bde64f: Some fixes for bug 474744.

  Branch: refs/heads/jordan/bug475606-gtk3-empty-viewers
  Home:   https://github.com/eclipse/ice
  Commit: bde64f1dca24a39745ff5b1fa3de2a3c76b68155
      https://github.com/eclipse/ice/commit/bde64f1dca24a39745ff5b1fa3de2a3c76b68155
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-27 (Thu, 27 Aug 2015)

  Changed paths:
    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

  Log Message:
  -----------
  Some fixes for bug 474744.

Simplified the fix for the MOOSETreePropertySection by combining the
ICheckStateListener into the MOOSECheckStateProvider (now called the
TableCheckStateManager).

Parameters are now "grayed" (that is, not drawn as a check but as a
filled in box) when they are required.

Required parameters cannot be unchecked.

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



Back to the top