Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] d47801: EntryComposites now individually redraw themselves...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: d478012893fe3b50a89580f3526c72b84334bb0a
      https://github.com/eclipse/ice/commit/d478012893fe3b50a89580f3526c72b84334bb0a
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/DataComponentComposite.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEDataComponentSectionPart.java

  Log Message:
  -----------
  EntryComposites now individually redraw themselves, instead of *all*
EntryComposites stored in a DataComponentComposite redrawing when
something updates. This has the benefit of not resetting the values of
other EntryComposites when one requires an update. This fixes bug
457996. 

Additionally, EntryComposites only redraw themselves now if a new value
has been added to their AllowedValues (changing the value/selection does
not require a full redraw). Also reduced the number of refresh calls
made on disposed composites.

Cleaned up documentation.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 07ffc9ff4179c54e5820a68f728c65a8de023de5
      https://github.com/eclipse/ice/commit/07ffc9ff4179c54e5820a68f728c65a8de023de5
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M repository/org.eclipse.ice.repository/ice.product

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/eclipse/ice


Compare: https://github.com/eclipse/ice/compare/2c91cd998328...07ffc9ff4179

Back to the top