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

2009-10-23 Thread codesite-noreply
Comment #1 on issue 142 by heuermh: P3DRectTest test failure on Mac OSX PPC http://code.google.com/p/piccolo2d/issues/detail?id=142 A more complete stack trace: java.io.NotSerializableException: java.awt.geom.GeneralPath at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java

[piccolo2d-dev] Issue 43 in piccolo2d: Prepare the 1.3 release

2009-10-23 Thread codesite-noreply
Comment #19 on issue 43 by re...@colorado.edu: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Here are some issues my coworker identified in his projects by updating from piccolo 1.2.1 to the current r772 of piccolo. These issues were produced on Mac, we need

[piccolo2d-dev] [piccolo2d] r806 committed - adding license headers for extras and swt unit tests

2009-10-23 Thread codesite-noreply
Revision: 806 Author: heuermh Date: Fri Oct 23 01:02:19 2009 Log: adding license headers for extras and swt unit tests http://code.google.com/p/piccolo2d/source/detail?r=806 Modified: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/PAppletTest.java /piccolo2d.java/trunk/ext

[piccolo2d-dev] [piccolo2d] r805 committed - adding license headers for extras unit tests

2009-10-23 Thread codesite-noreply
Revision: 805 Author: heuermh Date: Fri Oct 23 00:29:21 2009 Log: adding license headers for extras unit tests http://code.google.com/p/piccolo2d/source/detail?r=805 Modified: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/nodes/P3DRectTest.java /piccolo2d.java/trunk/extra

[piccolo2d-dev] Pure SWT version of Piccolo2D

2009-10-23 Thread Hallvard Trætteberg
Hi, I have a need for an AWT/Swing "clean" version of Piccolo2D, for use with Eclipse and SWT. Hence, the existing SWT compatibility classes aren't enough. Therefore I've made an SWT-only port with no references whatsoever to AWT/Swing. There were three main issues: 1. Replacing Point2D, Rectangl

[piccolo2d-dev] Re: Pure SWT version of Piccolo2D

2009-10-23 Thread Michael Heuer
Hallvard Trætteberg wrote: > I have a need for an AWT/Swing "clean" version of Piccolo2D, for use > with Eclipse and SWT. I don't do much with SWT, so this is curious to me. Might you be able to further explain your motivation? > Hence, the existing SWT compatibility classes aren't enough. Th

[piccolo2d-dev] Issue 43 in piccolo2d: Prepare the 1.3 release

2009-10-23 Thread codesite-noreply
Comment #20 on issue 43 by allain.lalonde: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Thank you very much for responding! I hope that we can work together to resolve your problems. To shed some light on the changes that were made. #1 and #2 stem from the w

[piccolo2d-dev] [piccolo2d] r807 committed - adding license headers for core unit tests

2009-10-23 Thread codesite-noreply
Revision: 807 Author: heuermh Date: Fri Oct 23 12:36:22 2009 Log: adding license headers for core unit tests http://code.google.com/p/piccolo2d/source/detail?r=807 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/MockPCamera.java /piccolo2d.java/trunk/core/src/test/ja

[piccolo2d-dev] [piccolo2d] r808 committed - making PCamera internally consistent with regards to layer references,...

2009-10-23 Thread codesite-noreply
Revision: 808 Author: heuermh Date: Fri Oct 23 13:36:43 2009 Log: making PCamera internally consistent with regards to layer references, best we can do without making related methods final http://code.google.com/p/piccolo2d/source/detail?r=808 Modified: /piccolo2d.java/trunk/core/src/main/jav

[piccolo2d-dev] [piccolo2d] r810 committed - Making PSwing examples zoom to contain entire scene on startup.

2009-10-23 Thread codesite-noreply
Revision: 810 Author: allain.lalonde Date: Fri Oct 23 13:54:39 2009 Log: Making PSwing examples zoom to contain entire scene on startup. http://code.google.com/p/piccolo2d/source/detail?r=810 Modified: /piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/pswing/PSwingExamp

[piccolo2d-dev] [piccolo2d] r811 committed - Adding Tests to PSwing Event Handlers

