Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 040956: Fixed DataComponentSectionPart bug that broke Entr...

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 0409560e880df53f323c243fe160c24f85e7e4b8
      https://github.com/eclipse/ice/commit/0409560e880df53f323c243fe160c24f85e7e4b8
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/DataComponentComposite.java
    M org.eclipse.ice.nek5000/src/org/eclipse/ice/nek5000/NekModel.java
    M org.eclipse.ice.repository/ice.product_linux.launch

  Log Message:
  -----------
  Fixed DataComponentSectionPart bug that broke EntryComposites.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: fd4461414b75d1d41260e0c2a195722ad35786e4
      https://github.com/eclipse/ice/commit/fd4461414b75d1d41260e0c2a195722ad35786e4
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

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

  Log Message:
  -----------
  Fixed the EntryComposite refresh bug in ICEDataComponentSectionPart.

Made the SectionPart reassign the Entry references in the map and
refresh the EntryComposite instead of having it only update the value.
This fixes the Nek5000 read and write bugs for me.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/b9aa177f3bde...fd4461414b75

Back to the top