[piccolo2d-dev] [piccolo2d] r930 committed - creating 1.3-beta release tag

2010-01-19 Thread piccolo2d

Revision: 930
Author: heuermh
Date: Tue Jan 19 07:58:43 2010
Log: creating 1.3-beta release tag
http://code.google.com/p/piccolo2d/source/detail?r=930

Added:
 /piccolo2d.java/tags/release-1.3-rc1

-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Re: Issue 146 in piccolo2d: General pom refactoring, make plugin versions explicit, add dist/bundle configuration if necessary

2010-01-19 Thread piccolo2d


Comment #6 on issue 146 by heue...@gmail.com: General pom refactoring, make  
plugin versions explicit, add dist/bundle configuration if necessary

http://code.google.com/p/piccolo2d/issues/detail?id=146

Attaching new versions of the build scripts, as used to cut the 1.3-rc1  
release.

Should these be committed to svn?

Attachments:
create-bin.sh  518 bytes
create-src.sh  307 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] [VOTE] Release Piccolo2D.Java 1.3

2010-01-19 Thread Michael Heuer
This is a vote for releasing Piccolo2D.Java 1.3 based on release
candidate 1 (version 1.3-rc1).

1.3-rc1 is available from the downloads page:

http://code.google.com/p/piccolo2d/downloads/list?can=2q=1.3-rc1

---
[ ] +1  I support this release
[ ] +0
[ ] -0
[ ] -1  I oppose this release because...


Votes from Piccolo2D project committers are binding, however votes
from other contributors and users are welcomed.  The vote must receive
at least three +1 binding votes and no -1 binding votes.

Vote will close at 12:00 GMT Wednesday 27 January 2010.

On behalf of the Piccolo2D developers,

   michael
-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Re: [VOTE] Release Piccolo2D.Java 1.3

2010-01-19 Thread Michael Heuer
Michael Heuer wrote:

 This is a vote for releasing Piccolo2D.Java 1.3 based on release
 candidate 1 (version 1.3-rc1).

 1.3-rc1 is available from the downloads page:

 http://code.google.com/p/piccolo2d/downloads/list?can=2q=1.3-rc1

 ---
 [X] +1  I support this release
 [ ] +0
 [ ] -0
 [ ] -1  I oppose this release because...
 

   michael
-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] [piccolo2d] r931 committed - Edited wiki page through web user interface.

2010-01-19 Thread piccolo2d

Revision: 931
Author: heue...@gmail.com
Date: Tue Jan 19 08:38:08 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=931

Modified:
 /wiki/ReleaseChecklist.wiki

===
--- /wiki/ReleaseChecklist.wiki Wed Dec  2 19:26:32 2009
+++ /wiki/ReleaseChecklist.wiki Tue Jan 19 08:38:08 2010
@@ -16,7 +16,7 @@


 br/
-For each of {beta, rc1, rc2, ...} release candidates:
+===For each of {beta, rc1, rc2, ...} release candidates:===

 Clean checkout of trunk from subversion

@@ -76,16 +76,6 @@
 br/
 Update release notes and readme as necessary

-br/
-Create binary, source, and javadoc release artifacts
-
-TODO
-
-br/
-Create new downloads on Google Code
-
-TODO
-
 br/
 Commit release candidate changes to trunk

@@ -100,8 +90,31 @@
 $ svn cp -m creating 1.3-beta release tag  
https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk  
https://piccolo2d.googlecode.com/svn/piccolo2d.java/tags/release-1.3-beta

 }}}

-br/
-After final release tag:
+Create binary, source, and javadoc release artifacts
+
+To create binary zip and binary tar.gz files, update the VERSION shell  
variable and call

+
+{{{
+$ ./create-bin.sh
+}}}
+
+To create source zip and source tar.gz files, update the VERSION shell  
variable and call

+
+{{{
+$ ./create-src.sh
+}}}
+
+These scripts are currently attached to Issue 146 and will probably live  
in svn shortly.

+
+Create new downloads on Google Code
+
+Visit
+
+http://code.google.com/p/piccolo2d/downloads/list
+
+Click [http://code.google.com/p/piccolo2d/downloads/entry New download]  
link and upload binary zip, binary tar.gz, source zip, and source tar.gz  
files.  Refer to previous uploads for what the metadata should look like.

+
+===After final release tag:===

 br/
 Update version in parent pom.xml file on svn trunk to  
{$next-version}-SNAPSHOT
-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] [piccolo2d] r932 committed - Edited wiki page through web user interface.

