[piccolo2d-dev] Issue 66 in piccolo2d: Full print doesn't work

2009-10-20 Thread codesite-noreply
Updates: Status: Verified Owner: allain.lalonde Labels: OpSys-All Effort-Medium Comment #5 on issue 66 by heuermh: Full print doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=66 (No comment was entered for this change.) -- You received this message

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-20 Thread codesite-noreply
Updates: Labels: -Milestone-1.3 Milestone-2.0 Comment #10 on issue 135 by allain.lalonde: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 Seconded and done. -- You received this message because you are listed in the owner or CC fields

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

2009-10-20 Thread codesite-noreply
Updates: Status: Verified Comment #20 on issue 83 by heuermh: PSwing are fuzzy when scale!=1, due to buffering of the PSwing http://code.google.com/p/piccolo2d/issues/detail?id=83 (No comment was entered for this change.) -- You received this message because you are listed in the

[piccolo2d-dev] Issue 141 in piccolo2d: Setting PFrame size in initialize() does not resize canvas

2009-10-20 Thread codesite-noreply
Comment #1 on issue 141 by heuermh: Setting PFrame size in initialize() does not resize canvas http://code.google.com/p/piccolo2d/issues/detail?id=141 $ svn commit -m Issue 141 ; adding an example that demonstrates the bug Adding

[piccolo2d-dev] [piccolo2d] r783 committed - Issue 141 ; adding an example that demonstrates the bug

2009-10-20 Thread codesite-noreply
Revision: 783 Author: heuermh Date: Tue Oct 20 20:32:15 2009 Log: Issue 141 ; adding an example that demonstrates the bug http://code.google.com/p/piccolo2d/source/detail?r=783 Added: /piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/FrameCanvasSizeBugExample.java

[piccolo2d-dev] [piccolo2d] r784 committed - Issue 88 ; adding example that demonstrates the different toImage fill...

2009-10-20 Thread codesite-noreply
Revision: 784 Author: heuermh Date: Tue Oct 20 20:38:20 2009 Log: Issue 88 ; adding example that demonstrates the different toImage fill strategies, uncovered a possible bug with aspect cover fill strategy http://code.google.com/p/piccolo2d/source/detail?r=784 Added:

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

2009-10-20 Thread codesite-noreply
Revision: 785 Author: heuermh Date: Tue Oct 20 20:39:52 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/piccolo2d/source/detail?r=785 Modified: /wiki/TodosRelease1_3.wiki === --- /wiki/TodosRelease1_3.wiki Tue Oct 20

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

2009-10-20 Thread codesite-noreply
Revision: 786 Author: heuermh Date: Tue Oct 20 20:42:00 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/piccolo2d/source/detail?r=786 Modified: /wiki/TodosRelease1_3.wiki === --- /wiki/TodosRelease1_3.wiki Tue Oct 20

[piccolo2d-dev] Issue 134 in piccolo2d: PTransformActivity can throw null pointer exception

2009-10-20 Thread codesite-noreply
Updates: Labels: -Milestone-1.3 Milestone-2.0 Comment #3 on issue 134 by heuermh: PTransformActivity can throw null pointer exception http://code.google.com/p/piccolo2d/issues/detail?id=134 The reference I often consult says that adding unchecked exceptions is ok

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

2009-10-20 Thread codesite-noreply
Revision: 787 Author: heuermh Date: Tue Oct 20 20:50:39 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/piccolo2d/source/detail?r=787 Modified: /wiki/TodosRelease1_3.wiki === --- /wiki/TodosRelease1_3.wiki Tue Oct 20

[piccolo2d-dev] Issue 106 in piccolo2d: toImage array is too simple in its fill behaviour

2009-10-20 Thread codesite-noreply
Comment #4 on issue 106 by heuermh: toImage array is too simple in its fill behaviour http://code.google.com/p/piccolo2d/issues/detail?id=106 Copying my comment from Issue 88: I was not able to validate this fix. I've added an example that demonstrates the different fill strategies, and

[piccolo2d-dev] Issue 104 in piccolo2d: Current maven multi-module build doesn't install the parent pom

2009-10-20 Thread codesite-noreply
Updates: Status: Verified Comment #3 on issue 104 by heuermh: Current maven multi-module build doesn't install the parent pom http://code.google.com/p/piccolo2d/issues/detail?id=104 (No comment was entered for this change.) -- You received this message because you are listed in the

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

2009-10-20 Thread codesite-noreply
Revision: 788 Author: heuermh Date: Tue Oct 20 20:59:48 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/piccolo2d/source/detail?r=788 Modified: /wiki/TodosRelease1_3.wiki === --- /wiki/TodosRelease1_3.wiki Tue Oct 20

