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

2013-09-18 Thread hang . vo
Changeset: 98762fb39766 Author:"Jasper Potts" Date: 2013-09-18 23:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/98762fb39766 3DViewer improved camera, added touchpad support. Added MSAA swtch. Disabled AutoScaleGroup ! apps/experiments/3DViewer/nbproject/proje

hg: openjfx/8/graphics/rt: RT-33042 Ensemble8: Fix 3D Xylophone icon

2013-09-18 Thread hang . vo
Changeset: 65982292e82e Author:dmasada Date: 2013-09-18 22:29 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/65982292e82e RT-33042 Ensemble8: Fix 3D Xylophone icon ! apps/samples/Ensemble8/src/samples/resources/ensemble/samples/graphics3d/xylophone/preview.png !

Re: Hovering and Tooltips are exclusive?

2013-09-18 Thread Richard Bair
That sounds good. Thanks Richard On Sep 18, 2013, at 6:20 PM, Pedro Duque Vieira wrote: > What about if someone would like a tooltip to grab mouse events on some > specific scenario? > > Should I split these into 2 issues? One saying: "Tooltips should not grab > mouse events" and the other

Re: Hovering and Tooltips are exclusive?

2013-09-18 Thread Pedro Duque Vieira
What about if someone would like a tooltip to grab mouse events on some specific scenario? Should I split these into 2 issues? One saying: "Tooltips should not grab mouse events" and the other one: "add setMouseTransparent(boolean isTransparent) method to Tooltip" On Thu, Sep 19, 2013 at 2:17 AM

Re: Hovering and Tooltips are exclusive?

2013-09-18 Thread Richard Bair
There should just be an issue saying "Tooltips should not grab mouse events", i think. On Sep 18, 2013, at 5:41 PM, Pedro Duque Vieira wrote: > Do you want me to file the issue? > > Would it be: Add support for setMouseTransparent(boolean isTransparent) to > Tooltip. The default behaviour s

hg: openjfx/8/graphics/rt: Fix to RT-32991: test3d.NearAndFarClipTest failed

2013-09-18 Thread hang . vo
Changeset: 17a24f355237 Author:Chien Yang Date: 2013-09-18 17:31 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/17a24f355237 Fix to RT-32991: test3d.NearAndFarClipTest failed Reviewed-by: Kevin Rushforth, Jennifer Godinez ! apps/toys/FX8-3DFeatures/src/fx83dfeatur

Re: Hovering and Tooltips are exclusive?

