hg: openjfx/8/graphics/rt: RT-32289: OpenJDK fails to build web

2013-08-13 Thread hang . vo
Changeset: 7494a154c563 Author:peterz Date: 2013-08-14 10:13 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7494a154c563 RT-32289: OpenJDK fails to build web ! build.gradle

hg: openjfx/8/graphics/rt: Partial fix for RT-32289: OpenJDK fails to build web

2013-08-13 Thread hang . vo
Changeset: da0c36d6e5fe Author:peterz Date: 2013-08-14 09:43 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/da0c36d6e5fe Partial fix for RT-32289: OpenJDK fails to build web ! build.gradle

hg: openjfx/8/controls/rt: RT-31915: DatePicker: When set style "-fx-border" width increased steadily if scene with focus

2013-08-13 Thread hang . vo
Changeset: 8295caae3138 Author:leifs Date: 2013-08-13 17:10 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/8295caae3138 RT-31915: DatePicker: When set style "-fx-border" width increased steadily if scene with focus ! modules/controls/src/main/java/com/sun/javafx/

hg: openjfx/8/graphics/rt: RT-30704 [FX3D] PhongMaterial: SpecularColor and SpecularPower properties changes does not take any effect after first change.

2013-08-13 Thread hang . vo
Changeset: ee7b7299fd7d Author:Yao Wang Date: 2013-08-13 16:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ee7b7299fd7d RT-30704 [FX3D] PhongMaterial: SpecularColor and SpecularPower properties changes does not take any effect after first change. + apps/toys/

hg: openjfx/8/controls/rt: 2 new changesets

2013-08-13 Thread hang . vo
Changeset: a119e36cf80b Author:David Grieve Date: 2013-08-13 17:31 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a119e36cf80b Fix unit test failure in ParsedValueTest due to NPE in ParsedValueImpl equals method ! modules/graphics/src/main/java/com/sun/javafx/css/

hg: openjfx/8/graphics/rt: [ECLIPSE ONLY] removing non-existent plugin.jar from classpath

2013-08-13 Thread hang . vo
Changeset: 326328b398fa Author:Felipe Heidrich Date: 2013-08-13 10:21 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/326328b398fa [ECLIPSE ONLY] removing non-existent plugin.jar from classpath ! buildSrc/.classpath

hg: openjfx/8/controls/rt: RT-30249: [DatePicker] Exception when Hijrah-umalqura chronology is used, and old data is set, breaks control

2013-08-13 Thread hang . vo
Changeset: 15836dc053df Author:leifs Date: 2013-08-13 14:11 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/15836dc053df RT-30249: [DatePicker] Exception when Hijrah-umalqura chronology is used, and old data is set, breaks control ! modules/controls/src/main/java/

hg: openjfx/8/graphics/rt: RT-32313: SW Rendering broken for FXML-LoginDemo and Ensemble

2013-08-13 Thread hang . vo
Changeset: 18f4fc982d14 Author:kcr Date: 2013-08-13 12:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/18f4fc982d14 RT-32313: SW Rendering broken for FXML-LoginDemo and Ensemble ! modules/graphics/src/main/java/com/sun/scenario/effect/impl/ImagePool.java

hg: openjfx/8/graphics/rt: 29 new changesets

2013-08-13 Thread hang . vo
Changeset: 147daed4b355 Author:mhowe Date: 2013-08-05 19:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/147daed4b355 RT-31839: Mac native bundle segfaults on application launch [ngthomas] ! buildSrc/mac.gradle Changeset: a010db088f27 Author:ngthomas Date:

hg: openjfx/8/graphics/rt: [Eclipse only] fixed .classpath after RT-32239 (merged graphics tests)

2013-08-13 Thread hang . vo
Changeset: 7a1a49fa1ae1 Author:felipe Date: 2013-08-13 09:18 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7a1a49fa1ae1 [Eclipse only] fixed .classpath after RT-32239 (merged graphics tests) ! modules/graphics/.classpath

hg: openjfx/8/graphics/rt: RT-31870: error rendering Arc.setStroke

2013-08-13 Thread hang . vo
Changeset: 3afad8bb1b60 Author:felipe Date: 2013-08-13 09:02 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3afad8bb1b60 RT-31870: error rendering Arc.setStroke ! buildSrc/win.gradle

hg: openjfx/8/controls/rt: RT-28966: add a map of calculated values keyed on the resolved, parsed value.

2013-08-13 Thread hang . vo
Changeset: 4446003c91e2 Author:David Grieve Date: 2013-08-13 12:07 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/4446003c91e2 RT-28966: add a map of calculated values keyed on the resolved, parsed value. ! modules/graphics/src/main/java/com/sun/javafx/css/ParsedV

Re: Unchecked conversion warning

2013-08-13 Thread Sven Reimers
Running from console with javac from jdk8 b102 gives me the warning.. but still maybe my config error somewhere... -Sven On Tue, Aug 13, 2013 at 5:48 PM, Tom Schindl wrote: > Yes - I've run which "javac -Xlint Main.java" > > Tom > > On 13.08.13 17:04, Sven Reimers wrote: > > Did you try on cons

