hg: openjfx/8/graphics/rt: Dual commit (ea2) - Fix RT-30627 - Virtual Keyboard moves to the background after switching to a another window

2013-05-29 Thread hang . vo
Changeset: 0d994ae9c839 Author:Seeon Birger Date: 2013-05-29 12:34 +0300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/0d994ae9c839 Dual commit (ea2) - Fix RT-30627 - Virtual Keyboard moves to the background after switching to a another window ! javafx-ui-controls/src

hg: openjfx/8/graphics/rt: RT-30731: methods marked protected by accident removed form public API.

2013-05-29 Thread hang . vo
Changeset: ec7bf9d52d7b Author:Pavel Safrata Date: 2013-05-29 12:33 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ec7bf9d52d7b RT-30731: methods marked protected by accident removed form public API. ! javafx-ui-common/src/javafx/scene/ParallelCamera.java ! javafx-

Preloaders

2013-05-29 Thread Daniel Zwolenski
The jfx packaging tools allow pre-loaders to be set. I don't use them but people using the maven plugin want them. It looks like you can set a preloader for both jars and for bundles (web, native). When building the bundles however they include the jar in them. So we end up with both the bundl

hg: openjfx/8/graphics/rt: Fixed RT-29404 WebView scroll bar thumb hit testing is incorrect

2013-05-29 Thread hang . vo
Changeset: 1d085d9d983c Author:lepopov Date: 2013-05-29 16:58 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1d085d9d983c Fixed RT-29404 WebView scroll bar thumb hit testing is incorrect ! webview/src/com/sun/javafx/webkit/theme/ScrollBarThemeImpl.java

Re: Preloaders

2013-05-29 Thread Scott Palmer
I think native bundles should use the preloader contained within. I use the Preloader to implement a splash screen since my app takes a long time to start up, even though all the jars are already "downloaded". On Wed, May 29, 2013 at 8:40 AM, Daniel Zwolenski wrote: > The jfx packaging tools a

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

2013-05-29 Thread hang . vo
Changeset: c375e7b5faf1 Author:Martin Sladecek Date: 2013-05-29 16:02 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c375e7b5faf1 HBox optimizations + minor layout optimizations in Region and Shapes ! javafx-ui-common/src/javafx/scene/layout/FlowPane.java ! javafx

hg: openjfx/8/controls/rt: 57 new changesets

2013-05-29 Thread hang . vo
Changeset: 86aa4f87fd8a Author:hudson Date: 2013-05-23 17:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/86aa4f87fd8a Added tag 8.0-b91 for changeset f160d58b21ef ! .hgtags Changeset: 9134051bb8fb Author:dmasada Date: 2013-05-21 13:54 -0700 URL:

Re: JavaFX graphics performance and suitability for advanced animations

