[piccolo2d-dev] Issue 116 in piccolo2d: New round of clirr errors, as of r624

2009-07-30 Thread codesite-noreply
Updates: Status: Started Labels: Milestone-1.3 Comment #2 on issue 116 by mr0...@mro.name: New round of clirr errors, as of r624 http://code.google.com/p/piccolo2d/issues/detail?id=116 As of final see commits r625 + r626. -- You received this message because you are listed in

[piccolo2d-dev] Issue 116 in piccolo2d: New round of clirr errors, as of r624

2009-07-30 Thread codesite-noreply
Comment #3 on issue 116 by heuermh: New round of clirr errors, as of r624 http://code.google.com/p/piccolo2d/issues/detail?id=116 The code cleaner is smarter than we are. I like it. ;) No clirr errors or significant warnings remain. I misunderstood the ...has been removed, but an inherited

[piccolo2d-dev] [piccolo2d] r627 commited - Refactored PCacheCamera to cleanup and made it work in Headless mode.

2009-07-30 Thread codesite-noreply
Revision: 627 Author: allain.lalonde Date: Thu Jul 30 12:23:57 2009 Log: Refactored PCacheCamera to cleanup and made it work in Headless mode. http://code.google.com/p/piccolo2d/source/detail?r=627 Modified:

[piccolo2d-dev] Re: [piccolo2d] r628 commited - FingBugs Hunting.

2009-07-30 Thread Michael Heuer
snip /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java      /**       * The cutoff at which the Swing component is rendered greek       */ -    private final double renderCutoff = 0.3; +    private static final double GREEK_SCALE_CUT_OFF = 0.3d; Similar

[piccolo2d-dev] Re: [piccolo2d] r628 commited - FingBugs Hunting.

2009-07-30 Thread allain
Yes they should be protected, should you do it? No. Not until 2.0 at least since client code that calls it directly would break. If you want to do it anyway, I'm all for it, but since we're not marking constants as final till 2.0, this one seems like a no go till then either. On Jul 30, 4:31 

[piccolo2d-dev] Re: [piccolo2d] r628 commited - FingBugs Hunting.

2009-07-30 Thread Michael Heuer
Breaking binary compatibility is not really an issue with extras. I still wouldn't do it lightly though. I'm not a user of PSwing, is it a common to extend it in client code? I will create an issue and an updated patch with some additional API cleanup for review. michael

[piccolo2d-dev] Issue 115 in piccolo2d: Discontinue .Net

2009-07-30 Thread codesite-noreply
Comment #1 on issue 115 by allain.lalonde: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 Amen. -- 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

[piccolo2d-dev] [piccolo2d] r629 committed - PMD bugs attack.

2009-07-30 Thread codesite-noreply
Revision: 629 Author: allain.lalonde Date: Thu Jul 30 14:59:39 2009 Log: PMD bugs attack. http://code.google.com/p/piccolo2d/source/detail?r=629 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java

[piccolo2d-dev] Issue 117 in piccolo2d: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints

2009-07-30 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium OpSys-All Toolkit-Piccolo2D.Java New issue 117 by heuermh: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints http://code.google.com/p/piccolo2d/issues/detail?id=117 Consider the

[piccolo2d-dev] Issue 31 in piccolo2d: PActivity activityFinished gets called multiple times

2009-07-30 Thread codesite-noreply
Comment #6 on issue 31 by allain.lalonde: PActivity activityFinished gets called multiple times http://code.google.com/p/piccolo2d/issues/detail?id=31 This can be resolved by adding a reset/reschedule method to the activity that would reschedule the event when called. Activity could be