Re: Unchecked conversion warning

2013-08-13 Thread Tom Schindl
Yes - I've run which "javac -Xlint Main.java" Tom On 13.08.13 17:04, Sven Reimers wrote: > Did you try on console? > > -Sven > > > On Tue, Aug 13, 2013 at 4:39 PM, Tom Schindl > mailto:tom.schi...@bestsolution.at>> wrote: > > No warning in Eclipse so: > a) it is javac (Eclipse uses it

Re: Exception in one JFXPanel kills other JFXPanels, too

2013-08-13 Thread Werner Lehmann
Sure: https://javafx-jira.kenai.com/browse/RT-32304 On 13.08.2013 15:10, Artem Ananiev wrote: it looks like a bug in JFXPanel, could you file it to JIRA with a test case, please?

hg: openjfx/8/graphics/rt: RT-19596: Win: No notification from glass when visual bounds of a screen change

2013-08-13 Thread hang . vo
Changeset: 83ecc91e38f1 Author:Petr Pchelko Date: 2013-08-13 18:59 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/83ecc91e38f1 RT-19596: Win: No notification from glass when visual bounds of a screen change Reviewed-by: anthony, art ! modules/graphics/src/main/nat

Re: Swing and JavaFX thread merge

2013-08-13 Thread Jeff Martin
Same here. jeff On Aug 13, 2013, at 10:17 AM, Werner Lehmann wrote: > Artem, > > we already tested with 7u40 b35 - same thing: > >> Java Web Start 10.40.2.35 >> Using JRE version 1.7.0_40-ea-b35 Java HotSpot(TM) 64-Bit Server VM > ... >> runTest in AWT-EventQueue-2 >> jfx button click in Jav

Re: Swing and JavaFX thread merge

2013-08-13 Thread Werner Lehmann
Artem, we already tested with 7u40 b35 - same thing: Java Web Start 10.40.2.35 Using JRE version 1.7.0_40-ea-b35 Java HotSpot(TM) 64-Bit Server VM ... runTest in AWT-EventQueue-2 jfx button click in JavaFX Application Thread invokeLater from jfx button click in AWT-EventQueue-0 jbutton click

Re: Unchecked conversion warning

2013-08-13 Thread Sven Reimers
Did you try on console? -Sven On Tue, Aug 13, 2013 at 4:39 PM, Tom Schindl wrote: > No warning in Eclipse so: > a) it is javac (Eclipse uses its own compiler) > b) it is netbeans use of javac > > Tom > > On 13.08.13 16:20, Sven Reimers wrote: > > Just use b102 create a new file and type the lin

hg: openjfx/8/graphics/rt: Yet another minor libraries cleanup of graphics NetBeans project.

2013-08-13 Thread hang . vo
Changeset: 77bc4215e63e Author:Pavel Safrata Date: 2013-08-13 15:42 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/77bc4215e63e Yet another minor libraries cleanup of graphics NetBeans project. ! netbeans/graphics/nbproject/project.properties

Re: Unchecked conversion warning

2013-08-13 Thread Tom Schindl
No warning in Eclipse so: a) it is javac (Eclipse uses its own compiler) b) it is netbeans use of javac Tom On 13.08.13 16:20, Sven Reimers wrote: > Just use b102 create a new file and type the line... > > -Sven > > > On Tue, Aug 13, 2013 at 4:01 PM, Tom Schindl > mailto:tom.schi...@bestsoluti

hg: openjfx/8/graphics/rt: Additional minor libraries cleanup of graphics NetBeans project.

2013-08-13 Thread hang . vo
Changeset: 33bc8305742c Author:Pavel Safrata Date: 2013-08-13 15:26 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/33bc8305742c Additional minor libraries cleanup of graphics NetBeans project. ! netbeans/graphics/nbproject/project.properties

Re: Swing and JavaFX thread merge

2013-08-13 Thread Artem Ananiev
Jeff, Werner, thank you very much for detailed evaluation. The issues you observe may be related to recent changes in AWT/Swing in 7u25. If my guess is correct, they should be fixed in the latest 7u40 builds. I know it's not released yet, but early access builds are available at java.net. Coul

Re: Unchecked conversion warning

2013-08-13 Thread Sven Reimers
Just use b102 create a new file and type the line... -Sven On Tue, Aug 13, 2013 at 4:01 PM, Tom Schindl wrote: > Hi Sven, > > I'm building from master and don't see this. Do you build with gradle or > inside your IDE? I've so many type warnings in Eclipse (~12.000) that I > probably don't spot

Re: properties via CSS

2013-08-13 Thread Tom Eugelink
Seems my "perfect" english might be the cause of me not finding any info; stylEAble https://wiki.openjdk.java.net/display/OpenJFX/CSS+API+to+support+custom+UI+Controls On 2013-08-13 15:42, Tom Eugelink wrote: Projects are starting to use my calendar picker control and requests are coming i