[piccolo2d-dev] [piccolo2d] r739 committed - Testing Hudson's Xvnc plugin to see if we can run failing tests. Some ...

2009-10-19 Thread codesite-noreply
Revision: 739 Author: allain.lalonde Date: Mon Oct 19 06:30:11 2009 Log: Testing Hudson's Xvnc plugin to see if we can run failing tests. Some tests wouldn't run in headless mode. Crossing fingers. http://code.google.com/p/piccolo2d/source/detail?r=739 Modified:

[piccolo2d-dev] [piccolo2d] r740 committed - Removing check for headless mode in tests. w00t.

2009-10-19 Thread codesite-noreply
Revision: 740 Author: allain.lalonde Date: Mon Oct 19 06:45:38 2009 Log: Removing check for headless mode in tests. w00t. http://code.google.com/p/piccolo2d/source/detail?r=740 Deleted: /piccolo2d.java/trunk/swt/src/test/java/edu/umd/cs/piccolox/swt/SWTTest.java Modified:

[piccolo2d-dev] [piccolo2d] r741 committed - Adding tests for PFrame and PApplet as well as structuring shadow test...

2009-10-19 Thread codesite-noreply
Revision: 741 Author: allain.lalonde Date: Mon Oct 19 07:28:52 2009 Log: Adding tests for PFrame and PApplet as well as structuring shadow testing. http://code.google.com/p/piccolo2d/source/detail?r=741 Added: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/PAppletTest.java

[piccolo2d-dev] [piccolo2d] r742 committed - Fixing Issue #138 and CheckStyle in PSWTCanvas

2009-10-19 Thread codesite-noreply
Revision: 742 Author: allain.lalonde Date: Mon Oct 19 08:01:47 2009 Log: Fixing Issue #138 and CheckStyle in PSWTCanvas http://code.google.com/p/piccolo2d/source/detail?r=742 Modified: /piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTCanvas.java

[piccolo2d-dev] [piccolo2d] r743 committed - Made disabling double buffering free up the backBuffer.

2009-10-19 Thread codesite-noreply
Revision: 743 Author: allain.lalonde Date: Mon Oct 19 08:03:51 2009 Log: Made disabling double buffering free up the backBuffer. http://code.google.com/p/piccolo2d/source/detail?r=743 Modified: /piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTCanvas.java

[piccolo2d-dev] [piccolo2d] r744 committed - CheckStyle fixes on SWT.

2009-10-19 Thread codesite-noreply
Revision: 744 Author: allain.lalonde Date: Mon Oct 19 09:11:29 2009 Log: CheckStyle fixes on SWT. http://code.google.com/p/piccolo2d/source/detail?r=744 Modified: /piccolo2d.java/trunk/swt/src/build/conf/checkstyle.xml

[piccolo2d-dev] [piccolo2d] r746 committed - More checkstyle stuff and made magic numbers less restrictive sine gra...

2009-10-19 Thread codesite-noreply
Revision: 746 Author: allain.lalonde Date: Mon Oct 19 11:09:39 2009 Log: More checkstyle stuff and made magic numbers less restrictive sine graphics operations use lots of indexes. http://code.google.com/p/piccolo2d/source/detail?r=746 Modified:

[piccolo2d-dev] [piccolo2d] r747 committed - Last CheckStyle fixes possible without breaking compat in SWT.

2009-10-19 Thread codesite-noreply
Revision: 747 Author: allain.lalonde Date: Mon Oct 19 11:14:19 2009 Log: Last CheckStyle fixes possible without breaking compat in SWT. http://code.google.com/p/piccolo2d/source/detail?r=747 Modified: /piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/SWTGraphics2D.java

[piccolo2d-dev] [piccolo2d] r748 committed - Fixing core CheckStyle warnings. All magic number warnings were on con...

2009-10-19 Thread codesite-noreply
Revision: 748 Author: allain.lalonde Date: Mon Oct 19 13:38:38 2009 Log: Fixing core CheckStyle warnings. All magic number warnings were on constant definitions. Cleaning them up would not have increased code clarity greatly enough to warrant it.

[piccolo2d-dev] [piccolo2d] r750 committed - more style and javadoc fixes

2009-10-19 Thread codesite-noreply
Revision: 750 Author: heuermh Date: Mon Oct 19 19:39:23 2009 Log: more style and javadoc fixes http://code.google.com/p/piccolo2d/source/detail?r=750 Modified: /piccolo2d.java/trunk/core/src/build/conf/checkstyle.xml /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java

