hg: openjfx/8u-dev/rt: Fix to RT-32631: D3D: Need to improve OS version checking into GPU qualifying logic

2014-01-02 Thread hang . vo
Changeset: 6276ba3a4dfd Author:Chien Yang Date: 2014-01-02 06:25 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6276ba3a4dfd Fix to RT-32631: D3D: Need to improve OS version checking into GPU qualifying logic Reviewed-by: kcr, vadim ! modules/graphics/src/main/java/c

Please update copyright year to 2014 in any file you create / modify

2014-01-02 Thread Kevin Rushforth
Happy New Year OpenJFX folks! Since it is now 2014, when you modify any source code file, please update the last copyright year in the Oracle copyright header to reflect this. Here are the three cases to consider. 1) A new file created this year You would use this: * Copyright (c) 2014, Orac

Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-02 Thread Florian Brunner
Hi, I'm in the process of upgrading Drombler FX to JavaFX 8 and hit another regression issue: JavaFX 8 doesn't call listeners in my Skin implementation (it used to work with JavaFX 2.x !) Here is the Skin implementation: https://sourceforge.net/p/drombler/drombler-fx/ci/default/tree/drombler-f

Re: Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-02 Thread Florian Brunner
I also tried to add a listener directly to control.getDockingSplitPaneChildren() in case the issue is with Bindings.bindContent, but also this listener doesn't get called. member: private final ListChangeListener dockingSplitPaneChildrenListener = new ListChangeListener() { @Overr

General schedule/roadmap/status

2014-01-02 Thread Kevin Smith
Hi all, If my questions are answered by existing web pages or archived email threads, please point me to them. I looked, but could not find any. We are looking at committing to JavaFX for some major new UI work, and want to understand the likely availability of JavaFX for our OpenJDK users. My un

hg: openjfx/8u-dev/rt: RT-34882 : NullPointerException when chaining DropShadow Effect to Reflection Effect

2014-01-02 Thread hang . vo
Changeset: c73ad04890cf Author:Martin Sladecek Date: 2014-01-03 08:43 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c73ad04890cf RT-34882 : NullPointerException when chaining DropShadow Effect to Reflection Effect Reviewed by: flar ! modules/graphics/src/main/java/c