[piccolo2d-dev] [piccolo2d] r978 committed - Fixes issue 163....

2010-03-08 Thread piccolo2d
that bounds are computed based on correct component size. - Removed redundant call to component.revalidate in constructor, since the constructor calls updateBounds. http://code.google.com/p/piccolo2d/source/detail?r=978 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/pic

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Comment #15 on issue 163 by ch...@chrismalley.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 I applied the component.revalidate fix in r978. One thing that I didn't note in the commit message: I opted NOT to re

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Comment #16 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 I applied the component.revalidate fix in r978. One thing that I didn't note in the commit message: I opted NOT to re

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Updates: Status: New Comment #17 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 Rats. This is still broken. I've been developing and testing on a very fast MacBook Pro.

[piccolo2d-dev] [piccolo2d] r979 committed - Issue 163: Removed infinite loop introduced in r978 by calling compon...

2010-03-08 Thread piccolo2d
it was in before we started working on this issue. http://code.google.com/p/piccolo2d/source/detail?r=979 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java === --- /piccolo2d.java/trunk/extras/src/main/java/edu/umd

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Comment #18 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 Backed out the component.repaint added in r979, since it was causing an infinite loop. PSwing should now be back to the state i

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Comment #19 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 Commited PSwing r979. This backs out the component.repaint added in r978, since it was causing an infinite loop. PSwing should n

[piccolo2d-dev] [piccolo2d] r980 committed - Issue 163: restore component.revalidate call in constructor to get us ...

2010-03-08 Thread piccolo2d
Revision: 980 Author: cmal...@pixelzoom.com Date: Mon Mar 8 16:36:20 2010 Log: Issue 163: restore component.revalidate call in constructor to get us back to state of PSwing r965 http://code.google.com/p/piccolo2d/source/detail?r=980 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Comment #20 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 Commited PSwing r979. This backs out the component.revalidate added in r978, since it was causing an infinite loop. PSwing shoul

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Comment #21 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 Committed PSwing r980, forgot to restore one component.revalidate call in constructor. -- You received this message because yo

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-08 Thread piccolo2d
Comment #22 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 It's interesting that this bounds problem does not occur with PhET's Piccolo 1.2 snapshot (r390). I recall that w

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-09 Thread piccolo2d
Comment #23 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 component.revalidate calls PSwingRepaintManager.addInvalidComponent, which calls PSwing.updateBounds. So calls to revalidate

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-09 Thread piccolo2d
Comment #24 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 More general issue... I don't understand why we need to explicitly call component.revalidate. When (f

[piccolo2d-dev] Re: Issue 163 in piccolo2d: PSwing doesn't draw dynamic JComponent properly

2010-03-09 Thread piccolo2d
Comment #25 on issue 163 by cmal...@pixelzoom.com: PSwing doesn't draw dynamic JComponent properly http://code.google.com/p/piccolo2d/issues/detail?id=163 TestPSwingDynamicComponent has a PSwing wrapping a JPanel, which contains 3 JComponents. I added this debug output t

[piccolo2d-dev] Issue 167 in piccolo2d: Create downloads for release version 1.3 artifacts

2010-03-10 Thread piccolo2d
Status: New Owner: Labels: Priority-Critical Type-Task Toolkit-Piccolo2D.Java Milestone-1.3 New issue 167 by heue...@gmail.com: Create downloads for release version 1.3 artifacts http://code.google.com/p/piccolo2d/issues/detail?id=167 Create downloads for release version 1.3 artifacts

[piccolo2d-dev] Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-10 Thread piccolo2d
Status: New Owner: Labels: Priority-Critical Type-Task Toolkit-Piccolo2D.Java Milestone-1.3 New issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 Upload release version 1.3 artifacts

[piccolo2d-dev] Issue 169 in piccolo2d: Upload release version 1.3 documentation to http://piccolo2d.org

2010-03-10 Thread piccolo2d
Status: New Owner: Labels: Priority-Critical Type-Task Toolkit-Piccolo2D.Java Milestone-1.3 New issue 169 by heue...@gmail.com: Upload release version 1.3 documentation to http://piccolo2d.org http://code.google.com/p/piccolo2d/issues/detail?id=169 Upload release version 1.3

