Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 98804d: Sorted the features in the dialog for selecting x-...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 98804dac03bd6e815a68c4a11975c450ae25e4f9
      https://github.com/eclipse/ice/commit/98804dac03bd6e815a68c4a11975c450ae25e4f9
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/SelectIndependentVarDialog.java

  Log Message:
  -----------
  Sorted the features in the dialog for selecting x-axis variables.

Minor changes:
auto-formatted
made the two ArrayLists final

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


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

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/SelectIndependentVarDialog.java

  Log Message:
  -----------
  The returned lists are now *copies* of the original. This is consistent
with getter behavior in ICE.

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


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

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/AddCSVSeriesAction.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CreateCSVPlotAction.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/SelectFeatureDialog.java

  Log Message:
  -----------
  Set up the CSV plot feature selection dialog to allow multiple x and y
axis features to be selected at one time.

The SelectFeatureDialog's return values are now copies of the underlying
lists, which is consistent with behavior in ICE.

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


  Commit: 902830fd1796835295e71d1fc22486889e8fa781
      https://github.com/eclipse/ice/commit/902830fd1796835295e71d1fc22486889e8fa781
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CreateCSVPlotAction.java

  Log Message:
  -----------
  Fixed a bug (introduced with the last commit) where the same plot was
added multiple times.

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


  Commit: 51e5993b8dc4b2e3c72a015ad308f0b66c90a8bb
      https://github.com/eclipse/ice/commit/51e5993b8dc4b2e3c72a015ad308f0b66c90a8bb
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M repository/org.eclipse.ice.repository/ice.product
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/DataComponentComposite.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEDataComponentSectionPart.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/eclipse/ice


Compare: https://github.com/eclipse/ice/compare/07ffc9ff4179...51e5993b8dc4

Back to the top