Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 5f6571: Added logic to prevent DataComponentComposite from...

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

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

  Log Message:
  -----------
  Added logic to prevent DataComponentComposite from refreshing its
widgets if it's already disposed. *Why* widgets on a disposed composite
are being refreshed... I cannot figure out, but at least there isn't a
wall of disposed exceptions now when you launch a job.

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


  Commit: ab6b19476af589a93e7cf825016ff8e06a05f82b
      https://github.com/eclipse/ice/commit/ab6b19476af589a93e7cf825016ff8e06a05f82b
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItVizService.java

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


Compare: https://github.com/eclipse/ice/compare/69d6b42e97ee...ab6b19476af5

Back to the top