[piccolo2d-dev] Issue 170 in piccolo2d: Update wiki release notes and other Google Code docs for release version 1.3

2010-03-10 Thread piccolo2d
Status: New Owner: Labels: Type-Task Priority-Critical Toolkit-Piccolo2D.Java Milestone-1.3 New issue 170 by heue...@gmail.com: Update wiki release notes and other Google Code docs for release version 1.3 http://code.google.com/p/piccolo2d/issues/detail?id=170 Update wiki release notes

[piccolo2d-dev] Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-10 Thread piccolo2d
Status: New Owner: New issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 As part of the 1.3 release, which will be made on trunk, a release branch branches/release-1.3 will be created in

[piccolo2d-dev] Re: Issue 170 in piccolo2d: Update wiki release notes and other Google Code docs for release version 1.3

2010-03-10 Thread piccolo2d
Issue 170: Update wiki release notes and other Google Code docs for release version 1.3 http://code.google.com/p/piccolo2d/issues/detail?id=170 This issue is now blocking issue 43. See http://code.google.com/p/piccolo2d/issues/detail?id=43 -- You received this message because you are listed

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-10 Thread piccolo2d
Issue 168: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 This issue is now blocking issue 43. See http://code.google.com/p/piccolo2d/issues/detail?id=43 -- You received this message because you are listed in the owner or

[piccolo2d-dev] Re: Issue 167 in piccolo2d: Create downloads for release version 1.3 artifacts

2010-03-10 Thread piccolo2d
Issue 167: Create downloads for release version 1.3 artifacts http://code.google.com/p/piccolo2d/issues/detail?id=167 This issue is now blocking issue 43. See http://code.google.com/p/piccolo2d/issues/detail?id=43 -- You received this message because you are listed in the owner or CC fields of

[piccolo2d-dev] Re: Issue 169 in piccolo2d: Upload release version 1.3 documentation to http://piccolo2d.org

2010-03-10 Thread piccolo2d
Issue 169: Upload release version 1.3 documentation to http://piccolo2d.org http://code.google.com/p/piccolo2d/issues/detail?id=169 This issue is now blocking issue 43. See http://code.google.com/p/piccolo2d/issues/detail?id=43 -- You received this message because you are listed in the owner or

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

2010-03-10 Thread piccolo2d
Updates: Status: Started Owner: heuermh Blockedon: 167 168 169 170 Comment #29 on issue 43 by heue...@gmail.com: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 The vote for 1.3-rc4 passed. Tasks have been created for the following Issue

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

2010-03-10 Thread piccolo2d
Comment #29 on issue 45 by heue...@gmail.com: deploy maven site, http://code.google.com/p/piccolo2d/issues/detail?id=45 I haven't been keeping up with the current maven site build -- how does it look these days? Do we want to publish it to http://piccolo2d.org with the 1.3 re

[piccolo2d-dev] Re: Issue 167 in piccolo2d: Create downloads for release version 1.3 artifacts

2010-03-10 Thread piccolo2d
Updates: Status: Started Owner: heuermh Comment #1 on issue 167 by heue...@gmail.com: Create downloads for release version 1.3 artifacts http://code.google.com/p/piccolo2d/issues/detail?id=167 (No comment was entered for this change.) -- You received this message because you

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-10 Thread piccolo2d
Updates: Status: Started Owner: heuermh Comment #1 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 (No comment was entered for this change.) -- You received this

[piccolo2d-dev] Re: Issue 170 in piccolo2d: Update wiki release notes and other Google Code docs for release version 1.3

2010-03-10 Thread piccolo2d
Updates: Status: Started Owner: heuermh Comment #1 on issue 170 by heue...@gmail.com: Update wiki release notes and other Google Code docs for release version 1.3 http://code.google.com/p/piccolo2d/issues/detail?id=170 (No comment was entered for this change.) -- You

[piccolo2d-dev] Re: Issue 170 in piccolo2d: Update wiki release notes and other Google Code docs for release version 1.3

2010-03-10 Thread piccolo2d
Comment #2 on issue 170 by heue...@gmail.com: Update wiki release notes and other Google Code docs for release version 1.3 http://code.google.com/p/piccolo2d/issues/detail?id=170 Created issue tracker milestones. -- You received this message because you are listed in the owner or CC fields

