[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-08-06 Thread codesite-noreply
Comment #7 on issue 111 by heuermh: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 Committed some of the changes I mentioned above for review in r658. $ svn commit -m "Issue 111 ; API and javadoc improvements to PHtmlView, html --> text, htmlColor -->

[piccolo2d-dev] [piccolo2d] r656 committed - Issue 111 ; adding correct license header text

2009-08-06 Thread codesite-noreply
Revision: 656 Author: heuermh Date: Thu Aug 6 09:14:02 2009 Log: Issue 111 ; adding correct license header text http://code.google.com/p/piccolo2d/source/detail?r=656 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java /piccolo2d.java/trunk/examples

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

2009-08-06 Thread codesite-noreply
Status: New Owner: New issue 120 by dave.jarvis: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 What steps will reproduce the problem? 1. Download Piccolo2D. 2. Unzip archive. 3. ant all What is the expected output? Expected at least one .jar

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

2009-08-06 Thread codesite-noreply
Comment #8 on issue 120 by heuermh: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 I don't understand the anti-IDE rhetoric here, I use emacs + maven on several different platforms to develop Piccolo2D. Compiled jar files are available from: htt

[piccolo2d-dev] [piccolo2d] r639 committed - Additional Checkstyle fixes. Also, made java doc comments on private m...

2009-08-06 Thread codesite-noreply
Revision: 639 Author: allain.lalonde Date: Mon Aug 3 19:46:04 2009 Log: Additional Checkstyle fixes. Also, made java doc comments on private members/fields optional. http://code.google.com/p/piccolo2d/source/detail?r=639 Modified: /piccolo2d.java/trunk/core/src/build/conf/checkstyle.xml /p

[piccolo2d-dev] [piccolo2d] r648 committed - issue#45 - obsoleted by mvn site:deploy

2009-08-06 Thread codesite-noreply
Revision: 648 Author: mr0...@mro.name Date: Wed Aug 5 02:01:22 2009 Log: issue#45 - obsoleted by mvn site:deploy http://code.google.com/p/piccolo2d/source/detail?r=648 Deleted: /piccolo2d.java/trunk/mvn-site-deploy.sh === --- /piccolo2d.java/trunk/mvn-site-

[piccolo2d-dev] [piccolo2d] r657 committed - Issue 111 ; adding correct license header text

2009-08-06 Thread codesite-noreply
Revision: 657 Author: heuermh Date: Thu Aug 6 09:58:59 2009 Log: Issue 111 ; adding correct license header text http://code.google.com/p/piccolo2d/source/detail?r=657 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PHtmlViewTest.java =

[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-08-06 Thread codesite-noreply
Comment #8 on issue 111 by heuermh: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 PHtmlView should also provide the paintGreek/greekThreshold mechanism as in PText and PSwing. -- You received this message because you are listed in the owner or CC fiel

[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-08-06 Thread codesite-noreply
Comment #9 on issue 111 by allain.lalonde: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 Why's that? Why is it in PText at all? PSwing maybe, but even there...? -- You received this message because you are listed in the owner or CC fields of this issue,

[piccolo2d-dev] [piccolo2d] r659 committed - Added test for PHtmlViewTest that checks for paint covering the entire...

2009-08-06 Thread codesite-noreply
Revision: 659 Author: allain.lalonde Date: Thu Aug 6 11:20:01 2009 Log: Added test for PHtmlViewTest that checks for paint covering the entire bounds. http://code.google.com/p/piccolo2d/source/detail?r=659 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PHtmlVie

[piccolo2d-dev] [piccolo2d] r660 committed - Accidental IO remnant during testing.

2009-08-06 Thread codesite-noreply
Revision: 660 Author: allain.lalonde Date: Thu Aug 6 11:24:11 2009 Log: Accidental IO remnant during testing. http://code.google.com/p/piccolo2d/source/detail?r=660 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PHtmlViewTest.java ===

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

2009-08-06 Thread codesite-noreply
Comment #2 on 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 Attaching new version of text-rendering-benchmark.jar with PHtmlView. PHtmlView appears to have the same

[piccolo2d-dev] [piccolo2d] r661 committed - Made PHtmlView text follow node bounds. Became apparent when setting ...

2009-08-06 Thread codesite-noreply
Revision: 661 Author: allain.lalonde Date: Thu Aug 6 11:46:49 2009 Log: Made PHtmlView text follow node bounds. Became apparent when setting a background paint color. http://code.google.com/p/piccolo2d/source/detail?r=661 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/picco

[piccolo2d-dev] [piccolo2d] r662 committed - Issue 111 ; adding example to demonstrate text offset bounds problem w...

2009-08-06 Thread codesite-noreply
Revision: 662 Author: heuermh Date: Thu Aug 6 11:55:37 2009 Log: Issue 111 ; adding example to demonstrate text offset bounds problem with PHtmlView http://code.google.com/p/piccolo2d/source/detail?r=662 Added: /piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/TextO

[piccolo2d-dev] [piccolo2d] r663 committed - Major reworking to PHtmlView so that it calculates its bounds correctl...

2009-08-06 Thread codesite-noreply
Revision: 663 Author: allain.lalonde Date: Thu Aug 6 16:04:58 2009 Log: Major reworking to PHtmlView so that it calculates its bounds correctly based on a fixed width and a variable height. Will make it more generic later. http://code.google.com/p/piccolo2d/source/detail?r=663 Modified:

[piccolo2d-dev] [piccolo2d] r664 committed - Broke apart tests of PHtmlView so that 1 test = 1 behaviour.

2009-08-06 Thread codesite-noreply
Revision: 664 Author: allain.lalonde Date: Thu Aug 6 16:42:53 2009 Log: Broke apart tests of PHtmlView so that 1 test = 1 behaviour. http://code.google.com/p/piccolo2d/source/detail?r=664 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java /piccolo2

[piccolo2d-dev] [piccolo2d] r665 committed - PHtmlView - removed the JFrame.pack() hack. I feel better now.

2009-08-07 Thread codesite-noreply
Revision: 665 Author: allain.lalonde Date: Fri Aug 7 08:33:26 2009 Log: PHtmlView - removed the JFrame.pack() hack. I feel better now. http://code.google.com/p/piccolo2d/source/detail?r=665 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java ==

[piccolo2d-dev] [piccolo2d] r666 committed - Made test use actual height of html node instead of a hard coded value...

2009-08-07 Thread codesite-noreply
Revision: 666 Author: allain.lalonde Date: Fri Aug 7 09:02:56 2009 Log: Made test use actual height of html node instead of a hard coded value. http://code.google.com/p/piccolo2d/source/detail?r=666 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PHtmlViewTest.jav

[piccolo2d-dev] [piccolo2d] r667 committed - PHtmlView: Making it only attempt to fitHeight when width > 0. Otherw...

2009-08-07 Thread codesite-noreply
Revision: 667 Author: allain.lalonde Date: Fri Aug 7 12:34:23 2009 Log: PHtmlView: Making it only attempt to fitHeight when width > 0. Otherwise bad mojo. http://code.google.com/p/piccolo2d/source/detail?r=667 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PHt

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

2009-08-11 Thread codesite-noreply
Comment #3 on issue 115 by mttdgf: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 I'm interested in the .net branch but don't have a lot of time to commit to it... -- You received this message because you are listed in the owner or CC fields of this issue, or because

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

2009-08-12 Thread codesite-noreply
Comment #3 on issue 117 by sheuer: 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 Results on mac os x java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211) Java

[piccolo2d-dev] Issue 122 in piccolo2d: Scaling differences between two layers

2009-08-17 Thread codesite-noreply
Status: New Owner: New issue 122 by matthias...@gmx.de: Scaling differences between two layers http://code.google.com/p/piccolo2d/issues/detail?id=122 What steps will reproduce the problem? 1. create Two Layers: backgroundLayer and hudLayer, add them to the root layer (put backgroundLayer t

[piccolo2d-dev] Issue 64 in piccolo2d: Add shadow nodes to extras

2009-08-20 Thread codesite-noreply
Updates: Status: Fixed Labels: -Milestone-2.0 Milestone-1.3 Comment #4 on issue 64 by heuermh: Add shadow nodes to extras http://code.google.com/p/piccolo2d/issues/detail?id=64 Cleaned up and added to extras as PShadow. $ svn commit -m "Issue 64 ; adding ShadowUtils, PShadow to

[piccolo2d-dev] [piccolo2d] r668 committed - Issue 64 ; adding ShadowUtils, PShadow to extras, ShadowExample to exa...

2009-08-20 Thread codesite-noreply
Revision: 668 Author: heuermh Date: Thu Aug 20 13:59:03 2009 Log: Issue 64 ; adding ShadowUtils, PShadow to extras, ShadowExample to examples http://code.google.com/p/piccolo2d/source/detail?r=668 Added: /piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/ShadowExample.

[piccolo2d-dev] [piccolo2d] r669 committed - Issue 64 ; minor checkstyle fixes

2009-08-20 Thread codesite-noreply
Revision: 669 Author: heuermh Date: Thu Aug 20 14:06:00 2009 Log: Issue 64 ; minor checkstyle fixes http://code.google.com/p/piccolo2d/source/detail?r=669 Modified: /piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/ShadowExample.java /piccolo2d.java/trunk/extras/src

[piccolo2d-dev] [piccolo2d] r670 committed - Issue 69 ; moving POffscreenCanvas to core

2009-08-20 Thread codesite-noreply
Revision: 670 Author: heuermh Date: Thu Aug 20 14:13:09 2009 Log: Issue 69 ; moving POffscreenCanvas to core http://code.google.com/p/piccolo2d/source/detail?r=670 Added: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/POffscreenCanvas.java /piccolo2d.java/trunk/core/src/test/

[piccolo2d-dev] Issue 69 in piccolo2d: Add integration with Processing (http://processing.org)

2009-08-20 Thread codesite-noreply
Updates: Labels: -Component-Extras Component-Core Comment #5 on issue 69 by heuermh: Add integration with Processing (http://processing.org) http://code.google.com/p/piccolo2d/issues/detail?id=69 Proposing this for inclusion in core. Vote at r670. commit -m "Issue 69 ; moving POffscr

[piccolo2d-dev] Issue 64 in piccolo2d: Add shadow nodes to extras

2009-08-20 Thread codesite-noreply
Comment #5 on issue 64 by allain.lalonde: Add shadow nodes to extras http://code.google.com/p/piccolo2d/issues/detail?id=64 I like the code. I think it should be moved into a compositions attribute of the PNode class. If we start doing this kind of composition, then we end up moving exactly

[piccolo2d-dev] Issue 61 in piccolo2d: Investigate SVG support

2009-08-20 Thread codesite-noreply
Comment #6 on issue 61 by mttdgf: Investigate SVG support http://code.google.com/p/piccolo2d/issues/detail?id=61 Great work, very impressive, but I'm afraid I must vote against including svg support in Piccolo: 1) Loading SVG is only part of the standard, scripting integration is another b

[piccolo2d-dev] Issue 123 in piccolo2d: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK

2009-08-21 Thread codesite-noreply
Status: New Owner: New issue 123 by ibboard: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK http://code.google.com/p/piccolo2d/issues/detail?id=123 What steps will reproduce the problem? 1. Download and install Protege 3.4 2. Open an ontology 3. View Jambalaya tab What is

[piccolo2d-dev] Issue 123 in piccolo2d: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK

2009-08-21 Thread codesite-noreply
Comment #1 on issue 123 by heuermh: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK http://code.google.com/p/piccolo2d/issues/detail?id=123 This has been reported previously as Issue 48 and marked as fixed in Issue 49. Is it possible to build Jambalaya with a version of Picco

[piccolo2d-dev] Issue 123 in piccolo2d: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK

2009-08-21 Thread codesite-noreply
Comment #2 on issue 123 by ibboard: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK http://code.google.com/p/piccolo2d/issues/detail?id=123 I'll try to check it out next week, although I can't check out from public SVN at work because of the firewall rules. I had seen issue 48

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

2009-09-04 Thread codesite-noreply
Comment #2 on issue 43 by akurtakov: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Also can you consider adding the code used in pydev? It was sent to piccolo list long ago. See https://mailman.cs.umd.edu/pipermail/piccolo-chat/2006/003452.html -- You received t

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

2009-09-04 Thread codesite-noreply
Comment #1 on issue 43 by akurtakov: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Are there plans for making this release soon? Version 1.2.1 is really showing it's age nowadays: * uses sun.dc.* packages - not usable with OpenJDK * depends on swt 2.* Even if the

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

2009-09-04 Thread codesite-noreply
Comment #3 on issue 43 by heuermh: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Eliminate dependency on sun.* classes in PFixedWidthStroke is Issue 48. Added the post to piccolo-dev as Issue 124. Could you create a new issue for "depends on swt 2.*"? I'm not

[piccolo2d-dev] Issue 124 in piccolo2d: Add additional constructors to PSWTImage

2009-09-04 Thread codesite-noreply
Updates: Labels: Component-SWT Comment #1 on issue 124 by heuermh: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of

[piccolo2d-dev] Issue 124 in piccolo2d: Add additional constructors to PSWTImage

2009-09-04 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium Effort-Medium OpSys-All Toolkit-Piccolo2D.Java New issue 124 by heuermh: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 Old post to piccolo-dev, referred to in Issue 43. From: Fa

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

2009-09-17 Thread codesite-noreply
Comment #4 on issue 43 by akurtakov: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Depends on swt 2.* was mentioned as a problem of the latest release. There are still problems with swt compilation. See http://code.google.com/p/piccolo2d/issues/detail?id=125 for

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

2009-09-17 Thread codesite-noreply
Comment #5 on issue 43 by akurtakov: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Is there some planned timeframe for the 1.3 release? Or I should just use trunk? -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-17 Thread codesite-noreply
Status: New Owner: New issue 125 by akurtakov: Compilation failure in swt module under linux http://code.google.com/p/piccolo2d/issues/detail?id=125 edu.umd.cs.piccolox.swt.SWTGraphics2D uses FontData.height but according to its javadoc http://help.eclipse.org/galileo/topic/org.eclipse.pla

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

2009-09-17 Thread codesite-noreply
Comment #6 on issue 43 by heuermh: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 There is no timeline for the 1.3 release. I see 15 open issues against Milestone:1.3, in order for a 1.3 release to happen all of those issues need to be resolved or pushed off to

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-17 Thread codesite-noreply
Comment #1 on issue 125 by heuermh: Compilation failure in swt module under linux http://code.google.com/p/piccolo2d/issues/detail?id=125 I'm not clear on the compilation failure -- svn trunk compiles fine for me on 64-bit gentoo with sun-jdk 1.6. I haven't tried running the SWT examples th

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

2009-09-17 Thread codesite-noreply
Comment #4 on issue 115 by heuermh: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 The Piccolo2D.Java and Piccolo2D.Net toolkits are already out of sync, with the 1.2.1 release. I see no reason not to keep the .Net toolkit "active" as it were. There is continued i

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-17 Thread codesite-noreply
Comment #2 on issue 125 by akurtakov: Compilation failure in swt module under linux http://code.google.com/p/piccolo2d/issues/detail?id=125 That's because you're using swt:swt-win32:3.0m8 as a dependency in the pom. Just try changing it to org.eclipse.swt.gtk.linux:x86:3.3.0-v3346 and you'll

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-17 Thread codesite-noreply
Updates: Status: Accepted Owner: heuermh Labels: Type-Defect Priority-High Effort-Low OpSys-Linux Toolkit-Piccolo2D.Java Component-SWT Milestone-1.3 Comment #3 on issue 125 by heuermh: Compilation failure in swt module under linux http://code.google.com/p/piccolo2d/iss

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

2009-09-17 Thread codesite-noreply
Status: New Owner: New issue 126 by heuermh: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 Comments in Issue 43 and Issue 125 suggest we should move to a more recent version of the SWT dependencies. -- You received this message because you are listed

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-17 Thread codesite-noreply
Comment #4 on issue 125 by heuermh: Compilation failure in swt module under linux http://code.google.com/p/piccolo2d/issues/detail?id=125 I will apply the patch to fix this issue, and opened a new Issue 126 with regards to the SWT dependency version. -- You received this message because you

[piccolo2d-dev] [piccolo2d] r671 committed - Issue 125 ; fix for compilation error with more recent versions of SWT...

2009-09-17 Thread codesite-noreply
Revision: 671 Author: heuermh Date: Thu Sep 17 23:38:55 2009 Log: Issue 125 ; fix for compilation error with more recent versions of SWT dependency on linux, thanks to akurtakov for the patch http://code.google.com/p/piccolo2d/source/detail?r=671 Modified: /piccolo2d.java/trunk/swt/src/main

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-17 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 125 by heuermh: Compilation failure in swt module under linux http://code.google.com/p/piccolo2d/issues/detail?id=125 $ svn commit -m "Issue 125 ; fix for compilation error with more recent versions of SWT dependency on linux, thanks to akur

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-18 Thread codesite-noreply
Comment #6 on issue 125 by akurtakov: Compilation failure in swt module under linux http://code.google.com/p/piccolo2d/issues/detail?id=125 I find the problem while trying to compile piccolo2d-swt for use in latest eclipse (pydev). -- You received this message because you are listed in the

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

2009-09-18 Thread codesite-noreply
Comment #1 on issue 126 by akurtakov: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 I will really vote for moving to latest swt though I haven't found swt 3.5 in maven repos but I haven't looked a lot. Even moving to the one I found 3.3 is better than de

[piccolo2d-dev] Issue 124 in piccolo2d: Add additional constructors to PSWTImage

2009-09-18 Thread codesite-noreply
Comment #2 on issue 124 by akurtakov: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 Will these constructors be added? Or if there are some problems with them I would like to discuss them and get the issues fixed. I want to try compiling pyde

[piccolo2d-dev] [piccolo2d] r673 committed - adding Alexander Kurtakov as a contributor, re Issue 125

2009-09-18 Thread codesite-noreply
Revision: 673 Author: heuermh Date: Fri Sep 18 11:00:17 2009 Log: adding Alexander Kurtakov as a contributor, re Issue 125 http://code.google.com/p/piccolo2d/source/detail?r=673 Modified: /piccolo2d.java/trunk/parent/pom.xml === --- /piccolo2d.java/trunk/par

[piccolo2d-dev] [piccolo2d] r672 committed - replacing tab characters with spaces

2009-09-18 Thread codesite-noreply
Revision: 672 Author: heuermh Date: Fri Sep 18 10:55:04 2009 Log: replacing tab characters with spaces http://code.google.com/p/piccolo2d/source/detail?r=672 Modified: /piccolo2d.java/trunk/parent/pom.xml === --- /piccolo2d.java/trunk/parent/pom.xmlM

[piccolo2d-dev] [piccolo2d] r674 committed - typo fix

2009-09-18 Thread codesite-noreply
Revision: 674 Author: heuermh Date: Fri Sep 18 21:31:10 2009 Log: typo fix http://code.google.com/p/piccolo2d/source/detail?r=674 Modified: /piccolo2d.java/trunk/parent/pom.xml === --- /piccolo2d.java/trunk/parent/pom.xmlFri Sep 18 11:00:17 2009 +++

[piccolo2d-dev] Issue 127 in piccolo2d: Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1

2009-09-25 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Critical Effort-Low OpSys-Linux Toolkit-Piccolo2D.Java Component-Core New issue 127 by heuermh: Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1 http://code.google.com/p/piccolo2d/issues/detail?id=127 Unit tests fail on linux w

[piccolo2d-dev] Issue 127 in piccolo2d: Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1

2009-09-25 Thread codesite-noreply
Updates: Status: Accepted Owner: heuermh Cc: akurtakov Labels: Milestone-1.3 Comment #1 on issue 127 by heuermh: Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1 http://code.google.com/p/piccolo2d/issues/detail?id=127 (No comment was entered for this

[piccolo2d-dev] [piccolo2d] r675 committed - Issue 127 ; tolerances for unit test assertions were too strict for Op...

2009-09-25 Thread codesite-noreply
Revision: 675 Author: heuermh Date: Fri Sep 25 13:55:20 2009 Log: Issue 127 ; tolerances for unit test assertions were too strict for OpenJDK IcedTea6 1.4.1 implementation on linux http://code.google.com/p/piccolo2d/source/detail?r=675 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/

[piccolo2d-dev] Issue 127 in piccolo2d: Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1

2009-09-25 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 127 by heuermh: Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1 http://code.google.com/p/piccolo2d/issues/detail?id=127 $ svn commit -m "Issue 127 ; tolerances for unit test assertions were too strict for OpenJDK IcedTea6 1.4.1

[piccolo2d-dev] Issue 123 in piccolo2d: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK

2009-09-25 Thread codesite-noreply
Updates: Status: Accepted Owner: heuermh Labels: Type-Defect Priority-Critical Effort-Low OpSys-Linux Toolkit-Piccolo2D.Java Component-Extras Milestone-1.3 Comment #3 on issue 123 by heuermh: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK http://code.go

[piccolo2d-dev] Issue 123 in piccolo2d: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK

2009-09-25 Thread codesite-noreply
Updates: Status: Fixed Comment #4 on issue 123 by heuermh: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK http://code.google.com/p/piccolo2d/issues/detail?id=123 (No comment was entered for this change.) -- You received this message because you are listed in the owner

[piccolo2d-dev] Issue 128 in piccolo2d: Add osgi manifest to the builded jars

2009-09-29 Thread codesite-noreply
Status: Accepted Owner: akurtakov New issue 128 by akurtakov: Add osgi manifest to the builded jars http://code.google.com/p/piccolo2d/issues/detail?id=128 Proposed patch modifies the builds so that the produced jars contain OSGi MANIFEST.MF files. No additional configurations for the manifests

[piccolo2d-dev] Issue 128 in piccolo2d: Add osgi manifest to the builded jars

2009-09-29 Thread codesite-noreply
Updates: Labels: Milestone-1.3 Comment #1 on issue 128 by akurtakov: Add osgi manifest to the builded jars http://code.google.com/p/piccolo2d/issues/detail?id=128 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of t

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

2009-10-07 Thread codesite-noreply
Comment #7 on issue 43 by samrreid: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Since the 1.3 timeframe is looking like it might be a long ways off, I'm wondering how stable the svn trunk is, or about the possibility of making a 1.2.2 release candidate befo

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

2009-10-07 Thread codesite-noreply
Comment #8 on issue 43 by heuermh: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 I wouldn't feel comfortable with trunk going out as version 1.2.2, as nearly every line of source has been touched since then. How about we triage the 1.3 issues? Must go in 1.

[piccolo2d-dev] Issue 10 in piccolo2d: PComboBox doesn't use Metal, Windows, and Motif look and feels

2009-10-07 Thread codesite-noreply
Comment #4 on issue 10 by heuermh: PComboBox doesn't use Metal, Windows, and Motif look and feels http://code.google.com/p/piccolo2d/issues/detail?id=10 I cannot reproduce this with svn trunk on Windows. Running $ mvn install $ cd examples $ mvn -DdescriptorId=jar-with-dependencies assembly:

[piccolo2d-dev] Issue 63 in piccolo2d: JSlider fails to render knob icon under Intel Macs in Java 1.5

2009-10-07 Thread codesite-noreply
Comment #4 on issue 63 by mr0...@mro.name: JSlider fails to render knob icon under Intel Macs in Java 1.5 http://code.google.com/p/piccolo2d/issues/detail?id=63 I just tried with my macbook (OS 10.5.8) and java version "1.5.0_20" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_2

[piccolo2d-dev] Issue 63 in piccolo2d: JSlider fails to render knob icon under Intel Macs in Java 1.5

2009-10-07 Thread codesite-noreply
Comment #5 on issue 63 by mr0...@mro.name: JSlider fails to render knob icon under Intel Macs in Java 1.5 http://code.google.com/p/piccolo2d/issues/detail?id=63 I'm not familiar with the (swing) guts and vote for procrastinating. -- You received this message because you are listed in the owne

[piccolo2d-dev] Issue 122 in piccolo2d: Scaling differences between two layers

2009-10-07 Thread codesite-noreply
Comment #1 on issue 122 by mr0...@mro.name: Scaling differences between two layers http://code.google.com/p/piccolo2d/issues/detail?id=122 appears like a floating point glitch to me. Can you give us details about the scaling factors and offset? Even better: an isolated java class demonstrat

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

2009-10-07 Thread codesite-noreply
Comment #9 on issue 43 by mr0...@mro.name: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 I agree with Michael. As to issue 63 I'd assign it to 1.4 as well as issue 122. -- You received this message because you are listed in the owner or CC fields of this issue

[piccolo2d-dev] [piccolo2d] r676 committed - Making CheckStyle more permissive of things the Piccolo2D code base do...

2009-10-08 Thread codesite-noreply
Revision: 676 Author: allain.lalonde Date: Thu Oct 8 11:29:42 2009 Log: Making CheckStyle more permissive of things the Piccolo2D code base doesn't agree with. http://code.google.com/p/piccolo2d/source/detail?r=676 Modified: /piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml /pic

[piccolo2d-dev] [piccolo2d] r677 committed - Removed unnecessary imports.

2009-10-08 Thread codesite-noreply
Revision: 677 Author: allain.lalonde Date: Thu Oct 8 11:45:55 2009 Log: Removed unnecessary imports. http://code.google.com/p/piccolo2d/source/detail?r=677 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/POffscreenCanvas.java === ---

[piccolo2d-dev] [piccolo2d] r678 committed - Attacking some checkstyle complaints.

2009-10-08 Thread codesite-noreply
Revision: 678 Author: allain.lalonde Date: Thu Oct 8 13:24:19 2009 Log: Attacking some checkstyle complaints. http://code.google.com/p/piccolo2d/source/detail?r=678 Modified: /piccolo2d.java/trunk/core/src/build/conf/checkstyle.xml /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccol

[piccolo2d-dev] [piccolo2d] r679 committed - Stabbing at some more CheckStyle complaints and making FileLength max=...

2009-10-08 Thread codesite-noreply
Revision: 679 Author: allain.lalonde Date: Thu Oct 8 14:01:22 2009 Log: Stabbing at some more CheckStyle complaints and making FileLength max=4000. We have PNode to thank for that. http://code.google.com/p/piccolo2d/source/detail?r=679 Modified: /piccolo2d.java/trunk/core/src/build/conf/chec

[piccolo2d-dev] [piccolo2d] r680 committed - Killing more CheckStyle and a Couple PMD complaints.

2009-10-08 Thread codesite-noreply
Revision: 680 Author: allain.lalonde Date: Thu Oct 8 14:40:54 2009 Log: Killing more CheckStyle and a Couple PMD complaints. http://code.google.com/p/piccolo2d/source/detail?r=680 Modified: /piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml /piccolo2d.java/trunk/examples/src/main

[piccolo2d-dev] [piccolo2d] r681 committed - Formatting to conform with CheckStyle and some removal of inline condi...

2009-10-08 Thread codesite-noreply
Revision: 681 Author: allain.lalonde Date: Thu Oct 8 14:47:46 2009 Log: Formatting to conform with CheckStyle and some removal of inline conditionals. http://code.google.com/p/piccolo2d/source/detail?r=681 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/activities/

[piccolo2d-dev] [piccolo2d] r682 committed - Making checks for examples far less restrictive than the core library....

2009-10-08 Thread codesite-noreply
Revision: 682 Author: allain.lalonde Date: Thu Oct 8 14:57:38 2009 Log: Making checks for examples far less restrictive than the core library. Snippets don't always need to conform to SOLID principles. http://code.google.com/p/piccolo2d/source/detail?r=682 Modified: /piccolo2d.java/trunk/exa

[piccolo2d-dev] [piccolo2d] r683 committed - Makind FindBugs ignore any Test classes and example classes.

2009-10-08 Thread codesite-noreply
Revision: 683 Author: allain.lalonde Date: Thu Oct 8 15:12:22 2009 Log: Makind FindBugs ignore any Test classes and example classes. http://code.google.com/p/piccolo2d/source/detail?r=683 Added: /piccolo2d.java/trunk/core/src/build/conf/findbugs-exclude.xml Modified: /piccolo2d.java/trunk/pa

[piccolo2d-dev] [piccolo2d] r684 committed - Adding findbugs exclude rules to other projects.

2009-10-08 Thread codesite-noreply
Revision: 684 Author: allain.lalonde Date: Thu Oct 8 15:24:53 2009 Log: Adding findbugs exclude rules to other projects. http://code.google.com/p/piccolo2d/source/detail?r=684 Added: /piccolo2d.java/trunk/examples/src/build/conf/findbugs-exclude.xml /piccolo2d.java/trunk/extras/src/build/con

[piccolo2d-dev] [piccolo2d] r685 committed - Trying again with ignores rules.

2009-10-08 Thread codesite-noreply
Revision: 685 Author: allain.lalonde Date: Thu Oct 8 16:15:53 2009 Log: Trying again with ignores rules. http://code.google.com/p/piccolo2d/source/detail?r=685 Modified: /piccolo2d.java/trunk/core/src/build/conf/findbugs-exclude.xml /piccolo2d.java/trunk/examples/src/build/conf/findbugs-excl

[piccolo2d-dev] [piccolo2d] r686 committed - Issue 128 ; applying patch from akurtakov, adding maven-bundle-plugin ...

2009-10-08 Thread codesite-noreply
Revision: 686 Author: heuermh Date: Thu Oct 8 19:51:09 2009 Log: Issue 128 ; applying patch from akurtakov, adding maven-bundle-plugin configuration and changing packaging from jar to bundle http://code.google.com/p/piccolo2d/source/detail?r=686 Modified: /piccolo2d.java/trunk/core/pom.xml

[piccolo2d-dev] Issue 128 in piccolo2d: Add osgi manifest to the builded jars

2009-10-08 Thread codesite-noreply
Updates: Labels: Type-Enhancement Priority-High Effort-Low OpSys-All Toolkit-Piccolo2D.Java Comment #2 on issue 128 by heuermh: Add osgi manifest to the builded jars http://code.google.com/p/piccolo2d/issues/detail?id=128 (No comment was entered for this change.) -- You received this

[piccolo2d-dev] Issue 128 in piccolo2d: Add osgi manifest to the builded jars

2009-10-08 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 128 by heuermh: Add osgi manifest to the builded jars http://code.google.com/p/piccolo2d/issues/detail?id=128 $ svn commit -m "Issue 128 ; applying patch from akurtakov, adding maven-bundle-plugin configuration and changing packaging from jar to

[piccolo2d-dev] [piccolo2d] r687 committed - formatting changes only, replacing tab characters with spaces

2009-10-08 Thread codesite-noreply
Revision: 687 Author: heuermh Date: Thu Oct 8 20:00:09 2009 Log: formatting changes only, replacing tab characters with spaces http://code.google.com/p/piccolo2d/source/detail?r=687 Modified: /piccolo2d.java/trunk/core/pom.xml /piccolo2d.java/trunk/examples/pom.xml /piccolo2d.java/trunk/ex

[piccolo2d-dev] Issue 124 in piccolo2d: Add additional constructors to PSWTImage

2009-10-08 Thread codesite-noreply
Updates: Status: Accepted Owner: heuermh Comment #4 on issue 124 by heuermh: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 There is something missing from this patch. I can only assume it should be public PSWTImage(final PSWTCa

[piccolo2d-dev] Issue 63 in piccolo2d: JSlider fails to render knob icon under Intel Macs in Java 1.5

2009-10-08 Thread codesite-noreply
Comment #6 on issue 63 by heuermh: JSlider fails to render knob icon under Intel Macs in Java 1.5 http://code.google.com/p/piccolo2d/issues/detail?id=63 Those ClassCastExceptions don't seem related to this issue. Are you fully up-to-date with svn trunk? -- You received this message because

[piccolo2d-dev] Issue 16 in piccolo2d: Support non-rectangular zooming of PCameras on nodes

2009-10-08 Thread codesite-noreply
Comment #7 on issue 16 by heuermh: Support non-rectangular zooming of PCameras on nodes http://code.google.com/p/piccolo2d/issues/detail?id=16 I vote for moving this to Milestone-2.0 -- You received this message because you are listed in the owner or CC fields of this issue, or because you st

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

2009-10-08 Thread codesite-noreply
Updates: Status: WontFix Comment #5 on issue 115 by heuermh: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 Marking as WontFix. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You m

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

2009-10-08 Thread codesite-noreply
Comment #7 on issue 31 by heuermh: PActivity activityFinished gets called multiple times http://code.google.com/p/piccolo2d/issues/detail?id=31 I vote for WontFix. An activity with a duration of -1 should always keep running if it has not been finished. Perhaps the possible states and stat

[piccolo2d-dev] [piccolo2d] r688 committed - Removing lots of javadoc findbugs in the core

2009-10-08 Thread codesite-noreply
Revision: 688 Author: allain.lalonde Date: Thu Oct 8 21:24:11 2009 Log: Removing lots of javadoc findbugs in the core http://code.google.com/p/piccolo2d/source/detail?r=688 Modified: /piccolo2d.java/trunk/core /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java

[piccolo2d-dev] [piccolo2d] r689 committed - Added messages for IOException throws in javadocs on PObjectOutputStre...

2009-10-08 Thread codesite-noreply
Revision: 689 Author: allain.lalonde Date: Thu Oct 8 21:40:23 2009 Log: Added messages for IOException throws in javadocs on PObjectOutputStream http://code.google.com/p/piccolo2d/source/detail?r=689 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/util/PObjectOutputSt

[piccolo2d-dev] Issue 63 in piccolo2d: JSlider fails to render knob icon under Intel Macs in Java 1.5

2009-10-09 Thread codesite-noreply
Comment #7 on issue 63 by mr0...@mro.name: JSlider fails to render knob icon under Intel Macs in Java 1.5 http://code.google.com/p/piccolo2d/issues/detail?id=63 The most recent commit I had was from 2009-09-25. BTW - the knob shows. -- You received this message because you are listed in the

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

2009-10-09 Thread codesite-noreply
Comment #6 on issue 115 by mr0...@mro.name: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 ack -- 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 prefere

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

2009-10-09 Thread codesite-noreply
Comment #8 on issue 31 by mr0...@mro.name: PActivity activityFinished gets called multiple times http://code.google.com/p/piccolo2d/issues/detail?id=31 agree with heuermh. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this

[piccolo2d-dev] Issue 129 in piccolo2d: Use umlgraph 5.1 in the build process

2009-10-09 Thread codesite-noreply
Status: Accepted Owner: akurtakov New issue 129 by akurtakov: Use umlgraph 5.1 in the build process http://code.google.com/p/piccolo2d/issues/detail?id=129 Attached patch makes the build process use umlgraph 5.1 which has changed it's artifact and doclet name. Attachments: piccolo2d-uml

[piccolo2d-dev] Issue 129 in piccolo2d: Use umlgraph 5.1 in the build process

2009-10-09 Thread codesite-noreply
Updates: Labels: Milestone-1.3 Comment #1 on issue 129 by akurtakov: Use umlgraph 5.1 in the build process http://code.google.com/p/piccolo2d/issues/detail?id=129 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of t

[piccolo2d-dev] [piccolo2d] r690 committed - Removing accidental System.out.printlns woops.

2009-10-09 Thread codesite-noreply
Revision: 690 Author: allain.lalonde Date: Fri Oct 9 06:04:12 2009 Log: Removing accidental System.out.printlns woops. http://code.google.com/p/piccolo2d/source/detail?r=690 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java ==

[piccolo2d-dev] Issue 129 in piccolo2d: Use umlgraph 5.1 in the build process

2009-10-09 Thread codesite-noreply
Updates: Status: WontFix Comment #2 on issue 129 by allain.lalonde: Use umlgraph 5.1 in the build process http://code.google.com/p/piccolo2d/issues/detail?id=129 I'm going to remove umlgraph from the maven build since it requires that "dot" 3rd party tool be installed. Since this ap

[piccolo2d-dev] Issue 124 in piccolo2d: Add additional constructors to PSWTImage

2009-10-09 Thread codesite-noreply
Comment #5 on issue 124 by allain.lalonde: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 I agree with heuermh. Seems simpler. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

[piccolo2d-dev] Issue 124 in piccolo2d: Add additional constructors to PSWTImage

2009-10-09 Thread codesite-noreply
Comment #6 on issue 124 by allain.lalonde: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 I agree with heuermh. Seems simpler. Though I'd add a getter and setter for the boolean disposesImage and default would be true. -- You received this

<    3   4   5   6   7   8   9   10   11   12   >