hg: openjfx/8/graphics/rt: RT-14647: Incorrect display of JPEG images

2013-11-05 Thread hang . vo
Changeset: 270d5f4e10b2 Author:bae Date: 2013-11-05 12:54 + URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/270d5f4e10b2 RT-14647: Incorrect display of JPEG images Reviewed-by: kcr, prr ! modules/graphics/src/main/native-iio/jpegloader.c

CFV: New OpenJFX Committer: Assaf Yavani

2013-11-05 Thread David Hill
I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes are in Glass/Lens support code: hg log -M -u Rafi Tayar An incomplete list of Rafi's commits and reviews is also available by the following link:

Re: Request for review: RT-28347 - DnD between two JFXPanels

2013-11-05 Thread Anthony Petrov
Hi Artem, There's a lot of code changes and I'm not sure if I see the complete picture of how DnD works with embedded scenes (and not that I'm a great expert in DnD anyway.) It would be nice to have a short overview of the embedded DnD architecture (put in a class javadoc for, say, the

Fwd: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread David Hill
[ resending it with a corrected subject line. The dangers of reusing a form] I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes are in Glass/Lens support code: hg log -M -u Rafi Tayar An incomplete list of Rafi's

Re: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread Daniel Blaukopf
Vote: Yes Daniel On Nov 5, 2013, at 5:59 PM, David Hill david.h...@oracle.com wrote: [ resending it with a corrected subject line. The dangers of reusing a form] I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes

Re: Fwd: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread Anthony Petrov
Vote: YES -- best regards, Anthony On 11/05/2013 07:59 PM, David Hill wrote: [ resending it with a corrected subject line. The dangers of reusing a form] I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes are in

Re: Fwd: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread Lisa Selle
Vote: YES On 11/5/2013 10:59 AM, David Hill wrote: [ resending it with a corrected subject line. The dangers of reusing a form] I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes are in Glass/Lens support code: hg

Re: Serializing JFXPanel with java.beans.XMLEncoder

2013-11-05 Thread Artem Ananiev
Hi, Lidierth, could you provide the exception stack trace, please? It would help to understand whether you're over-optimistic or not :) Thanks, Artem On 11/5/2013 9:14 PM, Lidierth Malcolm wrote: When I add a JFXPanel to a Swing hierarchy that is then written to XML using

Re: JFXPanel with WebView in JDK8

2013-11-05 Thread Stephen F Northover
Please enter a JIRA with your test code in it and add me as a watcher. Thanks. Steve On 2013-11-05 2:37 PM, Lidierth Malcolm wrote: NOTE: THIS EXCEPTION OCCURS WITH JDK8, BUT NOT WITH JDK7 public class NewFXMain1 { public static void main(String[] args) throws InterruptedException,

Re: openjfx-dev Digest, Vol 24, Issue 9

2013-11-05 Thread Lidierth Malcolm
@Steve Not sure how to add a watcher now, as already posted to https://javafx-jira.kenai.com/browse/RT-34077 Regards ML On 05/11/2013 20:00, openjfx-dev-requ...@openjdk.java.net wrote: Send openjfx-dev mailing list submissions to openjfx-dev@openjdk.java.net To subscribe or

hg: openjfx/8/graphics/rt: RT-28393: Left / Right key navigation for Menu dropdowns don't work.

2013-11-05 Thread hang . vo
Changeset: 85de716883ff Author:leifs Date: 2013-11-05 14:46 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/85de716883ff RT-28393: Left / Right key navigation for Menu dropdowns don't work. Reviewed-by: jgiles !

hg: openjfx/8/graphics/rt: 4 new changesets

2013-11-05 Thread hang . vo
Changeset: 3828bec01c12 Author:mhowe Date: 2013-11-05 13:07 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3828bec01c12 RT-34079: Backout Service Loader change - cause issue with SceneBuilder [mhowe] !

Heads-up: Bumping minimum build number to b113

2013-11-05 Thread Kevin Rushforth
As a heads-up, I need to bump the minimum JDK 8 version number required for building FX to b113 (is currently b112) to fix a problem building one of our closed files that uses a java.net class in the JDK which has changed. FX JIRA: https://javafx-jira.kenai.com/browse/RT-34085 JDK issue