2013-05-29 Thread Richard Bair
> If avoiding confusion is your goal, I'd suggest avoiding using performance as > a synonym for fps. 'fps' seems like a pretty good term to use for 'fps' ;) OK. I'll try to stick to "speed" and "jitter" (or one of its synonyms.

FXMLLoader, Custom Controls and Controller

2013-05-29 Thread Florian Brunner

hg: openjfx/8/graphics/rt: fix .classpath

2013-05-29 Thread hang . vo
Changeset: 122d1f72e7c5 Author:snorthov Date: 2013-05-29 12:09 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/122d1f72e7c5 fix .classpath ! .classpath

hg: openjfx/8/graphics/rt: fix .classpath [add source for builders]

2013-05-29 Thread hang . vo
Changeset: 44c4d06279d4 Author:snorthov Date: 2013-05-29 12:27 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/44c4d06279d4 fix .classpath [add source for builders] ! .classpath

hg: openjfx/8/controls/rt: [TEST-ONLY] Ignore tests pending RT-30739

2013-05-29 Thread hang . vo
Changeset: 9fe6d5754733 Author:David Grieve Date: 2013-05-29 12:45 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9fe6d5754733 [TEST-ONLY] Ignore tests pending RT-30739 ! javafx-ui-controls/test/javafx/scene/control/ListViewKeyInputTest.java ! javafx-ui-controls/te

hg: openjfx/8/graphics/rt: [eclipse only] fix .classpath

2013-05-29 Thread hang . vo
Changeset: 609746f32d1b Author:Felipe Heidrich Date: 2013-05-29 09:53 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/609746f32d1b [eclipse only] fix .classpath ! .classpath

hg: openjfx/8/controls/rt: RT-30233: [DatePicker] Handle incompatible change of method name in DateTimeFormatter. (Requires JDK8 b91).

2013-05-29 Thread hang . vo
Changeset: 02aaa6e6a7e0 Author:leifs Date: 2013-05-29 10:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/02aaa6e6a7e0 RT-30233: [DatePicker] Handle incompatible change of method name in DateTimeFormatter. (Requires JDK8 b91). ! build.properties ! javafx-ui-cont

Re: JavaFX graphics performance and suitability for advanced animations

2013-05-29 Thread Hervé Girod
Hello, Concerning my previous question, is it planned to provide some kind of "shape " drawing for JavaFX 8 in the graphic context, or is it safer to assume that the scene graph will be the preferred way to handle this (apart from the svgpath drawing of course)? I have the same kind of questio

hg: openjfx/8/graphics/rt: Fixes to build with IntelliJ

2013-05-29 Thread hang . vo
Changeset: 7d97d6e4f096 Author:Richard Bair Date: 2013-05-29 10:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7d97d6e4f096 Fixes to build with IntelliJ - SimpleViewerApp and FXVKSkin both needed a "final" keyword added in order to build on 7 (and we're try

Re: JavaFX graphics performance and suitability for advanced animations

2013-05-29 Thread Richard Bair
I would start with scene graph nodes and see how it goes. The Canvas should be thought of as a nice utility for drawing images, rather than a hook into the low-level drawing machinery. Richard On May 29, 2013, at 10:23 AM, Hervé Girod wrote: > Hello, > > Concerning my previous question, is

Re: JavaFX graphics performance and suitability for advanced animations

2013-05-29 Thread Hervé Girod
Ok, thanks. As we have a lot of dynamic elements in our map overlay, I will post about performance (compared to our swing based implementation, which is currently rather good for us), as soon as we have finished our implementation. Herve Sent from my iPhone On 29 mai 2013, at 19:59, Richard B

hg: openjfx/8/graphics/rt: RT-26702: Poor DisplacementMap effect performance on Mac [Java code only, fixes potential drawing of garbage on first frame on OS X]

2013-05-29 Thread hang . vo
Changeset: 167bc510ce34 Author:snorthov Date: 2013-05-29 16:05 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/167bc510ce34 RT-26702: Poor DisplacementMap effect performance on Mac [Java code only, fixes potential drawing of garbage on first frame on OS X] ! javafx

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

2013-05-29 Thread hang . vo
Changeset: 7fb8809a830b Author:Seeon Birger Date: 2013-05-29 12:34 +0300 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7fb8809a830b Dual commit (ea2) - Fix RT-30627 - Virtual Keyboard moves to the background after switching to a another window ! javafx-ui-controls/src

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

2013-05-29 Thread hang . vo
Changeset: 9fadd09bc7b2 Author:mv157916 Date: 2013-05-28 18:04 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9fadd09bc7b2 RT-30716: Update the JDK build number to b91 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: 8182cf

hg: openjfx/8/graphics/rt: Comment RT-26702: Poor DisplacementMap effect performance on Mac [Java code only, fixes potential drawing of garbage on first frame on OS X]

2013-05-29 Thread hang . vo
Changeset: eb0ca6ba0558 Author:snorthov Date: 2013-05-29 16:57 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eb0ca6ba0558 Comment RT-26702: Poor DisplacementMap effect performance on Mac [Java code only, fixes potential drawing of garbage on first frame on OS X]

[API Review] RT-15314

2013-05-29 Thread David Hill
We have a request to allow non-sandboxed applications to disable the "ESC to exit full screen" overly (and the associated ESC action to exit Full Screen). This is needed for "kiosk" style applications where Full Screen should only be under progr

FXMLLoader & BuilderFactory

2013-05-29 Thread Florian Brunner
Hi, I'm experimenting with FXMLLoader. Is there a way to get notified, when an instance gets created? I tried to work with a wrapper class for BuilderFactory, like this: public class WrapperBuilderFactory implements BuilderFactory { private final BuilderFactory builderFactory; public

Re: FXMLLoader & BuilderFactory

2013-05-29 Thread Daniel Zwolenski
When you say 'instance' what do you mean? A controller or a node or something else? A controller can be notified when it is initialized (and all the associated nodes will be initialized by this point): http://docs.oracle.com/javafx/2/api/javafx/fxml/Initializable.html Does that give you the ho

Re: JavaFX graphics performance and suitability for advanced animations

2013-05-29 Thread Richard Bair
> As ever, just a suggestion. I'll leave it at that so we can get back to the > real issues. So, back to the real issues :-). Here is a good JIRA query: https://javafx-jira.kenai.com/issues/?filter=12938&jql=project%20%3D%20RT%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20perfo

Re: JavaFX graphics performance and suitability for advanced animations

2013-05-29 Thread Jim Graham
Another thing to consider is that you may get your port off the ground and running a little faster by starting with a Canvas port since it is closer to your Graphics2D code. But, that depends on how much picking you were doing and/or animation and you'd have to manage your own (partial or full

hg: openjfx/8/graphics/rt: RT-30287: No rendering after scene graph update due to poor synchronization

2013-05-29 Thread hang . vo
Changeset: 3e330c5301c2 Author:snorthov Date: 2013-05-29 23:46 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3e330c5301c2 RT-30287: No rendering after scene graph update due to poor synchronization ! javafx-ui-common/src/com/sun/javafx/tk/TKScene.java ! javafx-ui-

hg: openjfx/2u/master/rt: 3 new changesets

2013-05-29 Thread hang . vo
Changeset: 709e2db27d46 Author:jgiles Date: 2013-05-24 11:58 +1200 URL: http://hg.openjdk.java.net/openjfx/2u/master/rt/rev/709e2db27d46 RT-29668: CheckMenuItem / RadioMenuItem state doesn't always toggle as expected ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/Conte

Patches for packager tweaks

2013-05-29 Thread Danno Ferrin
Just posted to bugs with patches for some tweaks I'de like to see to the packager. https://javafx-jira.kenai.com/browse/RT-30792 https://javafx-jira.kenai.com/browse/RT-30793 The first one is to allow for a comma separated list of enumerated packagers, so it's not one or all. The second one is m

Re: [API Review] RT-15314

2013-05-29 Thread Tom Schindl
I'd go for option 3 at this Tom Von meinem iPhone gesendet Am 29.05.2013 um 23:51 schrieb David Hill : > > We have a request to allow > non-sandboxed applications to disable the "ESC to exit full screen" overly > (and the associated ESC action

hg: openjfx/8/graphics/rt: Replaced lambdas in FilteredList and TransformationList with anonymous classes.

2013-05-29 Thread hang . vo
Changeset: c200cd542665 Author:Martin Sladecek Date: 2013-05-30 08:19 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c200cd542665 Replaced lambdas in FilteredList and TransformationList with anonymous classes. ! javafx-beans/src/javafx/collections/transformation/F

hg: openjfx/8/graphics/rt: RT-30711: Fix padding of dirty regions so as to avoid padding unless we're dealing with lcd text

2013-05-29 Thread hang . vo
Changeset: 8018a7293402 Author:Felipe Heidrich Date: 2013-05-29 23:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8018a7293402 RT-30711: Fix padding of dirty regions so as to avoid padding unless we're dealing with lcd text ! javafx-sg-common/src/com/sun/javaf