Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] adcf70: Opening up the host name and port preferences for ...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: adcf7071b3fed4c4314a874b974de6f5c13beb4c
      https://github.com/eclipse/ice/commit/adcf7071b3fed4c4314a874b974de6f5c13beb4c
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

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

  Log Message:
  -----------
  Opening up the host name and port preferences for testing remote VisIt
connections. Also cleaned up some unnecessary bits from the preference
page code.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 3f315b15b4e1c745f56f191d9d607db355123974
      https://github.com/eclipse/ice/commit/3f315b15b4e1c745f56f191d9d607db355123974
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

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

  Log Message:
  -----------
  Commenting out some code to make testing remote connections easier.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 7ed310f22ef23fa808417778db6a07e6baa5d14f
      https://github.com/eclipse/ice/commit/7ed310f22ef23fa808417778db6a07e6baa5d14f
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/ConnectionPreference.java

  Log Message:
  -----------
  Updating a connection preference with an incorrect description.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: b836c1ab793df43cb94ea8be7a97a84985f74f8b
      https://github.com/eclipse/ice/commit/b836c1ab793df43cb94ea8be7a97a84985f74f8b
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-22 (Thu, 22 Jan 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:
  -----------
  Created a temporary hack to notify the VisItVizService that the
connection preferences have been updated. This will need to be updated
later when multiple connections are cached (as is noted in the code).

Temporarily disabled manipulation of the VisIt file database due to
other problems getting remote connections to work.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/543bf9f0c068...b836c1ab793d

Back to the top