hg: openjfx/8u-dev/rt: RT-36917, RT-36718 removing obsolete build-src/platforms usage, fixing monocle install

2014-05-01 Thread hang . vo
Changeset: 295b5b61e9c9 Author:ddhill Date: 2014-05-01 10:37 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/295b5b61e9c9 RT-36917,RT-36718 removing obsolete build-src/platforms usage, fixing monocle install Revieved-by: kcr ! buildSrc/armv5sf.gradle ! buildSrc/armv6hf

hg: openjfx/8u-dev/rt: RT-34884: Using Helvetica font on Mac outputs "CoreText performance note"

2014-05-01 Thread hang . vo
Changeset: 686ac8b65d29 Author:Felipe Heidrich Date: 2014-05-01 09:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/686ac8b65d29 RT-34884: Using Helvetica font on Mac outputs "CoreText performance note" ! modules/graphics/src/main/native-font/dfontdecoder.c

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

2014-05-01 Thread Tom Schindl
Hi Jonathan & David, do you have any opinion on this? I would spend some time tomorrow to bring down the warning count. Maybe we should use the Styleable*Property cast when we control both the API & implementation and reside to the more save (StyleableProperty)(WritableValue) e.g. if we don't e.g

hg: openjfx/8u-dev/rt: Fix build broken by RT-34884 (declared var inside for statement - it build locally but fails on the hudson server)

2014-05-01 Thread hang . vo
Changeset: 9e934742a081 Author:Felipe Heidrich Date: 2014-05-01 09:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9e934742a081 Fix build broken by RT-34884 (declared var inside for statement - it build locally but fails on the hudson server) ! modules/graphics/src

hg: openjfx/8u-dev/rt: RT-35541 adding buildSrc/dalvik.gradle

2014-05-01 Thread hang . vo
Changeset: 9fb43da24248 Author:ddhill Date: 2014-05-01 13:24 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9fb43da24248 RT-35541 adding buildSrc/dalvik.gradle Contributed-by: Johan Vos + buildSrc/dalvik.gradle

hg: openjfx/8u-dev/rt: workaround to avoid segfault when producing parfait report

2014-05-01 Thread hang . vo
Changeset: ae3e1b4c7dec Author:Felipe Heidrich Date: 2014-05-01 14:58 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ae3e1b4c7dec workaround to avoid segfault when producing parfait report ! modules/graphics/src/main/native-glass/mac/GlassAccessible.m

[8u20] Review request for RT-36340 - MT issues with GraphicsContext on unattached canvases

2014-05-01 Thread Jim Graham
Jira: https://javafx-jira.kenai.com/browse/RT-36340 webrev: http://cr.openjdk.java.net/~flar/RT-36340/webrev.00/ ...jim

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

2014-05-01 Thread David Grieve
I don't have a strong opinion, other than a preference for having it done one way in all cases. So it seems (StyleableProperty)(WritableValue) would be the way to go. On 5/1/14, 12:25 PM, Tom Schindl wrote: Hi Jonathan & David, do you have any opinion on this? I would spend some time tomorrow

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

2014-05-01 Thread Jonathan Giles
I agree with David. Let's go that way and see where things end up. As always, thanks Tom for being relentless in pushing this forward. -- Jonathan On 2/05/2014 1:27 p.m., David Grieve wrote: I don't have a strong opinion, other than a preference for having it done one way in all cases. So it s

hg: openjfx/8u-dev/rt: RT-35984: MediaPlayer: playback doesn't resume after long pause and sound restarts

2014-05-01 Thread hang . vo
Changeset: 7944afc1542c Author:almatvee Date: 2014-05-01 20:53 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7944afc1542c RT-35984: MediaPlayer: playback doesn't resume after long pause and sound restarts Reviewed-by: ddehaven ! modules/media/src/main/native/jfxmedia

hg: openjfx/8u-dev/rt: RT-36905 Null pointer when a button without a mnemonic is re-added to a scene and alt is pressed

2014-05-01 Thread hang . vo
Changeset: 077a84d87eb4 Author:Martin Sladecek Date: 2014-05-02 08:05 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/077a84d87eb4 RT-36905 Null pointer when a button without a mnemonic is re-added to a scene and alt is pressed Reviewed by: jgiles ! modules/controls/

hg: openjfx/8u-dev/rt: [TOYS] Updated HelloAccordion and HelloTitledPane to cover cases in RT-36868

2014-05-01 Thread hang . vo
Changeset: 225ce268fe32 Author:Martin Sladecek Date: 2014-05-02 08:38 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/225ce268fe32 [TOYS] Updated HelloAccordion and HelloTitledPane to cover cases in RT-36868 ! apps/toys/Hello/src/main/java/hello/HelloAccordion.java ! a