Re: Invitation to connect on LinkedIn

2014-05-06 Thread Felix Bembrick
My sincerest apologies for this spam. I was setting up my Linkedin profile for the first time and must have clicked on the wrong button in one of the wizard pages :-( I have no idea how this request ended-up on this list but I suspect it went through my address book. If that's the case then I am

How to deploy JavaFX application writen in JavaScript unsing Nashorn

2014-05-06 Thread Bilal Soidik
Hi! As you know, we can write JavaFX application in JavaScript using Nashorn Engine, but I have to run application with command line like: > jjs app_all.js -fx . So I wont know how can I deploy application that let me click on and lunch it or make a self-contained application packaging using JDK 7(

Invitation to connect on LinkedIn

2014-05-06 Thread Felix Bembrick
LinkedIn openjfx-dev@openjdk., I'd like to include you in my network to share updates and stay in touch. - Felix Felix Bembrick Development Lead at Bembrick Software Labs Sydney Area, Australia Confirm that you know Felix Bembrick: https://www.linkedin.com/e/j4bywu-huvxdeup-6l/i

review request: RT-36794: [Font] Bitmapped font should not be sub-pixel rendered.

2014-05-06 Thread Felipe Heidrich
Hi Steve, Please review: https://javafx-jira.kenai.com/browse/RT-36794 http://cr.openjdk.java.net/~fheidric/RT-36794/webrev/ Thanks Felipe

hg: openjfx/8u-dev/rt: RT-36133: [Text] TextArea cannot handle Chinese space character properly

2014-05-06 Thread hang . vo
Changeset: af7a2fabf339 Author:Felipe Heidrich Date: 2014-05-06 13:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/af7a2fabf339 RT-36133: [Text] TextArea cannot handle Chinese space character properly ! modules/graphics/src/main/java/com/sun/javafx/scene/text/TextLa

review request: [Text] TextArea cannot handle Chinese space character properly

2014-05-06 Thread Felipe Heidrich
Hi Steve, Please review: https://javafx-jira.kenai.com/browse/RT-36133 http://cr.openjdk.java.net/~fheidric/RT-36133/webrev/ The fix is to use BreakIterator.getLineInstance() if the text contains CJK characters. this also fixes https://javafx-jira.kenai.com/browse/RT-21878 Thanks Felipe

JavaFX multi-touch support under Linux

2014-05-06 Thread Ruíz Martín , Ricardo
Hi, We are trying adding direct multitouch interaction support for our JavaFX application and we are facing some multi-touch support issues under Linux. Under Windows all touch events are propagated (zoom, rotate, swipe, touch...), but although windows can be a development solution for us, we

RV: News about Java 8

2014-05-06 Thread Ruíz Martín , Ricardo
Hi, We are trying adding direct multitouch interaction support for our JavaFX application and we are facing some multi-touch support issues under Linux. Under Windows all touch events are propagated (zoom, rotate, swipe, touch...), but although windows can be a development solution for us, we w

hg: openjfx/8u-dev/rt: RT-36841: [Mac] Login demo may crash the JVM

2014-05-06 Thread hang . vo
Changeset: 3e592e395f42 Author:Anthony Petrov Date: 2014-05-06 18:45 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3e592e395f42 RT-36841: [Mac] Login demo may crash the JVM Summary: Call retain/release on a copy of an id to keep the calls balanced Reviewed-by: pchelko

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

2014-05-06 Thread hang . vo
Changeset: 81b9272d1fcf Author:David Grieve Date: 2014-05-06 10:21 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/81b9272d1fcf RT-36959: check for null return from getScene() Reviewed by: Martin, Kevin ! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.ja

Re: (In)Sanity testing

2014-05-06 Thread Stephen F Northover
Please request in the JIRA or ping on Skype. Steve On 2014-05-06 9:46 AM, Kevin Rushforth wrote: Unit test changes do not need an extra +1. From the Wiki: Changes that do not affect the "bits that we ship" do not require approval. ... -- Kevin David Grieve wrote: Unit test only change

hg: openjfx/8u-dev/rt: [TEST ONLY] RT-35594: replace Toolkit firePulse() calls with applyCss()

2014-05-06 Thread hang . vo
Changeset: 9c09a4284e91 Author:David Grieve Date: 2014-05-06 09:59 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9c09a4284e91 [TEST ONLY] RT-35594: replace Toolkit firePulse() calls with applyCss() ! modules/graphics/src/test/java/com/sun/javafx/css/Node_cssStateTran

Re: (In)Sanity testing

2014-05-06 Thread Kevin Rushforth
Unit test changes do not need an extra +1. From the Wiki: Changes that do not affect the "bits that we ship" do not require approval. ... -- Kevin David Grieve wrote: Unit test only changes, too? On 5/5/14, 11:07 AM, Stephen F Northover wrote: Hi all, Note also that this is M4 Milesto

Re: (In)Sanity testing

2014-05-06 Thread David Grieve
Unit test only changes, too? On 5/5/14, 11:07 AM, Stephen F Northover wrote: Hi all, Note also that this is M4 Milestone week which means no post-commit reviews and extra +1 controls required to release code. The main point is that one of Kevin, Daniel, Jasper, Lisa or David H must be aware

hg: openjfx/8u-dev/rt: RT-36838 - don't reapply CSS in the middle of an update or reapply

2014-05-06 Thread hang . vo
Changeset: 2dd37489bbc3 Author:David Grieve Date: 2014-05-06 08:41 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2dd37489bbc3 RT-36838 - don't reapply CSS in the middle of an update or reapply Reviewed by: jonathan, martin ! modules/graphics/src/main/java/javafx/scene

[8u] Review request: RT-36959 - NPE in StyleManager

2014-05-06 Thread David Grieve
Jonathan, Martin, Please review https://javafx-jira.kenai.com/browse/RT-36959 http://cr.openjdk.java.net/~dgrieve/RT-36959/webrev.00 Fix adds null checks and unit tests.

[8u20] Review request for RT-36841: [Mac] Login demo may crash the JVM

2014-05-06 Thread Anthony Petrov
Hi Petr, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36841 -- best regards, Anthony

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

2014-05-06 Thread hang . vo
Changeset: 7e4082f5d6fc Author:vadim Date: 2014-05-06 11:30 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7e4082f5d6fc RT-33475: NPE in PPSRenderer (when display disconnected?) Reviewed-by: anthony, flar, kcr ! modules/graphics/src/main/java/com/sun/glass/ui/Screen.ja