2010-01-19 Thread piccolo2d

Revision: 932
Author: heue...@gmail.com
Date: Tue Jan 19 08:49:07 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=932

Modified:
 /wiki/ReleaseChecklist.wiki

===
--- /wiki/ReleaseChecklist.wiki Tue Jan 19 08:38:08 2010
+++ /wiki/ReleaseChecklist.wiki Tue Jan 19 08:49:07 2010
@@ -113,6 +113,51 @@
 http://code.google.com/p/piccolo2d/downloads/list

 Click [http://code.google.com/p/piccolo2d/downloads/entry New download]  
link and upload binary zip, binary tar.gz, source zip, and source tar.gz  
files.  Refer to previous uploads for what the metadata should look like.

+
+For release candidate versions
+
+Send a VOTE email to the dev and user mailing lists,
+
+{{{
+Subject: [VOTE] Release Piccolo2D.Java ${version}
+
+This is a vote for releasing Piccolo2D.Java ${version} based on release
+candidate ${rc} (version ${rc-version}).
+
+${rc-version} is available from the downloads page:
+
+http://code.google.com/p/piccolo2d/downloads/list?can=2q=${rc-version}
+
+---
+[ ] +1  I support this release
+[ ] +0
+[ ] -0
+[ ] -1  I oppose this release because...
+
+
+Votes from Piccolo2D project committers are binding, however votes
+from other contributors and users are welcomed.  The vote must receive
+at least three +1 binding votes and no -1 binding votes.
+
+Vote will close at ${date}.
+
+On behalf of the Piccolo2D developers,
+
+  ${developer}
+}}}
+
+After the vote is complete, send a RESULT email to the dev and user  
mailing lists,

+
+{{{
+Subject: [RESULT] Release Piccolo2D.Java ${version}
+
+The following people voted on release ${rc-version}:
+
+Bob +1
+Sue +1
+Sam +0
+Sandy +1 (non-binding)
+}}}

 ===After final release tag:===

-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] [piccolo2d] r933 committed - Updating year in license agreement in 2.0-spike branch.

2010-01-19 Thread piccolo2d

Revision: 933
Author: allain.lalonde
Date: Tue Jan 19 12:39:24 2010
Log: Updating year in license agreement in 2.0-spike branch.
http://code.google.com/p/piccolo2d/source/detail?r=933

Modified:
 /piccolo2d.java/branches/2.0-spike/core/pom.xml
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCamera.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCanvas.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PComponent.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PInputManager.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PLayer.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PNode.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/POffscreenCanvas.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PRoot.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/activities/PActivity.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/activities/PActivityScheduler.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/activities/PColorActivity.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/activities/PInterpolatingActivity.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/activities/PTransformActivity.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PBasicInputEventHandler.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PDragEventHandler.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PDragSequenceEventHandler.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PInputEvent.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PInputEventFilter.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PInputEventListener.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PPanEventHandler.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PZoomEventHandler.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/nodes/PHtmlView.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/nodes/PImage.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/nodes/PPath.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/nodes/PText.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PAffineTransform.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PBounds.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PDebug.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PDimension.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PNodeFilter.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PObjectOutputStream.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PPaintContext.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PPickPath.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PStack.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PUtil.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/MockPCamera.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/MockPInputEventListener.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/MockPropertyChangeListener.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PCameraTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PCanvasTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PInputManagerTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PLayerTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PNodeTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/POffscreenCanvasTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PRootTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PerformanceLog.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PerformanceTests.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PiccoloAsserts.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/SerializationTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/activities/PInterpolatingActivityTest.java
  

[piccolo2d-dev] [piccolo2d] r934 committed - Removing deprecated code from 2.0-spike.

2010-01-19 Thread piccolo2d

Revision: 934
Author: allain.lalonde
Date: Tue Jan 19 12:49:37 2010
Log: Removing deprecated code from 2.0-spike.
http://code.google.com/p/piccolo2d/source/detail?r=934