2009-10-23 Thread codesite-noreply
Revision: 811 Author: allain.lalonde Date: Fri Oct 23 13:56:47 2009 Log: Adding Tests to PSwing Event Handlers http://code.google.com/p/piccolo2d/source/detail?r=811 Added: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingEventHandlerTest.java /piccolo2d.java/tr

[piccolo2d-dev] Issue 43 in piccolo2d: Prepare the 1.3 release

2009-10-23 Thread codesite-noreply
Comment #21 on issue 43 by allain.lalonde: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 After further consideration, I have rolled back all changes to the way PSwing paints and sizes itself. It was a breaking change and the simplest way of getting it back in

[piccolo2d-dev] Issue 12 in piccolo2d: Generics Support

2009-10-23 Thread codesite-noreply
Updates: Owner: allain.lalonde Comment #12 on issue 12 by allain.lalonde: Generics Support http://code.google.com/p/piccolo2d/issues/detail?id=12 (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 bec

[piccolo2d-dev] Issue 15 in piccolo2d: Events from PSwing components are not consumed, and cause other interactions on the canvas

2009-10-23 Thread codesite-noreply
Comment #5 on issue 15 by allain.lalonde: Events from PSwing components are not consumed, and cause other interactions on the canvas http://code.google.com/p/piccolo2d/issues/detail?id=15 I think this causes problems with the zoom handler. If you start zooming outside a swing component and t

[piccolo2d-dev] [piccolo2d] r809 committed - Rolling Back All paint changes to PSwing. It was working acceptably fo...

2009-10-23 Thread codesite-noreply
Revision: 809 Author: allain.lalonde Date: Fri Oct 23 13:53:33 2009 Log: Rolling Back All paint changes to PSwing. It was working acceptably for clients and the changes were breaking changes. A rollback is the simplest thing to do to get this into a "working" state again. Also, starting on a

[piccolo2d-dev] [piccolo2d] r812 committed - As per Issue # 27, I'm making the repainting of the canvas lazier....

2009-10-23 Thread codesite-noreply
Revision: 812 Author: allain.lalonde Date: Fri Oct 23 14:31:51 2009 Log: As per Issue # 27, I'm making the repainting of the canvas lazier. During an animation it'll record what bounds have actually been dirty, then rather than repainting the entire scene, it'll only paint the region that's be

[piccolo2d-dev] Issue 27 in piccolo2d: Animation quality change redraws the entire screen

2009-10-23 Thread codesite-noreply
Updates: Status: Fixed Comment #4 on issue 27 by allain.lalonde: Animation quality change redraws the entire screen http://code.google.com/p/piccolo2d/issues/detail?id=27 commit -m "As per Issue # 27, I'm making the repainting of the canvas lazier" C:/piccolo2d/piccolo2d.java/cor

[piccolo2d-dev] TooltipExample.java event.getPickedNode()

2009-10-23 Thread Nigel
I notice that the following line in TooltipExample.java final PNode n = event.getInputManager().getMouseOver().getPickedNode (); Could be rewritten simply as: final PNode n = event.getPickedNode(); --~--~-~--~~~---~--~~ Piccolo2D Developers Group: http://g

[piccolo2d-dev] Issue 83 in piccolo2d: PSwing are fuzzy when scale!=1, due to buffering of the PSwing

2009-10-23 Thread codesite-noreply
Updates: Status: Accepted Comment #21 on issue 83 by allain.lalonde: PSwing are fuzzy when scale!=1, due to buffering of the PSwing http://code.google.com/p/piccolo2d/issues/detail?id=83 Re-opening due to recent rollback -- You received this message because you are listed in the owner

[piccolo2d-dev] [piccolo2d] r813 committed - Thanks to Nigel for pointing out: ...

2009-10-23 Thread codesite-noreply
Revision: 813 Author: allain.lalonde Date: Fri Oct 23 14:45:20 2009 Log: Thanks to Nigel for pointing out: I notice that the following line in TooltipExample.java final PNode n = event.getInputManager().getMouseOver().getPickedNode (); Could be rewritten simply as: final PNode n = event.get

[piccolo2d-dev] Re: TooltipExample.java event.getPickedNode()