[piccolo2d-dev] Re: Issue 120 in piccolo2d: ant all fails to build all of piccolo

2010-03-10 Thread piccolo2d
Comment #10 on issue 120 by heue...@gmail.com: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 With the 1.3 release (see Issue 43) will mark this issue as WontFix. -- You received this message because you are listed in the owner or CC fields of

[piccolo2d-dev] Re: Issue 149 in piccolo2d: Request for new end user application on piccolo2d.org website

2010-03-10 Thread piccolo2d
Comment #1 on issue 149 by heue...@gmail.com: Request for new end user application on piccolo2d.org website http://code.google.com/p/piccolo2d/issues/detail?id=149 Should happen as part of the 1.3 site update, see Issue 169. -- You received this message because you are listed in the owner

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-10 Thread piccolo2d
Comment #2 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 I plan to use the Sonatype repository hosting feature for this, which provides release staging and sync to the maven

[piccolo2d-dev] [piccolo2d] r981 committed - updating version to 1.3

2010-03-10 Thread piccolo2d
Revision: 981 Author: heuermh Date: Wed Mar 10 18:00:30 2010 Log: updating version to 1.3 http://code.google.com/p/piccolo2d/source/detail?r=981 Modified: /piccolo2d.java/trunk/ReleaseNotes.txt /piccolo2d.java/trunk/core/pom.xml /piccolo2d.java/trunk/examples/pom.xml /piccolo2d.java/trunk

[piccolo2d-dev] [piccolo2d] r982 committed - creating 1.3 release tag

2010-03-10 Thread piccolo2d
Revision: 982 Author: heuermh Date: Wed Mar 10 18:01:35 2010 Log: creating 1.3 release tag http://code.google.com/p/piccolo2d/source/detail?r=982 Added: /piccolo2d.java/tags/release-1.3 -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] [piccolo2d] r983 committed - creating 1.3 release branch

2010-03-10 Thread piccolo2d
Revision: 983 Author: heuermh Date: Wed Mar 10 18:02:06 2010 Log: creating 1.3 release branch http://code.google.com/p/piccolo2d/source/detail?r=983 Added: /piccolo2d.java/branches/release-1.3 -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Re: Issue 167 in piccolo2d: Create downloads for release version 1.3 artifacts

2010-03-10 Thread piccolo2d
Updates: Status: Fixed Comment #2 on issue 167 by heue...@gmail.com: Create downloads for release version 1.3 artifacts http://code.google.com/p/piccolo2d/issues/detail?id=167 Done. -- You received this message because you are listed in the owner or CC fields of this issue, or

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

2010-03-10 Thread piccolo2d
Revision: 984 Author: heue...@gmail.com Date: Wed Mar 10 18:38:43 2010 Log: Edited wiki page through web user interface. http://code.google.com/p/piccolo2d/source/detail?r=984 Modified: /wiki/ReleaseNotes.wiki === --- /wiki/ReleaseNotes.wiki Sun Jul 20

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

2010-03-10 Thread piccolo2d
Comment #30 on issue 43 by heue...@gmail.com: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Another task: Write announce email to piccolo-dev@ and piccolo-users@ -- You received this message because you are listed in the owner or CC fields of this issue, or

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

2010-03-10 Thread piccolo2d
Comment #31 on issue 43 by heue...@gmail.com: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Another task: Write announce email to piccolo2d-announce@, piccolo2d-dev@, and piccolo2d-users@ -- You received this message because you are listed in the owner or

[piccolo2d-dev] [piccolo2d] r985 committed - Deleting wiki page TodosRelease1_3.

2010-03-10 Thread piccolo2d
Revision: 985 Author: heue...@gmail.com Date: Wed Mar 10 18:42:38 2010 Log: Deleting wiki page TodosRelease1_3. http://code.google.com/p/piccolo2d/source/detail?r=985 Deleted: /wiki/TodosRelease1_3.wiki === --- /wiki/TodosRelease1_3.wiki Fri Dec 18 09:40:14

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

