hg: openjfx/8u-dev/rt: [SCENEBUILDER] Going on fixing DTL-6783: Rationalize job implementation between Hierarchy and Content Panels

2014-09-03 Thread sandra . lions-piron
Changeset: d702e4ad5227 Author:slions Date: 2014-09-03 09:09 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d702e4ad5227 [SCENEBUILDER] Going on fixing DTL-6783: Rationalize job implementation between Hierarchy and Content Panels = Adapt Re-index jobs to the new

hg: openjfx/8u-dev/rt: RT-38407 RTL orientation, ComboBox popup is not aligned with the ComboBox.

2014-09-03 Thread martin . sladecek
Changeset: 77ee61dc5811 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-03 09:21 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/77ee61dc5811 RT-38407 RTL orientation, ComboBox popup is not aligned with the ComboBox. Reviewed by: jgiles !

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

2014-09-03 Thread sandra . lions-piron
Changeset: dc9971d9268f Author:slions Date: 2014-09-03 12:11 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/dc9971d9268f [SCENEBUILDER] Fix DTL-6802 : Changing focus order for GridPane by Hierarchy Pane doesn't work !

Image decoding - native or java?

2014-09-03 Thread Mike Hearn
If I load image bits into an Image how is the decoding done? Is this using native code and if so there is a way to swap out the decoding engines for ones written in Java? I see native image libraries in my JRE lib directory so I suspect the answer is, they're decoded in C. I ask because I'm

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

2014-09-03 Thread eric . le . ponner
Changeset: bef2f999b920 Author:eric.le.pon...@oracle.com Date: 2014-09-03 10:07 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bef2f999b920 [SCENEBUILDER] ReferencesUpdate class now treats ToggleGroup reference with some special logic (DTL-6774). !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Removed unused code from ObjectDeleter to fix BC_IMPOSSIBLE_INSTANCEOF from FindBugs.

2014-09-03 Thread eric . le . ponner
Changeset: b9eb9718108b Author:eric.le.pon...@oracle.com Date: 2014-09-03 14:22 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b9eb9718108b [SCENEBUILDER] Removed unused code from ObjectDeleter to fix BC_IMPOSSIBLE_INSTANCEOF from FindBugs. !

hg: openjfx/8u-dev/rt: RT-37879 ArrayindexoutOfBoundsException from Parent.updateCachedBounds

2014-09-03 Thread martin . sladecek
Changeset: eb251121a360 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-03 14:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/eb251121a360 RT-37879 ArrayindexoutOfBoundsException from Parent.updateCachedBounds !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix ReIndexRow/Column jobs inheritance.

2014-09-03 Thread sandra . lions-piron
Changeset: ae50be4152c6 Author:slions Date: 2014-09-03 15:29 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ae50be4152c6 [SCENEBUILDER] Fix ReIndexRow/Column jobs inheritance. Indeed, their sub jobs list cannot be initialized lazily. !

hg: openjfx/8u-dev/rt: RT-38349: Numerous unit test failures in SimpleSwipeTest

2014-09-03 Thread elina . kleyman
Changeset: b4d2b1d973a6 Author:Elina Kleyman elina.kley...@oracle.com Date: 2014-09-03 17:16 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b4d2b1d973a6 RT-38349: Numerous unit test failures in SimpleSwipeTest !

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix DTL-6768: Extend the Show Sample Data command to include Spinner control

2014-09-03 Thread sandra . lions-piron
Changeset: c2041e3fd928 Author:slions Date: 2014-09-03 16:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c2041e3fd928 [SCENEBUILDER] Fix DTL-6768: Extend the Show Sample Data command to include Spinner control !

Re: Image decoding - native or java?

2014-09-03 Thread Kevin Rushforth
It depends on the format. We use a native libjpeg loader from IJG (the Independent JPEG Group) to decode JPEG files and Java loaders to decode GIF, BMP, and PNG files. -- Kevin Mike Hearn wrote: If I load image bits into an Image how is the decoding done? Is this using native code and if so

