hg: openjfx/2u/dev/rt: Added tag 2.2.80-b01 for changeset 861ad6a6305c

2014-06-25 Thread hang . vo
Changeset: 4a686b248383 Author:hudson Date: 2014-06-25 09:41 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/4a686b248383 Added tag 2.2.80-b01 for changeset 861ad6a6305c ! .hgtags

hg: openjfx/8u-dev/rt: [Accessibility] Follow-up of RT-37609. More bad casts in GlassTextRangeProvider.cpp

2014-06-25 Thread felipe . heidrich
Changeset: 32c05f70d24a Author:Felipe Heidrich Date: 2014-06-25 17:00 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/32c05f70d24a [Accessibility] Follow-up of RT-37609. More bad casts in GlassTextRangeProvider.cpp ! modules/graphics/src/main/native-glass/win/GlassTex

hg: openjfx/8u-dev/rt: [Accessibility] Always check for GetEnv()==NULL (just in case... see IRawElementProviderAdviseEvents)

2014-06-25 Thread felipe . heidrich
Changeset: aa512fa597ef Author:Felipe Heidrich Date: 2014-06-25 16:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/aa512fa597ef [Accessibility] Always check for GetEnv()==NULL (just in case... see IRawElementProviderAdviseEvents) ! modules/graphics/src/main/native-

hg: openjfx/8u-dev/rt: [Accessibility] Replace Attributes.MENU_ITEM_TYPE with Roles RADIO_MENU_ITEM, CHECK_MENU_ITEM, and MENU

2014-06-25 Thread felipe . heidrich
Changeset: 85685c1fe33e Author:Felipe Heidrich Date: 2014-06-25 16:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/85685c1fe33e [Accessibility] Replace Attributes.MENU_ITEM_TYPE with Roles RADIO_MENU_ITEM, CHECK_MENU_ITEM, and MENU ! modules/controls/src/main/java

hg: openjfx/8u-dev/rt: RT-37599: Creation of a DMG from an APP is broken (scpt fails)

2014-06-25 Thread danno . ferrin
Changeset: 296d878c295d Author:shemnon Date: 2014-06-25 14:25 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/296d878c295d RT-37599: Creation of a DMG from an APP is broken (scpt fails) Summary: Re-work script to depend on posix file name instead of finder presented nam

RE: Exposing native surface or opengl handle

2014-06-25 Thread John Smith
Here's a link to Steve and Felipe's JavaOne presentation: http://www.parleys.com/play/524ee4dbe4b0ab14e307d7b1/about "Integrating JavaFX with Native Technologies" > This session examines ways that applications can extend JavaFX to use native > technologies, with a focus on OpenGL. It's such a

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

2014-06-25 Thread kevin . rushforth
Changeset: 10c61801aaab Author:hudson Date: 2014-06-25 09:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/10c61801aaab Added tag 8u20-b20 for changeset c771f928a886 ! .hgtags Changeset: 7312e6321ffa Author:kcr Date: 2014-06-25 11:10 -0700 URL: http://

hg: openjfx/8u-dev/rt: [Accessibility] Rename Roles to use underline where the JavaFX uses camelCase

2014-06-25 Thread felipe . heidrich
Changeset: 8656132b02f6 Author:Felipe Heidrich Date: 2014-06-25 10:15 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8656132b02f6 [Accessibility] Rename Roles to use underline where the JavaFX uses camelCase ! modules/controls/src/main/java/com/sun/javafx/scene/contr

Re: JavaFX at JavaOne 2014

2014-06-25 Thread Johan Vos
For those who worry, Applications created with the JavaFX Android SDK work fine on ART (as expected). After all, we're following Android's rules. - Johan 2014-06-23 20:31 GMT+02:00 John Smith : > I don't know much about Android, but does it have to be a VM, or could you > use ART or an ART equi