2010-03-10 Thread piccolo2d
Revision: 986 Author: heue...@gmail.com Date: Wed Mar 10 18:47:13 2010 Log: Edited wiki page through web user interface. http://code.google.com/p/piccolo2d/source/detail?r=986 Modified: /wiki/RoadMap.wiki === --- /wiki/RoadMap.wiki Tue Oct 20 08:02:18 2009

[piccolo2d-dev] Re: Issue 170 in piccolo2d: Update wiki release notes and other Google Code docs for release version 1.3

2010-03-10 Thread piccolo2d
Updates: Status: Fixed Comment #3 on issue 170 by heue...@gmail.com: Update wiki release notes and other Google Code docs for release version 1.3 http://code.google.com/p/piccolo2d/issues/detail?id=170 Update wiki pages. -- You received this message because you are listed in the

[piccolo2d-dev] [piccolo2d] r987 committed - updating version to 1.4-SNAPSHOT, scm links to branches/release-1.3

2010-03-10 Thread piccolo2d
Revision: 987 Author: heuermh Date: Wed Mar 10 18:50:42 2010 Log: updating version to 1.4-SNAPSHOT, scm links to branches/release-1.3 http://code.google.com/p/piccolo2d/source/detail?r=987 Modified: /piccolo2d.java/branches/release-1.3/core/pom.xml /piccolo2d.java/branches/release-1.3/examples

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-10 Thread piccolo2d
Updates: Status: Started Owner: heuermh Labels: Type-Task Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.Java Comment #1 on issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id

[piccolo2d-dev] [piccolo2d] r988 committed - updating version to 2.0-SNAPSHOT

2010-03-10 Thread piccolo2d
Revision: 988 Author: heuermh Date: Wed Mar 10 18:54:58 2010 Log: updating version to 2.0-SNAPSHOT http://code.google.com/p/piccolo2d/source/detail?r=988 Modified: /piccolo2d.java/trunk/core/pom.xml /piccolo2d.java/trunk/examples/pom.xml /piccolo2d.java/trunk/extras/pom.xml /piccolo2d.java

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-10 Thread piccolo2d
Comment #2 on issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 $ svn commit -m "updating version to 2.0-SNAPSHOT" . Sendingcore/pom.xml Sendingexamples/pom.xml Sending

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-10 Thread piccolo2d
Comment #3 on issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 I'll pause here for comment before proceeding further. -- You received this message because you are listed in the owner or CC f

[piccolo2d-dev] Re: Issue 120 in piccolo2d: ant all fails to build all of piccolo

2010-03-10 Thread piccolo2d
Updates: Status: WontFix Comment #11 on issue 120 by heue...@gmail.com: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 WontFix, version 1.3 has been released. -- You received this message because you are listed in the owner or CC fields

[piccolo2d-dev] [piccolo2d] r989 committed - Created wiki page through web user interface.

2010-03-10 Thread piccolo2d
Revision: 989 Author: heue...@gmail.com Date: Wed Mar 10 19:01:55 2010 Log: Created wiki page through web user interface. http://code.google.com/p/piccolo2d/source/detail?r=989 Added: /wiki/Readme.wiki === --- /dev/null +++ /wiki/Readme.wiki Wed Mar 10 19

[piccolo2d-dev] Re: Issue 170 in piccolo2d: Update wiki release notes and other Google Code docs for release version 1.3

2010-03-10 Thread piccolo2d
Comment #4 on issue 170 by heue...@gmail.com: Update wiki release notes and other Google Code docs for release version 1.3 http://code.google.com/p/piccolo2d/issues/detail?id=170 Added http://code.google.com/p/piccolo2d/wiki/Readme for good measure. -- You received this message because

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-10 Thread piccolo2d
Comment #3 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 https://issues.sonatype.org/browse/OSSRH-321 -- You received this message because you are listed in the owner or CC fields

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-11 Thread piccolo2d
Comment #4 on issue 171 by allain.lalonde: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 release-1.3 should be a tag and untouchable. Since bug fixes will be released in 1.4, we should have a 1.4 branch that goes through

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-11 Thread piccolo2d
Comment #5 on issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 release-1.3 is also a tag, in tags/release-1.3. release-1.3 is the branch point for all further 1.x releases. Bugfixes might be

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-11 Thread piccolo2d
Comment #6 on issue 171 by allain.lalonde: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 yup, forgot about minor point releases. -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-11 Thread piccolo2d
Comment #7 on issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 Hmm, it appears that I have underestimated subversion. The full revision history for PNode.java is present in the 2.0-spike branch

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-11 Thread piccolo2d
Comment #8 on issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 Sorry, that's not right . . . back to reading the svn manual. -- You received this message because you are listed in the owner

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

