Only problem I see with implementing these kinds of setters (font, color,
etc) is that HTML allows for different styling throughout the content. The
kinds of styling PText does can be done entirely using HTML markup. I'm not
sure it'd be valid to provide those setters since they'd mislead users of
Revision: 593
Author: allain.lalonde
Date: Mon Jul 27 22:02:02 2009
Log: Cleaning up examples a little
http://code.google.com/p/piccolo2d/source/detail?r=593
Modified:
/piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/ExampleRunner.java
/piccolo2d.java/trunk/example
Hmm. How about PHTMLText (or PHtmlText?) and setText, setTextColor
methods to match PText?
I can be sold on committing it to core. The fidelity of PText looks
pretty bad in some cases when compared to properly hinted JLabels. I
will have to ressurect an example I whipped up some time ago to
co
Updates:
Status: Verified
Comment #4 on issue 2 by allain.lalonde: Multiple project entries at
ohloh.net
http://code.google.com/p/piccolo2d/issues/detail?id=2
Piccolo2d only returns 1 project
--
You received this message because you are listed in the owner
or CC fields of this issue,
The HTMLNode will perform slightly faster than a a JLabel with embedded html
since their won't be the overhead associated with the rest of the PSwing
code.
Under the hood the JComponents use the same infrastructure as HTMLNode does.
As far as naming goes PHTML might be awkward, but seeing that na
Comment #10 on issue 13 by allain.lalonde: PSwing components cause
extraneous redraws
http://code.google.com/p/piccolo2d/issues/detail?id=13
No further work will be done since the suggested fix was implemented.
--
You received this message because you are listed in the owner
or CC fields of t
Updates:
Status: Started
Comment #7 on issue 71 by allain.lalonde: PStyledTextEventHandler does not
scale
http://code.google.com/p/piccolo2d/issues/detail?id=71
I think so. Seems more logical. I'll make the change. re-opening.
--
You received this message because you are listed in t
Comment #6 on issue 71 by allain.lalonde: PStyledTextEventHandler does not
scale
http://code.google.com/p/piccolo2d/issues/detail?id=71
I think so. Seems more logical. I'll make the change.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because
Comment #2 on issue 102 by allain.lalonde: PNode.print swallows failures
http://code.google.com/p/piccolo2d/issues/detail?id=102
I wish it were but it's just way too subtle. It's way too easy to not
notice a
RuntimeException. Since printing involves IO, the best approach (in my
humble
opinio
Updates:
Owner: s...@browsecode.org
Comment #11 on issue 19 by heuermh: PInputEvent does not have camera
information for keyboard events.
http://code.google.com/p/piccolo2d/issues/detail?id=19
(No comment was entered for this change.)
--
You received this message because you are liste
Comment #10 on issue 72 by heuermh: PSelectionEventHandler grip points do
not scale with zoom
http://code.google.com/p/piccolo2d/issues/detail?id=72
The method PSelectionEventHandler#decorateSelectedNode(PNode) is already
public, so
why need a different factory? Users are free to override t
Updates:
Status: Verified
Comment #3 on issue 53 by heuermh: Headless build failure
http://code.google.com/p/piccolo2d/issues/detail?id=53
Sorry, that should have been a change to status Verified.
--
You received this message because you are listed in the owner
or CC fields of this issu
Comment #1 on issue 102 by heuermh: PNode.print swallows failures
http://code.google.com/p/piccolo2d/issues/detail?id=102
r562 changed this to throw RuntimeException, is that sufficient?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you
Updates:
Status: Fixed
Owner: mr0...@mro.name
Comment #2 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
Yes it does, thank you.
--
You received this message because you are listed
Updates:
Status: Fixed
Comment #11 on issue 74 by heuermh: Memory leak with PSwingRepaintManager
http://code.google.com/p/piccolo2d/issues/detail?id=74
Marking as fixed. Several commits were made on this issue between Allain
and myself,
so please review svn trunk.
--
You received thi
Updates:
Status: Fixed
Comment #6 on issue 90 by heuermh: Binary incompatible change from 1.2.1 in
PInputEvent
http://code.google.com/p/piccolo2d/issues/detail?id=90
I am rolling back r395 to fix Issue 90 and await further comment on Issue
19.
$ svn commit -m "Issue 19, Issue 90 ; r
Comment #10 on issue 19 by heuermh: PInputEvent does not have camera
information for keyboard events.
http://code.google.com/p/piccolo2d/issues/detail?id=19
I'd like to go back to the drawing board on this one, so I am rolling back
r395 to
fix Issue 90 and await further comment.
$ svn commi
Revision: 592
Author: heuermh
Date: Mon Jul 27 19:27:36 2009
Log: Issue 19, Issue 90 ; rolling back changes made in r395
http://code.google.com/p/piccolo2d/source/detail?r=592
Modified:
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PInputManager.java
/piccolo2d.java/trunk/co
Comment #5 on issue 71 by heuermh: PStyledTextEventHandler does not scale
http://code.google.com/p/piccolo2d/issues/detail?id=71
r532 seems to fix the original issue.
Is this behavior correct?
1. Run the TextExample
2. Add a text entry "Large text"
3. Zoom in and add another entry "Small text"
Status: New
Owner:
Labels: Type-Enhancement Priority-Medium OpSys-All Toolkit-Piccolo2D.Java
Component-Examples
New issue 109 by heuermh: examples module should create a runnable jar
http://code.google.com/p/piccolo2d/issues/detail?id=109
The examples module should create a runnable jar w
Updates:
Status: Started
Comment #5 on issue 88 by heuermh: toImage doesn't return an image of the
proper size
http://code.google.com/p/piccolo2d/issues/detail?id=88
Moving this one back to status Started, since work is still ongoing.
--
You received this message because you are liste
Updates:
Status: Verified
Comment #4 on issue 82 by heuermh: JComboBox visibility doesn't affect
visiblity of PSwing node
http://code.google.com/p/piccolo2d/issues/detail?id=82
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
o
Updates:
Status: Verified
Comment #8 on issue 21 by heuermh: Cannot turn off interacting at the PRoot
level
http://code.google.com/p/piccolo2d/issues/detail?id=21
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of
Updates:
Status: Started
Comment #9 on issue 13 by heuermh: PSwing components cause extraneous
redraws
http://code.google.com/p/piccolo2d/issues/detail?id=13
Moving this one back to status Started, since work is still ongoing.
--
You received this message because you are listed in the
Updates:
Status: Verified
Comment #5 on issue 8 by heuermh: PSwing nodes prevent proper garbage
collection
http://code.google.com/p/piccolo2d/issues/detail?id=8
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of t
Updates:
Status: Accepted
Comment #2 on issue 53 by heuermh: Headless build failure
http://code.google.com/p/piccolo2d/issues/detail?id=53
See also Issue 108
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
Y
Updates:
Status: Verified
Labels: Type-Enhancement Priority-Medium Effort-Medium
Toolkit-Piccolo2D.Java OpSys-All Component-Core Milestone-1.3
Comment #4 on issue 89 by heuermh: Low Test Coverage of PNode
http://code.google.com/p/piccolo2d/issues/detail?id=89
Test coverage has
Updates:
Status: Verified
Comment #9 on issue 108 by heuermh: Set up hudson CI build
http://code.google.com/p/piccolo2d/issues/detail?id=108
Looks great, nice work Allain and Marcus.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because
Updates:
Status: Verified
Comment #2 on issue 100 by heuermh: PInputEvent doesn't filter by modifier
http://code.google.com/p/piccolo2d/issues/detail?id=100
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this is
Updates:
Status: Verified
Comment #2 on issue 95 by heuermh: @deprecated broke the mvn build
http://code.google.com/p/piccolo2d/issues/detail?id=95
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this issue, or b
Updates:
Status: Verified
Comment #9 on issue 96 by heuermh: More consistent handling of
NonInvertible transforms in PCamera
http://code.google.com/p/piccolo2d/issues/detail?id=96
(No comment was entered for this change.)
--
You received this message because you are listed in the owne
Updates:
Status: Verified
Comment #2 on issue 91 by heuermh: repaintFromLayer has PNode parameter type
http://code.google.com/p/piccolo2d/issues/detail?id=91
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this i
Something that's been bothersome with the proposed implementation of
HTMLNode is the difference in setters between HTMLNode and PText (such
as setting the text color); it would be nice if their interfaces were
similar enough that it's easy to switch back and forth without having
to change call
Updates:
Status: Verified
Comment #5 on issue 94 by heuermh: PLayer should do nothing when removing a
camera that isn't attached
http://code.google.com/p/piccolo2d/issues/detail?id=94
(No comment was entered for this change.)
--
You received this message because you are listed in the
Updates:
Status: Verified
Comment #3 on issue 97 by heuermh: TestPSwing.java and TestPSwingFull.java
Should be moved
http://code.google.com/p/piccolo2d/issues/detail?id=97
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC
I also agree, please create an issue if one does not already exist.
How does this perform when compared to JLabel via PSwing?
Font, HTML, and HTMLColor should all be bound properties; in other
words, they should fire property change events.
michael
On Mon, Jul 27, 2009 at 7:20 PM, Samuel Ro
On Mon, Jul 27, 2009 at 6:10 PM, wrote:
> Revision: 591
> Author: allain.lalonde
> Date: Mon Jul 27 16:09:53 2009
> Log: Starting to refactor PStyledText. It's a beast. Too bad we don't have
> any code that really puts it through its paces.
> http://code.google.com/p/piccolo2d/source/detail?r=59
I agree this should become part of the extras package; it's
indispensable to my team's projects. Regarding the performance, it is
orders of magnitude slower than using a PText, so in some situations
where I would have preferred HTMLNodes, I've made due with PTexts
instead (where there are man
The code here:
http://groups.google.com/group/piccolo2d-users/browse_thread/thread/25835a96a5d921e7/6cf577a995557268?q=HTMLNode+piccolo#6cf577a995557268
Should definitely be considered for inclusion in Extras. For rendering
styled text, it's far better (or at least simpler) then trying to hack
so
Revision: 591
Author: allain.lalonde
Date: Mon Jul 27 16:09:53 2009
Log: Starting to refactor PStyledText. It's a beast. Too bad we don't have
any code that really puts it through its paces.
http://code.google.com/p/piccolo2d/source/detail?r=591
Modified:
/piccolo2d.java/trunk/extras/src/ma
Revision: 590
Author: allain.lalonde
Date: Mon Jul 27 15:02:47 2009
Log: Making findbugs a little happier.
http://code.google.com/p/piccolo2d/source/detail?r=590
Modified:
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/event/PSelectionEventHandler.java
/piccolo2d.java/trun
Revision: 589
Author: allain.lalonde
Date: Mon Jul 27 14:24:39 2009
Log: Fixing implicit integer conversion by specifying that division is
being done on an double.
http://code.google.com/p/piccolo2d/source/detail?r=589
Modified:
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/ev
Revision: 588
Author: allain.lalonde
Date: Mon Jul 27 14:10:14 2009
Log: Making FindBugs ignore Test classes.
Also, making PMD happier with a nested if.
http://code.google.com/p/piccolo2d/source/detail?r=588
Modified:
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java
/pi
Revision: 587
Author: allain.lalonde
Date: Mon Jul 27 13:48:11 2009
Log: Refactoring the ExampleRunner for clarity.
http://code.google.com/p/piccolo2d/source/detail?r=587
Modified:
/piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/ExampleRunner.java
===
Revision: 586
Author: allain.lalonde
Date: Mon Jul 27 13:14:54 2009
Log: Killing some FindBugs involving serialization.
http://code.google.com/p/piccolo2d/source/detail?r=586
Modified:
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
/piccolo2d.java/trunk/core/src/main
Updates:
Status: Fixed
Comment #8 on issue 108 by allain.lalonde: Set up hudson CI build
http://code.google.com/p/piccolo2d/issues/detail?id=108
fixed in r584
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
Revision: 585
Author: allain.lalonde
Date: Mon Jul 27 12:08:10 2009
Log: Remove unneeded mvn4hudson branch. We will miss you.
http://code.google.com/p/piccolo2d/source/detail?r=585
Deleted:
/piccolo2d.java/branches/mvn4hudson
--~--~-~--~~~---~--~~
Piccolo2D Dev
Revision: 583
Author: mr0...@mro.name
Date: Mon Jul 27 10:53:50 2009
Log: issue#108 help hudson pick up the findbugs trends.
http://code.google.com/p/piccolo2d/source/detail?r=583
Modified:
/piccolo2d.java/branches/mvn4hudson/parent/pom.xml
===
--- /piccolo2
Revision: 584
Author: allain.lalonde
Date: Mon Jul 27 11:23:33 2009
Log: issue#108 fixed.
http://code.google.com/p/piccolo2d/source/detail?r=584
Modified:
/piccolo2d.java/trunk
/piccolo2d.java/trunk/core/pom.xml
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
/p
Comment #7 on issue 108 by allain.lalonde: Set up hudson CI build
http://code.google.com/p/piccolo2d/issues/detail?id=108
fixed in r584
--
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 notif
Revision: 582
Author: mr0...@mro.name
Date: Mon Jul 27 10:43:03 2009
Log: issue#108 add hudson address to the pom
http://code.google.com/p/piccolo2d/source/detail?r=582
Modified:
/piccolo2d.java/branches/mvn4hudson/parent/pom.xml
===
--- /piccolo2d.java/bran
Revision: 581
Author: mr0...@mro.name
Date: Mon Jul 27 10:28:43 2009
Log: issue#108 put cobertura back to the reports section as allain
suggested in commit r565
http://code.google.com/p/piccolo2d/source/detail?r=581
Modified:
/piccolo2d.java/branches/mvn4hudson/parent/pom.xml
===
Comment #6 on issue 108 by allain.lalonde: Set up hudson CI build
http://code.google.com/p/piccolo2d/issues/detail?id=108
Needed to explicitly declare java environment as headless in hudson.
-Djava.awt.headless=true
--
You received this message because you are listed in the owner
or CC fields
Comment #5 on issue 108 by mr0...@mro.name: Set up hudson CI build
http://code.google.com/p/piccolo2d/issues/detail?id=108
reports: http://allain.homelinux.org/piccolo2d/piccolo2d-complete/
--
You received this message because you are listed in the owner
or CC fields of this issue, or because y
Comment #4 on issue 108 by mr0...@mro.name: Set up hudson CI build
http://code.google.com/p/piccolo2d/issues/detail?id=108
let's not forget to add the CI stuff to the reports' pom section as to
advertise it a
bit.
--
You received this message because you are listed in the owner
or CC fields o
Revision: 580
Author: mr0...@mro.name
Date: Mon Jul 27 08:36:04 2009
Log: issue#108 cosmetics.
http://code.google.com/p/piccolo2d/source/detail?r=580
Modified:
/piccolo2d.java/branches/mvn4hudson/parent/pom.xml
===
--- /piccolo2d.java/branches/mvn4hudson/par
Revision: 579
Author: mr0...@mro.name
Date: Mon Jul 27 08:33:31 2009
Log: issue#108 better make the deployment target depend on machine+user but
on profiles.
http://code.google.com/p/piccolo2d/source/detail?r=579
Modified:
/piccolo2d.java/branches/mvn4hudson/parent/pom.xml
==
Revision: 578
Author: allain.lalonde
Date: Mon Jul 27 07:23:53 2009
Log: Issue #108 - Setting the local path for deployment of piccolo2d site
on hudson.
http://code.google.com/p/piccolo2d/source/detail?r=578
Modified:
/piccolo2d.java/branches/mvn4hudson/parent/pom.xml
===
58 matches
Mail list logo