hg: openjfx/8u-dev/rt: RT-14000 Add Formatted TextField control (cont.) : 2 missing classes

2014-08-14 Thread martin . sladecek
Changeset: 13f33b110a99 Author:Martin Sladecek Date: 2014-08-15 07:58 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/13f33b110a99 RT-14000 Add Formatted TextField control (cont.) : 2 missing classes + modules/controls/src/main/java/com/sun/javafx/scene/control/Format

hg: openjfx/8u-dev/rt: RT-14000 Add Formatted TextField control

2014-08-14 Thread martin . sladecek
Changeset: 290274db83f7 Author:Martin Sladecek Date: 2014-08-15 07:57 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/290274db83f7 RT-14000 Add Formatted TextField control Reviewed by: kcr, snorthov ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavio

hg: openjfx/8u-dev/rt: [Accessibility] JavaDoc for AccessibleAttribute updated

2014-08-14 Thread felipe . heidrich
Changeset: 2056b7f57799 Author:Felipe Heidrich Date: 2014-08-14 19:58 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2056b7f57799 [Accessibility] JavaDoc for AccessibleAttribute updated ! modules/graphics/src/main/java/javafx/scene/AccessibleAction.java ! modules/grap

Re: Overhead for table columns.

2014-08-14 Thread Sean True
Folks, that was extremely helpful. I'll see what I can pry loose as an example. On Thursday, August 14, 2014, Tomas Mikula wrote: > I like this kind of being wrong :-) > > Tomas > > On Fri, Aug 15, 2014 at 12:42 AM, Jonathan Giles > > wrote: > > Actually this is slightly wrong. I was holding off

[Review request] RT-12643: JavaFX Dialogs API

2014-08-14 Thread Jonathan Giles
Hi all, After much discussion a 'final' JavaFX Dialogs API has been created and is awaiting final review. The plan is to integrate this into the 8udev repo before it is promoted early next week. The Jira discussion for the dialogs API is long, but very informative. You can find it here: http

Re: Some questions

2014-08-14 Thread Edu García
Created https://javafx-jira.kenai.com/browse/RT-38319 for the pixelated snapshot. In case nobody understood my requirements on my last point of my previous message, what I want is to have the behaviour of that bug I found, but on the screen and by choice :D On Tue, Aug 12, 2014 at 7:21 AM, Edu G

Re: Elliptical gradient

2014-08-14 Thread Edu García
Created https://javafx-jira.kenai.com/browse/RT-38316. Thanks for your response and workaround. It's a bit complex doing that instead of applying the gradient, at least for now due to my architecture, but nice to know that I have options. On Fri, Aug 15, 2014 at 6:19 AM, Jim Graham wrote: > I

Re: Overhead for table columns.

2014-08-14 Thread Tomas Mikula
I like this kind of being wrong :-) Tomas On Fri, Aug 15, 2014 at 12:42 AM, Jonathan Giles wrote: > Actually this is slightly wrong. I was holding off replying until I had a > bit more time to be thorough, but I'll respond now to prevent this > misunderstanding from being discussed :-) > > It _i

Re: Overhead for table columns.

2014-08-14 Thread Jonathan Giles
Actually this is slightly wrong. I was holding off replying until I had a bit more time to be thorough, but I'll respond now to prevent this misunderstanding from being discussed :-) It _is_ possible to virtualise the TableView in both directions. This doesn't necessarily help with the overhea

Re: Overhead for table columns.

2014-08-14 Thread Tomas Mikula
On Thu, Aug 14, 2014 at 9:01 PM, Sean True wrote: > We've been looking at very large tables for use in data grid display. > > Row count scales very nicely indeed, but column count is much more > problematic. To explain your observation: TableView is based on VirtualFlow, which optimizes the numbe

hg: openjfx/8u-dev/rt: RT-38313: [CSS] Serious rendering artifacts running Ensemble8

2014-08-14 Thread kevin . rushforth
Changeset: afbc7b22b7ab Author:kcr Date: 2014-08-14 14:48 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/afbc7b22b7ab RT-38313: [CSS] Serious rendering artifacts running Ensemble8 Backed out changeset e59c3dfc28e0 ! modules/graphics/src/main/java/com/sun/javafx/css/par

hg: openjfx/8u-dev/rt: RT-38312: Modify Packager to remove QT Kit platform when creating Mac App Store bundles

2014-08-14 Thread danno . ferrin
Changeset: 7e5faca81800 Author:shemnon Date: 2014-08-14 15:27 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7e5faca81800 RT-38312: Modify Packager to remove QT Kit platform when creating Mac App Store bundles Summary: The runtime check caused problems when run on wind

hg: openjfx/8u-dev/rt: [Accessibility] Removed AccessibleAttribute#getName(), it was not used