2010-03-16 Thread piccolo2d
Updates: Status: Fixed Owner: heuermh Comment #30 on issue 45 by mr0...@mro.name: deploy maven site, http://code.google.com/p/piccolo2d/issues/detail?id=45 ok, as discussed with Michael we just publish the javadocs - not the whole maven site. I staged stuff at http

[piccolo2d-dev] Re: Issue 169 in piccolo2d: Upload release version 1.3 documentation to http://piccolo2d.org

2010-03-17 Thread piccolo2d
Comment #1 on issue 169 by mr0...@mro.name: Upload release version 1.3 documentation to http://piccolo2d.org http://code.google.com/p/piccolo2d/issues/detail?id=169 Issue 45 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of

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

2010-03-17 Thread piccolo2d
Updates: Status: Duplicate Mergedinto: 169 Comment #31 on issue 45 by mr0...@mro.name: deploy maven site, http://code.google.com/p/piccolo2d/issues/detail?id=45 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

[piccolo2d-dev] Re: Issue 169 in piccolo2d: Upload release version 1.3 documentation to http://piccolo2d.org

2010-03-17 Thread piccolo2d
Updates: Status: Fixed Owner: heuermh Comment #2 on issue 169 by mr0...@mro.name: Upload release version 1.3 documentation to http://piccolo2d.org http://code.google.com/p/piccolo2d/issues/detail?id=169 ok, as discussed with Michael we just publish the javadocs - not the

[piccolo2d-dev] [piccolo2d] r990 committed - carefully add ignores.

2010-03-18 Thread piccolo2d
Revision: 990 Author: mr0...@mro.name Date: Thu Mar 18 09:54:49 2010 Log: carefully add ignores. http://code.google.com/p/piccolo2d/source/detail?r=990 Added: /site/.gitignore === --- /dev/null +++ /site/.gitignoreThu Mar 18 09:54:49 2010 @@ -0,0 +1,1

[piccolo2d-dev] [piccolo2d] r994 committed - add forgotten legacy release 1.2

2010-03-18 Thread piccolo2d
Revision: 994 Author: mr0...@mro.name Date: Thu Mar 18 10:28:15 2010 Log: add forgotten legacy release 1.2 http://code.google.com/p/piccolo2d/source/detail?r=994 Modified: /site/download.html === --- /site/download.html Wed Oct 21 09:20:42 2009 +++ /site

[piccolo2d-dev] [piccolo2d] r995 committed - add release 1.3

2010-03-18 Thread piccolo2d
Revision: 995 Author: mr0...@mro.name Date: Thu Mar 18 10:28:21 2010 Log: add release 1.3 http://code.google.com/p/piccolo2d/source/detail?r=995 Modified: /site/download.html === --- /site/download.html Thu Mar 18 10:28:15 2010 +++ /site/download.html Thu

[piccolo2d-dev] [piccolo2d] r996 committed - updating link URLs for Simbrain application

2010-03-18 Thread piccolo2d
Revision: 996 Author: heuermh Date: Thu Mar 18 10:56:20 2010 Log: updating link URLs for Simbrain application http://code.google.com/p/piccolo2d/source/detail?r=996 Modified: /site/applications/index.html === --- /site/applications/index.html Wed Oct

[piccolo2d-dev] Re: Issue 149 in piccolo2d: Request for new end user application on piccolo2d.org website

2010-03-18 Thread piccolo2d
Updates: Status: Fixed Comment #2 on issue 149 by heue...@gmail.com: Request for new end user application on piccolo2d.org website http://code.google.com/p/piccolo2d/issues/detail?id=149 This issue was closed by revision r997. -- You received this message because you are listed in

[piccolo2d-dev] [piccolo2d] r997 committed - adding Scaffold Hunter as an application. Fixes issue 149.

