hg: openjfx/8u-dev/rt: RT-37630: Hook up SceneBuilder for building

2014-07-03 Thread yves . joan
Changeset: a99bffdb9f5d Author:yjoan Date: 2014-07-03 09:05 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a99bffdb9f5d RT-37630: Hook up SceneBuilder for building Summary: SceneBuilder is now compiled when "gradle apps" is called Reviewed-by: ddhill, kcr ! apps/build.

hg: openjfx/8u-dev/rt: RT-37758 Relax restriction on creating Scene only on FX App thread

2014-07-03 Thread martin . sladecek
Changeset: 1efcff018597 Author:Martin Sladecek Date: 2014-07-03 09:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1efcff018597 RT-37758 Relax restriction on creating Scene only on FX App thread Reviewed by: kcr, anthony, snorthov ! modules/graphics/src/main/java/ja

hg: openjfx/8u-dev/rt: [SCENEBUILDER] CSS workarounds for RT-37787 and fixed badly formatted comment

2014-07-03 Thread mo . chicharro
Changeset: fe8653e9d681 Author:mchicharro Date: 2014-07-03 12:15 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fe8653e9d681 [SCENEBUILDER] CSS workarounds for RT-37787 and fixed badly formatted comment ! apps/scenebuilder/SceneBuilderApp/src/com/oracle/javafx/scenebu

hg: openjfx/8u-dev/rt: RT-37389 Bindings class spits out a lot of unneeded log messages

2014-07-03 Thread martin . sladecek
Changeset: ebff56b4399f Author:Martin Sladecek Date: 2014-07-03 13:22 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ebff56b4399f RT-37389 Bindings class spits out a lot of unneeded log messages ! modules/base/src/main/java/javafx/beans/binding/Bindings.java

hg: openjfx/8u-dev/rt: RT-37799 api doc of Task.call incomplete

2014-07-03 Thread martin . sladecek
Changeset: 27b166eab071 Author:Martin Sladecek Date: 2014-07-03 13:29 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/27b166eab071 RT-37799 api doc of Task.call incomplete ! modules/graphics/src/main/java/javafx/concurrent/Task.java

hg: openjfx/8u-dev/rt: RT-37802 [Monocle] GetEvent shows events as integer values instead of constant names

2014-07-03 Thread daniel . blaukopf
Changeset: b072265d6928 Author:Daniel Blaukopf Date: 2014-07-03 15:01 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b072265d6928 RT-37802 [Monocle] GetEvent shows events as integer values instead of constant names ! modules/graphics/src/main/java/com/sun/glass/ui/mo

hg: openjfx/8u-dev/rt: RT-37804 [Monocle] Mouse input in VirtualBox not recognized

2014-07-03 Thread daniel . blaukopf
Changeset: eced589ac7e0 Author:Daniel Blaukopf Date: 2014-07-03 15:05 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/eced589ac7e0 RT-37804 [Monocle] Mouse input in VirtualBox not recognized ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/LinuxInputDevice.jav

hg: openjfx/8u-dev/rt: RT-36424 [Monocle] Implement software solution for double buffering

2014-07-03 Thread daniel . blaukopf
Changeset: a83aa0a73ee5 Author:Daniel Blaukopf Date: 2014-07-03 15:09 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a83aa0a73ee5 RT-36424 [Monocle] Implement software solution for double buffering ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/FBDevScreen.

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Inspector search now obeys min max size defined in FXML

2014-07-03 Thread mo . chicharro
Changeset: 8039c0edd7d4 Author:mchicharro Date: 2014-07-03 15:26 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8039c0edd7d4 [SCENEBUILDER] Inspector search now obeys min max size defined in FXML ! apps/scenebuilder/SceneBuilderKit/src/com/oracle/javafx/scenebuilder/k

Re: Review Request: RT-37788

2014-07-03 Thread Danno Ferrin
Try #2, after running it through the the Xcode leak analyzer and unit testing (FYI keep your persistent domains lower case). WebRev: http://cr.openjdk.java.net/~shemnon/RT-37788/webrev.01/rt.patch JIRA: https://javafx-jira.kenai.com/browse/RT-37788 And let’s move further discussion to the JIRA i

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

2014-07-03 Thread kevin . rushforth
Changeset: 998e2655b303 Author:kcr Date: 2014-07-03 11:08 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/998e2655b303 [BUILD] Fix build failure on linux-arm (follow-up to RT-37630) Contributed-by: yjoan ! build.gradle Changeset: 0ac23d3086e3 Author:kcr Date:

In(Sanity) Testing Mondays

2014-07-03 Thread Lisa Selle
Due to the US holiday tomorrow, I'm sending the reminder out today... You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/8u20 We'll be sanity testing 8u-dev. Happy holidays, and happy testing! Lisa

hg: openjfx/8u-dev/rt: RT-37602: [Spec] Cursor.setVisible behavior is unspecified

2014-07-03 Thread anthony . petrov
Changeset: ea458832eefc Author:Anthony Petrov Date: 2014-07-04 00:23 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ea458832eefc RT-37602: [Spec] Cursor.setVisible behavior is unspecified Reviewed-by: dblaukop ! modules/graphics/src/main/java/com/sun/glass/ui/Cursor.j

hg: openjfx/8u-dev/rt: Fix to RT-37789: Embedded, 3D: Rendering artifacts on the Freescale iMX6 device

2014-07-03 Thread chien . yang
Changeset: 5343b3c3f733 Author:Chien Yang Date: 2014-07-03 13:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5343b3c3f733 Fix to RT-37789: Embedded, 3D: Rendering artifacts on the Freescale iMX6 device Reviewed by kcr. ! modules/graphics/src/main/resources/com/sun/

hg: openjfx/8u-dev/rt: Fix to RT-37812: Potential NPE if es2 pipeline initialization fails.

2014-07-03 Thread chien . yang
Changeset: b205d3c0b524 Author:Chien Yang Date: 2014-07-03 15:08 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b205d3c0b524 Fix to RT-37812: Potential NPE if es2 pipeline initialization fails. ! modules/graphics/src/main/java/com/sun/prism/es2/ES2Pipeline.java

[8u40] post-commit notification: RT-37812 - Potential NPE if es2 pipeline initialization fails

2014-07-03 Thread Chien Yang
I just pushed a trivial fix for the following bug: JIRA: https://javafx-jira.kenai.com/browse/RT-37812 Details and changeset are in the JIRA. Thanks, - Chien

hg: openjfx/8u-dev/rt: RT-37801: [Text] Hitting an empty Text returns insertion index out of text bounds

2014-07-03 Thread felipe . heidrich
Changeset: d205ff5593c2 Author:Felipe Heidrich Date: 2014-07-03 16:45 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d205ff5593c2 RT-37801: [Text] Hitting an empty Text returns insertion index out of text bounds ! modules/graphics/src/main/java/com/sun/javafx/text/Te