2014-08-14 Thread felipe . heidrich
Changeset: e83331cf4ed4 Author:Felipe Heidrich Date: 2014-08-14 13:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e83331cf4ed4 [Accessibility] Removed AccessibleAttribute#getName(), it was not used ! modules/graphics/src/main/java/javafx/scene/AccessibleAttribute.j

hg: openjfx/8u-dev/rt: [Accessibility] JavaDoc for AccessibleAction updated

2014-08-14 Thread felipe . heidrich
Changeset: 7ade5c95d0fc Author:Felipe Heidrich Date: 2014-08-14 13:34 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7ade5c95d0fc [Accessibility] JavaDoc for AccessibleAction updated ! modules/graphics/src/main/java/javafx/scene/AccessibleAction.java

Re: Elliptical gradient

2014-08-14 Thread Jim Graham
I could have sworn there was a bug for this, but I can't find it. You should submit one so that we can track the request. In the meantime, you could apply your trick to any shape by setting that shape as the clip on the proportionally distorted rectangle... ...jim On

Re: Render bug

2014-08-14 Thread Jeff Martin
Okay, here’s the jira: Render bug animating over node with lighting effect I also simplified the example (happens with a Rectangle background as well as ImageView). jeff On Aug 13, 2014, at 3:20 PM, Chien Yang wrote: > This looks like a bug in JavaFX when applying the lighting effec

hg: openjfx/8u-dev/rt: RT-37959: [Accessibility] Review a11y enums

2014-08-14 Thread felipe . heidrich
Changeset: 8f77e2f47662 Author:Felipe Heidrich Date: 2014-08-14 12:46 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8f77e2f47662 RT-37959: [Accessibility] Review a11y enums Removed AccessibleRole#HEADER, not used. Note AccessileAttribute#HEADER is used and stays ! m

hg: openjfx/8u-dev/rt: [Accessibility] JavaDoc for AccessibleRole major update

2014-08-14 Thread felipe . heidrich
Changeset: 9ba20c17e0f9 Author:Felipe Heidrich Date: 2014-08-14 12:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9ba20c17e0f9 [Accessibility] JavaDoc for AccessibleRole major update ! modules/graphics/src/main/java/javafx/scene/AccessibleRole.java

Overhead for table columns.

2014-08-14 Thread Sean True
We've been looking at very large tables for use in data grid display. Row count scales very nicely indeed, but column count is much more problematic. In the March time frame, our tests showed that each column had approximately 100KB overhead (using VisualVM), which is negligible at 100 columns, b

hg: openjfx/8u-dev/rt: [TEST ONLY] Fix tests for RT-38012. The explicit TimeZone was not uniformly applied to all objects.

2014-08-14 Thread leif . samuelsson
Changeset: 54d3f711ae54 Author:leifs Date: 2014-08-14 10:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/54d3f711ae54 [TEST ONLY] Fix tests for RT-38012. The explicit TimeZone was not uniformly applied to all objects. ! modules/base/src/test/java/javafx/util/convert

hg: openjfx/8u-dev/rt: RT-38312: Modify Packager to remove QT Kit platform when creating Mac App Store bundles

2014-08-14 Thread danno . ferrin
Changeset: f7cf21c9e487 Author:shemnon Date: 2014-08-14 10:48 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f7cf21c9e487 RT-38312: Modify Packager to remove QT Kit platform when creating Mac App Store bundles Summary: update the part of the MacAppBundler where the JDK

hg: openjfx/8u-dev/rt: RT-38169: Pass/fail swipe condition is problematic; RT-37822:[Unit Tests] Adding swipe tests

2014-08-14 Thread elina . kleyman
Changeset: cba4400b96aa Author:Elina Kleyman Date: 2014-08-14 12:36 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cba4400b96aa RT-38169: Pass/fail swipe condition is problematic; RT-37822:[Unit Tests] Adding swipe tests ! modules/graphics/src/main/java/com/sun/java

Fwd: JavaFx roadmap?

2014-08-14 Thread Robert Krüger
Classic, forgot to post to list. -- Forwarded message -- From: Robert Krüger Date: Thu, Aug 14, 2014 at 10:29 AM Subject: Re: JavaFx roadmap? To: Adam Granger On Mon, Aug 11, 2014 at 11:08 PM, Adam Granger wrote: > The official java fx roadmap on oracle.com seems to have been

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Preparatory work for DTL-6797 (Content panel should rely on SubScene).

2014-08-14 Thread eric . le . ponner
Changeset: 8f931434e0c7 Author:eric.le.ponner Date: 2014-08-14 09:27 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8f931434e0c7 [SCENEBUILDER] Preparatory work for DTL-6797 (Content panel should rely on SubScene). Simplified AbstractDecoration (sceneToSceneGraphObjec