Re: CFV: New OpenJFX Committer: Chris Bensen

2014-10-10 Thread Vadim Pakhnushev
Vote: yes On 11.10.2014 3:49, Kevin Rushforth wrote: I hereby nominate Chris Bensen to OpenJFX Committer. Chris is a member of JavaFX team at Oracle working on the Java (FX) packager tool. A list of Chris' commits is available by the following link: http://hg.openjdk.java.net/openjfx/8u-dev

Re: CFV: New OpenJFX Committer: Chris Bensen

2014-10-10 Thread Danno Ferrin
+1 On Oct 10, 2014, at 5:49 PM, Kevin Rushforth wrote: > I hereby nominate Chris Bensen to OpenJFX Committer. > > Chris is a member of JavaFX team at Oracle working on the Java (FX) packager > tool. > > A list of Chris' commits is available by the following link: > > http://hg.openjdk.java.

Re: CFV: New OpenJFX Committer: Chris Bensen

2014-10-10 Thread Danno Ferrin
+1 On Oct 10, 2014, at 5:49 PM, Kevin Rushforth wrote: > I hereby nominate Chris Bensen to OpenJFX Committer. > > Chris is a member of JavaFX team at Oracle working on the Java (FX) packager > tool. > > A list of Chris' commits is available by the following link: > > http://hg.openjdk.java.

Re: CFV: New OpenJFX Committer: Chris Bensen

2014-10-10 Thread David Hill
On 10/10/14, 7:49 PM, Kevin Rushforth wrote: I hereby nominate Chris Bensen to OpenJFX Committer. VOTE: YES Chris is a member of JavaFX team at Oracle working on the Java (FX) packager tool. A list of Chris' commits is available by the following link: http://hg.openjdk.java.net/openjfx/8u-d

CFV: New OpenJFX Committer: Chris Bensen

2014-10-10 Thread Kevin Rushforth
I hereby nominate Chris Bensen to OpenJFX Committer. Chris is a member of JavaFX team at Oracle working on the Java (FX) packager tool. A list of Chris' commits is available by the following link: http://hg.openjdk.java.net/openjfx/8u-dev/rt/log?rev=cbensen Four of the changesets in this lis

Re: Mirrored observable collections

2014-10-10 Thread Mike Hearn
Someone got in touch with me today and pointed out a bug in this code, but it was already fixed by me some time ago. I've refreshed the gist with the latest versions of these classes, but the upstream project is now fully open source. You can get the latest code here: https://github.com/vinumeris/

Re: 8u40 & 9 CSS issues

2014-10-10 Thread Tom Eugelink
Ah, I did that, so no problems :-) On 10-10-2014 18:02, ngalarn...@abinitio.com wrote: If the FX bugs move to that JIRA, it sounds like it will be a lot harder to file & comment on bugs. IIRC, only Authors (people who have signed the Oracle Contributor Agreement?) can get a JIRA account there.

Re: [8u40] Review request for RT-38915: [Mac, JFXPanel] WebView draws duplicate image on Retina display

2014-10-10 Thread Stephen F Northover
Looks good Anton. Please make sure the link to the webrev is in the JIRA and I will +1 it there. Steve On 2014-10-10, 12:40 PM, Anton V. Tarasov wrote: Hi Steve, Please, review the fix: https://javafx-jira.kenai.com/browse/RT-38915 http://cr.openjdk.java.net/~ant/RT-38915/webrev.0 Where so

[8u40] Review request for RT-38915: [Mac,JFXPanel] WebView draws duplicate image on Retina display

2014-10-10 Thread Anton V. Tarasov
Hi Steve, Please, review the fix: https://javafx-jira.kenai.com/browse/RT-38915 http://cr.openjdk.java.net/~ant/RT-38915/webrev.0 Where some additional cleanup (field reset) is made on JFXPanel disposal. Thanks, Anton.

Re: 8u40 & 9 CSS issues

2014-10-10 Thread Kevin Rushforth
We are looking into ways to mitigate this. -- Kevin ngalarn...@abinitio.com wrote: If the FX bugs move to that JIRA, it sounds like it will be a lot harder to file & comment on bugs. IIRC, only Authors (people who have signed the Oracle Contributor Agreement?) can get a JIRA account there.

Re: 8u40 & 9 CSS issues

2014-10-10 Thread ngalarneau
If the FX bugs move to that JIRA, it sounds like it will be a lot harder to file & comment on bugs. IIRC, only Authors (people who have signed the Oracle Contributor Agreement?) can get a JIRA account there. Neil From: Kevin Rushforth To: Stephen F Northover , Cc: openjfx-dev@o

Re: Why would most FontAwesome icons work but not one?

2014-10-10 Thread Phil Race
A box implies that the code point could not be mapped. FX code in this respect is completely cross-platform until you get down to requesting the glyph from DirectWrite or CoreText so the most likely things are that either they can't map it or its what Mario said. Suppose you also have a copy o

Re: 8u40 & 9 CSS issues

2014-10-10 Thread Kevin Rushforth
As a glimmer of hope, I would note that at some unspecified point in the future, we plan to migrate the FX JIRA database to bugs.openjdk.java.net (the JIRA instance that is used for JDK bugs), which does support adding attachments. -- Kevin Stephen F Northover wrote: You can put code in the

Re: Why would most FontAwesome icons work but not one?

2014-10-10 Thread Mike Hearn
> > I've noticed this with some icons, double check that the font file > you're using in FontAwesomeFX does actually contain the icon, > FontAwesome seems to add new icons even in minor releases. It's the same JAR on all three platforms, and Windows is the only one it fails on. I don't think it c

REMINDER: next week is the rampdown leading up to M3 milestone

2014-10-10 Thread Kevin Rushforth
Team, Next week is our rampdown week heading into our M3 milestone. The focus will be on regressions, especially those introduced in 8u40. We are unlikely to accept non-trivial changes next week unless they are fixing a regression. As a reminder, an extra "+1" is needed from one of the leads

Re: In(Sanity) Testing Mondays

2014-10-10 Thread Stephen F Northover
Hi all, Please note that the assignments have changed. Happy (in)Sanity! Steve On 2014-10-10, 7:38 AM, Vadim Pakhnushev wrote: 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 re

Re: Why would most FontAwesome icons work but not one?

2014-10-10 Thread Mario Torre
On Fri, 2014-10-10 at 16:27 +0200, Mike Hearn wrote: > I'm using FontAwesomeFX in my app (thanks for that guys!) and it works > brilliantly except for one icon (THUMB_TACK), that is being set as a > graphic in a listview. It works fine on MacOS but renders only a box on > Windows. The icon sho

Re: 8u40 & 9 CSS issues

2014-10-10 Thread Stephen F Northover
You can put code in the comment field. If you have a binary attachment or code that is too big, you can email a committer and he/she will attach your file. It's not great but attachments have been disabled for centuries and will not be re-enabled (the battle was lost). Steve On 2014-10-10,

Why would most FontAwesome icons work but not one?

2014-10-10 Thread Mike Hearn
I'm using FontAwesomeFX in my app (thanks for that guys!) and it works brilliantly except for one icon (THUMB_TACK), that is being set as a graphic in a listview. It works fine on MacOS but renders only a box on Windows. The icon shows fine in the fontawesome website. The only explanation for

In(Sanity) Testing Mondays

2014-10-10 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 PDT until 1pm PDT. Happy testing! Thanks, Vadim

New vram usage algorithms, [was Re: 8u40 (already reviewed) post-push notification: RT-36566 - make vram target limit more dynamic]

2014-10-10 Thread Jim Graham
Some interesting changes for developers to note with this fix: - Previously (pre-8.0) we added 2 parameters to control our vram usage: -Dprism.maxvram=NNN[kmg] -Dprism.targetvram=NNN[kmg] - Our implementation was fairly ham-handed, if you ever needed more than the target we would thrash

8u40 (already reviewed) post-push notification: RT-36566 - make vram target limit more dynamic

2014-10-10 Thread Jim Graham
Kevin already reviewed this fix during a discussion on the Jira issue (see the comments), but I realized after I pushed that I never sent out a public request for reviews to the list... Jira: https://javafx-jira.kenai.com/browse/RT-36566 webrev: http://cr.openjdk.java.net/~flar/RT-36566/webrev.