[piccolo2d-dev] [piccolo2d] r752 committed - minor javadoc fixes

2009-10-19 Thread codesite-noreply
Revision: 752 Author: heuermh Date: Mon Oct 19 19:56:22 2009 Log: minor javadoc fixes http://code.google.com/p/piccolo2d/source/detail?r=752 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java === ---

[piccolo2d-dev] Issue 140 in piccolo2d: Improve examples module ExampleRunner

2009-10-19 Thread codesite-noreply
Status: New Owner: New issue 140 by heuermh: Improve examples module ExampleRunner http://code.google.com/p/piccolo2d/issues/detail?id=140 The examples module ExampleRunner UI is poor. Perhaps it should be a Piccolo2D example itself, with some ZUI features. -- You received this message

[piccolo2d-dev] [piccolo2d] r754 committed - Issue 109 ; adding configuration for maven assembly plugin to examples...

2009-10-19 Thread codesite-noreply
Revision: 754 Author: heuermh Date: Mon Oct 19 21:36:14 2009 Log: Issue 109 ; adding configuration for maven assembly plugin to examples and swt-examples http://code.google.com/p/piccolo2d/source/detail?r=754 Modified: /piccolo2d.java/trunk/examples/pom.xml

[piccolo2d-dev] Issue 109 in piccolo2d: examples module should create a runnable jar

2009-10-19 Thread codesite-noreply
Updates: Status: Fixed Owner: heuermh Labels: Effort-Low Milestone-1.3 Comment #4 on issue 109 by heuermh: examples module should create a runnable jar http://code.google.com/p/piccolo2d/issues/detail?id=109 Created new issues for webstart configuration (Issue 139) and

[piccolo2d-dev] [piccolo2d] r756 committed - Fixing brittle test.

2009-10-19 Thread codesite-noreply
Revision: 756 Author: allain.lalonde Date: Mon Oct 19 22:48:50 2009 Log: Fixing brittle test. http://code.google.com/p/piccolo2d/source/detail?r=756 Modified: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingTest.java === ---

[piccolo2d-dev] [piccolo2d] r732 committed - Getting SWT test to be ignored when running them in headless mode.

2009-10-16 Thread codesite-noreply
Revision: 732 Author: allain.lalonde Date: Fri Oct 16 06:59:05 2009 Log: Getting SWT test to be ignored when running them in headless mode. http://code.google.com/p/piccolo2d/source/detail?r=732 Added: /piccolo2d.java/trunk/swt/src/test/java/edu/umd/cs/piccolox/swt/SWTTest.java Modified:

[piccolo2d-dev] [piccolo2d] r733 committed - Adding unit tests for PSWText. Unfortunately, these won't run in hudso...

2009-10-16 Thread codesite-noreply
Revision: 733 Author: allain.lalonde Date: Fri Oct 16 08:03:40 2009 Log: Adding unit tests for PSWText. Unfortunately, these won't run in hudson, but that's not really the point I guess. Higher quality code is. http://code.google.com/p/piccolo2d/source/detail?r=733 Modified:

[piccolo2d-dev] [piccolo2d] r735 committed - Adding unit tests for PSWTHandle

2009-10-16 Thread codesite-noreply
Revision: 735 Author: allain.lalonde Date: Fri Oct 16 09:32:38 2009 Log: Adding unit tests for PSWTHandle http://code.google.com/p/piccolo2d/source/detail?r=735 Added: /piccolo2d.java/trunk/swt/src/test/java/edu/umd/cs/piccolox/swt/PSWTHandleTest.java ===

[piccolo2d-dev] [piccolo2d] r736 committed - Fixing some checkstyle warnings and adding more tests for PSWTHandle.

2009-10-16 Thread codesite-noreply
Revision: 736 Author: allain.lalonde Date: Fri Oct 16 12:15:32 2009 Log: Fixing some checkstyle warnings and adding more tests for PSWTHandle. http://code.google.com/p/piccolo2d/source/detail?r=736 Modified:

[piccolo2d-dev] [piccolo2d] r737 committed - Added rules to cobertura reports so that Tests and Mocks are ignored.

2009-10-16 Thread codesite-noreply
Revision: 737 Author: allain.lalonde Date: Fri Oct 16 12:45:27 2009 Log: Added rules to cobertura reports so that Tests and Mocks are ignored. http://code.google.com/p/piccolo2d/source/detail?r=737 Modified: /piccolo2d.java/trunk/core/pom.xml === ---

