hg: openjfx/8u-dev/rt: [TESTS] RT-36184 Add tests for custom TraversalEngines that were introduced in RT-36065

2014-06-04 Thread hang . vo
Changeset: 9d8a6ca92731 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-06-04 08:29 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9d8a6ca92731 [TESTS] RT-36184 Add tests for custom TraversalEngines that were introduced in RT-36065 !

hg: openjfx/8u-dev/rt: Sync up SceneBuilder changes

2014-06-04 Thread hang . vo
Changeset: 1ed6990e4ff3 Author:yjoan Date: 2014-06-04 09:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1ed6990e4ff3 Sync up SceneBuilder changes ! apps/scenebuilder/SceneBuilderApp/src/com/oracle/javafx/scenebuilder/app/css/DocumentWindow.css !

hg: openjfx/8u-dev/rt: [BUILD/DOC] update armhf toolchain builder script, add armsf script.

2014-06-04 Thread hang . vo
Changeset: c14699348b0d Author:ddhill Date: 2014-06-04 10:48 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c14699348b0d [BUILD/DOC] update armhf toolchain builder script, add armsf script. ! buildSrc/crosslibs/crosslibs-armv6hf.sh +

Re: [API REVIEW REQUEST] RT-5747: Spinner control

2014-06-04 Thread Stephen F Northover
Thanks Jonathan! Although the JIRA is long winded, at least it captures all the thinking in one place. Steve On 2014-06-03, 6:07 PM, Jonathan Giles wrote: Hi all, A Spinner control is in the planning stages for JavaFX 8u40, and so when my 8u20 backlog has got down (or near to) zero

hg: openjfx/8u-dev/rt: RT-37384: SERVICE_HINT option is broken in OEL

2014-06-04 Thread hang . vo
Changeset: cd489ba433b6 Author:shemnon Date: 2014-06-04 09:21 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cd489ba433b6 RT-37384: SERVICE_HINT option is broken in OEL Summary: Windows fixes - there were also some problems with names and strange characters in windows

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

2014-06-04 Thread hang . vo
Changeset: 64bdc268649c Author:hudson Date: 2014-06-04 07:54 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/64bdc268649c Added tag 8u20-b17 for changeset 3308d6a77846 ! .hgtags Changeset: b1d8f27e99cc Author:kcr Date: 2014-06-04 13:43 -0700 URL:

hg: openjfx/8u-dev/rt: RT-37297: [Accessibility, Windows] Next item (caps_lock+arrow_left) does not work well on List

2014-06-04 Thread hang . vo
Changeset: 1abc0126b89d Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-06-04 13:54 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1abc0126b89d RT-37297: [Accessibility, Windows] Next item (caps_lock+arrow_left) does not work well on List !

hg: openjfx/8u-dev/rt: RT-37402: Allow Windows MSI Bundler productVersion to differ from the general version

2014-06-04 Thread hang . vo
Changeset: 1e55ca95e704 Author:shemnon Date: 2014-06-04 16:45 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1e55ca95e704 RT-37402: Allow Windows MSI Bundler productVersion to differ from the general version Summary: add 'win.msi.productVersion' bundler arg to

How to scale control properly?

2014-06-04 Thread Rafal Leibzig
Hi, Sorry for disturbing you, but I have a question and no one answered me on other forums. My question is rather simple: http://stackoverflow.com/questions/23997115/how-to-scale-control-and-layout-it-properly-in-javafx Thanks in advance. You are the experts. :) -- Rafal

8u20 review request: RT-36016 dirty region problems with large blurs

2014-06-04 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-36016/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-36016 This is a regression caused by the recent work on blurs/shadows on retina... ...jim