Re: Javadoc: docklet, properties, getters and setters

2014-05-16 Thread Kevin Rushforth
Try: javadoc -javafx ... -- Kevin Florian Brunner wrote: As far as I'm aware, with Java SE 8 you don't have to specify a docklet anymore. The default docklet already supprts JavaFX properties. But when I generate the Javadoc, the section "Property description: ..." is missing in the get

Javadoc: docklet, properties, getters and setters

2014-05-16 Thread Florian Brunner
As far as I'm aware, with Java SE 8 you don't have to specify a docklet anymore. The default docklet already supprts JavaFX properties. But when I generate the Javadoc, the section "Property description: ..." is missing in the getters and the setters. I noticed however, that the JavaFX 8 Javado

[8u] review request: RT-37075: Application.runLater throws IllegalStateException if called from ShutdownHook

2014-05-16 Thread Kevin Rushforth
Steve & Anthony, Please review the following fix. Details in JIRA. https://javafx-jira.kenai.com/browse/RT-37075 -- Kevin

hg: openjfx/8u-dev/rt: [SAMPLES] RT-36463: set progress start value to zero in timeline in ProgressIndicatorApp

2014-05-16 Thread hang . vo
Changeset: d599602552d0 Author:David Grieve Date: 2014-05-16 17:40 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d599602552d0 [SAMPLES] RT-36463: set progress start value to zero in timeline in ProgressIndicatorApp ! apps/samples/Ensemble8/src/samples/java/ensemble/

Code Review Request For RT-37129: [Linux] Need to blacklist old ATI X1nnn series cards

2014-05-16 Thread Chien Yang
Hi Kevin and Vadim, Please review the proposed fix: https://javafx-jira.kenai.com/browse/RT-37129 Thanks, - Chien

hg: openjfx/8u-dev/rt: [TEST-ONLY] RT-35628: Application Bundlers

2014-05-16 Thread hang . vo
Changeset: e50fa5e34167 Author:shemnon Date: 2014-05-16 13:04 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e50fa5e34167 [TEST-ONLY] RT-35628: Application Bundlers Summary: don't run deb tests if dpkg-deb is not present ! modules/fxpackager/src/main/java/com/oracle/t

hg: openjfx/8u-dev/rt: [Cleanup] mark PrismFontFactory#loadEmbeddedFont0() private

2014-05-16 Thread hang . vo
Changeset: f5364c52b59a Author:Felipe Heidrich Date: 2014-05-16 11:19 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f5364c52b59a [Cleanup] mark PrismFontFactory#loadEmbeddedFont0() private ! modules/graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java

Re: Javadocs and CSS

2014-05-16 Thread David Grieve
Maintaining the css ref is a real pain. All those tables should be given over to an automated process. On 5/16/14, 12:03 PM, Scott Palmer wrote: I'm not sure what you mean. I'm only talking about documentation for the public API. It's just a clarification for the existing docs. On a side not

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

2014-05-16 Thread hang . vo
Changeset: 9352ac09d39a Author:shemnon Date: 2014-05-16 08:02 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9352ac09d39a RT-37082: incorrect rpm package naming Summary: Allow file system names of the bundles to keep upper case, but otherwise bring the names into cofor

Re: Javadocs and CSS

2014-05-16 Thread Scott Palmer
I'm not sure what you mean. I'm only talking about documentation for the public API. It's just a clarification for the existing docs. On a side note, a search of the code shows that "-fx-line-spacing" is a CSS property.. but it isn't mentioned anywhere in the CSS Reference Guide. I've created ht

[8u20] Review request for RT-32597: [SwingNode]: support high DPI displays

2014-05-16 Thread Anthony Petrov
Jim, Kevin, Anton, Sergey, Please review: https://javafx-jira.kenai.com/browse/RT-32597 -- best regards, Anthony

Re: Javadocs and CSS

2014-05-16 Thread Scott Palmer
Created https://javafx-jira.kenai.com/browse/RT-37168 On Fri, May 16, 2014 at 10:57 AM, David Grieve wrote: > Would you mind creating a bug for this? > > > On 5/16/14, 10:38 AM, Scott Palmer wrote: >> >> Should a better cross-reference or mention of CSS properties in the >> Javadocs? >> >> Many

