Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 6c0835: Adding a default implementation of IPlot#redraw() ...

  Branch: refs/heads/jordan/ParaViewVizService
  Home:   https://github.com/eclipse/ice
  Commit: 6c08352cbf3121a38b314dfcc46995f879f55f23
      https://github.com/eclipse/ice/commit/6c08352cbf3121a38b314dfcc46995f879f55f23
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

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

  Log Message:
  -----------
  Adding a default implementation of IPlot#redraw() to MultiPlot.

It basically just triggers a refresh of all plot widgets it has drawn.

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


  Commit: ac669bab8909ec2f53ea5e2abc1e7da16dd90fd4
      https://github.com/eclipse/ice/commit/ac669bab8909ec2f53ea5e2abc1e7da16dd90fd4
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/widgets/ParaViewMouseAdapter.java

  Log Message:
  -----------
  Fixed zooming for ParaView Canvas.

Finally figured out the magic combination of mouse requests to
successfully change between zooming and rotating the view without making
whatever is rendered disappear.

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


Compare: https://github.com/eclipse/ice/compare/0857d0eba485...ac669bab8909

Back to the top