[piccolo2d-dev] Issue 138 in piccolo2d: Unecessary memory usage when not double buffering PSWTCanvas

2009-10-16 Thread codesite-noreply
Status: Accepted Owner: allain.lalonde Labels: Type-Defect Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-SWT Milestone-1.3 Performance New issue 138 by allain.lalonde: Unecessary memory usage when not double buffering PSWTCanvas

[piccolo2d-dev] [piccolo2d] r738 committed - Adding tests for PSWTBoundsHandle and PSWTCanvas also refactoring PSWT...

2009-10-16 Thread codesite-noreply
Revision: 738 Author: allain.lalonde Date: Fri Oct 16 13:34:43 2009 Log: Adding tests for PSWTBoundsHandle and PSWTCanvas also refactoring PSWTCanvas a little. http://code.google.com/p/piccolo2d/source/detail?r=738 Added:

[piccolo2d-dev] [piccolo2d] r727 committed - Applying patches in fixing Issue #70 by applying patches found in the ...

2009-10-15 Thread codesite-noreply
Revision: 727 Author: allain.lalonde Date: Thu Oct 15 06:40:46 2009 Log: Applying patches in fixing Issue #70 by applying patches found in the issue. I also updated the Basic SWT example so that it show the text's background color in use. Thank you dimwethion for submitting the initial

[piccolo2d-dev] [piccolo2d] r728 committed - Issue 124 ; adding new protected method void disposeImage, to allow su...

2009-10-15 Thread codesite-noreply
Revision: 728 Author: heuermh Date: Thu Oct 15 11:19:00 2009 Log: Issue 124 ; adding new protected method void disposeImage, to allow subclasses to override default behavior http://code.google.com/p/piccolo2d/source/detail?r=728 Modified:

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

2009-10-15 Thread codesite-noreply
Updates: Status: Fixed Comment #10 on issue 124 by heuermh: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 Committing patch, review/vote at revision link below. $ svn commit -m Issue 124 ; adding new protected method void

[piccolo2d-dev] [piccolo2d] r729 committed - Cleaning in PSWTText code a little.

2009-10-15 Thread codesite-noreply
Revision: 729 Author: allain.lalonde Date: Thu Oct 15 11:45:01 2009 Log: Cleaning in PSWTText code a little. http://code.google.com/p/piccolo2d/source/detail?r=729 Added: /piccolo2d.java/trunk/swt/src/test /piccolo2d.java/trunk/swt/src/test/java /piccolo2d.java/trunk/swt/src/test/java/edu

[piccolo2d-dev] [piccolo2d] r730 committed - Test added doesn't work in headless. Will need to figure something out...

2009-10-15 Thread codesite-noreply
Revision: 730 Author: allain.lalonde Date: Thu Oct 15 11:53:51 2009 Log: Test added doesn't work in headless. Will need to figure something out. Otherwise SWT module will remain untestable. http://code.google.com/p/piccolo2d/source/detail?r=730 Modified:

[piccolo2d-dev] [piccolo2d] r708 committed - Further CheckStyle activity on extras module.

2009-10-14 Thread codesite-noreply
Revision: 708 Author: allain.lalonde Date: Wed Oct 14 08:47:49 2009 Log: Further CheckStyle activity on extras module. http://code.google.com/p/piccolo2d/source/detail?r=708 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingEventHandler.java

[piccolo2d-dev] Issue 133 in piccolo2d: Javadoc in SWT package is completely unusable

2009-10-14 Thread codesite-noreply
Comment #2 on issue 133 by allain.lalonde: Javadoc in SWT package is completely unusable http://code.google.com/p/piccolo2d/issues/detail?id=133 OMG the code in there fails so many checkstyle rules because scope on so many things is left as package. Spec says that changing package scope to

[piccolo2d-dev] Issue 137 in piccolo2d: Calling toImage() on a composite node often returns an empty image.

2009-10-14 Thread codesite-noreply
Status: Accepted Owner: re...@colorado.edu Labels: Type-Defect Priority-High Milestone-1.3 Effort-Medium Toolkit-Piccolo2D.Java Component-Core Usability New issue 137 by re...@colorado.edu: Calling toImage() on a composite node often returns an empty image.

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

2009-10-14 Thread codesite-noreply
Comment #14 on issue 43 by re...@colorado.edu: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 I created issue #137 to track one of the new rendering problems: http://code.google.com/p/piccolo2d/issues/detail?id=137 -- You received this message because you are

[piccolo2d-dev] Issue 137 in piccolo2d: Calling toImage() on a composite node often returns an empty image.

2009-10-14 Thread codesite-noreply
Comment #1 on issue 137 by allain.lalonde: Calling toImage() on a composite node often returns an empty image. http://code.google.com/p/piccolo2d/issues/detail?id=137 Thank you for reporting this. I will resolve it shortly. (After putting in a unit test to test it.) -- You received this

[piccolo2d-dev] [piccolo2d] r709 committed - Fixing Issue #137, replaced getWidth() and getHeight() with getFullBou...

2009-10-14 Thread codesite-noreply
Revision: 709 Author: allain.lalonde Date: Wed Oct 14 13:39:44 2009 Log: Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out.

[piccolo2d-dev] Issue 137 in piccolo2d: Calling toImage() on a composite node often returns an empty image.

2009-10-14 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 137 by allain.lalonde: Calling toImage() on a composite node often returns an empty image. http://code.google.com/p/piccolo2d/issues/detail?id=137 Fixed in r709 -- You received this message because you are listed in the owner or CC fields of

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

2009-10-14 Thread codesite-noreply
Comment #16 on issue 43 by allain.lalonde: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 I thought I hadn't changed the strategy, but of course I might be wrong. Can you confirm that it wasn't just the big in Issue 137 causing it to misbehave? Thank you. --

[piccolo2d-dev] [piccolo2d] r710 committed - Starting the cleanup of SWT module. Some dangerous changes that don'...

2009-10-14 Thread codesite-noreply
Revision: 710 Author: allain.lalonde Date: Wed Oct 14 14:23:20 2009 Log: Starting the cleanup of SWT module. Some dangerous changes that don't break binary compatibility, but just about do: I changed some fields from package scope to private. Should this break something, please let us know.

[piccolo2d-dev] Issue 70 in piccolo2d: Patch: Proper Shape and Text Support in the SWT Part

2009-10-14 Thread codesite-noreply
Comment #3 on issue 70 by allain.lalonde: Patch: Proper Shape and Text Support in the SWT Part http://code.google.com/p/piccolo2d/issues/detail?id=70 I will be applying this patch soon. I'll have to go through it manually since the code has changed since the patch was generated. Yippee. At

[piccolo2d-dev] [piccolo2d] r711 committed - CheckStyle hunting in PSWTBoundsHandle

2009-10-14 Thread codesite-noreply
Revision: 711 Author: allain.lalonde Date: Wed Oct 14 14:57:34 2009 Log: CheckStyle hunting in PSWTBoundsHandle http://code.google.com/p/piccolo2d/source/detail?r=711 Modified: /piccolo2d.java/trunk/swt/src/main/java/edu/umd/cs/piccolox/swt/PSWTBoundsHandle.java

[piccolo2d-dev] [piccolo2d] r716 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 716 Author: heuermh Date: Wed Oct 14 17:55:54 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 5 of several http://code.google.com/p/piccolo2d/source/detail?r=716 Added: /piccolo2d.java/trunk/swt-examples/src/main/resources

[piccolo2d-dev] [piccolo2d] r717 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 717 Author: heuermh Date: Wed Oct 14 17:57:08 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 6 of several http://code.google.com/p/piccolo2d/source/detail?r=717 Added:

[piccolo2d-dev] [piccolo2d] r718 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 718 Author: heuermh Date: Wed Oct 14 17:58:25 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 7 of several http://code.google.com/p/piccolo2d/source/detail?r=718 Added:

[piccolo2d-dev] [piccolo2d] r719 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 719 Author: heuermh Date: Wed Oct 14 17:59:29 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 8 of several http://code.google.com/p/piccolo2d/source/detail?r=719 Added:

[piccolo2d-dev] [piccolo2d] r720 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 720 Author: heuermh Date: Wed Oct 14 18:00:03 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 9 of several http://code.google.com/p/piccolo2d/source/detail?r=720 Deleted:

[piccolo2d-dev] [piccolo2d] r721 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 721 Author: heuermh Date: Wed Oct 14 18:02:32 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 10 of 10 http://code.google.com/p/piccolo2d/source/detail?r=721 Modified: /piccolo2d.java/trunk/examples/pom.xml

[piccolo2d-dev] Issue 132 in piccolo2d: Refactor SWT examples from examples module to new swt-examples module

2009-10-14 Thread codesite-noreply
Updates: Status: Started Comment #5 on issue 132 by heuermh: Refactor SWT examples from examples module to new swt-examples module http://code.google.com/p/piccolo2d/issues/detail?id=132 Refactoring in svn: $ svn commit -m Issue 132 ; refactoring SWT examples from examples module

