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

2014-04-29 Thread hang . vo
Changeset: 4b558607b25b Author:Martin Sladecek Date: 2014-04-30 08:19 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4b558607b25b RT-33688 [PieChart] label line length equal to 0 results in label disappearing. Reviewed by: jgiles ! modules/controls/src/main/java/javaf

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

2014-04-29 Thread hang . vo
Changeset: 26306d581529 Author:Felipe Heidrich Date: 2014-04-29 17:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/26306d581529 [Accessibility] Fix hanging when traversing out of textfield/area (infinity loop in MoveEndpointByUnit). ! modules/graphics/src/main/java

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 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 causes Mac to fail to read

[8u20] Review Request for RT-36724 JavaFX Packager Renaming

2014-04-29 Thread Danno Ferrin
Chris, Kevin, Steve, Please review the javafxpackager renaming changes, in the Jira Jira: https://javafx-jira.kenai.com/browse/RT-36724 WebRev: http://cr.openjdk.java.net/~shemnon/RT-36724/webrev.00/ The areas I most want reviewed are the bash script and the windows launcher, and I also want to

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

2014-04-29 Thread hang . vo
Changeset: 588fad80e13c Author:Felipe Heidrich Date: 2014-04-29 11:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/588fad80e13c [Accessibility] RT-36903 - Fix Mac, VO no longer reports 'system dialog' for pop windows. ! modules/graphics/src/main/native-glass/mac/Gl

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 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 values Summary: Use Core Gra

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 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 ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccess

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 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 Mac can use Popup and Combo

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

2014-04-29 Thread hang . vo
Changeset: 6dbdf8164fed Author:Felipe Heidrich 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] remove unused imports

2014-04-29 Thread hang . vo
Changeset: 4886e47258f9 Author:Felipe Heidrich 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 ! modules/controls/src/main/jav

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 no

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 sna

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 Jav

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 ! modules/graphics/src/main/java/com/sun/prism/es2/ES2SwapChain

Re: Cleaning up Control codebase - How to deal with StyleableProperty cast

2014-04-29 Thread David Grieve
I've found that this works: final StyleableBooleanProperty prop = (StyleableBooleanProperty)focusTraversableProperty(); But I don't know if that will work in every case. On 4/28/14, 5:33 PM, Tom Schindl wrote: Hi, I've been cleaning up the warnings inside the controls code base and one

[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: 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 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 cycle ! build.gradle ! tes

hg: openjfx/8u-dev/rt: RT-36836: Low texture update performance with D3D9Ex enabled

2014-04-29 Thread hang . vo
Changeset: d7370ecfa1f3 Author:vadim Date: 2014-04-29 14:15 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d7370ecfa1f3 RT-36836: Low texture update performance with D3D9Ex enabled Reviewed-by: kcr, ckyang ! modules/graphics/src/main/native-prism-d3d/D3DContext.cc ! mo

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 Reviewed-by: jgiles ! modules/controls/src/main/java/javafx/scene/cont