hg: openjfx/8u-dev/rt: [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED - missed ContextMenuContent.java

2014-06-25 Thread felipe . heidrich
Changeset: d74b74fe1442 Author:Felipe Heidrich Date: 2014-06-25 09:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d74b74fe1442 [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED - missed ContextMenuContent.java ! modules/controls/src/main/java/com/sun

hg: openjfx/8u-dev/rt: [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED (so match JavaFX name Node#isDisabled())

2014-06-25 Thread felipe . heidrich
Changeset: 758e1f790da3 Author:Felipe Heidrich Date: 2014-06-25 09:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/758e1f790da3 [Accessibility] Change Attribute.ENABLED to Attribute.DISABLED (so match JavaFX name Node#isDisabled()) ! modules/graphics/src/main/java/

hg: openjfx/8u-dev/rt: RT-37702: [Accessibility] enable a11y by default on supported platforms

2014-06-25 Thread felipe . heidrich
Changeset: a4b44bda860f Author:Felipe Heidrich Date: 2014-06-25 09:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a4b44bda860f RT-37702: [Accessibility] enable a11y by default on supported platforms ! modules/graphics/src/main/java/com/sun/glass/ui/View.java

Re: Testing accessibility / sample apps

2014-06-25 Thread Felipe Heidrich
When in doubt you can always specify -Djavafx.verbose=true and observed the libraries are begin loaded. In Steve’s example you should see something like Loaded /Users/Steve/Documents/jfx-8u20/jfx/rt/build/sdk/rt/lib/libglass.dylib … Felipe On Jun 25, 2014, at 8:51 AM, Kevin Rushforth wrote:

hg: openjfx/8u/rt: Added tag 8u20-b20 for changeset c771f928a886

2014-06-25 Thread hang . vo
Changeset: 10c61801aaab Author:hudson Date: 2014-06-25 09:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/10c61801aaab Added tag 8u20-b20 for changeset c771f928a886 ! .hgtags

Re: Testing accessibility / sample apps

2014-06-25 Thread Kevin Rushforth
While you are there, if the Wiki doesn't already say it (I think it does) then note that this presumes you have removed jfxrt.jar from the jre/lib/ext directory of your JDK. -- Kevin Stephen F Northover wrote: The following line of crap works for me on Windows to run Ensemble: java -cp /Us

Re: Testing accessibility / sample apps

2014-06-25 Thread Stephen F Northover
The following line of crap works for me on Windows to run Ensemble: java -cp /Users/Steve/Documents/jfx-8u20/jfx/rt/build/sdk/rt/lib/ext/jfxrt.jar;/Users/Steve/Documents/jfx-8u20/jfx/rt/apps/samples/Ensemble8/dist/Ensemble8.jar ensemble.EnsembleApp I just checked the wiki and it's not documen

Re: Testing accessibility / sample apps

2014-06-25 Thread Kevin Rushforth
If you use build/sdk/rt/lib/ext/jfxrt.jar then it will find the corresponding DLLs, but if you use the built class files rather than jfxrt.jar then you are right in that you need to specify -Djava.library.path to point to the native DLLs. -- Kevin Tom Schindl wrote: I think you also need to

Re: Testing accessibility / sample apps

2014-06-25 Thread Tom Schindl
I think you also need to spec the native-dlls location else there's the chance of a mismatch because the dlls are loaded from the JRE and might not match the java-classes. Tom On 25.06.14 16:51, Kevin Rushforth wrote: > I usually add jfxrt.jar to the bootclasspath, but as long as you have > remov

Re: Testing accessibility / sample apps

2014-06-25 Thread Jann Schneider
Ok thx Am 25.06.2014 16:51 schrieb "Kevin Rushforth" : > I usually add jfxrt.jar to the bootclasspath, but as long as you have > removed jfxrt.jar from your JDK, classpath will work, too. > > -- Kevin > > > Jann Schneider wrote: > >> Hi Felipe! >> >> thanks, this are good News :-) >> Well yesterda

Re: Testing accessibility / sample apps

2014-06-25 Thread Kevin Rushforth
I usually add jfxrt.jar to the bootclasspath, but as long as you have removed jfxrt.jar from your JDK, classpath will work, too. -- Kevin Jann Schneider wrote: Hi Felipe! thanks, this are good News :-) Well yesterday i had some issues with the build bc the famous Windows updates Feature scre

Re: Windows updates might damage the build

2014-06-25 Thread Kevin Rushforth
Thanks for posting this.I know a few others have run into this before, too (including me a couple months ago). We should put this on the Wiki. -- Kevin Jann Schneider wrote: Hi all, I just wanted to share this info in case someone else runs into this Problems: Yesterday i got some updates on

hg: openjfx/8u-dev/rt: RT-37639: Gtk: dead keys don't work on European keyboard layouts

2014-06-25 Thread anthony . petrov
Changeset: a193ba23a602 Author:Anthony Petrov Date: 2014-06-25 18:09 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a193ba23a602 RT-37639: Gtk: dead keys don't work on European keyboard layouts Summary: Enable/disable IM on focus gained/lost events Reviewed-by: azvegin

hg: openjfx/8u-dev/rt: RT-37707 [Monocle] Software cursor is too transparent

2014-06-25 Thread daniel . blaukopf
Changeset: 83f65386cca4 Author:Daniel Blaukopf Date: 2014-06-25 16:53 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/83f65386cca4 RT-37707 [Monocle] Software cursor is too transparent ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/SoftwareCursor.java

hg: openjfx/8u-dev/rt: RT-37709 SwipeTest fails occasionally

2014-06-25 Thread daniel . blaukopf
Changeset: afba65e76862 Author:Daniel Blaukopf Date: 2014-06-25 16:43 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/afba65e76862 RT-37709 SwipeTest fails occasionally Summary: Disable SwipeTest until we can fix it ! tests/system/src/test/java/com/sun/glass/ui/monocle

hg: openjfx/8u-dev/rt: [Tests] Fixed imports in ModalDialogTest broken by changeset: 7349:3fa3f3d53510

2014-06-25 Thread daniel . blaukopf
Changeset: 408891f149b8 Author:Daniel Blaukopf Date: 2014-06-25 16:38 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/408891f149b8 [Tests] Fixed imports in ModalDialogTest broken by changeset: 7349:3fa3f3d53510 ! tests/system/src/test/java/com/sun/glass/ui/monocle/Moda

[8u40] API Review: Allow auto-hiding of PopupWindow on owner node press

2014-06-25 Thread Martin Sladecek
Hello, I propose a new property for PopupWindow that would allow developer to control autohiding policy when PopupWindow has an owner node. Currently, clicking the owner Node does not hide the window, but the new property (autoHideOnOwnerNodeMouseEvents) can change this. JIRA: https://javafx-

Re: Exposing native surface or opengl handle

2014-06-25 Thread Matthias Hänel
Hey all, it's great to have a new thread like this. Robert exactly pointed out what we actually need. I have seen an approach to integrate JFX in JOGL and vice versa. This approach is always been a copying of the pixel buffers between those two frameworks. From my perspective this is not a real

hg: openjfx/8u-dev/rt: RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages

2014-06-25 Thread daniel . blaukopf
Changeset: 3fa3f3d53510 Author:Daniel Blaukopf Date: 2014-06-25 09:58 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3fa3f3d53510 RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages Reviewed-by: kselle ! modules/graphics/src/main/java/co