2013-09-18 Thread Pedro Duque Vieira
Do you want me to file the issue? Would it be: Add support for setMouseTransparent(boolean isTransparent) to Tooltip. The default behaviour should be that the tooltip is transparent to mouse events (doesn't grab any mouse events), that is default should be setMouseTransparent(true). Thanks, best

hg: openjfx/8/graphics/rt: Fix RT-32636: Windows All JavaFX apps stop rendering when coming out of screen lock. Reviewed and approved by Kevin, Chien

2013-09-18 Thread hang . vo
Changeset: 01b29e231a77 Author:Thor Johannesson Date: 2013-09-18 14:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/01b29e231a77 Fix RT-32636: Windows All JavaFX apps stop rendering when coming out of screen lock. Reviewed and approved by Kevin, Chien ! modules

hg: openjfx/8/graphics/rt: RT-30447 Ensemble8: Add DatePicker sample

2013-09-18 Thread hang . vo
Changeset: b524724b3774 Author:dmasada Date: 2013-09-18 08:12 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b524724b3774 RT-30447 Ensemble8: Add DatePicker sample ! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java + apps/samples/Ensemble8

Re: [API Review]: Make SubScene Resizable (RT-31377)

2013-09-18 Thread Pavel Safrata
Hi Richard, do I understand correctly that you prefer replacing the existing constructors by the following? public SubScene(Parent root, double width, double height, boolean resizable, boolean depthBuffer, boolean antiAliasing) public SubScene(Parent root, double width, double height, boolean

Re: [API Review]: Make SubScene Resizable (RT-31377)

2013-09-18 Thread Richard Bair
I think it is better to be explicit in all cases. On Sep 18, 2013, at 7:47 AM, Pavel Safrata wrote: > Thanks, guys. Let me stay focused on the SubScene for now. Looks like #2 > wins. After some more thinking it turns out the boolean isResizable > constructor argument is not ideal because givin

[API Review]: Make SubScene Resizable (RT-31377)

2013-09-18 Thread Pavel Safrata
Thanks, guys. Let me stay focused on the SubScene for now. Looks like #2 wins. After some more thinking it turns out the boolean isResizable constructor argument is not ideal because giving size to a resizable subscene doesn't make much sense (it is resized as soon as it is placed in layout so

Using VM Linux on ARM on Android with OpenJFX

2013-09-18 Thread Tobias Bley
Hi, has anyone tried to use „VM Linux on ARM“ in conjunction with OpenJDK and OpenJFX for Android? Take a look here at page 12ff: http://jayskills.com/jayday2013/files/2013/06/JavaFX-goes-Open-Source.pdf

hg: openjfx/8/graphics/rt: [JAVADOC] RT-33004 Update bidirectional binding javadoc

2013-09-18 Thread hang . vo
Changeset: 238e022c9c94 Author:Martin Sladecek Date: 2013-09-18 13:52 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/238e022c9c94 [JAVADOC] RT-33004 Update bidirectional binding javadoc ! modules/base/src/main/java/javafx/beans/property/Property.java

Re: Make SubScene Resizable (RT-31377)

2013-09-18 Thread Kevin Rushforth
Btw, making ImageView and MediaView resizable is filed as https://javafx-jira.kenai.com/browse/RT-10610 -- Kevin John Hendrikx wrote: +1 on the ImageView case... getting ImageViews to resize properly, like a Button or other node would, is tricky and often gives unexpected results or doesn't

hg: openjfx/8/graphics/rt: RT-32811 Regression: Misbehavior of TranslateTransition within SequentialTransition

2013-09-18 Thread hang . vo
Changeset: 811eef01f7d0 Author:Martin Sladecek Date: 2013-09-18 13:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/811eef01f7d0 RT-32811 Regression: Misbehavior of TranslateTransition within SequentialTransition Reviewed-by: ekrejcir ! modules/graphics/src/main

Re: Make SubScene Resizable (RT-31377)

2013-09-18 Thread John Hendrikx
+1 on the ImageView case... getting ImageViews to resize properly, like a Button or other node would, is tricky and often gives unexpected results or doesn't behave the same in all cases. A custom Wrapper class mitigates the problem somewhat, but I can't help thinking, why isn't there a proper

hg: openjfx/8/graphics/rt: RT-32725: Mac: Glass robot generates events in wrong sequence on mac

2013-09-18 Thread hang . vo
Changeset: 08bd1cb0c8a4 Author:Anthony Petrov Date: 2013-09-18 13:16 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/08bd1cb0c8a4 RT-32725: Mac: Glass robot generates events in wrong sequence on mac Reviewed-by: pchelko ! modules/graphics/src/main/native-glass/mac/

hg: openjfx/8/graphics/rt: RT-32220: Carriage returns ignored in WebView text areas when embedded in a JFXPanel

2013-09-18 Thread hang . vo
Changeset: b7a180e7172c Author:ant Date: 2013-09-18 12:50 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b7a180e7172c RT-32220: Carriage returns ignored in WebView text areas when embedded in a JFXPanel Reviewed-by: anthony, pchelko ! modules/swing/src/main/java/

hg: openjfx/8/graphics/rt: RT-25772: JFXPanel: Swing border overlaps panel content

2013-09-18 Thread hang . vo
Changeset: 9e537433c2bf Author:ant Date: 2013-09-18 12:30 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9e537433c2bf RT-25772: JFXPanel: Swing border overlaps panel content Reviewed-by: snorthov, pchelko ! modules/swing/src/main/java/javafx/embed/swing/JFXPanel.j