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

2013-08-13 Thread hang . vo
Changeset: a1fe539edc60 Author:Pavel Safrata pavel.safr...@oracle.com 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 -

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 !

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

2013-08-13 Thread hang . vo
Changeset: 02082767e713 Author:Pavel Safrata pavel.safr...@oracle.com 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

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

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

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: 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

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.

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

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 pavel.safr...@oracle.com 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

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:

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 in

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.

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 tom.schi...@bestsolution.at

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 pavel.safr...@oracle.com 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. !

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 tom.schi...@bestsolution.atwrote: 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

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: Swing and JavaFX thread merge

2013-08-13 Thread Jeff Martin
Same here. jeff On Aug 13, 2013, at 10:17 AM, Werner Lehmann lehm...@media-interactive.de 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

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 petr.pche...@oracle.com 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 !

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 Grievedavid.gri...@oracle.com 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. !

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: 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/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 !

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 felipe.heidr...@oracle.com 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/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 yao.w.w...@oracle.com 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

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 !

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