hg: openjfx/8/controls/rt: revert computePrefW/H of TabPaneSkin to return W/H based on content instead of a constant.

2013-06-04 Thread hang . vo
Changeset: a2978f7aae56 Author:psomashe Date: 2013-06-04 23:14 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a2978f7aae56 revert computePrefW/H of TabPaneSkin to return W/H based on content instead of a constant. ! javafx-ui-controls/src/com/sun/javafx/scene/cont

Re: When will JFX be fully open sourced?

2013-06-04 Thread Danno Ferrin
I just need to set up a Jenkins build to publish poems on the cloud bees server. I should have the free time by the end of the week. I am also going to publish the ant-javafx jars as well so our build plugins can pull those. Getting the native jars built automatically will be the tricky part, I

Re: When will JFX be fully open sourced?

2013-06-04 Thread Danno Ferrin
By blockers I mean won't compile without an outside jar and won't run on Java 7, I don't want to do a blog post about Jfx78 until it runs on a Java7 vm. Removing discrete stuff like SwingNode and Media is fine, but without fonts and accessibility nothing runs. Hopefully at that point a serious pa

Re: When will JFX be fully open sourced?

2013-06-04 Thread Daniel Zwolenski
Danno, what do you need to wrap it up? Basically I'm intending to have the Maven plugin automatically use a build of Danno's backport for iOS (that I'm hoping Danno will provide for me). Once this exists I can do the Maven side of it. On Wed, Jun 5, 2013 at 10:33 AM, Richard Bair wrote: > The

Re: When will JFX be fully open sourced?

2013-06-04 Thread Richard Bair
The accessibility stuff is going out this week, and the font pieces in mid June. Media we're in process of but I don't have a date. Is there anything else missing? I had heard from Danno that fonts & accessibility were the big blockers. Richard On Jun 4, 2013, at 5:09 PM, Daniel Zwolenski wro

When will JFX be fully open sourced?

2013-06-04 Thread Daniel Zwolenski
Niklas and I have been working on getting the RoboVM Maven plugin working - it is in the final stages of testing. This is *without* JavaFX however. We are waiting on the final parts of JavaFX to be open sourced before doing this. When is this due to happen?

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

2013-06-04 Thread hang . vo
Changeset: 39089954dc77 Author:"Jasper Potts" Date: 2013-06-04 13:14 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/39089954dc77 3D Viewer App: Added optimize and Java Source export ! apps/experiments/3DViewer/src/main/java/com/javafx/experiments/exporters/javasou

hg: openjfx/8/controls/rt: fix broken TabPaneTest

2013-06-04 Thread hang . vo
Changeset: d59635859529 Author:psomashe Date: 2013-06-04 16:02 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d59635859529 fix broken TabPaneTest ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java

hg: openjfx/8/graphics/rt: RT-30913 Add Modena and 3DViewer to automated build

2013-06-04 Thread hang . vo
Changeset: 6b3080191250 Author:dmasada Date: 2013-06-04 15:39 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6b3080191250 RT-30913 Add Modena and 3DViewer to automated build ! apps/build.xml ! apps/experiments/3DViewer/build.xml ! apps/experiments/Modena/build.xml

Re: Handling uncaught exceptions during event dispatching

2013-06-04 Thread Richard Bair
Thanks! Lens is the Glass implementation for Embedded. Richard On Jun 4, 2013, at 3:13 PM, John Smith wrote: > RT-30239 "Use Thread.UncaughtExceptionHandler instead of ExceptionDescribe() > to report exceptions" > https://javafx-jira.kenai.com/browse/RT-30239 > It was fixed by Artem Ananiev

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

2013-06-04 Thread hang . vo
Changeset: 06fc41c8f8b1 Author:Alexander Kouznetsov Date: 2013-06-04 15:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/06fc41c8f8b1 3DViewer: Improved optimizer to remove only middle KeyValues of a repeating sequences ! apps/experiments/3DViewer/src/main/java/

RE: Handling uncaught exceptions during event dispatching

2013-06-04 Thread John Smith
RT-30239 "Use Thread.UncaughtExceptionHandler instead of ExceptionDescribe() to report exceptions" https://javafx-jira.kenai.com/browse/RT-30239 It was fixed by Artem Ananiev for Java 8 It links outstanding: RT-30369 "Lens: implement RT-30239, Thread.UncaughtExceptionHandler" https://javafx-jira

Re: Performance Tips n' Tricks wiki page

2013-06-04 Thread Pedro Duque Vieira
I remembered one more. Maybe it's already included in the "use FXCollections" bit but it's not explicitly stated. I think that using FXCollections methods toFront, toBack, etc is faster than reorganizing the collection manually, yourself, right? On another subject, I think it would be important to

hg: openjfx/8/graphics/rt: RT-29890 Rendering Artifact on Cylinder and Sphere

2013-06-04 Thread hang . vo
Changeset: eb4b66ebb62c Author:Yao Wang Date: 2013-06-04 14:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eb4b66ebb62c RT-29890 Rendering Artifact on Cylinder and Sphere ! javafx-ui-common/src/javafx/scene/shape/Cylinder.java ! javafx-ui-common/src/javafx/scen

Handling uncaught exceptions during event dispatching

2013-06-04 Thread Richard Bair
Hi, If I wanted to handle all uncaught exceptions that occurred during event dispatch (whether Mouse / Pulse / Key / Runnable / etc), how could I do it? I assume at present we can't. Is there a JIRA already for such a thing that anybody knows of? Thanks Richard

hg: openjfx/2u/dev/rt: Added tag 2.2.40-b27 for changeset 2ed8cef9d3d0

2013-06-04 Thread hang . vo
Changeset: fac50f983ffa Author:hudson Date: 2013-05-29 14:41 -0700 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/fac50f983ffa Added tag 2.2.40-b27 for changeset 2ed8cef9d3d0 ! .hgtags

Re: Preloaders

2013-06-04 Thread Mark Howe
It should be the one within the bundle otherwise deploying an app bundle won't work. If you find otherwise please create an issue. Cheers Mark On May 29, 2013, at 6:51 AM, Scott Palmer wrote: > I think native bundles should use the preloader contained within. I use > the Preloader to implem

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

2013-06-04 Thread hang . vo
Changeset: 75b3b8e4530b Author:mhowe Date: 2013-05-24 16:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/75b3b8e4530b RT-29058: Need a macro in the config files to expand to the app bundle directory [ngthomas, ddehaven] ! deploy/packager/native/linux/launcher.c

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

2013-06-04 Thread hang . vo
Changeset: 8720c6729e2c Author:kcr Date: 2013-06-04 08:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8720c6729e2c Backed out changeset 5be62ada9a91 to fix unit test failure Changeset: e096b075097d Author:kcr Date: 2013-06-04 08:32 -0700 URL: htt

Re: Canvas clip problems

2013-06-04 Thread Scott Palmer
Good to know it isn't just my app that has this problem! A fix for 2.2.x would be great! Hopefully the Oracle guys can reproduce it. Cheers, Scott On Tue, Jun 4, 2013 at 6:28 AM, Daniel Zwolenski wrote: > Finally got round to testing this and setting -Dprism.order=j2d as Scott > makes the sm

Re: API Review: Missing UNSORTED Comparator constant in SortedList

2013-06-04 Thread Martin Sladecek
After some discussion in the JIRA issue, the change will be much simpler: null comparator will mean UNSORTED, not natural order (i.e. using Comparable) as it does now. The natural order can be done by passing Comparator.naturalOrder() to the SortedList. -Martin On 05/31/2013 08:25 AM, Martin

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

2013-06-04 Thread hang . vo
Changeset: 31cc3ec01fdc Author:Martin Sladecek Date: 2013-06-04 14:03 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/31cc3ec01fdc RT-30740 GridPane oddness with row alignment set to VPos.BASELINE ! javafx-ui-common/src/javafx/scene/layout/GridPane.java ! javafx-ui

hg: openjfx/8/graphics/rt: RT-30557 Gtk: Unable to showAndWait a Stage from within an UncaughtExceptionHandler in Linux

2013-06-04 Thread hang . vo
Changeset: eaf163a8953c Author:Alexander Zvegintsev Date: 2013-06-04 14:13 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eaf163a8953c RT-30557 Gtk: Unable to showAndWait a Stage from within an UncaughtExceptionHandler in Linux ! glass/glass-lib-gtk/src/GlassAppli

Re: Canvas clip problems

2013-06-04 Thread Daniel Zwolenski
Finally got round to testing this and setting -Dprism.order=j2d as Scott makes the smear go away. On Sun, Jun 2, 2013 at 11:16 AM, Scott Palmer wrote: > Try > -Dprism.order=sw > with JavaFS 8 > > or > -Dprism.order=j2d > with JavaFX 2.2 > > to see if the clipping issue goes away. > > Also try -

Re: Touch Events, Scrolling, and Windows Pen

2013-06-04 Thread Anthony Petrov
Hi Danno, I've just pushed your fix: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1dd4bb7090a2 Thank you for the contribution. -- best regards, Anthony On 06/03/2013 06:47 PM, Artem Ananiev wrote: On 6/3/2013 5:52 PM, Anthony Petrov wrote: Hi Danno, Thank you for the patch. I've p

hg: openjfx/8/graphics/rt: RT-30869: Win: Pen events in Windows should not be synthesized

2013-06-04 Thread hang . vo
Changeset: 1dd4bb7090a2 Author:Anthony Petrov Date: 2013-06-04 14:05 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1dd4bb7090a2 RT-30869: Win: Pen events in Windows should not be synthesized Reviewed-by: anthony, art Contributed-by: Danno Ferrin ! glass/glass-li

hg: openjfx/8/graphics/rt: SW pipeline: fix for SWTexture.update(..) methods (RT-30633)

2013-06-04 Thread hang . vo
Changeset: cb35abdbc183 Author:Martin Soch Date: 2013-06-04 10:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/cb35abdbc183 SW pipeline: fix for SWTexture.update(..) methods (RT-30633) ! prism-sw/src/com/sun/prism/sw/SWArgbPreTexture.java ! prism-sw/src/com/sun/

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

2013-06-04 Thread hang . vo
Changeset: 255a10ee1ed0 Author:Martin Sladecek Date: 2013-06-04 10:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/255a10ee1ed0 RT-30363 Region calls requestLayout too aggressively ! javafx-ui-common/src/javafx/scene/Group.java ! javafx-ui-common/src/javafx/scen

hg: openjfx/8/controls/rt: RT-24105 TabPane renders content of all tabs even only one is active.Optimization loads only the initially selected tabs and others get loaded on selection. To load content

2013-06-04 Thread hang . vo
Changeset: 1ee27e0ef269 Author:psomashe Date: 2013-06-04 00:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1ee27e0ef269 RT-24105 TabPane renders content of all tabs even only one is active.Optimization loads only the initially selected tabs and others get loade