Re: Javadocs and CSS

2014-05-16 Thread Tom Schindl
Well that would work for properties on controls but many of them are in the Skin classes and those could be different from platform to platform and theme to theme and so are an implementation detail. Tom Von meinem iPhone gesendet > Am 16.05.2014 um 16:38 schrieb Scott Palmer : > > Should a b

Re: Javadocs and CSS

2014-05-16 Thread David Grieve
Would you mind creating a bug for this? On 5/16/14, 10:38 AM, Scott Palmer wrote: Should a better cross-reference or mention of CSS properties in the Javadocs? Many properties can be set via calling methods or through CSS, but when browsing the Javadocs the related CSS properties are not mentio

Javadocs and CSS

2014-05-16 Thread Scott Palmer
Should a better cross-reference or mention of CSS properties in the Javadocs? Many properties can be set via calling methods or through CSS, but when browsing the Javadocs the related CSS properties are not mentioned (at least not in most cases). The package docs for javafx.scene mention the CSS

hg: openjfx/8u-dev/rt: [BUILD] removing obsolete comments from armv?.gradle

2014-05-16 Thread hang . vo
Changeset: da8449c57b89 Author:ddhill Date: 2014-05-16 10:10 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/da8449c57b89 [BUILD] removing obsolete comments from armv?.gradle ! buildSrc/armv5sf.gradle ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! buildSrc/armv7h

hg: openjfx/8u-dev/rt: [BUILD] correcting a typo in armv7hf.gradle

2014-05-16 Thread hang . vo
Changeset: 4a4226fffb64 Author:ddhill Date: 2014-05-16 09:31 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4a4226fffb64 [BUILD] correcting a typo in armv7hf.gradle ! buildSrc/armv7hf.gradle

hg: openjfx/8u-dev/rt: [TEST ONLY] fix NPE in tearDown code if a test is skipped

2014-05-16 Thread hang . vo
Changeset: 56356cc2339d Author:kcr Date: 2014-05-16 06:00 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/56356cc2339d [TEST ONLY] fix NPE in tearDown code if a test is skipped ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java

Re: CFV: New OpenJFX Committer: Mo Chicharro

2014-05-16 Thread Artem Ananiev
Vote: yes Artem On 5/14/2014 9:48 PM, Stephen F Northover wrote: I hereby nominate Mo Chicharro to be an OpenJFX Committer. Mo Chicharro is a significant contributor of the JavaFX Scene Builder 2.0 product, and, as the visual and interaction designer, he is the designated owner of all FXML an

Re: CFV: New OpenJFX Committer: Yves Joan

2014-05-16 Thread Artem Ananiev
Vote: yes Artem On 5/14/2014 9:48 PM, Stephen F Northover wrote: I hereby nominate Yves Joan to be an OpenJFX Committer. Yves Joan is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the designated owner of the Library Panel, Document Panel and product packaging. Yves

Re: CFV: New OpenJFX Committer: Sandra Lions-Piron

2014-05-16 Thread Artem Ananiev
Vote: yes Artem On 5/14/2014 9:48 PM, Stephen F Northover wrote: I hereby nominate Sandra Lions-Piron to be an OpenJFX Committer. Sandra Lions-Piron is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the designated owner of the Hierarchy Panel as well as all menu com

Re: CFV: New OpenJFX Committer: Eric Le Ponner

2014-05-16 Thread Artem Ananiev
Vote: yes Artem On 5/14/2014 9:33 PM, Stephen F Northover wrote: I hereby nominate Eric Le Ponner to be an OpenJFX Committer. Eric Le Ponner is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the architect of the SB Kit API as well as the designated owner of the Cont

Re: CFV: New OpenJFX Committer: Jerome Cambon

2014-05-16 Thread Artem Ananiev
Vote: yes Artem On 5/14/2014 9:39 PM, Stephen F Northover wrote: I hereby nominate Jerome Cambon to be an OpenJFX Committer. Jerome Cambon is a significant contributor of the JavaFX Scene Builder 2.0 product, and is the designated owner of the Inspector Panel as well as the CSS Panel. Jerome