Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] e06823: Hooked up the VisItPlot to query the VisIt API for...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: e0682355a74354cc0792d9c95651d4df4f7e8ec8
      https://github.com/eclipse/ice/commit/e0682355a74354cc0792d9c95651d4df4f7e8ec8
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-17 (Fri, 17 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/connections/visit/VisItConnectionAdapter.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPlotRender.java

  Log Message:
  -----------
  Hooked up the VisItPlot to query the VisIt API for available window IDs.
Unfortunately, it appears the API is not working as expected, so for now
the new method is just returning the working window ID 1.

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


  Commit: 46151915b24cc0987d7040b6fc93135c7d754599
      https://github.com/eclipse/ice/commit/46151915b24cc0987d7040b6fc93135c7d754599
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-17 (Fri, 17 Apr 2015)

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

  Log Message:
  -----------
  Made the commented out (bugged) code a little easier to debug later. No
behavior is affected by this commit.

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


  Commit: bdac549397a76e133751abb128b9d12ef0abae17
      https://github.com/eclipse/ice/commit/bdac549397a76e133751abb128b9d12ef0abae17
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-17 (Fri, 17 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/PlotGridComposite.java
    M src/org.eclipse.ice.viz.service.visit/META-INF/MANIFEST.MF
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPlotRender.java

  Log Message:
  -----------
  Added a context menu for setting the VisIt plot representation type.

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


Compare: https://github.com/eclipse/ice/compare/a8f18a04de21...bdac549397a7

Back to the top