Re: 8u40 is released

2015-03-04 Thread Mike Hearn
Hi Kevin, Scene Builder source code is available in the OpenJFX repo under the BSD license, but separate binaries are no longer being released as of 8u40. I'm a bit confused what this means. People who want to use Scene Builder are expected to compile it themselves from now on? Does that

Re: 8u40 is released

2015-03-04 Thread Anton V. Tarasov
Hi Emmanuel, jfx8u40/WebView (libjfxwebkit.so) doesn't link with icu lib, however it has that option and so it contains all the related headers which it nevertheless uses during the build process. UChar32 was defined as unsigned in older icu versions and it is still that in the

[8u] post-commit review for: RT-40186: Update copyright header for files modified in 2015

2015-03-04 Thread Kevin Rushforth
JIRA: https://javafx-jira.kenai.com/browse/RT-40186 Webrev: http://cr.openjdk.java.net/~kcr/RT-40186/webrev.00/ Changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f9a79df8559d Simple change to update copyright dates for all files modified in 2015. -- Kevin

Please update copyright year to 2015 in any file you create / modify

2015-03-04 Thread Kevin Rushforth
A Belated Happy New Year OpenJFX folks! Since it is now 2015 (and has been for 2 months now), when you modify any source code file, please update the last copyright year in the Oracle copyright header to reflect this. Here are the three cases to consider. 1) A new file created this year

[8u] review request: RT-40193: Add new javafx.runtime.build property to javafx.properties file

2015-03-04 Thread Kevin Rushforth
David, Please review this simple addition to javafx.properties. https://javafx-jira.kenai.com/browse/RT-40193 The patch is in the JIRA. -- Kevin

Re: Media player performance on Mac

2015-03-04 Thread David DeHaven
I just put a MediaView with a MediaPlayer into a FlowPane and displayed it. Playing a Full-HD H.264 file consumes between 40 and 60% of CPU. Playing the same file in Quicktime consumes about 3-4% CPU. What is the reason for the dramatic difference? Is the player subsystem not using hardware

Re: 8u40 is released

2015-03-04 Thread Mike Hearn
That's great Johan, but .. what does this mean, exactly? Is SB effectively dead at this point? Short of some horrifically convoluted corporate politics I can't understand why Oracle would develop an application but not provide downloads of it. Does this mean SB won't be upgraded past 8u40? I

Re: 8u40 is released

2015-03-04 Thread Tobias Bley
which future should it be? IoT? Am 04.03.2015 um 23:29 schrieb Felix Bembrick felix.bembr...@gmail.com: JavaFX has a future but perhaps not the one we were all expecting or hoping for. On 5 March 2015 at 09:18, Tobias Bley t...@ultramixer.com mailto:t...@ultramixer.com wrote: In the

Re: 8u40 is released

2015-03-04 Thread Mike Hearn
Hey Jonathan, If you let us know who does make these decisions, we will happily repeat our questions to them :) Mark Reinhold perhaps? I mean, I appreciate that GUI libraries are probably not a prime driver of sales for Oracle, but as an enterprise focused company I assume management understands

Re: 8u40 is released

2015-03-04 Thread Mike Hearn
2349 Unresolved Bugs seems buggy to me: https://javafx-jira.kenai.com/issues/?jql=issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved Any software project always has lots of unresolved issues in the issue tracker, though, especially something as large as a UI toolkit. Qt has about

Re: 8u40 is released

2015-03-04 Thread Tomas Mikula
On Wed, Mar 4, 2015 at 7:50 PM, Mike Hearn m...@plan99.net wrote: WRT 8u60+9, I read that 8u60 is going to be a bug fix only release with no new features at all. I don't know how to read that, as JavaFX does not seem especially buggy to me, 2349 Unresolved Bugs seems buggy to me:

Re: 8u40 is released

2015-03-04 Thread Mike Hearn
This is what we did at Gluon (http://gluonhq.com), and the result can be downloaded at http://gluonhq.com/products/downloads/ Thanks Johan! Looks like Gluon is the Trolltech equivalent I just wished for - that was fast :-) From your blog post, it sounds like you're planning to fork SB or at

Re: 8u40 is released

2015-03-04 Thread Tomas Mikula
To add fuel to the fire, I have seen issues in the JIRA going from assigned to unassigned, for multiple assignees. Also, Steve is now (back) at IBM: https://ca.linkedin.com/in/stevenorthover. On Wed, Mar 4, 2015 at 5:32 PM, Tobias Bley t...@ultramixer.com wrote: which future should it be? IoT?

[9] Post commit notification: RT-40077: javafx.scene.web.IrresponsiveScriptTest hangs on Linux with new WebKit

2015-03-04 Thread Anton V. Tarasov
Hi Kevin, I've commited a simple fix for this issue: https://javafx-jira.kenai.com/browse/RT-40077 (The patch is in the comments.) Thanks, Anton.

Re: 8u40 is released

2015-03-04 Thread Kevin Rushforth
Scene Builder source code is available in the OpenJFX repo under the BSD license, but separate binaries are no longer being released as of 8u40. See: http://www.oracle.com/technetwork/java/javase/downloads/sb2download-216.html -- Kevin ngalarn...@abinitio.com wrote: Hurray! Thank you

Re: 8u40 is released

2015-03-04 Thread Kevin Rushforth
Anton Tarasov or Andrew Brygin might be able to provide an answer for you, although our effort recently has been focused on getting the updated C++11-based WebKit to build. -- Kevin Emmanuel Bourg wrote: Hi Kevin, I'm updating the OpenJFX package in Debian to the version 8u40-b25 and I get

Re: 8u40 is released

2015-03-04 Thread ngalarneau
Hurray! Thank you all for the good work. Do you know when the corresponding Scene Builder release will be? It would be great to get support for the new widgets. Also, the Scene Builder download page warns against using 2.0 for security reasons. Neil From: Kevin Rushforth