2010-03-18 Thread piccolo2d
Revision: 997 Author: heuermh Date: Thu Mar 18 11:11:59 2010 Log: adding Scaffold Hunter as an application. Fixes issue 149. http://code.google.com/p/piccolo2d/source/detail?r=997 Added: /site/applications/scaffoldhunter.png Modified: /site/applications/index.html

[piccolo2d-dev] [piccolo2d] r998 committed - removing empty directories doc/piccolo2d.java/release-1.3-SNAPSHOT

2010-03-18 Thread piccolo2d
Revision: 998 Author: heuermh Date: Thu Mar 18 11:13:42 2010 Log: removing empty directories doc/piccolo2d.java/release-1.3-SNAPSHOT http://code.google.com/p/piccolo2d/source/detail?r=998 Deleted: /site/doc/piccolo2d.java/release-1.3-SNAPSHOT -- Piccolo2D Developers Group: http

[piccolo2d-dev] Re: Issue 171 in piccolo2d: Move 1.x development to a branch and move 2.0 to trunk

2010-03-18 Thread piccolo2d
Updates: Status: Fixed Comment #9 on issue 171 by heue...@gmail.com: Move 1.x development to a branch and move 2.0 to trunk http://code.google.com/p/piccolo2d/issues/detail?id=171 After discussion with allain.lalonde, we're not going to worry about merging 2.0-spike to trunk. R

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

2010-03-18 Thread piccolo2d
Comment #32 on issue 43 by heue...@gmail.com: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Announce email was sent. -- 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

[piccolo2d-dev] [piccolo2d] r999 committed - removing 1.2.1 announcement from front page

2010-03-22 Thread piccolo2d
Revision: 999 Author: heuermh Date: Mon Mar 22 08:59:31 2010 Log: removing 1.2.1 announcement from front page http://code.google.com/p/piccolo2d/source/detail?r=999 Modified: /site/index.html === --- /site/index.htmlWed Oct 21 09:20:42 2009 +++ /site

[piccolo2d-dev] [piccolo2d] r1000 committed - updating javadoc links to release 1.3

2010-03-22 Thread piccolo2d
Revision: 1000 Author: heuermh Date: Mon Mar 22 08:59:53 2010 Log: updating javadoc links to release 1.3 http://code.google.com/p/piccolo2d/source/detail?r=1000 Modified: /site/learn/api.html === --- /site/learn/api.htmlWed Oct 21 09:20:42 2009

[piccolo2d-dev] Re: Issue 169 in piccolo2d: Upload release version 1.3 documentation to http://piccolo2d.org

2010-03-22 Thread piccolo2d
Comment #3 on issue 169 by heue...@gmail.com: Upload release version 1.3 documentation to http://piccolo2d.org http://code.google.com/p/piccolo2d/issues/detail?id=169 I'm ready to verify when the last two minor changes (r999 and r1000) show up. -- You received this message becaus

[piccolo2d-dev] Re: Issue 170 in piccolo2d: Update wiki release notes and other Google Code docs for release version 1.3

2010-03-22 Thread piccolo2d
Updates: Status: Verified Comment #5 on issue 170 by heue...@gmail.com: Update wiki release notes and other Google Code docs for release version 1.3 http://code.google.com/p/piccolo2d/issues/detail?id=170 (No comment was entered for this change.) -- You received this message because

[piccolo2d-dev] Re: Issue 169 in piccolo2d: Upload release version 1.3 documentation to http://piccolo2d.org

2010-03-22 Thread piccolo2d
Updates: Status: Verified Comment #4 on issue 169 by heue...@gmail.com: Upload release version 1.3 documentation to http://piccolo2d.org http://code.google.com/p/piccolo2d/issues/detail?id=169 (No comment was entered for this change.) -- You received this message because you are

[piccolo2d-dev] Re: Issue 167 in piccolo2d: Create downloads for release version 1.3 artifacts

2010-03-22 Thread piccolo2d
Updates: Status: Verified Comment #3 on issue 167 by heue...@gmail.com: Create downloads for release version 1.3 artifacts http://code.google.com/p/piccolo2d/issues/detail?id=167 (No comment was entered for this change.) -- You received this message because you are listed in the

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-22 Thread piccolo2d
Comment #4 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 Some progress has been made -- I've signed and deployed the 1.3 artifacts to a staging repository in the Sonatype OSS

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