2009-10-23 Thread Allain Lalonde
Thank you very much for pointing that out. It has now been fixed in the trunk. http://code.google.com/p/piccolo2d/source/detail?r=813 2009/10/23 Nigel > > I notice that the following line in TooltipExample.java > > final PNode n = event.getInputManager().getMouseOver().getPickedNode > (); >

[piccolo2d-dev] [piccolo2d] r814 committed - increasing test coverage

2009-10-23 Thread codesite-noreply
Revision: 814 Author: heuermh Date: Fri Oct 23 15:21:11 2009 Log: increasing test coverage http://code.google.com/p/piccolo2d/source/detail?r=814 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNod

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

2009-10-23 Thread codesite-noreply
Updates: Status: Accepted Owner: mr0...@mro.name Labels: Type-Defect Priority-High OpSys-All Effort-Medium Toolkit-Piccolo2D.Java Component-Extras Milestone-1.3 Comment #2 on issue 142 by mr0...@mro.name: P3DRectTest test failure on Mac OSX PPC http://code.google.com/p

[piccolo2d-dev] Issue 126 in piccolo2d: Update SWT dependency version

2009-10-23 Thread codesite-noreply
Comment #11 on issue 126 by mr0...@mro.name: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 a "mvn test" on OSX 10.5.8 and java 1.5 against r814 gives on the terminal: --- T E S T S

[piccolo2d-dev] Issue 45 in piccolo2d: deploy maven site,

2009-10-23 Thread codesite-noreply
Updates: Status: Accepted Labels: -Type-Task -Priority-Medium Type-Defect Priority-Critical Mergedinto: - Comment #22 on issue 45 by mr0...@mro.name: deploy maven site, http://code.google.com/p/piccolo2d/issues/detail?id=45 the maven site structure/navigation is broken.

[piccolo2d-dev] [piccolo2d] r815 committed - see issue#142

2009-10-23 Thread codesite-noreply
Revision: 815 Author: mr0...@mro.name Date: Fri Oct 23 19:13:09 2009 Log: see issue#142 http://code.google.com/p/piccolo2d/source/detail?r=815 Modified: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/nodes/P3DRectTest.java === --- /piccol

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

2009-10-23 Thread codesite-noreply
Comment #3 on issue 142 by mr0...@mro.name: P3DRectTest test failure on Mac OSX PPC http://code.google.com/p/piccolo2d/issues/detail?id=142 add a marker in r815 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You

[piccolo2d-dev] [piccolo2d] r816 committed - issue#142 fixed IMO

2009-10-23 Thread codesite-noreply
Revision: 816 Author: mr0...@mro.name Date: Fri Oct 23 19:23:06 2009 Log: issue#142 fixed IMO http://code.google.com/p/piccolo2d/source/detail?r=816 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/nodes/P3DRect.java /piccolo2d.java/trunk/extras/src/test/java/edu/u

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

2009-10-23 Thread codesite-noreply
Updates: Status: Fixed Comment #4 on issue 142 by mr0...@mro.name: P3DRectTest test failure on Mac OSX PPC http://code.google.com/p/piccolo2d/issues/detail?id=142 fixed in r816. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

[piccolo2d-dev] [piccolo2d] r817 committed - Issue 126 ; adding explicit versions for macosx and win32 x86 deps, wh...

2009-10-23 Thread codesite-noreply
Revision: 817 Author: heuermh Date: Fri Oct 23 19:36:56 2009 Log: Issue 126 ; adding explicit versions for macosx and win32 x86 deps, which were missing before; also adding hack for 3.5.0 dep versions, abusing an Apache SVN web interface URL as an external maven repo http://code.google.com/p/p

[piccolo2d-dev] Issue 126 in piccolo2d: Update SWT dependency version

2009-10-23 Thread codesite-noreply
Comment #12 on issue 126 by heuermh: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 Just noticed that explicit versions were missing for the win32 and macosx platform dependencies. Please ignore the referred to hack for now. ;) $ svn commit -m "Issue 1

[piccolo2d-dev] Issue 126 in piccolo2d: Update SWT dependency version

2009-10-23 Thread codesite-noreply
Comment #13 on issue 126 by heuermh: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 Mac OSX PPC and java 1.5 still gives me the SWTException even with a dependency version of 3.5.0..., although now on mvn test, since SWT unit tests were added. Exceptio