Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 5ddbda: MOOSE Property Section now uses real checkboxes

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

  Changed paths:
    R src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/CheckboxCellContentProvider.java
    R src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/CheckboxCellEditingSupport.java
    R src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/CheckboxCellLabelProvider.java
    A 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 tests/org.eclipse.ice.viz.service.test/META-INF/MANIFEST.MF

  Log Message:
  -----------
  MOOSE Property Section now uses real checkboxes

The MOOSE Property Section has been changed so that, instead of using a
content provider to put pictures of check boxes in non-selected cells,
the check box column is created by the table, which is now a
CheckboxTableViewer. This should fix issues with the view not displaying
correctly under gtk. 

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



Back to the top