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

2014-04-29 Thread hang . vo
Changeset: 0da5df134799 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-04-29 08:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0da5df134799 RT-36842 OpenJFX no longer builds with OpenJDK Reviewed by: kcr ! .idea/base.iml ! build.gradle !

hg: openjfx/8u-dev/rt: Fix RT-36790: dirty region optimization loses background if back buffer is lost due to low vram condition.

2014-04-29 Thread hang . vo
Changeset: 13ecb2d726ab Author:flar james.gra...@oracle.com Date: 2014-04-28 23:20 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/13ecb2d726ab Fix RT-36790: dirty region optimization loses background if back buffer is lost due to low vram condition. Reviewed by: Kevin

Re: Why can Scene's only be constructed on the UI thread?

2014-04-29 Thread Martin Sladecek
The patch tries to solve the issue by deferring the construction of Scene in PopupWindow, but the issues I ran into just show that it's not enough. In order to fix RT-17716, we need Scene construction outside of the thread. Looking at the Scene code, it seems that there are not that many

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

2014-04-29 Thread hang . vo
Changeset: befd865346f6 Author:jgiles Date: 2014-04-29 15:52 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/befd865346f6 RT-36334: Clean up warnings in control component Contributed-by: Tom Schindl tom.schi...@bestsolution.at Reviewed-by: jgiles !

hg: openjfx/8u-dev/rt: Linux Input Tests: Adding gestures properties to UInput and build files in order to include the tests in nightly cycle

2014-04-29 Thread hang . vo
Changeset: 8612ddef00a7 Author:Elina Kleyman elina.kley...@oracle.com Date: 2014-04-29 13:19 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8612ddef00a7 Linux Input Tests: Adding gestures properties to UInput and build files in order to include the tests in nightly

[8u20] Review request for RT-36823: Screen.getPrimary().getDpi() and Toolkit.getDefaultToolkit().getScreenResolution() returns different values

2014-04-29 Thread Anthony Petrov
Hi Sergey, Felipe, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36823 Please post your review comments in JIRA. Thanks. -- best regards, Anthony

hg: openjfx/8u-dev/rt: RT-36745: [Mac] Visual artifacts when using SceneAntialiasing

2014-04-29 Thread hang . vo
Changeset: 6c514a282d62 Author:kcr Date: 2014-04-29 05:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6c514a282d62 RT-36745: [Mac] Visual artifacts when using SceneAntialiasing Reviewed-by: ckyang, flar !

Result: New OpenJFX Committer: Elina Kleyman

2014-04-29 Thread David Hill
Voting for Elina Kleyman to OpenJFX Committer [1] is now closed. Yes: 6 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill

Re: Why can Scene's only be constructed on the UI thread?

2014-04-29 Thread Mike Hearn
For a Node to have a peer to dispose, it must have been attached to a live Scene, right, which must be done on the app thread. Requiring nodes to be removed from a live Stage/Scene on the app thread doesn't seem like a big deal. To snapshot you could just throw an exception if someone tries to

Re: Why can Scene's only be constructed on the UI thread?

2014-04-29 Thread Kevin Rushforth
The snapshot methods already do a thread check and throw an exception if they are called on a thread other than an app thread. -- Kevin Mike Hearn wrote: For a Node to have a peer to dispose, it must have been attached to a live Scene, right, which must be done on the app thread. Requiring

hg: openjfx/8u-dev/rt: [Accessibility] remove unused imports

2014-04-29 Thread hang . vo
Changeset: 4886e47258f9 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-29 09:02 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4886e47258f9 [Accessibility] remove unused imports ! modules/controls/src/main/java/javafx/scene/control/Accordion.java !

hg: openjfx/8u-dev/rt: [TextFlow] remove unused imports

2014-04-29 Thread hang . vo
Changeset: 6dbdf8164fed Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-29 09:13 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6dbdf8164fed [TextFlow] remove unused imports ! modules/graphics/src/main/java/javafx/scene/text/TextFlow.java

hg: openjfx/8u-dev/rt: [Accessibility] RT-36903 - removing ListView-like attributes from ComboBox + Adding EDITABLE attribute so that Mac can use Popup and ComboBox role adequately.

2014-04-29 Thread hang . vo
Changeset: 0fea45431933 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-29 10:26 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0fea45431933 [Accessibility] RT-36903 - removing ListView-like attributes from ComboBox + Adding EDITABLE attribute so that

hg: openjfx/8u-dev/rt: [Accessibility] RT-36903 - Fix Mac double reading the title for a ComboBox

2014-04-29 Thread hang . vo
Changeset: 1d14bbee0c61 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-29 10:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1d14bbee0c61 [Accessibility] RT-36903 - Fix Mac double reading the title for a ComboBox !

hg: openjfx/8u-dev/rt: RT-36823: Screen.getPrimary().getDpi() and Toolkit.getDefaultToolkit().getScreenResolution() returns different values

2014-04-29 Thread hang . vo
Changeset: ab1603afab46 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-04-29 22:01 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ab1603afab46 RT-36823: Screen.getPrimary().getDpi() and Toolkit.getDefaultToolkit().getScreenResolution() returns different

hg: openjfx/8u-dev/rt: [Accessibility] RT-36903 - fix EDITABLE attribute for Windows; remove a11y re-parenting of listView (as it only causes Mac to fail to read the list); add fix for Mac (using FOCU

2014-04-29 Thread hang . vo
Changeset: f1da54afa580 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-04-29 16:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f1da54afa580 [Accessibility] RT-36903 - fix EDITABLE attribute for Windows; remove a11y re-parenting of listView (as it only