hg: openjfx/8u-dev/rt: RT-32501: JavaFx Application crashes on Exit

2014-01-09 Thread hang . vo
Changeset: b126a0ae5cd0 Author:vadim Date: 2014-01-09 12:07 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b126a0ae5cd0 RT-32501: JavaFx Application crashes on Exit Reviewed-by: anthony, kcr, fheidric, snorthov ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum

Re: CSS metadata boilerplate

2014-01-09 Thread John Hendrikx
Noticed a slight bug in the code. The line: cssMetaDataByName.put(cssName, cssMetaData); ...needs to be added in the if block where the CssMetaData is created. --John

hg: openjfx/8u-dev/rt: Fix for RT-34949:HelloSanity - Robot tests fail on Linux

2014-01-09 Thread hang . vo
Changeset: 7c55a20fbcc1 Author:Elina Kleyman Date: 2014-01-09 16:30 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7c55a20fbcc1 Fix for RT-34949:HelloSanity - Robot tests fail on Linux ! apps/toys/Hello/src/main/java/hello/TestBuilder.java

Re: CSS metadata boilerplate

2014-01-09 Thread David Grieve
Thanks, John. It would be helpful if you could create an issue in jira to track this. On Jan 8, 2014, at 4:18 PM, John Hendrikx wrote: > On 8/01/2014 14:28, David Grieve wrote: >> The reason things are as they are is because most properties in the core >> classes are lazily created and I didn

Re: Android Port: Next Steps

2014-01-09 Thread Tom Schindl
Have you managed to get an JavaFX running on the emulator. I've tested with one of ours and while it works great on the real device. It crashes in the emulator. > V/GLASS ( 1121): JNI call notifyViewEvent to lensView 0x1d30041a > W/System.err( 1121): java.lang.UnsupportedOperationException: Pixe

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

2014-01-09 Thread hang . vo
Changeset: b314756701b3 Author:lisa.se...@oracle.com Date: 2014-01-09 11:39 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b314756701b3 Fix for rt-35241 - use a smaller transparent color key for beagleboard xm rev c. Reviewed by dblaukopf ! modules/graphics/src/main/ja

Re: Android Port: Next Steps

2014-01-09 Thread tomas.branda...@oracle.com
Hi Tom, although emulator supports opengl it doesn't have required opengl extension. -Tomas On 01/09/2014 05:10 PM, Tom Schindl wrote: Have you managed to get an JavaFX running on the emulator. I've tested with one of ours and while it works great on the real device. It crashes in the emulator.

hg: openjfx/8u-dev/rt: RT-35251 [Monocle] Treat warnings as errors when compiling C code

2014-01-09 Thread hang . vo
Changeset: 3484840f5140 Author:Daniel Blaukopf Date: 2014-01-09 22:31 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3484840f5140 RT-35251 [Monocle] Treat warnings as errors when compiling C code ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! buildSrc/x86egl.gr

Serious ClassLoader issues with standard JavaFX packaging.

2014-01-09 Thread Scott Palmer
Has anyone tried using a custom Log Formatter with a JavaFX app, where the log formatter was not part of the main application jar? We have a class implementing java.util.logging.Formatter that is present in a utility Jar. That utility jar is specified on the classpath for our JavaFX application u

hg: openjfx/8u-dev/rt: RT-35253 [Monocle] Turn off cursor blinking

2014-01-09 Thread hang . vo
Changeset: 00c463f633fc Author:Daniel Blaukopf Date: 2014-01-10 00:41 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/00c463f633fc RT-35253 [Monocle] Turn off cursor blinking ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/linux/FBDevScreen.java ! modules/gra

hg: openjfx/8u-dev/rt: RT-35252 [Monocle] Synthesize mouse events on single-point touch screens

2014-01-09 Thread hang . vo
Changeset: c37840998bfd Author:Daniel Blaukopf Date: 2014-01-10 00:30 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c37840998bfd RT-35252 [Monocle] Synthesize mouse events on single-point touch screens ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! buildSrc/x8

Re: Serious ClassLoader issues with standard JavaFX packaging.

2014-01-09 Thread Kevin Rushforth
This may, in fact, be the root cause of https://javafx-jira.kenai.com/browse/RT-20988 which was resolved for FX 8 when we moved jfxrt.jar into lib/ext so I didn't look into it further. It is unlikely that we will fix this for an FX 2 release, so can you try it with FX 8 and see if it works for

hg: openjfx/8u-dev/rt: Fix RT-35210: Weblauncher toy causes shader exceptions on Mac

2014-01-09 Thread hang . vo
Changeset: 880312ec2086 Author:flar Date: 2014-01-09 17:10 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/880312ec2086 Fix RT-35210: Weblauncher toy causes shader exceptions on Mac Reviewed by: chien, felipe ! modules/graphics/src/main/native-prism-es2/GLContext.c

hg: openjfx/8u-dev/rt: RT-35256 [Monocle] Implement i.MX6 platform and cursor

2014-01-09 Thread hang . vo
Changeset: 42831eeebb20 Author:Daniel Blaukopf Date: 2014-01-10 04:19 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/42831eeebb20 RT-35256 [Monocle] Implement i.MX6 platform and cursor ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/NativePlatformFactory.ja