Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 2aba29: Added a removeSeries(...) method to the PlotProvid...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 2aba2959dbd24b0edadb339fcd5ba191af8734f4
      https://github.com/eclipse/ice/commit/2aba2959dbd24b0edadb339fcd5ba191af8734f4
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/PlotProvider.java
    M tests/org.eclipse.ice.viz.test/src/org/eclipse/ice/viz/plotviewer/test/PlotProviderTester.java

  Log Message:
  -----------
  Added a removeSeries(...) method to the PlotProvider for CSVPlots. This
method is tested.

Updated the CSVPlot to remove the old series and plot the new one when
draw(...) is called with a new plot category and type.

Fixed the available plot categories in CSVPlot.

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


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

  Changed paths:
    M tests/org.eclipse.ice.viz.test/src/org/eclipse/ice/viz/plotviewer/test/PlotProviderTester.java

  Log Message:
  -----------
  Minor update to checkRemoveSeries() to ensure that the removed
SeriesProviders are unique.

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


  Commit: 5dee3a0e631b1c7d7b89e585d37197b6e317846f
      https://github.com/eclipse/ice/commit/5dee3a0e631b1c7d7b89e585d37197b6e317846f
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/PlotProvider.java
    M tests/org.eclipse.ice.viz.test/src/org/eclipse/ice/viz/plotviewer/test/PlotProviderTester.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/anna/gridlayout'

Conflicts:
	src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
	
Merged recent updates to the CSVPlot into master. You should now be able
to change the plot category and type for CSV plots by right-clicking
them and choosing from the "Set Plot Type" sub-menu.

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


Compare: https://github.com/eclipse/ice/compare/f63c90cf1a36...5dee3a0e631b

Back to the top