Re: Unchecked conversion warning

2013-08-13 Thread Tom Schindl
Hi Sven, I'm building from master and don't see this. Do you build with gradle or inside your IDE? I've so many type warnings in Eclipse (~12.000) that I probably don't spot this warning. In the gradle build I think all warnings are simply turned off. Tom On 13.08.13 15:29, Sven Reimers wrote: >

hg: openjfx/8/graphics/rt: Fixed testing projects with stub toolkit, broken by fix for RT-32239.

2013-08-13 Thread hang . vo
Changeset: 30b49047dc32 Author:Pavel Safrata Date: 2013-08-13 14:35 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/30b49047dc32 Fixed testing projects with stub toolkit, broken by fix for RT-32239. ! build.gradle

properties via CSS

2013-08-13 Thread Tom Eugelink
Projects are starting to use my calendar picker control and requests are coming in for more fine tuned styling. One of the topics is the location and direction of the arrows of the two embedded listspinner controls. Now, the location and position of these arrows are already configurable throug

Unchecked conversion warning

2013-08-13 Thread Sven Reimers
Hi guys, trying to compile ReadOnlyObjectProperty stateProperty = task.stateProperty(); leads to warning: [unchecked] unchecked conversion ReadOnlyObjectProperty stateProperty = task.stateProperty(); required: ReadOnlyObjectProperty found:ReadOnlyObjectProperty Not sure

Re: Exception in one JFXPanel kills other JFXPanels, too

2013-08-13 Thread Artem Ananiev
Hi, Werner, it looks like a bug in JFXPanel, could you file it to JIRA with a test case, please? Thanks, Artem On 8/13/2013 2:32 PM, Werner Lehmann wrote: Hi, I have noticed the following problem with exception handling and multiple JFXPanels (FX 2.2): 1. Two JFXPanels, J1 and J2 2. Throw

hg: openjfx/8/graphics/rt: Windows doesn't need libxml2/libxslt anymore

2013-08-13 Thread hang . vo
Changeset: a6f53477ead2 Author:peterz Date: 2013-08-13 16:18 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a6f53477ead2 Windows doesn't need libxml2/libxslt anymore ! modules/web/src/main/native/Source/WebCore/platform/java/javalibs.pl

hg: openjfx/8/graphics/rt: Armv6hf Webkit compiler properties

2013-08-13 Thread hang . vo
Changeset: 31d9aba122bf Author:peterz Date: 2013-08-13 15:57 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/31d9aba122bf Armv6hf Webkit compiler properties ! buildSrc/armv6hf.gradle

hg: openjfx/8/graphics/rt: Fix for Webkit-less build

2013-08-13 Thread hang . vo
Changeset: 6c44868107bd Author:peterz Date: 2013-08-13 15:38 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6c44868107bd Fix for Webkit-less build ! build.gradle

hg: openjfx/8/graphics/rt: Workaround for rt-32214 - Downgrade warning about window not being in list from SEVERE to WARNING - yes, this is an issue but it doesn't cause any loss of functionality so t

2013-08-13 Thread hang . vo
Changeset: b1e7f19d5e10 Author:lisa.se...@oracle.com Date: 2013-08-13 07:16 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b1e7f19d5e10 Workaround for rt-32214 - Downgrade warning about window not being in list from SEVERE to WARNING - yes, this is an issue but it

Exception in one JFXPanel kills other JFXPanels, too

2013-08-13 Thread Werner Lehmann
Hi, I have noticed the following problem with exception handling and multiple JFXPanels (FX 2.2): 1. Two JFXPanels, J1 and J2 2. Throw NPE in layoutChildren of a control inside J1 This would print a stacktrace (see below). Then J2 is blocked: mouse clicks have no effect anymore. I think I ha

hg: openjfx/8/graphics/rt: RT-32240: Better Netbeans project for graphics module

2013-08-13 Thread hang . vo
Changeset: 02082767e713 Author:Pavel Safrata Date: 2013-08-13 09:57 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/02082767e713 RT-32240: Better Netbeans project for graphics module - cleaner sources/dependencies/libraries - produces jar closer to the gradle buil

hg: openjfx/8/graphics/rt: An attempt to fix ARM build; added armv6hf build

2013-08-13 Thread hang . vo
Changeset: eedc6eb68312 Author:peterz Date: 2013-08-13 12:30 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/eedc6eb68312 An attempt to fix ARM build; added armv6hf build ! build.gradle ! modules/web/src/main/native/Source/JavaScriptCore/TargetJava.pri ! modules/web

hg: openjfx/8/graphics/rt: RT-32239: Merged graphics tests.

2013-08-13 Thread hang . vo
Changeset: a1fe539edc60 Author:Pavel Safrata Date: 2013-08-13 08:26 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a1fe539edc60 RT-32239: Merged graphics tests. ! .idea/graphics.iml ! build.gradle - modules/graphics/src/stub/java/com/sun/javafx/UtilsTest.java - m