[piccolo2d-dev] Issue 132 in piccolo2d: Refactor SWT examples from examples module to new swt-examples module

2009-10-14 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 132 by heuermh: Refactor SWT examples from examples module to new swt-examples module http://code.google.com/p/piccolo2d/issues/detail?id=132 $ svn commit -m Issue 132 ; fixing package names and removing Temp class ... Transmitting file data

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

2009-10-14 Thread codesite-noreply
Updates: Status: Accepted Owner: heuermh Labels: Type-Defect Priority-Critical Effort-Medium OpSys-All Toolkit-Piccolo2D.Java Component-SWT Milestone-1.3 Comment #2 on issue 126 by heuermh: Update SWT dependency version

[piccolo2d-dev] [piccolo2d] r712 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 712 Author: heuermh Date: Wed Oct 14 17:49:25 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 1 of several http://code.google.com/p/piccolo2d/source/detail?r=712 Added: /piccolo2d.java/trunk/swt-examples

[piccolo2d-dev] [piccolo2d] r713 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 713 Author: heuermh Date: Wed Oct 14 17:51:56 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 2 of several http://code.google.com/p/piccolo2d/source/detail?r=713 Added:

[piccolo2d-dev] [piccolo2d] r722 committed - Issue 132 ; fixing package names and removing Temp class

2009-10-14 Thread codesite-noreply
Revision: 722 Author: heuermh Date: Wed Oct 14 18:29:35 2009 Log: Issue 132 ; fixing package names and removing Temp class http://code.google.com/p/piccolo2d/source/detail?r=722 Deleted: /piccolo2d.java/trunk/swt-examples/src/main/java/edu/umd/cs/piccolox/swt/examples/Temp.java Modified:

[piccolo2d-dev] [piccolo2d] r715 committed - Issue 132 ; refactoring SWT examples from examples module to new swt-e...

2009-10-14 Thread codesite-noreply
Revision: 715 Author: heuermh Date: Wed Oct 14 17:53:47 2009 Log: Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 4 of several http://code.google.com/p/piccolo2d/source/detail?r=715 Added:

[piccolo2d-dev] Issue 70 in piccolo2d: Patch: Proper Shape and Text Support in the SWT Part

2009-10-14 Thread codesite-noreply
Comment #5 on issue 70 by allain.lalonde: Patch: Proper Shape and Text Support in the SWT Part http://code.google.com/p/piccolo2d/issues/detail?id=70 I've hand applied the patch and find that it requires SWT minimum 3.1 (though I haven't tested this). Before this change can be moved on we

[piccolo2d-dev] Issue 132 in piccolo2d: Refactor SWT examples from examples module to new swt-examples module

2009-10-14 Thread codesite-noreply
Comment #7 on issue 132 by heuermh: Refactor SWT examples from examples module to new swt-examples module http://code.google.com/p/piccolo2d/issues/detail?id=132 Correction to comment #6, further work on SWT dependency versions in Issue 126. -- You received this message because you are

[piccolo2d-dev] [piccolo2d] r723 committed - Fixing unfortunately infinite loop caused by wrapping package scoped ...

2009-10-14 Thread codesite-noreply
Revision: 723 Author: allain.lalonde Date: Wed Oct 14 19:17:06 2009 Log: Fixing unfortunately infinite loop caused by wrapping package scoped running variable in a method. http://code.google.com/p/piccolo2d/source/detail?r=723 Modified:

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

2009-10-14 Thread codesite-noreply
Comment #6 on issue 126 by allain.lalonde: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 Fixed stack overflow exception. Following profile works for gtk_linux_x86_32 for me: profile idgtk_linux_x86_32/id activation os

[piccolo2d-dev] Issue 70 in piccolo2d: Patch: Proper Shape and Text Support in the SWT Part

2009-10-14 Thread codesite-noreply
Comment #6 on issue 70 by allain.lalonde: Patch: Proper Shape and Text Support in the SWT Part http://code.google.com/p/piccolo2d/issues/detail?id=70 After applying the patch from Issue 126 and adding a profile for my x86 linux 32 bit machine, I was able to compile things but there seems to

[piccolo2d-dev] Issue 70 in piccolo2d: Patch: Proper Shape and Text Support in the SWT Part

2009-10-14 Thread codesite-noreply
Comment #7 on issue 70 by allain.lalonde: Patch: Proper Shape and Text Support in the SWT Part http://code.google.com/p/piccolo2d/issues/detail?id=70 Changing the DEFAULT_IS_TRANSPARENT constant to true from false, fixed the problem with background colours. Seems that it retains the last

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

