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

2010-12-21 Thread piccolo2d

Updates:
Status: Fixed

Comment #13 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

No news is good news, marking as Fixed.

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


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

2010-08-27 Thread piccolo2d


Comment #11 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

$ svn commit -m Issue 152, Issue 153 ; merging ppath-refactoring branch to  
trunk, into new modules jdk16 and jdk16-examples .

...
Transmitting file data 
Committed revision 1054.

Please review.

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


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

2010-08-23 Thread piccolo2d


Comment #10 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

Created a separate issue 190 to track jdk 1.6 changes to core.

In the meantime, I would like to create a separate module on trunk called  
jdk16 that will contain the code from the ppath-refactoring branch in a new  
package


org.piccolo2d.nodes.jdk16

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


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

2010-08-03 Thread piccolo2d

Issue 152: Refactor PPath to use Path2D on JDK 1.6+
http://code.google.com/p/piccolo2d/issues/detail?id=152

This issue is now blocking issue 153.
See http://code.google.com/p/piccolo2d/issues/detail?id=153

--
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] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-24 Thread piccolo2d


Comment #8 on issue 152 by mr0...@mro.name: Refactor PPath to use Path2D on  
JDK 1.6+

http://code.google.com/p/piccolo2d/issues/detail?id=152

take a Shape input parameter, typecheck internally by RTTI against PPath  
and throw an exception in case.


Not nice, as the type isn't formally part of the public API then, but  
should work.


Even better: cut+paste the PPath interface and add a proxy to PPath if  
available and throw an ex otherwise.


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


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

2010-07-23 Thread piccolo2d


Comment #7 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

I don't see how that would work, since Path2D needs to be part of the  
public API for the new PPath class.


PPath(Path2D path)
void setPath[Reference](Path2D path)
Path2D getPath[Reference]()
static PPath createPPath(Path2D path)

etc.

In any case, I've created a new branch in svn branches/ppath-refactoring so  
that this work can happen there instead of trunk.


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


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

2010-07-21 Thread piccolo2d


Comment #4 on issue 152 by mr0...@mro.name: Refactor PPath to use Path2D on  
JDK 1.6+

http://code.google.com/p/piccolo2d/issues/detail?id=152

I do agree with Chris  
http://groups.google.com/group/piccolo2d-dev/msg/2944bdf8a13ebcfa


Could we do both - add the 1.6 features and still remain 1.5 compilable by  
using reflection and adding a runtime rather than a compile time dependency?


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


[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  
available in Sun

and OpenJDK forms on all major platforms except PowerPC Mac OSX.

In the meantime I'll implement this and attach here or possibly create a  
JDK 1.6

branch off trunk.

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

To unsubscribe, reply using remove me as the subject.


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

2009-12-15 Thread piccolo2d
Updates:
Labels: Type-Enhancement Priority-Medium OpSys-All Effort-Medium  
Toolkit-Piccolo2D.Java Component-Core Milestone-2.0 Performance

Comment #1 on issue 152 by allain.lalonde: Refactor PPath to use Path2D on  
JDK 1.6+
http://code.google.com/p/piccolo2d/issues/detail?id=152

Of course this is a change that will have to wait quite a few iterations  
since 1.5
isn't even supported yet.

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