8u40 review request: RT-36221 INNER/OUTER stroke types wrong on Linux

2014-09-11 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-36221/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-36221 Simple workaround copied from other parts of the code base... ...jim

[8u40] API proposal: [CSS, Control] Improve handling of Control.getUserAgentStylesheet()

2014-09-11 Thread David Grieve
Relative to https://javafx-jira.kenai.com/browse/RT-38640, I propose to add the following method to Region: /** * An implementation may specify its own user-agent styles for this Region, and its children, * by overriding this method. These styles are used in addition to whatever

hg: openjfx/8u-dev/rt: Fix RT-38536: Deadlock initializing Image Conversion utilities from multiple threads

2014-09-11 Thread james . graham
Changeset: 2200f3672dbb Author:flar Date: 2014-09-11 15:13 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2200f3672dbb Fix RT-38536: Deadlock initializing Image Conversion utilities from multiple threads Reviewed by: kcr ! modules/graphics/src/main/java/com/sun/javaf

Unknown error 0x80DE0001

2014-09-11 Thread Peter Penzov
HI All, I tested drag and drop example. I get this error: E r r o r : 8 0 d e 0 0 0 1 i n C a l l b a c k T o J a v a ( j a v a I D s . V i e w . n o t i f y D r a g D r o p , g r f K e y S t a t e , p t , p d w E f f e c t ) C O M E r r o r : 8 0 d e 0 0 0 1 U n k n o w n e r r o r 0 x 8 0 D

Re: hg: openjfx/8u-dev/rt: support multiple file registrations on windows, and normalize the exe/msi names

2014-09-11 Thread Danno Ferrin
My bad, still in sandbox mode. RT-38626: [Bundlers] content type is not set for Windows when specifying file associations Summary: support multiple file registrations on windows, and normalize the exe/msi names On Sep 11, 2014, at 11:05 AM, danno.fer...@shemnon.com wrote: > Changeset: 554c4bdd

hg: openjfx/8u-dev/rt: support multiple file registrations on windows, and normalize the exe/msi names

2014-09-11 Thread danno . ferrin
Changeset: 554c4bdd3c5f Author:shemnon Date: 2014-09-11 11:04 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/554c4bdd3c5f support multiple file registrations on windows, and normalize the exe/msi names ! modules/fxpackager/src/main/java/com/oracle/tools/packager/windo

hg: openjfx/8u-dev/rt: [SCENEBUILDER] SetDocumentRootJob now takes responsibility to invoke UsePredefinedSizeJob (part of DTL-6783).

2014-09-11 Thread eric . le . ponner
Changeset: 12530777d84a Author:Eric Le Ponner Date: 2014-09-11 18:54 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/12530777d84a [SCENEBUILDER] SetDocumentRootJob now takes responsibility to invoke UsePredefinedSizeJob (part of DTL-6783). This removes some code duplic

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix for DTL-6869: Accelerator editor does not work anymore

2014-09-11 Thread jerome . cambon
Changeset: b0a08e558789 Author:Jerome Cambon Date: 2014-09-11 18:12 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b0a08e558789 [SCENEBUILDER] Fix for DTL-6869: Accelerator editor does not work anymore ! apps/scenebuilder/SceneBuilderKit/src/com/oracle/javafx/scenebui

Re: Need help with ScrollPane sizing inside nested panes

2014-09-11 Thread Kevin Smith
That seems to have done the trick. It's like magic! Thanks! Kevin On 09/11/2014 05:12 AM, Eric Le Ponner wrote: > Try using StackPane in place of Pane. > Pane is pretty basic in term of layout capabilities. > > Eric > > > On 11 Sep 2014, at 01:46, Kevin Smith wrote: > >> If we have a Pane

hg: openjfx/8u-dev/rt: RT-38480: [CSS] ProgressIndicator does not spin anymore since 8u20

2014-09-11 Thread david . grieve
Changeset: cf836d5d76d2 Author:David Grieve Date: 2014-09-11 10:23 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cf836d5d76d2 RT-38480: [CSS] ProgressIndicator does not spin anymore since 8u20 Reviewed by: kevin, steve, jonathan ! apps/toys/Hello/src/main/java/hello/H

hg: openjfx/8u-dev/rt: {IDE ONLY] Fix IDE files for Eclipse, NetBeans and IntelliJ

2014-09-11 Thread steve . x . northover
Changeset: 65b41355c1af Author:snorthov Date: 2014-09-11 10:19 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/65b41355c1af {IDE ONLY] Fix IDE files for Eclipse, NetBeans and IntelliJ ! .idea/fxpackager.iml ! modules/fxpackager/.classpath ! netbeans/fxpackager/nbproject

hg: openjfx/8u-dev/rt: [test-only] need to check for Hand Crafted JDKs in build server tests.

2014-09-11 Thread danno . ferrin
Changeset: 6dea37f368c8 Author:shemnon Date: 2014-09-11 08:02 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6dea37f368c8 [test-only] need to check for Hand Crafted JDKs in build server tests. ! modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacAppBund

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Remove dead variables from UnwrapJob.java to fix DLS_DEAD_LOCAL_STORE findbugs warning

2014-09-11 Thread sandra . lions-piron
Changeset: f0e4f63f83c1 Author:slions Date: 2014-09-11 15:31 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f0e4f63f83c1 [SCENEBUILDER] Remove dead variables from UnwrapJob.java to fix DLS_DEAD_LOCAL_STORE findbugs warning ! apps/scenebuilder/SceneBuilderKit/src/com/

hg: openjfx/8u-dev/rt: RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException

2014-09-11 Thread daniel . blaukopf
Changeset: 2abfc95e5ffd Author:Daniel Blaukopf Date: 2014-09-11 15:17 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2abfc95e5ffd RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException ! modules/graphics/src/main/java/com/sun/glass/ui/mon

Re: Need help with ScrollPane sizing inside nested panes

2014-09-11 Thread Eric Le Ponner
Try using StackPane in place of Pane. Pane is pretty basic in term of layout capabilities. Eric On 11 Sep 2014, at 01:46, Kevin Smith wrote: > If we have a Pane containing a ScrollPane containing a GridPane, > everything works as expected. But as soon as we inject a second Pane > (which is har

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix

2014-09-11 Thread sandra . lions-piron
Changeset: 4b422b9d2145 Author:slions Date: 2014-09-11 13:57 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4b422b9d2145 [SCENEBUILDER] Fix DTL-6779 : Wrap in and Unwrap commands should be available for DialogPane DTL-6863 : Wrap in and Unwrap commands should be availab

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix for DTL-6817 (SB should resolve lookups defined in a .root style class).

2014-09-11 Thread eric . le . ponner
Changeset: 4fd7ffb45afb Author:Eric Le Ponner Date: 2014-09-11 12:16 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4fd7ffb45afb [SCENEBUILDER] Fix for DTL-6817 (SB should resolve lookups defined in a .root style class). ! apps/scenebuilder/SceneBuilderKit/src/com/o