[8u60] review request: RT-39702: [SWT] No possibility to select text in FX content by using mouse dragging

2014-12-19 Thread Kevin Rushforth
Anton, Please review: https://javafx-jira.kenai.com/browse/RT-39702 http://cr.openjdk.java.net/~kcr/RT-39702/webrev.00/ Thanks. -- Kevin

[8u60] Code Review Request For RT-30193: PrismSettings minTextureSize does not work

2014-12-19 Thread Chien Yang
Hi Jim and Kevin, Please review this fix: JIRA: https://javafx-jira.kenai.com/browse/RT-30193 Webrev: http://cr.openjdk.java.net/~ckyang/RT-30193/webrev.00/ Thanks, - Chien

Re: Understanding Layout

2014-12-19 Thread Scott Palmer
Thanks Martin that helps a bit. Here's a test case that reproduces the layout issue I was seeing. The layout code is very basic and computation of the size is left to the base class. The computed width is wrong. The error seems to be that the compute* methods in SkinBase simply don't apply. I be

Re: Is this the end of support raspberrry pi?

2014-12-19 Thread David Hill
On 12/19/14, 12:02 PM, Sven Reimers wrote: So, the community challenge is to rewrite this beast to make it run smoothly on a pi? If someone wants to look for hot spots (profiling and such), then that certainly would help. And after that, perhaps some donated code would be nice :-) The app

Re: Is this the end of support raspberrry pi?

2014-12-19 Thread Sven Reimers
So, the community challenge is to rewrite this beast to make it run smoothly on a pi? -Sven Am 19.12.2014 17:47 schrieb "David Hill" : > On 12/19/14, 1:23 AM, Ladislav Török wrote: > >> In JavaFX Jira is enough bugs marked as " >> Won't Fix" lately. For example: RT-33958, RT-33959, RT-33960, RT-3

Re: Is this the end of support raspberrry pi?

2014-12-19 Thread David Hill
On 12/19/14, 1:23 AM, Ladislav Török wrote: In JavaFX Jira is enough bugs marked as " Won't Fix" lately. For example: RT-33958, RT-33959, RT-33960, RT-34735 Is it only valid for Ensemble8 running on Raspberry Pi or support javaFX on Raspberry Pi? It's amazing that JavaFX running on Raspberry Pi:

In(Sanity) Testing Mondays

2014-12-19 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PST until 1pm PST. Happy testing! Thanks, Vadim

Review: null pointer in pulse logger

2014-12-19 Thread David Hill
Kevin, a small fix in pulse logger, fixing a non-toxic null pointer in pulse logger. https://javafx-jira.kenai.com/browse/RT-39703 the one line diff is in the Jira. -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world

Re: Is this the end of support raspberrry pi?

2014-12-19 Thread Kevin Rushforth
The Raspberry Pi is a platform that JavaFX runs well on, but bugs and especially performance problems, that only happen on Raspberry Pi will be given lower priority. -- Kevin Ladislav Török wrote: In JavaFX Jira is enough bugs marked as " Won't Fix" lately. For example: RT-33958, RT-33959, R

Re: Understanding Layout

2014-12-19 Thread Martin Sladecek
Hi Scott, On 18.12.2014 22:49, Scott Palmer wrote: Short Version: Is there good documentation on how JavaFX performs layout? (Not specific layouts, but layout in general.) Not an official documentation I'm afraid (at least I don't know of any), just the javadoc and a few blog posts: Amy Fowler