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

2014-05-06 Thread hang . vo
Changeset: a1f6444766df
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2014-05-06 07:58 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a1f6444766df

RT-36944 [Android] Need a way to switch off JRockit support
Reviewed by: kcr

! build.gradle
! gradle.properties.template

Changeset: bcc6a53b42d0
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2014-05-06 08:00 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bcc6a53b42d0

RT-26840 PieChart data default colors are randomly choose.
Reviewed by: jgiles

! modules/controls/src/main/java/javafx/scene/chart/PieChart.java

Changeset: f531ce5da171
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2014-05-06 08:01 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f531ce5da171

RT-36091 [StackedBarChart] auto-range of category axis not working
Reviewed by: jgiles

! modules/controls/src/main/java/javafx/scene/chart/CategoryAxis.java
! modules/controls/src/main/java/javafx/scene/chart/StackedBarChart.java



[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


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 what code is going in and why.


Steve

On 2014-05-02 8:45 PM, Lisa Selle wrote:

Reminder to check out the matrix at

https://wiki.openjdk.java.net/display/OpenJFX/8u20

 for your insanity testing assignment for this week (assignments have 
changed for this week).  Testing should take 1 hour or less. If your 
assignment takes longer, stop after an hour and continue where you 
left off the following week.


Also, please review the weekly code freeze and push rules

Happy testing!

Lisa






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 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 what code is going in and why.


Steve

On 2014-05-02 8:45 PM, Lisa Selle wrote:

Reminder to check out the matrix at

https://wiki.openjdk.java.net/display/OpenJFX/8u20

 for your insanity testing assignment for this week (assignments 
have changed for this week).  Testing should take 1 hour or less. If 
your assignment takes longer, stop after an hour and continue where 
you left off the following week.


Also, please review the weekly code freeze and push rules

Happy testing!

Lisa






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 Grievedavid.gri...@oracle.com
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_cssStateTransition_Test.java



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 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 what code is going in and why.


Steve

On 2014-05-02 8:45 PM, Lisa Selle wrote:

Reminder to check out the matrix at

https://wiki.openjdk.java.net/display/OpenJFX/8u20

 for your insanity testing assignment for this week (assignments 
have changed for this week).  Testing should take 1 hour or less. 
If your assignment takes longer, stop after an hour and continue 
where you left off the following week.


Also, please review the weekly code freeze and push rules

Happy testing!

Lisa








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

2014-05-06 Thread hang . vo
Changeset: 81b9272d1fcf
Author:David Grievedavid.gri...@oracle.com
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.java
! modules/graphics/src/test/java/com/sun/javafx/css/StyleManagerTest.java

Changeset: 0c6de88024ff
Author:Chien Yang chien.y...@orcale.com
Date:  2014-05-06 07:24 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0c6de88024ff

Fix to RT-36176: Native prism code needs to handle JNI exceptions
Reviewed by flar and kcr

! modules/graphics/src/main/native-decora/SSEUtils.cc
! modules/graphics/src/main/native-iio/jpegloader.c
! modules/graphics/src/main/native-prism-d3d/D3DPipeline.cc
! modules/graphics/src/main/native-prism-d3d/D3DResourceFactory.cc
! modules/graphics/src/main/native-prism-es2/GLContext.c
! modules/graphics/src/main/native-prism-es2/windows/WinGLDrawable.c
! modules/graphics/src/main/native-prism-sw/JNIUtil.c
! modules/graphics/src/main/native-prism-sw/JNIUtil.h
! modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c



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 anthony.pet...@oracle.com
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, snorthov

! modules/graphics/src/main/native-glass/mac/GlassView3D.m
! modules/graphics/src/main/native-glass/mac/GlassWindow.m



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 would need final 
version running under Linux.
We have tried different distributions (mainly RedHat beta7 and Ubuntu 14.04) 
and only events we get from JavaFX are Mouse events generated by multi-touch 
screen.
There are a Jira Issue about this (with some others duplicate issues):
https://javafx-jira.kenai.com/browse/RT-25079
But there are no timeline or Fix version.

Searching for some workaround we have found that OpenJfx has Raspberry Pi 
multitouch support in ARM linux JVM runtime.
It seems that this support is because ARM JVM does not use X11 and/or GTK, but 
only device drivers, and it should be possible build OpenJFX with this 
configuration for x86 (I suppose this should work on 64 bits too.) With this 
build we should use EGL/X11 for full-screen output but we would get inputs from 
dev/input.

So we have tried build OpenJFX with -PCOMPILE_TARGETS=x86egl because we can get 
touch events from /dev/input/eventX in evtest with no problems.

Unfortunately although we can build OpenJFX for linux with no target, when we 
use this compile target build fails:
https://javafx-jira.kenai.com/browse/RT-36921


We are stuck now with this.


Is there any other way for getting multitouch events with JavaFX under Linux?



Regards

Ricardo

Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, 
contiene información de carácter confidencial exclusivamente dirigida a su 
destinatario o destinatarios. Si no es vd. el destinatario indicado, queda 
notificado que la lectura, utilización, divulgación y/o copia sin autorización 
está prohibida en virtud de la legislación vigente. En el caso de haber 
recibido este correo electrónico por error, se ruega notificar inmediatamente 
esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.

This email and any file attached to it (when applicable) contain(s) 
confidential information that is exclusively addressed to its recipient(s). If 
you are not the indicated recipient, you are informed that reading, using, 
disseminating and/or copying it without authorisation is forbidden in 
accordance with the legislation in effect. If you have received this email by 
mistake, please immediately notify the sender of the situation by resending it 
to their email address.
Avoid printing this message if it is not absolutely necessary.


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 would need final 
version running under Linux.
We have tried different distributions (mainly RedHat beta7 and Ubuntu 14.04) 
and only events we get from JavaFX are Mouse events generated by multi-touch 
screen.
There are a Jira Issue about this (with some others duplicate issues):
https://javafx-jira.kenai.com/browse/RT-25079
But there are no timeline or Fix version.

Searching for some workaround we have found that OpenJfx has Raspberry Pi 
multitouch support in ARM linux JVM runtime.
It seems that this support is because ARM JVM does not use X11 and/or GTK, but 
only device drivers, and it should be possible build OpenJFX with this 
configuration for x86 (I suppose this should work on 64 bits too.) With this 
build we should use EGL/X11 for full-screen output but we would get inputs from 
dev/input.

So we have tried build OpenJFX with -PCOMPILE_TARGETS=x86egl because we can get 
touch events from /dev/input/eventX in evtest with no problems.

Unfortunately although we can build OpenJFX for linux with no target, when we 
use this compile target build fails:
https://javafx-jira.kenai.com/browse/RT-36921


We are stuck now with this.


Is there any other way for getting multitouch events with JavaFX under Linux?



Regards

Ricardo

Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, 
contiene información de carácter confidencial exclusivamente dirigida a su 
destinatario o destinatarios. Si no es vd. el destinatario indicado, queda 
notificado que la lectura, utilización, divulgación y/o copia sin autorización 
está prohibida en virtud de la legislación vigente. En el caso de haber 
recibido este correo electrónico por error, se ruega notificar inmediatamente 
esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.

This email and any file attached to it (when applicable) contain(s) 
confidential information that is exclusively addressed to its recipient(s). If 
you are not the indicated recipient, you are informed that reading, using, 
disseminating and/or copying it without authorisation is forbidden in 
accordance with the legislation in effect. If you have received this email by 
mistake, please immediately notify the sender of the situation by resending it 
to their email address.
Avoid printing this message if it is not absolutely necessary.


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



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 felipe.heidr...@oracle.com
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/TextLayout.java
! modules/graphics/src/main/java/com/sun/javafx/text/GlyphLayout.java
! modules/graphics/src/main/java/com/sun/javafx/text/PrismTextLayout.java



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



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/isd/5869612877400268800/ozFfuBwq/?hs=falsetok=3mTxsFstByV6c1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/j4bywu-huvxdeup-6l/p63fWs4VSbaM8taBLf3sTb8VSQFM_H2BLf3sTxcnZr8/goo/openjfx-dev%40openjdk%2Ejava%2Enet/20061/I7025721830_1/?hs=falsetok=3r8LNCus5yV6c1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.


  


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(Update 6 or
later) packaging tools

-- 
*Bilal Soidiki Mpapandza*
*Etudiant en Master Spé. Qualité du Logiciel, FS UIT*
*Ingénieur logiciel et Développeur Java, C/C++,.NET et PHP*
*Tél.*:*(+212) 602746546*
*Blog   *:* http://la-lune-1.blogspot.com
http://la-lune-1.blogspot.com/  *
*Twitter   *:* bilaalsoidik*
*Skype   *:* bilalsoidik*


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 sorry to anyone else
who receives such a message.

Felix


On 7 May 2014 11:06, Felix Bembrick felix.bembr...@gmail.com wrote:

 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/isd/5869612877400268800/ozFfuBwq/?hs=falsetok=3mTxsFstByV6c1

 --
 You are receiving Invitation to Connect emails. Click to unsubscribe:

 http://www.linkedin.com/e/j4bywu-huvxdeup-6l/p63fWs4VSbaM8taBLf3sTb8VSQFM_H2BLf3sTxcnZr8/goo/openjfx-dev%40openjdk%2Ejava%2Enet/20061/I7025721830_1/?hs=falsetok=3r8LNCus5yV6c1

 (c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043,
 USA.