hg: openjfx/8u-dev/rt: RT-37313 [EnsembleApp, Hyperlink] Links draw as '...' until mouse is hovered over them (regression)

2014-06-03 Thread hang . vo
Changeset: 30125e062b9e Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-06-03 09:19 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/30125e062b9e RT-37313 [EnsembleApp, Hyperlink] Links draw as '...' until mouse is hovered over them (regression) Reviewed

hg: openjfx/8u-dev/rt: RT-37304: [Mac] handleOnMenuValidation may not be called when using system menu bar

2014-06-03 Thread hang . vo
Changeset: 996cfddf18cc Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-06-03 15:10 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/996cfddf18cc RT-37304: [Mac] handleOnMenuValidation may not be called when using system menu bar Reviewed-by: pchelko,

Label baseline offset with a graphic

2014-06-03 Thread Werner Lehmann
Hi, I am trying to align labels on their baseline in an hbox. This is surprisingly difficult if some of the labels have a graphic (on the left). Turns out that LabeledSkinBase.computeBaselineOffset() simply uses the max of the text baseline and the height of the graphic: h =

Re: Label baseline offset with a graphic

2014-06-03 Thread Martin Sladecek
Hi Werner, this has changed in 8u20. See https://javafx-jira.kenai.com/browse/RT-36729 -Martin On 06/03/2014 02:11 PM, Werner Lehmann wrote: Hi, I am trying to align labels on their baseline in an hbox. This is surprisingly difficult if some of the labels have a graphic (on the left). Turns

Re: Label baseline offset with a graphic

2014-06-03 Thread Werner Lehmann
Hi Martin, excellent - then I don't have to start looking for workarounds. Werner On 03.06.2014 14:25, Martin Sladecek wrote: Hi Werner, this has changed in 8u20. Seehttps://javafx-jira.kenai.com/browse/RT-36729 -Martin

[8u20] Review request for RT-20295: Error loading JPG image when scaling

2014-06-03 Thread Vadim Pakhnushev
Jim, Please review a fix for this: https://javafx-jira.kenai.com/browse/RT-20295 http://cr.openjdk.java.net/~vadim/RT-20295/webrev.00/ Thanks, Vadim

hg: openjfx/8u-dev/rt: RT-37296: adding native lens dalvik files

2014-06-03 Thread hang . vo
Changeset: 2ef2bd3548d5 Author:ddhill Date: 2014-06-03 12:00 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2ef2bd3548d5 RT-37296: adding native lens dalvik files Contributed-by: johanvos + modules/graphics/src/main/native-glass/lens/dalvik/dalvikConst.h +

[8u20] Review request: RT-35953: [SwingNode] Swing component in JavaFx swing node no right click event

2014-06-03 Thread Anthony Petrov
Hi Steve, Please review the fix: https://javafx-jira.kenai.com/browse/RT-35953 -- best regards, Anthony

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

2014-06-03 Thread hang . vo
Changeset: 111fabdf0a8c Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-06-03 23:17 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/111fabdf0a8c RT-35953: [SwingNode] Swing component in JavaFx swing node no right click event Reviewed-by: snorthov !

[8u] Review Request: (RT-23891) [HTMLEditor] content is confused during selection, styles are lost

2014-06-03 Thread David Grieve
Please review diff which is entered as a comment in the bug. The diff changes a MouseEvent handler to update the toolbar state on mouse-released rather than updating the toolbar state on _every_ mouse event. https://javafx-jira.kenai.com/browse/RT-23891

hg: openjfx/8u-dev/rt: [BUILD] correct dup line error in x86egl.gradle

2014-06-03 Thread hang . vo
Changeset: 5e9c0547a04f Author:ddhill Date: 2014-06-03 16:45 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5e9c0547a04f [BUILD] correct dup line error in x86egl.gradle ! buildSrc/x86egl.gradle

[API REVIEW REQUEST] RT-5747: Spinner control

2014-06-03 Thread Jonathan Giles
Hi all, A Spinner control is in the planning stages for JavaFX 8u40, and so when my 8u20 backlog has got down (or near to) zero recently, I've been prototyping one possible implementation of the Spinner. I'm now at the stage where I would appreciate more eyes on the API, so I have published

hg: openjfx/8u-dev/rt: RT-23891: update toolbar state only on mouse release

2014-06-03 Thread hang . vo
Changeset: 89c7ea2b6709 Author:David Grievedavid.gri...@oracle.com Date: 2014-06-03 19:40 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/89c7ea2b6709 RT-23891: update toolbar state only on mouse release !

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

2014-06-03 Thread hang . vo
Changeset: d674eb219ae7 Author:shemnon Date: 2014-06-03 08:32 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d674eb219ae7 RT-37384: SERVICE_HINT option is broken in OEL Summary: init script is package name, not app filesystem name. Fix in DEB and RPM builds !