[piccolo2d-dev] I've ported over the trunk code to Java 6 and cleaned up some of it...

2011-10-25 Thread Ramon Santiago
So I basically have all the demos and tests working with a snapshot of trunk. I did an Eclipse clean on it and ran Sonar against it and cleaned up almost all the warnings. How can I contribute this back? thanks -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Re: [piccolo2d-dev] I've ported over the trunk code to Java 6 and cleaned up some of it...

2011-10-25 Thread Michael Heuer
Ramon Santiago wrote: So I basically have all the demos and tests working with a snapshot of trunk. I did an Eclipse clean on it and ran Sonar against it and cleaned up almost all the warnings. How can I contribute this back? Hello Ramon, Last time around there was opposition to moving to

[piccolo2d-dev] Re: Issue 225 in piccolo2d: Typo; descriptions out of order

2011-10-25 Thread piccolo2d
Updates: Status: Accepted Owner: heue...@gmail.com Labels: Type-Defect Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Docs Milestone-1.3.1 Comment #1 on issue 225 by heue...@gmail.com: Typo; descriptions out of order

[piccolo2d-dev] Re: Issue 226 in piccolo2d: Visual Studio integrated help file doesn't exist.

2011-10-25 Thread piccolo2d
Updates: Status: Accepted Owner: heue...@gmail.com Labels: Type-Defect Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.NET Component-Docs Comment #1 on issue 226 by heue...@gmail.com: Visual Studio integrated help file doesn't exist.

[piccolo2d-dev] Re: Issue 214 in piccolo2d: PSwing is not serializeable

2011-10-25 Thread piccolo2d
Comment #1 on issue 214 by heue...@gmail.com: PSwing is not serializeable http://code.google.com/p/piccolo2d/issues/detail?id=214 I agree. Does this happen with the workarounds for Stroke and Path as implemented in PUtil? I don't remember how those are used. -- Piccolo2D Developers Group:

[piccolo2d-dev] Re: Issue 221 in piccolo2d: Cannot draw veritical and horizontal lines of 0 width stroke using PPath

2011-10-25 Thread piccolo2d
Comment #4 on issue 221 by heue...@gmail.com: Cannot draw veritical and horizontal lines of 0 width stroke using PPath http://code.google.com/p/piccolo2d/issues/detail?id=221 Is this a Piccolo2D bug or an AWT one? I don't see any mention of 1-pixel wide stroke width with BasicStroke(0) in

[piccolo2d-dev] Re: Issue 225 in piccolo2d: Typo; descriptions out of order

2011-10-25 Thread piccolo2d
Updates: Status: Fixed Comment #2 on issue 225 by heue...@gmail.com: Typo; descriptions out of order http://code.google.com/p/piccolo2d/issues/detail?id=225 $ svn commit -m Issue 225 ; apply documentation fix, import statements and description were out of order