2010-03-22 Thread piccolo2d
Comment #9 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 Patch to tags/release-1.3 to support signing and deploying to Sonatype OSS Nexus instance

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-23 Thread piccolo2d
Comment #5 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 Ran into another issue, see http://jira.codehaus.org/browse/MGPG-19 -- You received this message because you are listed in

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-24 Thread piccolo2d
Comment #6 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 The maven repo is staged and ready for review at http://oss.sonatype.org/content/repositories/orgpiccolo2d-529/ -- You

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-25 Thread piccolo2d
Comment #7 on issue 168 by mr0...@mro.name: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 ok, verified. What I did: 1) wget --mirror http://oss.sonatype.org/content/repositories/orgpiccolo2d-529/org/piccolo2d

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-25 Thread piccolo2d
Comment #8 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 Promoted the staged repository to the release repository. Sync to maven central should happen shortly I hope. -- You

[piccolo2d-dev] Re: Issue 168 in piccolo2d: Upload release version 1.3 artifacts to maven central repository

2010-03-30 Thread piccolo2d
Updates: Status: Fixed Comment #9 on issue 168 by heue...@gmail.com: Upload release version 1.3 artifacts to maven central repository http://code.google.com/p/piccolo2d/issues/detail?id=168 Sync to maven central is complete! http://repo2.maven.org/maven2/org/piccolo2d/piccolo2d-core

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

2010-03-30 Thread piccolo2d
Updates: Status: Fixed Comment #33 on issue 43 by heue...@gmail.com: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Sync to maven central is complete. -- You received this message because you are listed in the owner or CC fields of this issue, or because

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

2010-03-30 Thread piccolo2d
Comment #10 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 Updated patch attached. Attachments: patch.txt 1.7 KB -- You received this

[piccolo2d-dev] [piccolo2d] r1001 committed - Issue 146 ; committing patch to trunk

2010-03-30 Thread piccolo2d
Revision: 1001 Author: heuermh Date: Tue Mar 30 19:14:45 2010 Log: Issue 146 ; committing patch to trunk http://code.google.com/p/piccolo2d/source/detail?r=1001 Modified: /piccolo2d.java/trunk/parent/pom.xml === --- /piccolo2d.java/trunk/parent/pom.xml

[piccolo2d-dev] [piccolo2d] r1002 committed - Issue 146 ; committing patch to release 1.3 branch

2010-03-30 Thread piccolo2d
Revision: 1002 Author: heuermh Date: Tue Mar 30 19:17:33 2010 Log: Issue 146 ; committing patch to release 1.3 branch http://code.google.com/p/piccolo2d/source/detail?r=1002 Modified: /piccolo2d.java/branches/release-1.3/parent/pom.xml

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

2010-03-30 Thread piccolo2d
Updates: Status: Fixed Comment #11 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 $ svn commit -m "Issue 146 ; committing patch to

[piccolo2d-dev] Issue 172 in piccolo2d: Add getRoot method to POffscreenCanvas

2010-03-30 Thread piccolo2d
Status: New Owner: Labels: Type-Enhancement Priority-Low Effort-Low Toolkit-Piccolo2D.Java OpSys-All Milestone-2.0 New issue 172 by heue...@gmail.com: Add getRoot method to POffscreenCanvas http://code.google.com/p/piccolo2d/issues/detail?id=172 POffscreenCanvas is missing a public

[piccolo2d-dev] Issue 173 in piccolo2d: Slow repaint of PSwing components when zooming (from 1.2 to 1.3)

2010-03-31 Thread piccolo2d
Status: New Owner: New issue 173 by mikkelrj: Slow repaint of PSwing components when zooming (from 1.2 to 1.3) http://code.google.com/p/piccolo2d/issues/detail?id=173 Moving from 1.2 to 1.3 has caused zooming of PSwing components to crawl on my Mac. It seems this release includes

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