2009-10-14 Thread codesite-noreply
Comment #7 on issue 126 by heuermh: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 Attaching new version of patch which works for me on gtk linux x86 $ uname -a Linux ubuntu-desktop 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686

[piccolo2d-dev] [piccolo2d] r724 committed - Issue 126 ; updating swt dependency version to 3.3.0-v3346, adding os ...

2009-10-14 Thread codesite-noreply
Revision: 724 Author: heuermh Date: Wed Oct 14 20:13:33 2009 Log: Issue 126 ; updating swt dependency version to 3.3.0-v3346, adding os profiles to select platform-specific version of swt dependency http://code.google.com/p/piccolo2d/source/detail?r=724 Modified:

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

2009-10-14 Thread codesite-noreply
Comment #8 on issue 126 by heuermh: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 Tested and works for me on gtk linux x86_64 gtk linux amd64 gtk linux x86 gtk linux i386 windows x86 Mac on PPC still broken as reported above, Mac on Intel not yet

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

2009-10-14 Thread codesite-noreply
Comment #9 on issue 126 by heuermh: Update SWT dependency version http://code.google.com/p/piccolo2d/issues/detail?id=126 Heh, that last thing might be more fun than I was looking for: $ java -version java version 1.4.2_18 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_18-b06)

[piccolo2d-dev] [piccolo2d] r725 committed - Issue 126 ; os.name matching does not wildcard as expected

2009-10-14 Thread codesite-noreply
Revision: 725 Author: heuermh Date: Wed Oct 14 20:32:06 2009 Log: Issue 126 ; os.name matching does not wildcard as expected http://code.google.com/p/piccolo2d/source/detail?r=725 Modified: /piccolo2d.java/trunk/swt/pom.xml === ---

[piccolo2d-dev] Issue 70 in piccolo2d: Patch: Proper Shape and Text Support in the SWT Part

2009-10-14 Thread codesite-noreply
Updates: Labels: -Component-Extras Component-SWT Comment #8 on issue 70 by heuermh: Patch: Proper Shape and Text Support in the SWT Part http://code.google.com/p/piccolo2d/issues/detail?id=70 I committed r724 for Issue 126, so go ahead when ready. -- You received this message because

[piccolo2d-dev] [piccolo2d] r726 committed - minor style, doc fixes

2009-10-14 Thread codesite-noreply
Revision: 726 Author: heuermh Date: Wed Oct 14 21:00:12 2009 Log: minor style, doc fixes http://code.google.com/p/piccolo2d/source/detail?r=726 Modified: /piccolo2d.java/trunk/swt-examples/src/main/java/edu/umd/cs/piccolox/swt/examples/SWTBasicExample.java

[piccolo2d-dev] Issue 134 in piccolo2d: PTransformActivity can throw null pointer exception

2009-10-13 Thread codesite-noreply
Status: Accepted Owner: allain.lalonde Labels: Type-Defect Priority-Medium Effort-Low Toolkit-Piccolo2D.Java Component-Core Milestone-1.3 New issue 134 by allain.lalonde: PTransformActivity can throw null pointer exception http://code.google.com/p/piccolo2d/issues/detail?id=134 What steps

[piccolo2d-dev] Issue 133 in piccolo2d: Javadoc in SWT package is completely unusable

2009-10-13 Thread codesite-noreply
Comment #1 on issue 133 by allain.lalonde: Javadoc in SWT package is completely unusable http://code.google.com/p/piccolo2d/issues/detail?id=133 I'll be cleaning up CheckStyle on core, then extras then swt. So, it'll eventually get fixed, but I'm going to invest my time where it'll give the

[piccolo2d-dev] [piccolo2d] r704 committed - More CheckStyle blitzing on core. Javadocs are all there now. To drop ...

2009-10-13 Thread codesite-noreply
Revision: 704 Author: allain.lalonde Date: Tue Oct 13 09:36:51 2009 Log: More CheckStyle blitzing on core. Javadocs are all there now. To drop the number much further I'll need to expand expressions for defining Property change codes, or break binary compatability by making constants final.

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-13 Thread codesite-noreply
Comment #1 on issue 135 by mr0...@mro.name: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 agreed Attachments: +1_star.png 34.4 KB -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-13 Thread codesite-noreply
Comment #2 on issue 135 by heuermh: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 I'm fully for these changes, but would rather they wait for 2.0. Changes that break binary compatibility should only happen at major release number increases.

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-13 Thread codesite-noreply
Comment #3 on issue 135 by allain.lalonde: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 Breaking binary compatibility is only a problem in this particular case if the user of the library is changing the value of constants. I'd almost bet

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-13 Thread codesite-noreply
Comment #5 on issue 135 by heuermh: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 I'd almost bet money that this won't break any client code. Agreed, and if it did, the client would simply receive an IllegalAccessException where they tried