hg: openjfx/8u/rt: Added tag 8u40-b04 for changeset b4976c12c98b

2014-09-03 Thread hang . vo
Changeset: 1c2b1f7b7424 Author:hudson Date: 2014-09-03 08:23 -0700 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/1c2b1f7b7424 Added tag 8u40-b04 for changeset b4976c12c98b ! .hgtags

hg: openjfx/8u-dev/rt: RT-38452: [Accessibility] HelloTreeView hangs on Windows 7 when running Narrator

2014-09-03 Thread felipe . heidrich
Changeset: 3beaafe4b671 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-09-03 09:54 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3beaafe4b671 RT-38452: [Accessibility] HelloTreeView hangs on Windows 7 when running Narrator !

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

2014-09-03 Thread eric . le . ponner
Changeset: afa5accd7234 Author:eric.le.pon...@oracle.com Date: 2014-09-03 19:17 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/afa5accd7234 [SCENEBUILDER] Removed unused code to fix DLS_DEAD_LOCAL_STORE reported by FindBugs. !

Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
I’m glad to see that javafxpackager is now javapackager. So my question should be - what is the proper forum to post a javapackger question, or who at Oracle could create a new dedicated forum for it? In the meantime, does anyone have a suggestion to diagnose why my custom

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Kevin Rushforth
This is the proper place to discuss the javapackager (at least for the near term). Bugs are still tracked through the JavaFX JIRA. The source code lives in the JavaFX repo and it is built and delivered into the JDK as part of the JavaFX build. -- Kevin Jeff Martin wrote: I’m glad to see

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
Actually, for the moment I’m just generating “image”, though I tried pkg and it also didn’t call the post-image script. I love all the customization tips when verbose is turned on. I was hoping it would say, “No post-image script found at package/macosx/SnapCode-post-image.sh - add one here

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Danno Ferrin
A quick code inspection shows that the post image script is only called for DMG packaging. Looks to be a PKG oversight. Could you post a bug to javafx-jira.kenai.com? On Sep 3, 2014, at 2:31 PM, Jeff Martin j...@reportmill.com wrote: Actually, for the moment I’m just generating “image”,

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
Done: RT-38521 - Javapackager not calling post-image script on MacOSX for PKG and IMAGE jeff On Sep 3, 2014, at 4:15 PM, Danno Ferrin danno.fer...@oracle.com wrote: A quick code inspection shows that the post image script is only called for DMG packaging. Looks to be a PKG oversight.

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
I just tested with DMG and my script does get called. However, it seems like I can’t use it to add and remove JDK files without invalidating the codesign work. Is it possible for javapackager to build the image, call the post-image script, then codesign? jeff On Sep 3, 2014, at 4:33 PM, Jeff

hg: openjfx/8u-dev/rt: Fix RT-38183: ManagedResource warnings when screen configurations change

2014-09-03 Thread james . graham
Changeset: 70ae8cc1e691 Author:flar james.gra...@oracle.com Date: 2014-09-03 15:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/70ae8cc1e691 Fix RT-38183: ManagedResource warnings when screen configurations change Reviewed by: kcr, felipe !

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Danno Ferrin
Excellent point. I'll move the script to before the codesign. I've also got some bugs requesting an easy flag to turn off auto-codesign. I'll do that as part of the 8u40 work. In the mean time, you can disable codesign with a bundler argument in ant by adding this to the fx:deploy element

hg: openjfx/8u-dev/rt: [test-only] change to simple DMG

2014-09-03 Thread danno . ferrin
Changeset: 613a8ae3a0f4 Author:shemnon Date: 2014-09-03 19:59 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/613a8ae3a0f4 [test-only] change to simple DMG When running tests, only do a full DMG if the build is configured to retain the intermediate packaging artifacts

8u40 review request: RT-36205 ManagedResource pool warnings when printing from a live app

2014-09-03 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-36205/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-36205 Description of fix and testing is in the Jira issue. I'd especially appreciate some more rigorous testing from Phil if he can spare the time and has any printing test suites that