Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] d1186e: Committing work so far. Limited the number of time...

  Branch: refs/heads/anna/entrycompredraw
  Home:   https://github.com/eclipse/ice
  Commit: d1186e190b01b4ad297abe12d49c178a7ada5880
      https://github.com/eclipse/ice/commit/d1186e190b01b4ad297abe12d49c178a7ada5880
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-04-30 (Thu, 30 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.item/src/org/eclipse/ice/item/jobLauncher/JobLauncher.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSELauncher.java

  Log Message:
  -----------
  Committing work so far. Limited the number of times MOOSELauncher
updates the "Input File" EntryComposite to only when the value changes;
this reduces the number of times JobLauncher.updateFileDependencies(...)
is called and redraws all the 'dependent' EntryComposites. Partially
fixes bug 465727.

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



Back to the top