2010-04-01 Thread piccolo2d
Updates: Status: Verified Comment #34 on issue 43 by mr0...@mro.name: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Very well done Michael - thanks a lot. Great job. -- You received this message because you are listed in the owner or CC fields of this

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

2010-04-02 Thread piccolo2d
Comment #35 on issue 43 by cmal...@pixelzoom.com: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Thanks for all of your work on this Michael, the PhET team appreciates it. -- You received this message because you are listed in the owner or CC fields of this

[piccolo2d-dev] Issue 174 in piccolo2d: Printing nested Nodes with PPath as border as PDF will result in different offsets

2010-04-03 Thread piccolo2d
Status: New Owner: New issue 174 by HenningSperr: Printing nested Nodes with PPath as border as PDF will result in different offsets http://code.google.com/p/piccolo2d/issues/detail?id=174 What steps will reproduce the problem? 1. create a node on a canvas with scale 0.2 2. create a

[piccolo2d-dev] Re: Issue 174 in piccolo2d: Printing nested Nodes with PPath as border as PDF will result in different offsets

2010-04-03 Thread piccolo2d
Comment #1 on issue 174 by heue...@gmail.com: Printing nested Nodes with PPath as border as PDF will result in different offsets http://code.google.com/p/piccolo2d/issues/detail?id=174 Printing has been improved since version 1.2.1. Could you try with the new version 1.3 release and let

[piccolo2d-dev] Re: Issue 174 in piccolo2d: Printing nested Nodes with PPath as border as PDF will result in different offsets

2010-04-03 Thread piccolo2d
Comment #2 on issue 174 by HenningSperr: Printing nested Nodes with PPath as border as PDF will result in different offsets http://code.google.com/p/piccolo2d/issues/detail?id=174 Ah sorry that I didn't try that in first place, with the 1.3 maven dependency i get the same error/beh

[piccolo2d-dev] Re: Issue 174 in piccolo2d: Printing nested Nodes with PPath as border as PDF will result in different offsets

2010-04-03 Thread piccolo2d
Comment #3 on issue 174 by allain.lalonde: Printing nested Nodes with PPath as border as PDF will result in different offsets http://code.google.com/p/piccolo2d/issues/detail?id=174 I'm thinking this is caused by a rounding error. Even if you take printing out of the equation, just zo

[piccolo2d-dev] Re: Issue 172 in piccolo2d: Add getRoot method to POffscreenCanvas

2010-04-04 Thread piccolo2d
Comment #1 on issue 172 by heue...@gmail.com: Add getRoot method to POffscreenCanvas http://code.google.com/p/piccolo2d/issues/detail?id=172 Also: setOpaque(boolean) setPaint(Paint) or setBackground(Paint) or setBackgroundPaint(Paint) -- You received this message because you are listed in

[piccolo2d-dev] Re: Issue 153 in piccolo2d: PArea, a wrapper for java.awt.geom.Area to allow Constructive Area Geometry (CAG) operations

2010-04-09 Thread piccolo2d
Geometry (CAG) operations http://code.google.com/p/piccolo2d/issues/detail?id=153 Assigning to myself. -- 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

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-04-09 Thread piccolo2d
Updates: Status: Accepted Owner: heuermh Comment #2 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 Assigning to myself. I wonder if we should jump straight to 1.6 for version 2.0. 1.6 is

[piccolo2d-dev] Re: Issue 107 in piccolo2d: Improve interpolating activities with other easing functions

2010-04-09 Thread piccolo2d
Comment #4 on issue 107 by heue...@gmail.com: Improve interpolating activities with other easing functions http://code.google.com/p/piccolo2d/issues/detail?id=107 At this point I'm happy with the code as-is in my own repository. I move to mark this issue as WontFix. -- You received

[piccolo2d-dev] Re: Issue 166 in piccolo2d: Refactor PNode.moveToBack() and related

2010-04-09 Thread piccolo2d
Comment #5 on issue 166 by heue...@gmail.com: Refactor PNode.moveToBack() and related http://code.google.com/p/piccolo2d/issues/detail?id=166 Copying this comment from a thread on piccolo2d-dev@ to here cmal...@pixelzoom.com wrote: "I realize this is z-ordering. But if this is suppos

<    1   2   3   4   5   6   7   8   9   10   >