[8u20] review request: RT-35019: [3D] NPE in NGShape.renderContent when drawing empty shapes

2014-03-25 Thread Kevin Rushforth
Jim, Please review the following: https://javafx-jira.kenai.com/browse/RT-35019 Details are in JIRA. -- Kevin

Re: Adding GStreamer plugins

2014-03-25 Thread David DeHaven
>> I mainly wanted to do this as a personal exercise, though I'd imagine this >> is a useful piece of functionality for many others also - so should I >> submit a patch of the changes, or is this unlikely to be accepted? (Again, >> sorry for the perhaps obvious question, I'm rather new to this.) I

Re: Adding GStreamer plugins

2014-03-25 Thread Michael Berry
Hi Richard, Sure, I've emailed the patch to Scott and will work on a writeup for others that want to do something similar! (Minor point, is the wiki source in standard MediaWiki style or something else?) Kirill - I think I'll take your suggestion next and start looking at upgrading the existing n

Re: Adding GStreamer plugins

2014-03-25 Thread Richard Bair
> Turns out it was a stupid mistake on my part causing the last few linking > errors, I hadn't added one of the C files I needed to the makefile (well I > had, but I'd then reverted it again without realising!) Thanks to all for > the prods and advice. > > Once I'd done that, the build went throug

Re: Adding GStreamer plugins

2014-03-25 Thread Jonathan Giles
Typically in this case you would email the patch to the assigned developer, but it appears RT-18009 is unassigned at present. I think that is the first hurdle that needs to be resolved, but if you email me your patch I will attach it to the jira issue so that it is at least available for others

Re: Adding GStreamer plugins

2014-03-25 Thread Michael Berry
Hi all, Turns out it was a stupid mistake on my part causing the last few linking errors, I hadn't added one of the C files I needed to the makefile (well I had, but I'd then reverted it again without realising!) Thanks to all for the prods and advice. Once I'd done that, the build went through w

hg: openjfx/8u-dev/rt: RT-36375: Monocle, fix order of operations with Buffer in capture

2014-03-25 Thread hang . vo
Changeset: 85e8ec504bff Author:ddhill Date: 2014-03-25 17:40 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/85e8ec504bff RT-36375: Monocle, fix order of operations with Buffer in capture Reviewed-by: dblaukopf ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/M

hg: openjfx/8u-dev/rt: [Accessibility] cosmetic changes

2014-03-25 Thread hang . vo
Changeset: e260e71603ca Author:felipe Date: 2014-03-25 13:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e260e71603ca [Accessibility] cosmetic changes ! modules/graphics/src/main/java/com/sun/glass/ui/PlatformAccessible.java ! modules/graphics/src/main/java/com/sun/

[8u20] Review request for RT-35263: Win: Crashing VM in a JavaFX 3D app reading and writing STL files

2014-03-25 Thread Anthony Petrov
Hi Felipe, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-35263 -- best regards, Anthony

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Stephen F Northover
As I said, Apple does this. It took cocoa (a "nice" API) years until it had the functionality of carbon (an "awful" API). Believe me, I have experienced the trail of dead API and the pointless developer rewrites. Steve On 2014-03-25 4:02 PM, David DeHaven wrote: Yes, this is true, but Quick

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread David DeHaven
Yes, this is true, but QuickTime (despite it's horrible component architecture) was stable and actually useful for a very long time, then they dropped it and replaced it with what amounts to absolutely nothing useful. Only in 10.8 did they start putting useful bits back in, it's still a long wa

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Stephen F Northover
Apple has a long history of burning developers like this. It's the price of running on their platform. Steve On 2014-03-25 3:30 PM, Phil Race wrote: I see .. so AVFoundation was already there since 10.7, its AVKit that's new in 10.9 but AV Foundation is what FX would use. It looks like Appl

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Phil Race
I see .. so AVFoundation was already there since 10.7, its AVKit that's new in 10.9 but AV Foundation is what FX would use. It looks like Apple starting encouraging migration to AV Foundation about 18 months ago based on the date of this document :- https://developer.apple.com/library/mac/tech

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread David DeHaven
Therein lies The Problem, and why we had to go with QTKit when we supported 10.6... Every two releases they seem to deprecate half-baked APIs in favor of some new half-baked API. At least as of 10.8 that seems to have stabilized somewhat, as we transition more and more to an iOS clone. We had

Re: Glass Robot and getSCreenCapture

2014-03-25 Thread David Hill
On 3/21/14, Mar 21, 12:53 PM, David Hill wrote: Having heard a little feedback, here is my proposal in the form of a review request :-) My recommendation would be modify the JavaDoc contract to specify that the x,y and x+width, y+height must be within the screen bounds, with an IllegalArgum

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Tony Anecito
Hi Phil, What happened is when I submitted my app package it uploaded and Apple ran a check and pointed out the issue but did not suggest a solution. There are other solutions for video out there but not sure Apple would approve. I will find out soon with my next app but for now trying not to

