Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 919463: I copied the VisItMouseManager to the new VisItViz...

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

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/META-INF/MANIFEST.MF
    A src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItMouseManager.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPlot.java
    M src/org.eclipse.ice.viz/META-INF/MANIFEST.MF

  Log Message:
  -----------
  I copied the VisItMouseManager to the new VisItVizService bundle. I also
refactored the copy a bit so that its lifecycle is tied directly to the
VisItSwtWidget (it gets disposed when the widget gets disposed).

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


  Commit: 4992555446359beae7391753fbc8f680c4b07ca0
      https://github.com/eclipse/ice/commit/4992555446359beae7391753fbc8f680c4b07ca0
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-13 (Tue, 13 Jan 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/VisItPlot.java

  Log Message:
  -----------
  Organized the imports in these two classes as there were several unused
imports in each.

Switched the VisItSwtWidget's underlying Canvas to be double-buffered.
This helps with some flicker issues.

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


Compare: https://github.com/eclipse/ice/compare/03f9606d295a...499255544635

Back to the top