Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 255e2f: Committing the first version of the ResourceHandle...

  Branch: refs/heads/jay/reflectivity
  Home:   https://github.com/eclipse/ice
  Commit: 255e2f7b94bb392e247936f57782b75a151fdb7f
      https://github.com/eclipse/ice/commit/255e2f7b94bb392e247936f57782b75a151fdb7f
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-13 (Tue, 13 Jan 2015)

  Changed paths:
    A src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/resource/ResourceHandler.java
    A tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ResourceHandlerTester.java

  Log Message:
  -----------
  Committing the first version of the ResourceHandler and its tester.
Closing ticket #457277.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: fc7b3972695a0cd3495be8bfd497e31afb6a3fcf
      https://github.com/eclipse/ice/commit/fc7b3972695a0cd3495be8bfd497e31afb6a3fcf
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-13 (Tue, 13 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/jme/ViewAppState.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/PlantAppState.java

  Log Message:
  -----------
  Fixed a bug where the ViewAppState (and PlantAppState) cameras would not
always be enabled when created. This would require the user to click out
of and then back in the views to enable camera controls.

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


  Commit: afa66a69d6d8608c25907b037e795f5fd1e9995e
      https://github.com/eclipse/ice/commit/afa66a69d6d8608c25907b037e795f5fd1e9995e
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch

  Log Message:
  -----------
  Trying to add update support.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 1129cbac3c30dfe66e10cea28be71c45ca239c88
      https://github.com/eclipse/ice/commit/1129cbac3c30dfe66e10cea28be71c45ca239c88
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M tests/org.eclipse.ice.caebat.batml.test/src/org/eclipse/ice/caebat/batml/test/BatMLModelTester.java

  Log Message:
  -----------
  Cleaned up some comments in the BatMLModelTester.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 0c6d7d780849fd08ce23b4d907b235ed0adac1b3
      https://github.com/eclipse/ice/commit/0c6d7d780849fd08ce23b4d907b235ed0adac1b3
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/Item.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/ItemTester.java

  Log Message:
  -----------
  Item now has 2 getResource(...) methods which return ICEResources (or
VizResources).

Also, refactored ItemTester a bit, as I noticed it was building and
printing a static PainfullySimpleForm string before every single test
(and is never modified), which is unnecessary, so I put it in a
@BeforeClass method instead.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: ac092fae726df612ceff369bf916e306e3397b44
      https://github.com/eclipse/ice/commit/ac092fae726df612ceff369bf916e306e3397b44
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/jme/ViewAppState.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/PlantAppState.java
    M tests/org.eclipse.ice.caebat.batml.test/src/org/eclipse/ice/caebat/batml/test/BatMLModelTester.java

  Log Message:
  -----------
  Merged Jay's stuff.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 1d3afe41e6a85c1f53f57759d369f4322a81dc5d
      https://github.com/eclipse/ice/commit/1d3afe41e6a85c1f53f57759d369f4322a81dc5d
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/visit/AddVisitPlotAction.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/visit/VisitEditor.java

  Log Message:
  -----------
  Switched the VisIt plots to be pulled from the new ViewerMethods method
rather than the VisItSwtWidget as per bug 457372.

Set the VisItSwtWidget to be created with the DOUBLE_BUFFERED style to
reduce flickering.

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


  Commit: 493ac56e47b9d83cb58cbde9022831e51dc3c00e
      https://github.com/eclipse/ice/commit/493ac56e47b9d83cb58cbde9022831e51dc3c00e
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M org.eclipse.ice.target.luna/luna.target

  Log Message:
  -----------
  Modified the Luna target to contain EPP bundles.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: be22b6c99281d7a948d02673ffa7f2123edde3ae
      https://github.com/eclipse/ice/commit/be22b6c99281d7a948d02673ffa7f2123edde3ae
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M org.eclipse.ice.target.kepler/kepler_rcp.target
    M org.eclipse.ice.target.luna/luna.target

  Log Message:
  -----------
  Added EPP bundles to the targets.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 9585faa736bd0e8e1a3e4e93b8d70eb72bd4e812
      https://github.com/eclipse/ice/commit/9585faa736bd0e8e1a3e4e93b8d70eb72bd4e812
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M org.eclipse.ice.target.kepler/kepler_rcp.target

  Log Message:
  -----------
  Added EPP bundles to the kepler target.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 51803fbaf9ec8e68b1cb097c79bd9c51524631ec
      https://github.com/eclipse/ice/commit/51803fbaf9ec8e68b1cb097c79bd9c51524631ec
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M repository/org.eclipse.ice.repository/ice.product.launch

  Log Message:
  -----------
  Added EPP, PDE, and other bundles to the product.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 4a8c995868ef8e0a5fed3a129bba7be0c9af3763
      https://github.com/eclipse/ice/commit/4a8c995868ef8e0a5fed3a129bba7be0c9af3763
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

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

  Log Message:
  -----------
  Added code back into CSVDataLoader so it can parse plain ol' CSV files
without any special delimiters or "#labels" (i.e. the way MOOSE
postprocessing files come). Tried to clean up a little documentation in
the load(...) method so it's clearer what's going on. Fixes ticket
#457633.

Also added to the tester class so it can test for this kind of file as
well.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: ad561f0ce7e7d95ecc8c6a34e38ddf54af90c871
      https://github.com/eclipse/ice/commit/ad561f0ce7e7d95ecc8c6a34e38ddf54af90c871
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml

  Log Message:
  -----------
  Updated the target for the EPP stuff... and other things.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 09e134f07224d243d4d3c4429f10397394f490de
      https://github.com/eclipse/ice/commit/09e134f07224d243d4d3c4429f10397394f490de
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

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

  Log Message:
  -----------
  Removed the boolean "specialDelimitersEnabled" flag that's passed around
the various loader methods and replaced its functionality with a regex
check in load(File).

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: c2f0dca0c698a52a7923d9696fa308177aa35bdb
      https://github.com/eclipse/ice/commit/c2f0dca0c698a52a7923d9696fa308177aa35bdb
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M org.eclipse.ice.build/pom.xml
    M tests/org.eclipse.ice.client.widgets.reactoreditor.test/pom.xml
    M tests/org.eclipse.ice.viz.service.test/pom.xml

  Log Message:
  -----------
  Broke apart the build so that the product build is separate from the
bundles. Also refactored it so that only those bundles that need SWTBot
call it.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 0b91010bc0e9caf761bc0f779bf282b67d9dfd7b
      https://github.com/eclipse/ice/commit/0b91010bc0e9caf761bc0f779bf282b67d9dfd7b
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.materials.ui/build.properties

  Log Message:
  -----------
  Fixed some missing includes in the materials UI build.properties.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


  Commit: 3098f76e97d053d1697b041af9d7c1314e50fc89
      https://github.com/eclipse/ice/commit/3098f76e97d053d1697b041af9d7c1314e50fc89
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

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

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


  Commit: 8e6ab830e26b979c6909db41e76b5f86aae8f6fe
      https://github.com/eclipse/ice/commit/8e6ab830e26b979c6909db41e76b5f86aae8f6fe
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M features/org.eclipse.ice.feature/feature.xml
    M org.eclipse.ice.build/pom.xml
    M org.eclipse.ice.target.kepler/kepler_rcp.target
    M org.eclipse.ice.target.luna/luna.target
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/jme/ViewAppState.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/PlantAppState.java
    A src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/resource/ResourceHandler.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/Item.java
    M src/org.eclipse.ice.materials.ui/build.properties
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/visit/AddVisitPlotAction.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/visit/VisitEditor.java
    M tests/org.eclipse.ice.caebat.batml.test/src/org/eclipse/ice/caebat/batml/test/BatMLModelTester.java
    M tests/org.eclipse.ice.client.widgets.reactoreditor.test/pom.xml
    A tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ResourceHandlerTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/ItemTester.java
    M tests/org.eclipse.ice.viz.service.test/pom.xml
    M tests/org.eclipse.ice.viz.test/src/org/eclipse/ice/viz/plotviewer/test/CSVDataLoaderTester.java

  Log Message:
  -----------
  Merge branch 'master' into jay/reflectivity

Conflicts:
	src/org.eclipse.ice.item/src/org/eclipse/ice/item/Item.java

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/c0d7bbe87b13...8e6ab830e26b

Back to the top