Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 01ab28: Cleaned up the ParaViewMouseAdapter and ParaViewCa...

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

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

  Log Message:
  -----------
  Cleaned up the ParaViewMouseAdapter and ParaViewCanvas.

This includes adding extensive documentation and streamlining some of
the code to make it more readable.

Also added some minor performance enhancements to (a) move unnecessary
operations off the UI thread to the worker thread and (b) reduce math
operations in general.

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



Back to the top