hg: openjfx/8u-dev/rt: Fix for RT-36360 [Monocle] Slight refactor; cache native display in java instead of native code.

2014-03-25 Thread hang . vo
Changeset: a4f4d7834a8f Author:lisa.se...@oracle.com Date: 2014-03-25 13:30 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a4f4d7834a8f Fix for RT-36360 [Monocle] Slight refactor; cache native display in java instead of native code. Reviewed by dblaukopf. Tested with

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Tony Anecito
Thanks I read it. I also added a new issue regarding Apple now needing a pinfo file for the jdk plugin inside the bundle created by JavaFX deploy. Regards, -Tony On Tuesday, March 25, 2014 10:36 AM, Phil Race wrote: I presume that Apple now want you to use AVKit which is new in 10.9. Howe

Re: Adding GStreamer plugins

2014-03-25 Thread Stephen F Northover
On 2014-03-25 7:00 AM, Kirill Kirichenko wrote: Hi Michael. See my comments inline. On 24.03.2014 04:31, Michael Berry wrote: I'm now a bit further along with this, though struggling to get the matroska plugin to compile (getting a bunch of unresolved external symbol errors for functions it u

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Phil Race
I presume that Apple now want you to use AVKit which is new in 10.9. However I don't understand how you can develop an app that targets 10.8 if its unable to use QTKit since that's all there is on 10.8 or earlier. Does the AppStore really disallow targeting something like half the installed

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Stephen F Northover
Here is the JIRA that is tracking this: https://javafx-jira.kenai.com/browse/RT-34893 Steve On 2014-03-25 11:46 AM, Tony Anecito wrote: Thanks for the verification. No matter what state Quicktime is in it is no longer accepted by the Apple Store. I am guessing these new rules will soon apply

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Tony Anecito
Hi All, Apparently the JavaFX includes some libraries that use the obsolete Quicktime. When some submits to the Apple Store a JavaFX app it gets rejected based on JavaFX having the obsolete API. I found out how to fix it from someone else running into the same issue. http://stackoverflow.com/qu

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Tony Anecito
Thanks for the verification. No matter what state Quicktime is in it is no longer accepted by the Apple Store. I am guessing these new rules will soon apply to everything but I could be wrong. Regards, -Tony On Tuesday, March 25, 2014 9:27 AM, David DeHaven wrote: > Hi All, > Apparentl

Re: Adding GStreamer plugins

2014-03-25 Thread Kirill Kirichenko
On 25.03.2014 17:21, Michael Berry wrote: It seems the issue that I was having was indeed to do with the step you outlined; I was getting unresolved external linker issues because it couldn't find the functions I hadn't added. However, while the linker errors associated with all the glib functi

Re: Is Quicktime API calls inside JavaFX?

2014-03-25 Thread David DeHaven
> Hi All, > Apparently the JavaFX includes some libraries that use the obsolete > Quicktime. When some submits to the Apple Store a JavaFX app it gets rejected > based on JavaFX having the obsolete API. I found out how to fix it from > someone else running into the same issue. > > http://stack

Is Quicktime API calls inside JavaFX?

2014-03-25 Thread Tony Anecito
Hi All, Is JavaFX using Apple Quicktime for video support? Thanks, -Tony

Re: Adding GStreamer plugins

2014-03-25 Thread Michael Berry
Hi Kirill, Many thanks for the detailed response, that's incredibly helpful. I had noted already that you were using gstreamer 0.10.35 from downloading the gstreamer modifications for JFX8 from Oracle's site, so was using the appropriate version of the plugin already to try to ensure no compatibil

Re: Adding GStreamer plugins

2014-03-25 Thread Kirill Kirichenko
Hi Michael. See my comments inline. On 24.03.2014 04:31, Michael Berry wrote: I'm now a bit further along with this, though struggling to get the matroska plugin to compile (getting a bunch of unresolved external symbol errors for functions it uses in glib - not entirely sure why at the moment,

hg: openjfx/8u-dev/rt: RT-36238 [Ensemble8] SwingInterop throws IllegalStateException: Not on FX application thread

2014-03-25 Thread hang . vo
Changeset: c037c7fb6786 Author:Martin Sladecek Date: 2014-03-25 11:05 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c037c7fb6786 RT-36238 [Ensemble8] SwingInterop throws IllegalStateException: Not on FX application thread - apps/samples/Ensemble8/src/samples/java/e

hg: openjfx/8u-dev/rt: 2 new changesets

2014-03-25 Thread hang . vo
Changeset: 7d3f955a9729 Author:Martin Sladecek Date: 2014-03-25 10:09 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7d3f955a9729 RT-36166 [Layout] ListCell and FlowPane, minHeight issue Reviewed by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/contro