hg: openjfx/8u-dev/rt: 3 new changesets

2014-04-30 Thread hang . vo
Changeset: 4b558607b25b Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-04-30 08:19 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4b558607b25b RT-33688 [PieChart] label line length equal to 0 results in label disappearing. Reviewed by: jgiles !

hg: openjfx/8u-dev/rt: RT-36877 Charts: autoRanging axis calculates different margins for upper and lower bounds

2014-04-30 Thread hang . vo
Changeset: 29ad05f09214 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-04-30 10:11 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/29ad05f09214 RT-36877 Charts: autoRanging axis calculates different margins for upper and lower bounds Reviewed by: jgiles

hg: openjfx/8u-dev/rt: RT-36822 [Monocle] X11 framebuffer container doesn't work any more

2014-04-30 Thread hang . vo
Changeset: 9ec54207d0ad Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-04-30 11:21 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9ec54207d0ad RT-36822 [Monocle] X11 framebuffer container doesn't work any more Reviewed-by: kselle ! buildSrc/x86egl.gradle

Re: Cleaning up Control codebase - How to deal with StyleableProperty cast

2014-04-30 Thread Tom Schindl
Hi, According to Eclipse Compiler people we probably found a bug in javac. They cited the following paragraph from the spec: A cast from a type S to a parameterized type (§4.5) T is unchecked unless at least one of the following is true: * S : T * All of the type arguments

Re: Cleaning up Control codebase - How to deal with StyleableProperty cast

2014-04-30 Thread Tom Schindl
Hi, On 29.04.14 14:35, David Grieve wrote: I've found that this works: final StyleableBooleanProperty prop = (StyleableBooleanProperty)focusTraversableProperty(); Right i can confirm that. The problem is that we are then relying even more on the fact the upstream code does not

[8u26] Review request for RT-36844 [Monocle] Implement modality support for monocle

2014-04-30 Thread Lisa Selle
Daniel, Please review the fix for https://javafx-jira.kenai.com/browse/RT-36844 Webrev at http://cr.openjdk.java.net/~kselle/webrev-20140430-0959-RT-36844/webrev/ Thanks, Lisa

hg: openjfx/8u-dev/rt: 2 new changesets

2014-04-30 Thread hang . vo
Changeset: 66289f859d06 Author:hudson Date: 2014-04-30 07:48 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/66289f859d06 Added tag 8u20-b12 for changeset 38c1ea45f8be ! .hgtags Changeset: 5e0c832019c3 Author:kcr Date: 2014-04-30 08:30 -0700 URL:

hg: openjfx/8u-dev/rt: [Font] New native font rasterizer in Linux fails to load non system true type fonts

2014-04-30 Thread hang . vo
Changeset: b6812eeecbc9 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-30 06:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b6812eeecbc9 [Font] New native font rasterizer in Linux fails to load non system true type fonts !

hg: openjfx/8u-dev/rt: [TextFlow] TextFlow has to handle BASELINE_OFFSET_SAME_AS_HEIGHT properly

2014-04-30 Thread hang . vo
Changeset: 52f27b865f51 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-30 13:23 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/52f27b865f51 [TextFlow] TextFlow has to handle BASELINE_OFFSET_SAME_AS_HEIGHT properly !

hg: openjfx/2u/dev/rt: 2 new changesets

2014-04-30 Thread hang . vo
Changeset: 312b5c77a0ba Author:hudson Date: 2014-04-28 07:50 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/312b5c77a0ba Added tag 2.2.60-b17 for changeset 9ddf548a79fe ! .hgtags Changeset: 845bff23874e Author:hudson Date: 2014-04-29 07:22 -0700 URL:

hg: openjfx/8u-dev/rt: RT-36924: [Font, Linux] PangoGlyphLayout not handling PangoGlyph special values

2014-04-30 Thread hang . vo
Changeset: d71ed34d7bd5 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-30 10:48 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d71ed34d7bd5 RT-36924: [Font, Linux] PangoGlyphLayout not handling PangoGlyph special values !

hg: openjfx/8u-dev/rt: RT-36926: [Font, Linux] PangoGlyphLayout can't see embedded font

2014-04-30 Thread hang . vo
Changeset: 084a6d5b5416 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-30 11:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/084a6d5b5416 RT-36926: [Font, Linux] PangoGlyphLayout can't see embedded font !

Javafx deploy ant task question...

2014-04-30 Thread Tony Anecito
Hi All,   Does anyone know how to get command line parameters passed to the args of a java program via the javafx deploy ant task? I tried and could not get anything to work. I have a command line argument like serverid=myserver and want to to get passed to my program via args.   Thanks! -Tony

hg: openjfx/8u-dev/rt: [Font, Linux] fix code format, remove tab from pango.c, rename vars, improve error checking

2014-04-30 Thread hang . vo
Changeset: 6d2f01663378 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-30 12:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6d2f01663378 [Font, Linux] fix code format, remove tab from pango.c, rename vars, improve error checking !

hg: openjfx/8u-dev/rt: 2 new changesets

2014-04-30 Thread hang . vo
Changeset: a49dfbd3235c Author:jgiles Date: 2014-05-01 08:31 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a49dfbd3235c RT-36920: [Ensemble8] NullPointerException from VirtualFlow.layoutChildren when running Gesture Event sample !

Re: Javafx deploy ant task question...

2014-04-30 Thread Danno Ferrin
After reading the code I am surprised by the answer I am going to give. You can’t. Not with the current code. The arguments passed into the java main class are the arguments passed into the executable launching it. So if you launch the win app via command line with arguments you get the

Re: Javafx deploy ant task question...

2014-04-30 Thread Tony Anecito
Thanks Danno I am surprised also this has slipped notice. I thought I was crazy but I guess not. I will look at the workaround  since I so hate hardcoding which is what I did to get things to work.   Thanks for looking into my issue. -Tony  On Wednesday, April 30, 2014 5:51 PM, Danno Ferrin

hg: openjfx/8u-dev/rt: 3 new changesets

2014-04-30 Thread hang . vo
Changeset: 60ec7824be54 Author:jgiles Date: 2014-05-01 11:37 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/60ec7824be54 [TOY ONLY] Clean up HelloTableView to use proper CheckBoxTableCell. ! apps/toys/Hello/src/main/java/hello/HelloTableView.java Changeset: