Review Request: RT-34609: [FXML] b118 FXMLLoader rejects some FXML texts that was accepted before

2013-12-02 Thread Martin Sladecek
Hi David, Eva, please review: JIRA: https://javafx-jira.kenai.com/browse/RT-34609 Webrev: http://cr.openjdk.java.net/~msladecek/rt-34609/webrev.00/ http://cr.openjdk.java.net/%7Emsladecek/rt-34609/webrev.00/ Thanks, -Martin

Re: JavaFX on Android build (instructions)

2013-12-02 Thread Sebastian Rheinnecker
Hi again, I just wanted to let you know that I solved the issue with the max method references in the dex files with using multiple dex files. To accomplish this I patched the classes FXActivity and DalvikLauncher to dynamically load the second dex file and its classes. I also patched the

Re: JavaFX on Android build (instructions)

2013-12-02 Thread tomas.brandalik
Hi Sebastian, please would you send the patch to me? thank you in advance -Tomas On 12/02/2013 09:55 AM, Sebastian Rheinnecker wrote: Hi again, I just wanted to let you know that I solved the issue with the max method references in the dex files with using multiple dex files. To accomplish

Re: JavaFX on Android build (instructions)

2013-12-02 Thread Sebastian Rheinnecker
Hello Tomas, I attached the patch for the FXActivity and DalvikLauncher classes. To make this work, you need to patch the build process for the created projects as well. I couldn't find where this is done in the repo, so I did this manually every time :-), this is also the reason why it isn't

hg: openjfx/8/graphics/rt: RT-34554: [Mac, Glass] Process does not finish closing main window

2013-12-02 Thread hang . vo
Changeset: 2e9dea67bf59 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2013-12-02 16:25 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2e9dea67bf59 RT-34554: [Mac,Glass] Process does not finish closing main window Summary: Post a dummy event to wake up the

RFR: RT-32880: D3D: Near clip appears to clip further (away from viewer) than the specified near value

2013-12-02 Thread Vadim Pakhnushev
Hi Chien, Kevin, Please review a fix for this bug: https://javafx-jira.kenai.com/browse/RT-32880 http://cr.openjdk.java.net/~vadim/RT-32880/webrev.00/ Thanks, Vadim

Re: Does the rendering system in JavaFX process font hints?

2013-12-02 Thread Sybille Lein
Hi Steve, Thank you for your quick reply. Could you please give me some more information on the font engine in JDK 7 as our software will be released with JDK 7 now. Is there any possiblity to configure the font engine in JDK 7 to process font hints on Mac OS X? Regards, Sybille From:

JavaFX on IOS and iPack

2013-12-02 Thread Sebastian Rheinnecker
Hello again, the JavaFX prague team blogged about a packaging/signing tool for JavaFX applications and reported that they brought a JavaFX app to ios all done on Windows 7 ( https://blogs.oracle.com/jfxprg/entry/ipack_the_ios_application_packager ). However, they did not tell us how they

hg: openjfx/8/graphics/rt: RT-34609 [FXML] b118 FXMLLoader rejects some FXML texts that was accepted before

2013-12-02 Thread hang . vo
Changeset: 6554a4c7fa61 Author:Martin Sladecek martin.slade...@oracle.com Date: 2013-12-02 16:27 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6554a4c7fa61 RT-34609 [FXML] b118 FXMLLoader rejects some FXML texts that was accepted before Reviewed by: ekrejcir,

hg: openjfx/8/graphics/rt: 2 new changesets

2013-12-02 Thread hang . vo
Changeset: 9de431c29e4d Author:Kirill Kirichenko kirill.kiriche...@oracle.com Date: 2013-12-02 15:38 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9de431c29e4d fix build failure for Media ! modules/media/src/main/native/gstreamer/projects/win/fxplugins/Makefile !

Re: Does the rendering system in JavaFX process font hints?

2013-12-02 Thread Phil Race
Hi, There are no such configuration options available in either JDK 7 or 8. The rasteriser used in FX 2.x is the same as the one used in JDK, and it can process hints just fine. However it is not configured that way in FX Java FX was from Day 1 (meaning FX 1.0) intended to provide a graphics

hg: openjfx/8/graphics/rt: RT-34618 [Lens] Remove eglx11 from build

2013-12-02 Thread hang . vo
Changeset: 0c2128f43b08 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2013-12-02 18:02 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/0c2128f43b08 RT-34618 [Lens] Remove eglx11 from build Summary: The eglx11 port doesn't work, so we'll stop building it

hg: openjfx/8/graphics/rt: RT-34623: [JAVADOC] fixing Ensemble8 javadoc warnings

2013-12-02 Thread hang . vo
Changeset: 7624bc25c49e Author:ddhill Date: 2013-12-02 12:43 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7624bc25c49e RT-34623: [JAVADOC] fixing Ensemble8 javadoc warnings ! apps/samples/Ensemble8/src/app/java/ensemble/control/BendingPages.java !

hg: openjfx/8/graphics/rt: RT-34083: fixing sample apps building when Swing not present (Ensemble8, Modena, 3DViewer)

2013-12-02 Thread hang . vo
Changeset: 2c9f866b6e0f Author:ddhill Date: 2013-12-02 13:15 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2c9f866b6e0f RT-34083: fixing sample apps building when Swing not present (Ensemble8, Modena, 3DViewer) Reviewed-by: kcr !

RFR: rt-29185 Canvas won't Print.

2013-12-02 Thread Phil Race
http://cr.openjdk.java.net/~prr/fxprinting/rt-29185/ https://javafx-jira.kenai.com/browse/RT-29185 An exception was occurring because the Texture resource backing the Canvas was not compatible with the 2D pipeline. The fix adds code to Canvas to detect this case and copy the canvas data to a

hg: openjfx/8/graphics/rt: RT-34557: [Quantum] JavaFX does not paint correctly when a window opens while the screen is locked

2013-12-02 Thread hang . vo
Changeset: 446894e7355b Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2013-12-02 11:31 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/446894e7355b RT-34557: [Quantum] JavaFX does not paint correctly when a window opens while the screen is locked Fix-by:

RFR RT-33113: HtmlEditor not printing

2013-12-02 Thread Phil Race
http://cr.openjdk.java.net/~prr/fxprinting/RT-33113/ https://javafx-jira.kenai.com/browse/RT-33113 The problem is that printing doesn't have a screen so we get a NPE. We likely should make printing report a dummy screen so that callers don't need to be aware of this, but at this stage in the

[8] Review request for RT-34610: SwingNode: Ending a drag gesture should not generate an AWT mouse clicked event

2013-12-02 Thread Anthony Petrov
Anton, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-34610 -- best regards, Anthony

[8] Review request for RT-34632: Lens: VK preload

2013-12-02 Thread Seeon Birger
Jonathan, Daniel, Please review in time for ZBB, a fix for https://javafx-jira.kenai.com/browse/RT-34632 - Lens: VK preload (sub-task of https://javafx-jira.kenai.com/browse/RT-24685 - Lens: Virtual keyboard initialization is slow) The patch moves VK initialization including

Changing the default gradle build results.

2013-12-02 Thread David Hill
Come join the discussion - we don't have much time to do this :-) https://javafx-jira.kenai.com/browse/RT-34633 The Jira starts with this: The OpenJFX default target for gradle (currently 'sdk') should also build the public apps Currently we have: sdk: builds only the SDK runtime binary -

Re: review request RT-28691: Region corner radii scaling issues when radii 2*width,height

2013-12-02 Thread Jim Graham
Updated webrev available in the latest Jira comment, responding to review feedback from Felipe and (in the Jira comments) answering a number of questions about the methodology with David... ...jim On 11/26/13 11:15 PM, Jim Graham wrote: Hi David and Felipe, Please

Post commit notice: RT-34635: warnings printed out when using poolstats

2013-12-02 Thread Jim Graham
The warning message was printed out unconditionally even when the summary was requested for other reasons... http://cr.openjdk.java.net/~flar/RT-34635/webrev.00/ https://javafx-jira.kenai.com/browse/RT-34635 ...jim

hg: openjfx/8/graphics/rt: Fix RT-34635: poolstats prints unnecessary warning messages

2013-12-02 Thread hang . vo
Changeset: 7032137bf627 Author:flar james.gra...@oracle.com Date: 2013-12-02 14:22 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7032137bf627 Fix RT-34635: poolstats prints unnecessary warning messages !

RFR: RT-34523: [Printing] When turning on button style, the printed page is blank

2013-12-02 Thread Phil Race
Please review :- http://cr.openjdk.java.net/~prr/fxprinting/rt-34523/ https://javafx-jira.kenai.com/browse/RT-34523

hg: openjfx/8/graphics/rt: Fix RT-28691: Region corners wrong when corner radii overflow width or height

2013-12-02 Thread hang . vo
Changeset: 5e17e3810011 Author:flar james.gra...@oracle.com Date: 2013-12-02 14:54 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5e17e3810011 Fix RT-28691: Region corners wrong when corner radii overflow width or height Reviewed by: Felipe, David Grieve !

hg: openjfx/8/graphics/rt: RT-34518 Ensemble8: adjust @embedded flags

2013-12-02 Thread hang . vo
Changeset: d84e05a1e95b Author:dmasada Date: 2013-12-02 14:39 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d84e05a1e95b RT-34518 Ensemble8: adjust @embedded flags ! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java !

hg: openjfx/8/graphics/rt: RT-33113: Printing: HtmlEditor does not print anything

2013-12-02 Thread hang . vo
Changeset: cc2acc7f4a50 Author:prr Date: 2013-12-02 14:12 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cc2acc7f4a50 RT-33113: Printing: HtmlEditor does not print anything Reviewed-by: kcr ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGNode.java

hg: openjfx/8/graphics/rt: RT-34523: Printing: When turning on button style, the printed page is blank

2013-12-02 Thread hang . vo
Changeset: 1957002886ae Author:prr Date: 2013-12-02 15:16 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1957002886ae RT-34523: Printing: When turning on button style, the printed page is blank Reviewed-by: fheidric !

8 review request: RT-33796: Need to remove compile and runtime dependency on BINARY_STUB

2013-12-02 Thread Kevin Rushforth
Felipe David, Please review: https://javafx-jira.kenai.com/browse/RT-33796 -- Kevin

hg: openjfx/8/graphics/rt: Ensemble8: RT-34639 Fix 3D samples

2013-12-02 Thread hang . vo
Changeset: 79f9671ee7dc Author:Alexander Kouznetsov Date: 2013-12-02 20:08 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/79f9671ee7dc Ensemble8: RT-34639 Fix 3D samples ! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java !

hg: openjfx/8/graphics/rt: RT-30501: Gradle build script must read version and milestone info from build.properties

2013-12-02 Thread hang . vo
Changeset: 24c413e47bd9 Author:kcr Date: 2013-12-02 21:03 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/24c413e47bd9 RT-30501: Gradle build script must read version and milestone info from build.properties ! build.gradle ! gradle.properties.template

hg: openjfx/8/graphics/rt: 3 new changesets

2013-12-02 Thread hang . vo
Changeset: 25d3cad95e8b Author:hudson Date: 2013-11-28 08:49 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/25d3cad95e8b Added tag 8.0-b118 for changeset f2c38647100e ! .hgtags Changeset: 32281599fbc7 Author:mv157916 Date: 2013-12-02 11:13 -0800 URL: