API review: RT-38292,[SortedList] should provide a sort() method

2014-08-25 Thread Martin Sladecek

Hello,
based on the request in the JIRA, I propose to add SortedList.sort() and 
FilteredList.filter() methods that
trigger the sorting or filtering operation in case the data on the last 
sort were outdated and it is not possible to use 
FXCollections.observableList(List, Callback) wrapper for some reason.


More details in the JIRA: https://javafx-jira.kenai.com/browse/RT-38292

Thanks,
-Martin


Re: How to set CFBundleVersion?

2014-08-25 Thread Danno Ferrin
Do you mean CFBundleVersion?  (no r).

This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833

In the mean time I took the info.plist, used the drop-in-resource facility, and 
provided my own template. Then I hand incremented the CFBundle.

If you run with verbose set the Info.PList the bundler provides internally will 
be saved to a temp directory, and you can just modify it from there.

I can confirm from personal use the workaround I just described works.

On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:

> Hi Danno,
> 
> How does one set or increment the CFBundlerVersion value? I tried the 
> bundleArgument but that did not work. 
> When submitting an updated app to Apple itunes this has to be greater than 
> the last version which looks lik by default it is 100.
> 
> Thanks!
> -Tony



hg: openjfx/8u-dev/tests: debug. pls ignore.

2014-08-25 Thread victor . shubov
Changeset: 45310781d5d8
Author:victor.shu...@oracle.com
Date:  2014-08-18 17:42 +0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/tests/rev/45310781d5d8

debug. pls ignore.

! functional/SceneGraphTests/src/test/scenegraph/app/FontsApp.java



Re: Request to allow anonymous user access to Jira.

2014-08-25 Thread Tomas Mikula
Brian Beck  writes:

>
> Hi John:
>
> It's a reasonable idea and one that we're actually discussing right
> now.  There are related issues to consider which may take some time to
> sort out but I would hope to have it all figured out in a month or so.
> Will keep the list posted.
>
> Brian.  (JIRA guy)

Any progress on this?

Regards,
Tomas

>
> On 1/27/14 11:00 AM, John Smith wrote:
> > I'd like to be able to access Jira without logging in.
> > Such anonymous access would have limited privileges (for example only
able to view existing public issues).
> > I know such access has been requested before on this mailing list, but I
don't recall any response on why it
> has not been provided.
> >
> > The benefits of anonymous access to Jira are:
> >1. Search engines can index the information in Jira.
> >2. Lower barrier of entry for casual users to view the state of
issues in Jira.
> >
> > I don't really see any potential drawbacks to adding anonymous access to
Jira.
> >
> > Regards,
> > John
>
>


Re: How to set CFBundleVersion?

2014-08-25 Thread Tony Anecito
Yep I meant CFBundleVersion.


Does the bundler allow me to specify the location of a info.plst to use? That 
way I can get the one the bundler has created, modify it to include the new 
info.plist with the CFBundleVersion set to what I need and then run the bundler 
to use that info.plist.

Thanks,
-Tony





On Monday, August 25, 2014 8:47 AM, Danno Ferrin  
wrote:
 


Do you mean CFBundleVersion?  (no r).

This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833

In the mean time I took the info.plist, used the drop-in-resource facility, and 
provided my own template. Then I hand incremented the CFBundle.

If you run with verbose set the Info.PList the bundler provides internally will 
be saved to a temp directory, and you can just modify it from there.

I can confirm from personal use the workaround I just described works.


On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:

> Hi Danno,
> 
> How does one set or increment the CFBundlerVersion value? I tried the 
> bundleArgument but that did not work. 
> When submitting an updated app to Apple itunes this has to be greater than 
> the last version which looks lik by default it is 100.
> 
> Thanks!
> -Tony


TabPane - having a separate group of tabs on the opposite site

2014-08-25 Thread Pedro Serra

Greetings,

I'm trying to have a TabPane where one (or more) of the tabs are separated 
from the main group.

Imagine having 3 or 4 tabs at the top left as in the default behaviour, and 
one at the top right for some "special" features.

Is there a way to do it? Or is something expected to exist in the future? (or 
not at all?)


Thanks

Pedro Serra


Re: How to set CFBundleVersion?

2014-08-25 Thread Danno Ferrin
Not at the moment.  This is a task I hope to get to in 8u40.

It needs to be in the classpath of the ant-javafx.jar in a specific place, 
which I believe is package/macosx/Info.plist.  IIRC the verbose output tells 
you the name.


On Aug 25, 2014, at 9:58 AM, Tony Anecito  wrote:

> Yep I meant CFBundleVersion.
> 
> 
> Does the bundler allow me to specify the location of a info.plst to use? That 
> way I can get the one the bundler has created, modify it to include the new 
> info.plist with the CFBundleVersion set to what I need and then run the 
> bundler to use that info.plist.
> 
> Thanks,
> -Tony
> 
> 
> 
> 
> On Monday, August 25, 2014 8:47 AM, Danno Ferrin  
> wrote:
> 
> 
> Do you mean CFBundleVersion?  (no r).
> 
> This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833
> 
> In the mean time I took the info.plist, used the drop-in-resource facility, 
> and provided my own template. Then I hand incremented the CFBundle.
> 
> If you run with verbose set the Info.PList the bundler provides internally 
> will be saved to a temp directory, and you can just modify it from there.
> 
> I can confirm from personal use the workaround I just described works.
> 
> On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:
> 
> > Hi Danno,
> > 
> > How does one set or increment the CFBundlerVersion value? I tried the 
> > bundleArgument but that did not work. 
> > When submitting an updated app to Apple itunes this has to be greater than 
> > the last version which looks lik by default it is 100.
> > 
> > Thanks!
> > -Tony
> 
> 



Re: In(Sanity) Testing Mondays

2014-08-25 Thread Stephen F Northover

Hi Lisa,

https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing

I've updated the wiki to indicate the default action when a "stopper" is 
found as a result of (in)sanity.  The bottom line is that we will work 
to resolve the bug by 10PST, potentially reverting the change if it 
looks like we are not converging.


Steve

On 2014-08-22, 8:25 PM, Lisa Selle wrote:

Reminder, Monday is our weekly sanity testing.

You can find your (newly updated) 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!

Lisa




Re: How to set CFBundleVersion?

2014-08-25 Thread Tony Anecito
How do I run verbose with the bundler?

Thanks!
-Tony



On Monday, August 25, 2014 10:53 AM, Danno Ferrin  
wrote:
 


Not at the moment.  This is a task I hope to get to in 8u40.

It needs to be in the classpath of the ant-javafx.jar in a specific place, 
which I believe is package/macosx/Info.plist.  IIRC the verbose output tells 
you the name.



On Aug 25, 2014, at 9:58 AM, Tony Anecito  wrote:

Yep I meant CFBundleVersion.
>
>
>
>
>Does the bundler allow me to specify the location of a info.plst to use? That 
>way I can get the one the bundler has created, modify it to include the new 
>info.plist with the CFBundleVersion set to what I need and then run the 
>bundler to use that info.plist.
>
>
>Thanks,
>-Tony
>
>
>
>
>
>
>
>On Monday, August 25, 2014 8:47 AM, Danno Ferrin  
>wrote:
> 
>
>
>Do you mean CFBundleVersion?  (no r).
>
>This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833
>
>In the mean time I took the info.plist, used the drop-in-resource facility, 
>and provided my own template. Then I hand incremented the CFBundle.
>
>If you run with verbose set the Info.PList the bundler provides internally 
>will be saved to a temp directory, and you can just modify it from there.
>
>I can confirm from personal use the workaround I just described works.
>
>
>On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:
>
>> Hi Danno,
>> 
>> How does one set or increment the CFBundlerVersion value? I tried the 
>> bundleArgument but that did not work. 
>> When submitting an updated app to Apple itunes this has to be greater than 
>> the last version which looks lik by default it is 100.
>> 
>> Thanks!
>> -Tony
>
>
>


Re: How to set CFBundleVersion?

2014-08-25 Thread Danno Ferrin
From CLI use the -v flag

for ant, verbose is an element on the fx:deploy task

For the new 8u20 API, the bundler argument is "verbose" and the value is "true"

On Aug 25, 2014, at 11:10 AM, Tony Anecito  wrote:

> How do I run verbose with the bundler?
> 
> Thanks!
> -Tony
> 
> 
> On Monday, August 25, 2014 10:53 AM, Danno Ferrin  
> wrote:
> 
> 
> Not at the moment.  This is a task I hope to get to in 8u40.
> 
> It needs to be in the classpath of the ant-javafx.jar in a specific place, 
> which I believe is package/macosx/Info.plist.  IIRC the verbose output tells 
> you the name.
> 
> 
> On Aug 25, 2014, at 9:58 AM, Tony Anecito  wrote:
> 
>> Yep I meant CFBundleVersion.
>> 
>> 
>> Does the bundler allow me to specify the location of a info.plst to use? 
>> That way I can get the one the bundler has created, modify it to include the 
>> new info.plist with the CFBundleVersion set to what I need and then run the 
>> bundler to use that info.plist.
>> 
>> Thanks,
>> -Tony
>> 
>> 
>> 
>> 
>> On Monday, August 25, 2014 8:47 AM, Danno Ferrin  
>> wrote:
>> 
>> 
>> Do you mean CFBundleVersion?  (no r).
>> 
>> This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833
>> 
>> In the mean time I took the info.plist, used the drop-in-resource facility, 
>> and provided my own template. Then I hand incremented the CFBundle.
>> 
>> If you run with verbose set the Info.PList the bundler provides internally 
>> will be saved to a temp directory, and you can just modify it from there.
>> 
>> I can confirm from personal use the workaround I just described works.
>> 
>> On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:
>> 
>> > Hi Danno,
>> > 
>> > How does one set or increment the CFBundlerVersion value? I tried the 
>> > bundleArgument but that did not work. 
>> > When submitting an updated app to Apple itunes this has to be greater than 
>> > the last version which looks lik by default it is 100.
>> > 
>> > Thanks!
>> > -Tony
>> 
>> 
> 
> 
> 



Re: How to set CFBundleVersion?

2014-08-25 Thread Mike Hearn
Hi Tony,

Please be aware that your messages to this list are getting spamfoldered by
Gmail and likely other providers too. Not much you can do about it other
than ask the OpenJDK list admins to fix their list so it doesn't break DKIM
body hashes. Yahoo has a strict policy and many mailing lists violate it.
Just FYI in case you're wondering if you don't seem to be getting a
response from @gmail/@hotmail users :)


On Mon, Aug 25, 2014 at 8:09 PM, Danno Ferrin 
wrote:

> From CLI use the -v flag
>
> for ant, verbose is an element on the fx:deploy task
>
> For the new 8u20 API, the bundler argument is "verbose" and the value is
> "true"
>
> On Aug 25, 2014, at 11:10 AM, Tony Anecito  wrote:
>
> > How do I run verbose with the bundler?
> >
> > Thanks!
> > -Tony
> >
> >
> > On Monday, August 25, 2014 10:53 AM, Danno Ferrin <
> danno.fer...@oracle.com> wrote:
> >
> >
> > Not at the moment.  This is a task I hope to get to in 8u40.
> >
> > It needs to be in the classpath of the ant-javafx.jar in a specific
> place, which I believe is package/macosx/Info.plist.  IIRC the verbose
> output tells you the name.
> >
> >
> > On Aug 25, 2014, at 9:58 AM, Tony Anecito  wrote:
> >
> >> Yep I meant CFBundleVersion.
> >>
> >>
> >> Does the bundler allow me to specify the location of a info.plst to
> use? That way I can get the one the bundler has created, modify it to
> include the new info.plist with the CFBundleVersion set to what I need and
> then run the bundler to use that info.plist.
> >>
> >> Thanks,
> >> -Tony
> >>
> >>
> >>
> >>
> >> On Monday, August 25, 2014 8:47 AM, Danno Ferrin <
> danno.fer...@oracle.com> wrote:
> >>
> >>
> >> Do you mean CFBundleVersion?  (no r).
> >>
> >> This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833
> >>
> >> In the mean time I took the info.plist, used the drop-in-resource
> facility, and provided my own template. Then I hand incremented the
> CFBundle.
> >>
> >> If you run with verbose set the Info.PList the bundler provides
> internally will be saved to a temp directory, and you can just modify it
> from there.
> >>
> >> I can confirm from personal use the workaround I just described works.
> >>
> >> On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:
> >>
> >> > Hi Danno,
> >> >
> >> > How does one set or increment the CFBundlerVersion value? I tried the
> bundleArgument but that did not work.
> >> > When submitting an updated app to Apple itunes this has to be greater
> than the last version which looks lik by default it is 100.
> >> >
> >> > Thanks!
> >> > -Tony
> >>
> >>
> >
> >
> >
>
>


Re: How to set CFBundleVersion?

2014-08-25 Thread Tony Anecito
Thanks, I figured it out just been working too many 20hr days.

-Tony



On Monday, August 25, 2014 12:09 PM, Danno Ferrin  
wrote:
 


From CLI use the -v flag

for ant, verbose is an element on the fx:deploy task

For the new 8u20 API, the bundler argument is "verbose" and the value is "true"


On Aug 25, 2014, at 11:10 AM, Tony Anecito  wrote:

How do I run verbose with the bundler?
>
>
>Thanks!
>-Tony
>
>
>
>On Monday, August 25, 2014 10:53 AM, Danno Ferrin  
>wrote:
> 
>
>
>Not at the moment.  This is a task I hope to get to in 8u40.
>
>
>It needs to be in the classpath of the ant-javafx.jar in a specific place, 
>which I believe is package/macosx/Info.plist.  IIRC the verbose output tells 
>you the name.
>
>
>
>
>On Aug 25, 2014, at 9:58 AM, Tony Anecito  wrote:
>
>Yep I meant CFBundleVersion.
>>
>>
>>
>>
>>Does the bundler allow me to specify the location of a info.plst to use? That 
>>way I can get the one the bundler has created, modify it to include the new 
>>info.plist with the CFBundleVersion set to what I need and then run the 
>>bundler to use that info.plist.
>>
>>
>>Thanks,
>>-Tony
>>
>>
>>
>>
>>
>>
>>
>>On Monday, August 25, 2014 8:47 AM, Danno Ferrin  
>>wrote:
>> 
>>
>>
>>Do you mean CFBundleVersion?  (no r).
>>
>>This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833
>>
>>In the mean time I took the info.plist, used the drop-in-resource facility, 
>>and provided my own template. Then I hand incremented the CFBundle.
>>
>>If you run with verbose set the Info.PList the bundler provides internally 
>>will be saved to a temp directory, and you can just modify it from there.
>>
>>I can confirm from personal use the workaround I just described works.
>>
>>
>>On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:
>>
>>> Hi Danno,
>>> 
>>> How does one set or increment the CFBundlerVersion value? I tried the 
>>> bundleArgument but that did not work. 
>>> When submitting an updated app to Apple itunes this has to be greater than 
>>> the last version which looks lik by default it is 100.
>>> 
>>> Thanks!
>>> -Tony
>>
>>
>>
>
>
>


hg: openjfx/8u-dev/rt: RT-38415: Cannot start Modena application

2014-08-25 Thread kevin . rushforth
Changeset: 0b9677f61b09
Author:kcr
Date:  2014-08-25 11:57 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0b9677f61b09

RT-38415: Cannot start Modena application
Reviewed-by: kcr
Contributed-by: msladecek

! modules/controls/src/main/java/javafx/scene/chart/NumberAxis.java



Re: How to set CFBundleVersion?

2014-08-25 Thread Tony Anecito
Thanks Danno that tip of figuring out the config directory allowed me to use 
the info.plist as a template with the modified CFBundleVersion and iTunes 
accepted the updated version.

-Tony



On Monday, August 25, 2014 12:28 PM, Tony Anecito  wrote:
 


Thanks, I figured it out just been working too many 20hr days.

-Tony



On Monday, August 25, 2014 12:09 PM, Danno Ferrin  
wrote:
 


From CLI use the -v flag

for ant, verbose is an element on the fx:deploy task

For the new 8u20 API, the bundler argument is "verbose" and the value is "true"


On Aug 25, 2014, at 11:10 AM, Tony Anecito  wrote:

How do I run verbose with the bundler?
>
>
>Thanks!
>-Tony
>
>
>
>On Monday, August 25, 2014 10:53 AM, Danno Ferrin  
>wrote:
> 
>
>
>Not at the moment.  This is a task I hope to get to in 8u40.
>
>
>It needs to be in the classpath of the ant-javafx.jar in a specific place, 
>which I believe is package/macosx/Info.plist.  IIRC the verbose output tells 
>you the name.
>
>
>
>
>On Aug 25, 2014, at 9:58 AM, Tony Anecito  wrote:
>
>Yep I meant CFBundleVersion.
>>
>>
>>
>>
>>Does the bundler allow me to specify the location of a info.plst to use? That 
>>way I can get the one the bundler has created, modify it to include the new 
>>info.plist with the CFBundleVersion set to what I need and then run the 
>>bundler to use that info.plist.
>>
>>
>>Thanks,
>>-Tony
>>
>>
>>
>>
>>
>>
>>
>>On Monday, August 25, 2014 8:47 AM, Danno Ferrin  
>>wrote:
>> 
>>
>>
>>Do you mean CFBundleVersion?  (no r).
>>
>>This is a bug for 8u40:  https://javafx-jira.kenai.com/browse/RT-37833
>>
>>In the mean time I took the info.plist, used the drop-in-resource facility, 
>>and provided my own template. Then I hand incremented the CFBundle.
>>
>>If you run with verbose set the Info.PList the bundler provides internally 
>>will be saved to a temp directory, and you can just modify it from there.
>>
>>I can confirm from personal use the workaround I just described works.
>>
>>
>>On Aug 25, 2014, at 12:23 AM, Tony Anecito  wrote:
>>
>>> Hi Danno,
>>> 
>>> How does one set or increment the CFBundlerVersion value? I tried the 
>>> bundleArgument but that did not work. 
>>> When submitting an updated app to Apple itunes this has to be greater than 
>>> the last version which looks lik by default it is 100.
>>> 
>>> Thanks!
>>> -Tony
>>
>>
>>
>
>
>


Please review RT-37698

2014-08-25 Thread David Hill


Kevin, Steve, Lisa,

https://javafx-jira.kenai.com/browse/RT-37698

I have added the diff inline in the Jira as it is pretty simple.

This is to address the issue where Media and Web are still part of the 
jfxrt.jar (not filtered out). As embedded does not support these yet, we will 
use:

  com.sun.javafx.experimental.embedded.web
  com.sun.javafx.experimental.embedded.media

to enable them in the platform check.

--
David Hill
Java Embedded Development

"A man's feet should be planted in his country, but his eyes should survey the 
world."
-- George Santayana (1863 - 1952)



8u-dev is unlocked [was: In(Sanity) Testing Mondays]

2014-08-25 Thread Kevin Rushforth

All done.

-- Kevin

Lisa Selle wrote:

Reminder, Monday is our weekly sanity testing.

You can find your (newly updated) 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!

Lisa


Please review RT-37585 Embedded - enable freetype/pango path by default

2014-08-25 Thread David Hill


Lisa, Felipe,
   could you please review the one line enabling of freetype/pango path by 
default for embedded ?

https://javafx-jira.kenai.com/browse/RT-37585

thanks,
dave

--
David Hill
Java Embedded Development

"A man's feet should be planted in his country, but his eyes should survey the 
world."
-- George Santayana (1863 - 1952)



hg: openjfx/8u/rt: 73 new changesets

2014-08-25 Thread kevin . rushforth
Changeset: ffedbb480817
Author:Chien Yang 
Date:  2014-08-18 15:31 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/ffedbb480817

Fix to RT-38351: [Gtk] Remove "Failed in XOpenDisplay" warning message
A trivial post commit fix, tagged kcr as reviewer.

! modules/graphics/src/main/native-prism-es2/x11/X11GLFactory.c

Changeset: 916da7f77a61
Author:jgiles
Date:  2014-08-19 10:32 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/916da7f77a61

RT-38347: [Dialogs] HelloAlert ESC and (x) do not close dialog that only has 
'OK'

! modules/controls/src/main/java/javafx/scene/control/HeavyweightDialog.java

Changeset: 348f681e0717
Author:jgiles
Date:  2014-08-19 10:46 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/348f681e0717

[TOYS ONLY] Fix bad image file references in HelloDialogs sample code which was 
refactored incorrectly yesterday.

! apps/toys/Hello/src/main/java/hello/dialog/dialogs/CommandLinksDialog.java
! apps/toys/Hello/src/main/java/hello/dialog/dialogs/ExceptionDialog.java
! apps/toys/Hello/src/main/java/hello/dialog/wizard/Wizard.java

Changeset: c3a8124d5cd6
Author:jgiles
Date:  2014-08-19 12:50 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/c3a8124d5cd6

RT-38321: [Dialogs] Fix layout issues

! modules/controls/src/main/java/javafx/scene/control/ChoiceDialog.java
! modules/controls/src/main/java/javafx/scene/control/Dialog.java
! modules/controls/src/main/java/javafx/scene/control/DialogPane.java
! modules/controls/src/main/java/javafx/scene/control/TextInputDialog.java
! 
modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css

Changeset: 323fe1d9f2b8
Author:jgiles
Date:  2014-08-19 12:50 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/323fe1d9f2b8

[TOYS ONLY] Fix bad image file reference in HelloDialogs sample code which was 
refactored incorrectly yesterday.

! apps/toys/Hello/src/main/java/hello/dialog/dialogs/FontSelectorDialog.java

Changeset: 7c9dd9130dac
Author:jgiles
Date:  2014-08-19 13:33 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/7c9dd9130dac

RT-38322: [Dialogs] Externalise default graphic file references

! modules/controls/src/main/java/javafx/scene/control/Alert.java
! modules/controls/src/main/java/javafx/scene/control/ChoiceDialog.java
! modules/controls/src/main/java/javafx/scene/control/DialogPane.java
! modules/controls/src/main/java/javafx/scene/control/TextInputDialog.java
! 
modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css

Changeset: b87aff6ddefa
Author:jgiles
Date:  2014-08-19 15:31 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/b87aff6ddefa

RT-38283: [Controls, Spinner] Add key binding to increment and decrement the 
Spinner

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/SpinnerBehavior.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/SpinnerSkin.java

Changeset: b5b649ef6d8d
Author:Martin Sladecek 
Date:  2014-08-19 08:36 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/b5b649ef6d8d

RT-38344 [Ensemble] Add TextField with formatter sample to Ensemble
Reviewed by: kselle

! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.fdt
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.fdx
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.fnm
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.frq
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.nrm
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.prx
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.tii
! apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/_0.tis
! 
apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/listAll.txt
! 
apps/samples/Ensemble8/src/generated/resources/ensemble/search/index/segments_1
+ 
apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/text/textformatter/TextFormatterApp.java
+ 
apps/samples/Ensemble8/src/samples/resources/ensemble/samples/controls/text/textformatter/preview.png

Changeset: 36a242b77366
Author:Martin Sladecek 
Date:  2014-08-19 08:37 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/36a242b77366

RT-38278 [ScrollPane] minViewport{Height,Width} are taking effect only after 
changing prefViewport{Height,Width}
Reviewed by: jgiles

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java

Changeset: 2ec456a947bf
Author:slions
Date:  2014-08-19 09:34 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u/rt/rev/2ec456a947bf

[SCENEBUILDER] Fix DTL-6814: Wrap in commands may keep unused properties

! 
apps/scenebuilder/SceneBuilderKit/src/com/oracl

hg: openjfx/8u-dev/rt: RT-37792: [Accessibility] Combobox list items are counted incorrectly

2014-08-25 Thread felipe . heidrich
Changeset: 2676b22761e5
Author:fheidric
Date:  2014-08-25 14:59 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2676b22761e5

RT-37792: [Accessibility] Combobox list items are counted incorrectly
part 1: prevent screen reader from counting invalid list items.

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java
! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java



hg: openjfx/8u-dev/rt: [TOYS] remove old alert prototype

2014-08-25 Thread kevin . rushforth
Changeset: 993ca4d96165
Author:kcr
Date:  2014-08-25 15:38 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/993ca4d96165

[TOYS] remove old alert prototype

- apps/toys/Hello/src/main/java/alertdialog/Alert.java
- apps/toys/Hello/src/main/java/alertdialog/AlertImpl.java



hg: openjfx/8u-dev/rt: Added test programs for diff vertex format with smooth shading comparison.

2014-08-25 Thread chien . yang
Changeset: f872f5196075
Author:Chien Yang 
Date:  2014-08-25 15:42 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f872f5196075

Added test programs for diff vertex format with smooth shading comparison.

+ apps/toys/FX8-3DFeatures/src/fx83dfeatures/ICOSphereViewer.java
+ apps/toys/FX8-3DFeatures/src/fx83dfeatures/PNTICOSphereViewer.java



hg: openjfx/8u-dev/rt: RT-37088: [Accesssibility, Windows] ListView should not read "colunn one row xx"

2014-08-25 Thread felipe . heidrich
Changeset: b877eff5fa53
Author:Felipe Heidrich 
Date:  2014-08-25 16:22 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b877eff5fa53

RT-37088: [Accesssibility, Windows] ListView should not read "colunn one row xx"

! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java



hg: openjfx/8u-dev/rt: Added visual unit test for diff vertex format comparison

2014-08-25 Thread chien . yang
Changeset: eb3b7811bc31
Author:Chien Yang 
Date:  2014-08-25 16:41 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/eb3b7811bc31

Added visual unit test for diff vertex format comparison

+ tests/system/src/test/java/test3d/MeshCompareTest.java