Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] e15cf3: Pushed a commit that addresses bugs 460033, 460034...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: e15cf3d6e25504f4fb699e015513c9a2322315eb
      https://github.com/eclipse/ice/commit/e15cf3d6e25504f4fb699e015513c9a2322315eb
  Author: jdeyton <jordan.deyton@xxxxxxxxx>
  Date:   2015-02-16 (Mon, 16 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPlot.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPreferencePage.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItVizService.java

  Log Message:
  -----------
  Pushed a commit that addresses bugs 460033, 460034, and 460035. All of
these were cause by the viz service attempting to connect to an invalid
default connection. 

Now, if the default connection is not configured, the VisItPlot updates
itself accordingly and the viz service does not attempt to connect to
it. 

I also added code to the VisItPreferencePage to notify the viz service
of removed, changed, and added connections. Although it turns out this
code is not necessary to fix the aforementioned bugs, it will come in
handy when we have multiple connections open simultaneously.

Signed-off-by: jdeyton <jordan.deyton@xxxxxxxxx>



Back to the top