Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 520a72: Rewrote parts of the ICEResourcePage to handle dra...

  Branch: refs/heads/anna/postprocessing
  Home:   https://github.com/eclipse/ice
  Commit: 520a72b91eaec8e025a6ca297a79460081176293
      https://github.com/eclipse/ice/commit/520a72b91eaec8e025a6ca297a79460081176293
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourceView.java

  Log Message:
  -----------
  Rewrote parts of the ICEResourcePage to handle drawing plots only when
possible. Plots are created/loaded when the ResourceComponent is set or
updated, but drawn only when selected the first time. After being drawn
once, a plot doesn't need to be drawn again.

Changed the plots to not "tile". The selected resource in the Resource
View will be rendered alone. We can revisit tiling later after we come
up with a good way to be able to remove them (or put them into separate
Plot Editors).

>From what I can tell, when a plot is invalid, it is caught either at
create time or at draw time. If a plot cannot be created or drawn, the
resource is sent to the browser.

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



Back to the top