From felipe.heidrich at oracle.com Tue Apr 1 03:46:42 2014 From: felipe.heidrich at oracle.com (Felipe Heidrich) Date: Mon, 31 Mar 2014 20:46:42 -0700 Subject: Not in the office Tuesday morning Message-ID: Hello, I just realized I?m scheduled to go with the kid on a school field trip tomorrow morning, thus I?ll be missing our staff meeting. Regards Felipe From hang.vo at oracle.com Tue Apr 1 06:03:16 2014 From: hang.vo at oracle.com (hang.vo at oracle.com) Date: Tue, 01 Apr 2014 06:03:16 +0000 Subject: hg: openjfx/8u-dev/rt: RT-33610 Stacked bar chart doesn't render series when data is reset Message-ID: <201404010603.s3163Ssi020242@aojmv0008> Changeset: c92677f8db7a Author: Martin Sladecek Date: 2014-04-01 07:56 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c92677f8db7a RT-33610 Stacked bar chart doesn't render series when data is reset Reviewed by: dgrieve ! modules/controls/src/main/java/javafx/scene/chart/BarChart.java ! modules/controls/src/main/java/javafx/scene/chart/BubbleChart.java ! modules/controls/src/main/java/javafx/scene/chart/LineChart.java ! modules/controls/src/main/java/javafx/scene/chart/PieChart.java ! modules/controls/src/main/java/javafx/scene/chart/ScatterChart.java ! modules/controls/src/main/java/javafx/scene/chart/StackedAreaChart.java ! modules/controls/src/main/java/javafx/scene/chart/StackedBarChart.java From hang.vo at oracle.com Tue Apr 1 06:18:21 2014 From: hang.vo at oracle.com (hang.vo at oracle.com) Date: Tue, 01 Apr 2014 06:18:21 +0000 Subject: hg: openjfx/8u-dev/rt: 2 new changesets Message-ID: <201404010618.s316IbSP022418@aojmv0008> Changeset: 2ad08db01ace Author: Martin Sladecek Date: 2014-04-01 08:03 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2ad08db01ace RT-20527 [BubbleChart] some labels are not drawn, when space enough. Reviewed by: jgiles ! modules/controls/src/main/java/javafx/scene/chart/Axis.java ! modules/controls/src/main/java/javafx/scene/chart/ValueAxis.java Changeset: 09b7b8d16145 Author: Martin Sladecek Date: 2014-04-01 08:07 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/09b7b8d16145 RT-36372 [VirtualFlow] Viewport breadth is computed incorrectly in the first pass and the value is used in cell height computation Reviewed by: dgrieve ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java ! modules/controls/src/test/java/com/sun/javafx/scene/control/skin/VirtualFlowTest.java From hang.vo at oracle.com Tue Apr 1 09:03:15 2014 From: hang.vo at oracle.com (hang.vo at oracle.com) Date: Tue, 01 Apr 2014 09:03:15 +0000 Subject: hg: openjfx/8u-dev/rt: RT-20434: Image loading in j2d incorrectly handles gray scale Message-ID: <201404010903.s3193QYC016817@aojmv0008> Changeset: 6db120ca4216 Author: vadim Date: 2014-04-01 12:58 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6db120ca4216 RT-20434: Image loading in j2d incorrectly handles gray scale Reviewed-by: flar ! modules/graphics/src/main/java/com/sun/javafx/image/PixelUtils.java + modules/graphics/src/main/java/com/sun/javafx/image/impl/ByteBgr.java ! modules/graphics/src/main/java/com/sun/javafx/image/impl/ByteGray.java ! modules/graphics/src/main/java/com/sun/javafx/image/impl/ByteRgb.java ! modules/graphics/src/main/java/com/sun/prism/j2d/J2DRTTexture.java ! modules/graphics/src/main/java/com/sun/prism/j2d/J2DTexture.java ! modules/graphics/src/test/java/com/sun/javafx/image/ConverterTest.java From hang.vo at oracle.com Tue Apr 1 10:47:44 2014 From: hang.vo at oracle.com (hang.vo at oracle.com) Date: Tue, 01 Apr 2014 10:47:44 +0000 Subject: hg: openjfx/8u-dev/rt: [JAVADOC] Updated Window.centerOnScreen() javadoc as discussed in RT-36446 Message-ID: <201404011047.s31Alte5005421@aojmv0008> Changeset: 95017b565e2a Author: Martin Sladecek Date: 2014-04-01 12:38 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/95017b565e2a [JAVADOC] Updated Window.centerOnScreen() javadoc as discussed in RT-36446 ! modules/graphics/src/main/java/javafx/stage/Window.java From hang.vo at oracle.com Tue Apr 1 11:03:20 2014 From: hang.vo at oracle.com (hang.vo at oracle.com) Date: Tue, 01 Apr 2014 11:03:20 +0000 Subject: hg: openjfx/8u-dev/rt: Linux Input Tests: Adding test that check multitouch press-release-press sequence Message-ID: <201404011103.s31B3Xxp009423@aojmv0008> Changeset: e652a3b9ed7c Author: Elina Kleyman Date: 2014-04-01 13:46 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e652a3b9ed7c Linux Input Tests: Adding test that check multitouch press-release-press sequence ! tests/system/src/test/java/com/sun/glass/ui/monocle/input/MultiTouch2Test.java From hang.vo at oracle.com Tue Apr 1 11:17:58 2014 From: hang.vo at oracle.com (hang.vo at oracle.com) Date: Tue, 01 Apr 2014 11:17:58 +0000 Subject: hg: openjfx/8u-dev/rt: Fix for the sample, that make possible object to get the gestures events Message-ID: <201404011118.s31BI9Rq015336@aojmv0008> Changeset: a1509d3a22bf Author: Elina Kleyman Date: 2014-04-01 14:02 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a1509d3a22bf Fix for the sample, that make possible object to get the gestures events ! apps/toys/Hello/src/main/java/hello/HelloGestures.java From s.schwandter at me.com Tue Apr 1 11:52:38 2014 From: s.schwandter at me.com (Stefan Schwandter) Date: Tue, 01 Apr 2014 13:52:38 +0200 Subject: JavaFX8: Multittouch support under Linux Message-ID: <4B81C6EC-7F64-458F-94B2-194B4D644F77@me.com> Hello all! Is multitouch-input supposed to be supported on Java 8 SE running on Linux? I use a capacitive touch screen, with a DMC controller, connected to a Ubuntu 13.10 PC via USB, and none of the sample code that I've tried seems to recognize any touch events. Under Windows 7, touch events are recognized, I can swipe, zoom, etc. So I wonder, if multitouch input is simply not supported under Linux with JavaFX 8, or I have another problem. Best regards, Stefan From anthony.petrov at oracle.com Tue Apr 1 12:02:54 2014 From: anthony.petrov at oracle.com (Anthony Petrov) Date: Tue, 01 Apr 2014 16:02:54 +0400 Subject: JavaFX8: Multittouch support under Linux In-Reply-To: <4B81C6EC-7F64-458F-94B2-194B4D644F77@me.com> References: <4B81C6EC-7F64-458F-94B2-194B4D644F77@me.com> Message-ID: <533AAAEE.8070609@oracle.com> Hi Stefan, No, currently it's not. Here's a JIRA that you may want to watch: https://javafx-jira.kenai.com/browse/RT-25079 -- best regards, Anthony On 4/1/2014 3:52 PM, Stefan Schwandter wrote: > Hello all! > > > Is multitouch-input supposed to be supported on Java 8 SE running on Linux? I use a capacitive touch screen, with a DMC controller, connected to a Ubuntu 13.10 PC via USB, and none of the sample code that I've tried seems to recognize any touch events. Under Windows 7, touch events are recognized, I can swipe, zoom, etc. > > So I wonder, if multitouch input is simply not supported under Linux with JavaFX 8, or I have another problem. > > > Best regards, > > Stefan > From vadim.pakhnushev at oracle.com Tue Apr 1 13:42:55 2014 From: vadim.pakhnushev at oracle.com (Vadim Pakhnushev) Date: Tue, 01 Apr 2014 17:42:55 +0400 Subject: [8u20] Review request for RT-33475: NPE in PPSRenderer (when display disconnected?) Message-ID: <533AC25F.1050101@oracle.com> Jim, Kevin, Please review a fix for this: https://javafx-jira.kenai.com/browse/RT-33475 Thanks, Vadim From tahubbard at fxmlguide.com Tue Apr 1 15:57:19 2014 From: tahubbard at fxmlguide.com (TA Hubbard) Date: Tue, 01 Apr 2014 08:57:19 -0700 Subject: Managed Property Loss Of Visibility Message-ID: <533AE1DF.8060608@fxmlguide.com> With jdk-8u20-ea-bin-b05-windows-i586-12_mar_2014, the /managed /property appears to be doing double duty. It is causing the loss of visibility when managed is set to false. I downloaded jdk-8-windows-i586 and the issue remains. This works okay: