[piccolo2d-dev] Issue 142 in piccolo2d: P3DRectTest test failure on Mac OSX PPC

2009-10-26 Thread codesite-noreply

Updates:
Status: Verified

Comment #6 on issue 142 by heuermh: P3DRectTest test failure on Mac OSX PPC
http://code.google.com/p/piccolo2d/issues/detail?id=142

(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
-~--~~~~--~~--~--~---



[piccolo2d-dev] [piccolo2d] r822 committed - Issue 133 ; cleaning up SWT package class-level javadoc

2009-10-26 Thread codesite-noreply

Revision: 822
Author: heuermh
Date: Mon Oct 26 12:26:02 2009
Log: Issue 133 ; cleaning up SWT package class-level javadoc
http://code.google.com/p/piccolo2d/source/detail?r=822

Modified:
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTBoundsHandle.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTCanvas.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTHandle.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTKeyEvent.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTMouseEvent.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTPath.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTRoot.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTSelectionEventHandler.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTText.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/SWTShapeManager.java
   
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/SWTTimer.java

===
---  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTBoundsHandle.java

Fri Oct 16 12:15:32 2009
+++  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTBoundsHandle.java

Mon Oct 26 12:26:02 2009
@@ -45,12 +45,11 @@
  import edu.umd.cs.piccolox.util.PBoundsLocator;

  /**
- * bPBoundsHandle/b a handle for resizing the bounds of another node.  
If a
+ * bPSWTBoundsHandle/b a handle for resizing the bounds of another  
node. If a
   * bounds handle is dragged such that the other node's width or height  
becomes
   * negative then the each drag handle's locator assciated with that other  
node
   * is flipped so that they are attached to and dragging a different  
corner of
   * the nodes bounds.
- * P
   *
   * @version 1.0
   * @author Jesse Grosjean
===
---  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTCanvas.java 
 
Mon Oct 19 09:11:29 2009
+++  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTCanvas.java 
 
Mon Oct 26 12:26:02 2009
@@ -62,11 +62,10 @@
  import edu.umd.cs.piccolo.util.PStack;

  /**
- * bPSWTCanvas/b is a simple Swing component that can be used to embed
- * Piccolo into a Java Swing application. Canvas's view the Piccolo scene  
graph
+ * bPSWTCanvas/b is an SWT Composite that can be used to embed
+ * Piccolo into a SWT application. Canvases view the Piccolo scene graph
   * through a camera. The canvas manages screen updates coming from this  
camera,
   * and forwards swing mouse and keyboard events to the camera.
- * P
   *
   * @version 1.0
   * @author Jesse Grosjean
===
---  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTHandle.java 
 
Mon Oct 19 09:11:29 2009
+++  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTHandle.java 
 
Mon Oct 26 12:26:02 2009
@@ -49,9 +49,9 @@
  import edu.umd.cs.piccolox.util.PNodeLocator;

  /**
- * bPHandle/b is used to modify some aspect of Piccolo when it is  
dragged.
+ * bPSWTHandle/b is used to modify some aspect of Piccolo when it is  
dragged.
   * Each handle has a PLocator that it uses to automatically position  
itself. See
- * PBoundsHandle for an example of a handle that resizes the bounds of  
another
+ * PSWTBoundsHandle for an example of a handle that resizes the bounds of  
another
   * node.
   * P
   *
===
---  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTKeyEvent.java

Mon Oct 19 09:11:29 2009
+++  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTKeyEvent.java

Mon Oct 26 12:26:02 2009
@@ -37,7 +37,7 @@
  import org.eclipse.swt.widgets.Widget;

  /**
- * Overridden to wrap an SWT KeyEvent as a swing KeyEvent.
+ * Key event overridden to wrap an SWT KeyEvent as a swing KeyEvent.
   *
   * @author Lance Good
   */
===
---  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTMouseEvent.java
  
Mon Oct 19 09:11:29 2009
+++  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTMouseEvent.java
  
Mon Oct 26 12:26:02 2009
@@ -37,7 +37,7 @@
  import org.eclipse.swt.widgets.Widget;

  /**
- * Overridden to wrap an SWT MouseEvent as a Swing MouseEvent.
+ * Mouse event overridden to wrap an SWT MouseEvent as a Swing MouseEvent.
   *
   * @author Lance Good
   */
===
---  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTPath.java   
 
Mon Oct 19 11:09:39 2009
+++  
/piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTPath.java   
 
Mon Oct 26 12:26:02 2009
@@ -49,21 +49,8 @@
  import edu.umd.cs.piccolo.util.PPaintContext;

  /**
- * bPPath/b is a 

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

2009-10-26 Thread codesite-noreply

Revision: 823
Author: heuermh
Date: Mon Oct 26 12:27:26 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=823

Modified:
  /wiki/TodosRelease1_3.wiki

===
--- /wiki/TodosRelease1_3.wiki  Mon Oct 26 12:17:09 2009
+++ /wiki/TodosRelease1_3.wiki  Mon Oct 26 12:27:26 2009
@@ -27,8 +27,6 @@

  Issue 126

-Issue 133
-

  br/
  The following issues are currently awaiting comment.  Without feedback  
before the 1.3 release, they will have their version re-assigned to 1.4 or  
2.0.
@@ -103,6 +101,8 @@

  Issue 128

+Issue 133
+
  Issue 137

  Issue 138

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



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

2009-10-26 Thread codesite-noreply

Revision: 824
Author: heuermh
Date: Mon Oct 26 12:29:24 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=824

Modified:
  /wiki/TodosRelease1_3.wiki

===
--- /wiki/TodosRelease1_3.wiki  Mon Oct 26 12:27:26 2009
+++ /wiki/TodosRelease1_3.wiki  Mon Oct 26 12:29:24 2009
@@ -216,7 +216,9 @@

   # Graphs or tables showing decreases in FindBugs, PMD, and Checkstyle  
error/warnings since 1.2.1.  Simply comparing 1.2.1 and 1.3 release tags  
would be sufficient, trend graphs would be cool

- # Graph or table showing increase in unit test coverage since 1.2.1.
+ # Graph or table showing increase in unit test coverage since 1.2.1
+
+ # [http://clirr.sf.net Clirr] report showing API changes from 1.2.1 to 1.3

   # List of new examples


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



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

2009-10-26 Thread codesite-noreply

Revision: 825
Author: heuermh
Date: Mon Oct 26 12:30:22 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=825

Modified:
  /wiki/TodosRelease1_3.wiki

===
--- /wiki/TodosRelease1_3.wiki  Mon Oct 26 12:29:24 2009
+++ /wiki/TodosRelease1_3.wiki  Mon Oct 26 12:30:22 2009
@@ -45,8 +45,6 @@

  Issue 30

-Issue 31
-
  Issue 33



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



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

2009-10-26 Thread codesite-noreply

Revision: 826
Author: heuermh
Date: Mon Oct 26 13:12:11 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=826

Modified:
  /wiki/TodosRelease1_3.wiki

===
--- /wiki/TodosRelease1_3.wiki  Mon Oct 26 12:30:22 2009
+++ /wiki/TodosRelease1_3.wiki  Mon Oct 26 13:12:11 2009
@@ -210,17 +210,17 @@

  == For the Release Notes ==

- # One or two sentence description of each Enhancement fixed and verified  
since 1.2.1.  Refer to the list of verified issues
-
- # Graphs or tables showing decreases in FindBugs, PMD, and Checkstyle  
error/warnings since 1.2.1.  Simply comparing 1.2.1 and 1.3 release tags  
would be sufficient, trend graphs would be cool
-
- # Graph or table showing increase in unit test coverage since 1.2.1
-
- # [http://clirr.sf.net Clirr] report showing API changes from 1.2.1 to 1.3
-
- # List of new examples
-
- # List of developers  contributors, refer to parent pom
+ * One or two sentence description of each Enhancement fixed and verified  
since 1.2.1.  Refer to the list of verified issues
+
+ * Graphs or tables showing decreases in FindBugs, PMD, and Checkstyle  
error/warnings since 1.2.1.  Simply comparing 1.2.1 and 1.3 release tags  
would be sufficient, trend graphs would be cool
+
+ * Graph or table showing increase in unit test coverage since 1.2.1
+
+ * [http://clirr.sf.net Clirr] report showing API changes from 1.2.1 to 1.3
+
+ * List of new examples
+
+ * List of developers  contributors, refer to parent pom


  == Optional ==

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



[piccolo2d-dev] [piccolo2d] r827 committed - Removing Core's Dependency on parent module.

2009-10-26 Thread codesite-noreply

Revision: 827
Author: allain.lalonde
Date: Mon Oct 26 13:54:19 2009
Log: Removing Core's Dependency on parent module.
http://code.google.com/p/piccolo2d/source/detail?r=827

Modified:
  /piccolo2d.java/trunk/core/pom.xml

===
--- /piccolo2d.java/trunk/core/pom.xml  Fri Oct 16 12:45:27 2009
+++ /piccolo2d.java/trunk/core/pom.xml  Mon Oct 26 13:54:19 2009
@@ -3,19 +3,87 @@
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0  
http://maven.apache.org/maven-v4_0_0.xsd;
modelVersion4.0.0/modelVersion
-  parent
-artifactIdpiccolo2d-parent/artifactId
-groupIdorg.piccolo2d/groupId
-version1.3-SNAPSHOT/version
-relativePath../parent/pom.xml/relativePath
-  /parent
artifactIdpiccolo2d-core/artifactId
+  groupIdorg.piccolo2d/groupId
+  version1.3-SNAPSHOT/version
packagingbundle/packaging
namePiccolo2D Core/name
urlhttp://code.google.com/p/piccolo2d//url
description
  A revolutionary way to create robust, full-featured graphical  
applications in Java and C#, with striking visual effects such as zooming,  
animation and multiple representations.
-  /description
+  /description
+  properties
+!--
+   
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+--
+project.build.sourceEncodingUTF-8/project.build.sourceEncoding
+httpbasehttp://www.piccolo2d.org/java/httpbase
+httpsitebase${httpbase}/site/httpsitebase
+!--
+  ftpbaseftp://jcurl.org/ftpbase
+  ftpsitebase${ftpbase}/site/ftpsitebase
+--
+scpbase
+  !--
+@TODO Will, is there ssh access to the website? Required for
+artifact upload.
+  --
+/scpbase
+scpsitebase
+  !--
+@TODO Will, is there ssh access to the website? Required for maven
+site upload.
+  --
+/scpsitebase
+  /properties
+  issueManagement
+systemGoogle Code/system
+urlhttp://code.google.com/p/piccolo2d/issues/list/url
+  /issueManagement
+  inceptionYear1995/inceptionYear
+  ciManagement
+systemhudson/system
+urlhttp://allain.homelinux.org:2121//url
+  /ciManagement
+  mailingLists
+mailingList
+  namePiccolo2D Announce/name
+  subscribe
+http://groups.google.com/group/piccolo2d-announce/subscribe
+  /subscribe
+  postpiccolo2d-annou...@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-announce
+  /archive
+/mailingList
+mailingList
+  namePiccolo2D Users/name
+  subscribe
+http://groups.google.com/group/piccolo2d-users/subscribe
+  /subscribe
+  postpiccolo2d-us...@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-users
+  /archive
+/mailingList
+mailingList
+  namePiccolo2D Dev/name
+  subscribe
+http://groups.google.com/group/piccolo2d-dev/subscribe
+  /subscribe
+  postpiccolo2d-dev@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-dev
+  /archive
+/mailingList
+  /mailingLists
+  licenses
+license
+  nameBSD PUBLIC LICENSE/name
+  urlhttp://opensource.org/licenses/bsd-license.php/url
+  distributionmanual/distribution
+/license
+  /licenses
scm
  connection
scm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/core
@@ -25,6 +93,138 @@
  /developerConnection
   
urlhttp://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/core/url
/scm
+  organization
+namePiccolo2D/name
+urlhttp://code.google.com/p/piccolo2d//url
+  /organization
+  developers
+developer
+  idallain.lalonde/id
+  nameAllain Lalonde/name
+  roles
+roledeveloper/role
+  /roles
+  emailall...@machete.ca/email
+  urlhttp://www.machete.ca/url
+  timezone-5/timezone
+/developer
+developer
+  idbederson/id
+  namebederson/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-9/timezone
+/developer
+developer
+  idheuermh/id
+  nameMichael L Heuer/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-6/timezone
+/developer
+developer
+  idjesse/id
+  namejesse/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-9/timezone
+/developer
+developer
+  idmr0...@mro.name/id
+  namemr0...@mro.name/name
+  roles
+roledeveloper/role
+  /roles
+  timezone+1/timezone
+/developer
+developer
+  idre...@colorado.edu/id
+  namere...@colorado.edu/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-8/timezone
+/developer
+developer
+  ids...@browsecode.org/id
+  names...@browsecode.org/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-8/timezone
+/developer
+  /developers
+  contributors
+contributor

[piccolo2d-dev] [piccolo2d] r829 committed - Remove SWT dependency on parent module.

2009-10-26 Thread codesite-noreply

Revision: 829
Author: allain.lalonde
Date: Mon Oct 26 14:12:59 2009
Log: Remove SWT dependency on parent module.
http://code.google.com/p/piccolo2d/source/detail?r=829

Modified:
  /piccolo2d.java/trunk/swt/pom.xml

===
--- /piccolo2d.java/trunk/swt/pom.xml   Fri Oct 23 19:36:56 2009
+++ /piccolo2d.java/trunk/swt/pom.xml   Mon Oct 26 14:12:59 2009
@@ -3,13 +3,11 @@
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0  
http://maven.apache.org/maven-v4_0_0.xsd;
modelVersion4.0.0/modelVersion
-  parent
-artifactIdpiccolo2d-parent/artifactId
-groupIdorg.piccolo2d/groupId
-version1.3-SNAPSHOT/version
-relativePath../parent/pom.xml/relativePath
-  /parent
+
artifactIdpiccolo2d-swt/artifactId
+  groupIdorg.piccolo2d/groupId
+  version1.3-SNAPSHOT/version
+
packagingbundle/packaging
namePiccolo2D SWT/name
urlhttp://code.google.com/p/piccolo2d//url
@@ -30,8 +28,91 @@
  /repository
/repositories
  --
+properties
+!--
+   
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+--
+project.build.sourceEncodingUTF-8/project.build.sourceEncoding
+httpbasehttp://www.piccolo2d.org/java/httpbase
+httpsitebase${httpbase}/site/httpsitebase
+!--
+  ftpbaseftp://jcurl.org/ftpbase
+  ftpsitebase${ftpbase}/site/ftpsitebase
+--
+scpbase
+  !--
+@TODO Will, is there ssh access to the website? Required for
+artifact upload.
+  --
+/scpbase
+scpsitebase
+  !--
+@TODO Will, is there ssh access to the website? Required for maven
+site upload.
+  --
+/scpsitebase
+  /properties
+  issueManagement
+systemGoogle Code/system
+urlhttp://code.google.com/p/piccolo2d/issues/list/url
+  /issueManagement
+  inceptionYear1995/inceptionYear
+  ciManagement
+systemhudson/system
+urlhttp://allain.homelinux.org:2121//url
+  /ciManagement
+  mailingLists
+mailingList
+  namePiccolo2D Announce/name
+  subscribe
+http://groups.google.com/group/piccolo2d-announce/subscribe
+  /subscribe
+  postpiccolo2d-annou...@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-announce
+  /archive
+/mailingList
+mailingList
+  namePiccolo2D Users/name
+  subscribe
+http://groups.google.com/group/piccolo2d-users/subscribe
+  /subscribe
+  postpiccolo2d-us...@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-users
+  /archive
+/mailingList
+mailingList
+  namePiccolo2D Dev/name
+  subscribe
+http://groups.google.com/group/piccolo2d-dev/subscribe
+  /subscribe
+  postpiccolo2d-dev@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-dev
+  /archive
+/mailingList
+  /mailingLists
+  licenses
+license
+  nameBSD PUBLIC LICENSE/name
+  urlhttp://opensource.org/licenses/bsd-license.php/url
+  distributionmanual/distribution
+/license
+  /licenses
dependencies
  dependency
+  groupIdorg.piccolo2d/groupId
+  artifactIdpiccolo2d-extras/artifactId
+  version${project.version}/version
+/dependency
+dependency
+  groupIdjunit/groupId
+  artifactIdjunit/artifactId
+  version3.8.2/version
+  scopetest/scope
+/dependency
+dependency
groupIdorg.piccolo2d/groupId
artifactIdpiccolo2d-extras/artifactId
version${project.version}/version
@@ -53,6 +134,144 @@
  /developerConnection
   
urlhttp://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/swt/url
/scm
+  organization
+namePiccolo2D/name
+urlhttp://code.google.com/p/piccolo2d//url
+  /organization
+  developers
+developer
+  idallain.lalonde/id
+  nameAllain Lalonde/name
+  roles
+roledeveloper/role
+  /roles
+  emailall...@machete.ca/email
+  urlhttp://www.machete.ca/url
+  timezone-5/timezone
+/developer
+developer
+  idbederson/id
+  namebederson/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-9/timezone
+/developer
+developer
+  idheuermh/id
+  nameMichael L Heuer/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-6/timezone
+/developer
+developer
+  idjesse/id
+  namejesse/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-9/timezone
+/developer
+developer
+  idmr0...@mro.name/id
+  namemr0...@mro.name/name
+  roles
+roledeveloper/role
+  /roles
+  timezone+1/timezone
+/developer
+developer
+  idre...@colorado.edu/id
+  namere...@colorado.edu/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-8/timezone
+/developer
+developer
+  ids...@browsecode.org/id
+ 

[piccolo2d-dev] [piccolo2d] r830 committed - Remove SWT-Examples dependency on parent module.

2009-10-26 Thread codesite-noreply

Revision: 830
Author: allain.lalonde
Date: Mon Oct 26 14:24:46 2009
Log: Remove SWT-Examples dependency on parent module.
http://code.google.com/p/piccolo2d/source/detail?r=830

Modified:
  /piccolo2d.java/trunk/swt-examples/pom.xml

===
--- /piccolo2d.java/trunk/swt-examples/pom.xml  Mon Oct 19 21:36:14 2009
+++ /piccolo2d.java/trunk/swt-examples/pom.xml  Mon Oct 26 14:24:46 2009
@@ -3,26 +3,180 @@
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0  
http://maven.apache.org/maven-v4_0_0.xsd;
modelVersion4.0.0/modelVersion
-  parent
-artifactIdpiccolo2d-parent/artifactId
-groupIdorg.piccolo2d/groupId
-version1.3-SNAPSHOT/version
-relativePath../parent/pom.xml/relativePath
-  /parent
+
artifactIdpiccolo2d-swt-examples/artifactId
+  groupIdorg.piccolo2d/groupId
+  version1.3-SNAPSHOT/version
+
packagingbundle/packaging
namePiccolo2D SWT Examples/name
+  properties
+!--
+   
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+--
+project.build.sourceEncodingUTF-8/project.build.sourceEncoding
+httpbasehttp://www.piccolo2d.org/java/httpbase
+httpsitebase${httpbase}/site/httpsitebase
+!--
+  ftpbaseftp://jcurl.org/ftpbase
+  ftpsitebase${ftpbase}/site/ftpsitebase
+--
+scpbase
+  !--
+@TODO Will, is there ssh access to the website? Required for
+artifact upload.
+  --
+/scpbase
+scpsitebase
+  !--
+@TODO Will, is there ssh access to the website? Required for maven
+site upload.
+  --
+/scpsitebase
+  /properties
+  url${httpsitebase}/${pom.artifactId}/${pom.version}/url
+  issueManagement
+systemGoogle Code/system
+urlhttp://code.google.com/p/piccolo2d/issues/list/url
+  /issueManagement
+  inceptionYear1995/inceptionYear
+  ciManagement
+systemhudson/system
+urlhttp://allain.homelinux.org:2121//url
+  /ciManagement
+  mailingLists
+mailingList
+  namePiccolo2D Announce/name
+  subscribe
+http://groups.google.com/group/piccolo2d-announce/subscribe
+  /subscribe
+  postpiccolo2d-annou...@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-announce
+  /archive
+/mailingList
+mailingList
+  namePiccolo2D Users/name
+  subscribe
+http://groups.google.com/group/piccolo2d-users/subscribe
+  /subscribe
+  postpiccolo2d-us...@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-users
+  /archive
+/mailingList
+mailingList
+  namePiccolo2D Dev/name
+  subscribe
+http://groups.google.com/group/piccolo2d-dev/subscribe
+  /subscribe
+  postpiccolo2d-dev@googlegroups.com/post
+  archive
+http://groups.google.com/group/piccolo2d-dev
+  /archive
+/mailingList
+  /mailingLists
+  licenses
+license
+  nameBSD PUBLIC LICENSE/name
+  urlhttp://opensource.org/licenses/bsd-license.php/url
+  distributionmanual/distribution
+/license
+  /licenses
scm
   
connectionscm:svn:http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt-examples/connection
   
developerConnectionscm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt-examples/developerConnection
   
urlhttp://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/swt-examples/url
/scm
+  organization
+namePiccolo2D/name
+urlhttp://code.google.com/p/piccolo2d//url
+  /organization
+  developers
+developer
+  idallain.lalonde/id
+  nameAllain Lalonde/name
+  roles
+roledeveloper/role
+  /roles
+  emailall...@machete.ca/email
+  urlhttp://www.machete.ca/url
+  timezone-5/timezone
+/developer
+developer
+  idbederson/id
+  namebederson/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-9/timezone
+/developer
+developer
+  idheuermh/id
+  nameMichael L Heuer/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-6/timezone
+/developer
+developer
+  idjesse/id
+  namejesse/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-9/timezone
+/developer
+developer
+  idmr0...@mro.name/id
+  namemr0...@mro.name/name
+  roles
+roledeveloper/role
+  /roles
+  timezone+1/timezone
+/developer
+developer
+  idre...@colorado.edu/id
+  namere...@colorado.edu/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-8/timezone
+/developer
+developer
+  ids...@browsecode.org/id
+  names...@browsecode.org/name
+  roles
+roledeveloper/role
+  /roles
+  timezone-8/timezone
+/developer
+  /developers
+  contributors
+contributor
+  nameAlexander Kurtakov/name
+  emailakurta...@gmail.com/email
+ 

[piccolo2d-dev] [piccolo2d] r831 committed - Removing inclusion of parent module from complete.

2009-10-26 Thread codesite-noreply

Revision: 831
Author: allain.lalonde
Date: Mon Oct 26 14:40:40 2009
Log: Removing inclusion of parent module from complete.
http://code.google.com/p/piccolo2d/source/detail?r=831

Modified:
  /piccolo2d.java/trunk/pom.xml

===
--- /piccolo2d.java/trunk/pom.xml   Wed Oct 14 17:49:25 2009
+++ /piccolo2d.java/trunk/pom.xml   Mon Oct 26 14:40:40 2009
@@ -2,13 +2,11 @@
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0  
http://maven.apache.org/maven-v4_0_0.xsd;
modelVersion4.0.0/modelVersion
-  parent
-artifactIdpiccolo2d-parent/artifactId
-groupIdorg.piccolo2d/groupId
-version1.3-SNAPSHOT/version
-relativePath./parent/pom.xml/relativePath
-  /parent
+
artifactIdpiccolo2d-complete/artifactId
+  groupIdorg.piccolo2d/groupId
+  version1.3-SNAPSHOT/version
+
packagingpom/packaging
namePiccolo2D/name
description

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



[piccolo2d-dev] Issue 10 in piccolo2d: PComboBox doesn't use Metal, Windows, and Motif look and feels

2009-10-26 Thread codesite-noreply

Updates:
Status: WontFix

Comment #5 on issue 10 by heuermh: PComboBox doesn't use Metal, Windows,  
and Motif look and feels
http://code.google.com/p/piccolo2d/issues/detail?id=10

Marking as WontFix per email from Steve.

--
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] Issue 24 in piccolo2d: Keyboard focus doesn't work for multiple cameras

2009-10-26 Thread codesite-noreply

Updates:
Labels: -Milestone-1.3 Milestone-2.0

Comment #5 on issue 24 by heuermh: Keyboard focus doesn't work for multiple  
cameras
http://code.google.com/p/piccolo2d/issues/detail?id=24

Deferring to Milestone-2.0 per email from Steve.

--
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] Issue 30 in piccolo2d: Extra mouse movement events fired on mouse exit

2009-10-26 Thread codesite-noreply

Updates:
Status: WontFix

Comment #5 on issue 30 by heuermh: Extra mouse movement events fired on  
mouse exit
http://code.google.com/p/piccolo2d/issues/detail?id=30

Marking as WontFix per email from Steve.


--
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] Issue 33 in piccolo2d: PSwing components not visible in testing frameworks

2009-10-26 Thread codesite-noreply

Updates:
Labels: -Milestone-1.3 Milestone-2.0

Comment #4 on issue 33 by heuermh: PSwing components not visible in testing  
frameworks
http://code.google.com/p/piccolo2d/issues/detail?id=33

Deferring to Milestone-2.0 per email from Steve.

--
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] Issue 143 in piccolo2d: SWTException: Failed to execute runnable (Invalid thread access) for PSWTCanvasTest on Mac OSX

2009-10-26 Thread codesite-noreply

Status: Accepted
Owner: heuermh
Labels: Type-Defect Priority-Critical Effort-Medium OpSys-OSX  
Toolkit-Piccolo2D.Java Component-SWT Milestone-1.3

New issue 143 by heuermh: SWTException: Failed to execute runnable (Invalid  
thread access) for PSWTCanvasTest on Mac OSX
http://code.google.com/p/piccolo2d/issues/detail?id=143

Separate issue raised for PSWTCanvasTest unit test failure on Mac OSX as
initially described in Issue 126, comments 11 and 13.

--
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] [piccolo2d] r834 committed - Edited wiki page through web user interface.

2009-10-26 Thread codesite-noreply

Revision: 834
Author: heuermh
Date: Mon Oct 26 18:09:41 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=834

Modified:
  /wiki/TodosRelease1_3.wiki

===
--- /wiki/TodosRelease1_3.wiki  Mon Oct 26 18:05:35 2009
+++ /wiki/TodosRelease1_3.wiki  Mon Oct 26 18:09:41 2009
@@ -27,6 +27,8 @@

  Issue 126

+Issue 143
+

  br/
  The following New issues have not yet been reviewed, Accepted, and  
assigned to a version.

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