Modified:
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCamera.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCanvas.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PNode.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/activities/PActivity.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/event/PBasicInputEventHandler.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/nodes/PText.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PPaintContext.java
  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/util/PUtil.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PCameraTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PCanvasTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/PNodeTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/nodes/PTextTest.java
  
/piccolo2d.java/branches/2.0-spike/core/src/test/java/org/piccolo2d/util/PUtilTest.java
  
/piccolo2d.java/branches/2.0-spike/extras/src/main/java/org/piccolo2d/extras/PFrame.java
  
/piccolo2d.java/branches/2.0-spike/extras/src/main/java/org/piccolo2d/extras/nodes/P3DRect.java
  
/piccolo2d.java/branches/2.0-spike/extras/src/main/java/org/piccolo2d/extras/pswing/PSwing.java
  
/piccolo2d.java/branches/2.0-spike/extras/src/main/java/org/piccolo2d/extras/util/PSemanticStroke.java
  
/piccolo2d.java/branches/2.0-spike/swt/src/main/java/org/piccolo2d/swt/SWTGraphics2D.java


===
---  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCamera.java	 
Tue Jan 19 12:39:24 2010
+++  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCamera.java	 
Tue Jan 19 12:49:37 2010

@@ -208,17 +208,7 @@
 Rectangle2D.intersect(TEMP_REPAINT_RECT, getBoundsReference(),  
TEMP_REPAINT_RECT);

 repaintFrom(TEMP_REPAINT_RECT, repaintedLayer);
 }
-}
-
-/**
- * @deprecated by {...@link #repaintFromLayer(PBounds, PLayer)}. Will be  
removed

- *in version 2.0.
- * @param viewBounds bounds that require repainting, in view  
coordinates

- * @param repaintedLayer layer dispatching the repaint notification
- */
-public void repaintFromLayer(final PBounds viewBounds, final PNode  
repaintedLayer) {
-throw new IllegalArgumentException(repaintedLayer not an instance  
of PLayer);

-}
+}

 /**
  * Return a reference to the list of layers viewed by this camera.
@@ -744,27 +734,7 @@
 }

 return null;
-}
-
-/**
- * Pan the camera's view from its current transform when the activity  
starts
- * to a new transform so that the view bounds will contain (if  
possible,
- * intersect if not possible) the new bounds in the camera layers  
coordinate

- * system. If the duration is 0 then the view will be transformed
- * immediately, and null will be returned. Else a new  
PTransformActivity
- * will get returned that is set to animate the camera's view  
transform to

- * the new bounds.
- *
- * @deprecated Renamed to animateViewToPanToBounds
- *
- * @param includeBounds the bounds to which the view will animate to
- * @param duration the duration of the animation given in milliseconds
- *
- * @return the scheduled PTransformActivity
- */
-public PTransformActivity animateViewToIncludeBounds(final Rectangle2D  
includeBounds, final long duration) {

-return animateViewToPanToBounds(includeBounds, duration);
-}
+}

 /**
  * Animate the cameras view transform from its current value when the
@@ -772,7 +742,7 @@
  *
  * @param destination the transform to which the view should be  
transformed

  *into
- * @param duration the duraiton in milliseconds the animation should  
take
+ * @param duration the duration in milliseconds the animation should  
take

  *
  * @return the scheduled PTransformActivity
  */
===
---  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCanvas.java	 
Tue Jan 19 12:39:24 2010
+++  
/piccolo2d.java/branches/2.0-spike/core/src/main/java/org/piccolo2d/PCanvas.java	 
Tue Jan 19 12:49:37 2010

@@ -78,34 +78,12 @@
  */
 private static final long serialVersionUID = 1L;

-/**
- * @deprecated this is a typo and clients should change their code to
- * reflect the correct spelling
- */
-public static final String INTERATING_CHANGED_NOTIFICATION  
= INTERATING_CHANGED_NOTIFICATION;

-
-

[piccolo2d-dev] Re: Issue 135 in piccolo2d: Constants are not constant in the core.

2010-01-19 Thread piccolo2d

Updates:
Status: Fixed

Comment #12 on issue 135 by allain.lalonde: Constants are not constant in  
the core.

http://code.google.com/p/piccolo2d/issues/detail?id=135

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en