[piccolo2d-dev] Issue 136 in piccolo2d: PNotificationCenter is a singleton but isn't declared as final

2009-10-13 Thread codesite-noreply
Status: Accepted Owner: allain.lalonde Labels: Type-Defect Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Extras Milestone-1.3 New issue 136 by allain.lalonde: PNotificationCenter is a singleton but isn't declared as final

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-13 Thread codesite-noreply
Comment #6 on issue 135 by allain.lalonde: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 Funny. I'd be willing to replace certified binary compatible, to certified not to brake sane client code :) -- You received this message because you

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

2009-10-13 Thread codesite-noreply
Comment #10 on issue 43 by re...@colorado.edu: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 My team and I had been using a copy of piccolo's r390 and when I tried upgrading to r689 I noticed a few rendering problems; some nodes don't appear, some are the

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-13 Thread codesite-noreply
Comment #7 on issue 135 by mr0...@mro.name: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 I completely go with michael when it comes to stick to the rules. BUT. Mind the frequency of our releases. When do we expect to release a new major?

[piccolo2d-dev] Issue 135 in piccolo2d: Constants are not constant in the core.

2009-10-13 Thread codesite-noreply
Comment #8 on issue 135 by mr0...@mro.name: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 And: getting meaningful checkstyle reports, namely ones with near zero complaints, has a value by itself. I see this as crucial for using such tools

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

2009-10-13 Thread codesite-noreply
Comment #11 on issue 43 by allain.lalonde: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Piccolo is undergoing a cleanup, and in the process, it's quite possible thatsome things have broken (probably by my hand). I'd tried to push the code coverage up before

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

2009-10-13 Thread codesite-noreply
Comment #12 on issue 43 by heuermh: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Yes, by all means, if you find difference in behavior between 1.2.1 and svn trunk, please submit issues against Milestone 1.3. All the refactoring and cleanup going on lately

[piccolo2d-dev] Issue 132 in piccolo2d: Refactor SWT examples from examples module to new swt-examples module

2009-10-12 Thread codesite-noreply
Comment #2 on issue 132 by allain.lalonde: Refactor SWT examples from examples module to new swt-examples module http://code.google.com/p/piccolo2d/issues/detail?id=132 Though, I'm not disagreeing, can you make the reasons for the change clear? -- You received this message because you are

[piccolo2d-dev] Issue 132 in piccolo2d: Refactor SWT examples from examples module to new swt-examples module

2009-10-12 Thread codesite-noreply
Comment #3 on issue 132 by heuermh: Refactor SWT examples from examples module to new swt-examples module http://code.google.com/p/piccolo2d/issues/detail?id=132 Say someone wants to run some examples for core Piccolo2D features. They are comfortable with Piccolo2D's software license, but

[piccolo2d-dev] Issue 133 in piccolo2d: Javadoc in SWT package is completely unusable

2009-10-12 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-High Effort-Medium OpSys-All Toolkit-Piccolo2D.Java Component-SWT New issue 133 by heuermh: Javadoc in SWT package is completely unusable http://code.google.com/p/piccolo2d/issues/detail?id=133 The javadoc in the extras SWT package is

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

2009-10-12 Thread codesite-noreply
Comment #8 on issue 124 by fabiofz: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 Just wanted to say that I'm Ok with any other approach (although if a protected disposeImage() is provided, it might be nice providing a setter and getter too

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

2009-10-12 Thread codesite-noreply
Comment #9 on issue 124 by heuermh: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 Thanks for the input. This is why I feel that a boolean ctr parameter or a getter/setter pair might not be a good idea; consider the property slowInSlowOut on

[piccolo2d-dev] Issue 132 in piccolo2d: Refactor SWT examples from examples module to new swt-examples module

2009-10-11 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium Effort-Medium OpSys-All Toolkit-Piccolo2D.Java Component-Extras Maintainability New issue 132 by heuermh: Refactor SWT examples from examples module to new swt-examples module

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

[piccolo2d-dev] [piccolo2d] r692 committed - Hunting FindBugs in Core.

2009-10-09 Thread codesite-noreply
Revision: 692 Author: allain.lalonde Date: Fri Oct 9 08:10:29 2009 Log: Hunting FindBugs in Core. http://code.google.com/p/piccolo2d/source/detail?r=692 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCanvas.java

<    1   2   3   4   5   6   >