hg: openjfx/8/graphics/rt: Fix RT-31266: VK - Remove use of reflection to create key events

2013-06-25 Thread hang . vo
Changeset: ee40f037a5e4 Author:Seeon Birger seeon.bir...@oracle.com Date: 2013-06-25 14:43 +0300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ee40f037a5e4 Fix RT-31266: VK - Remove use of reflection to create key events !

hg: openjfx/8/graphics/rt: iOS: adding memory warning handler

2013-06-25 Thread hang . vo
Changeset: 0e0747873240 Author:Oldrich Maticka oldrich.mati...@oracle.com Date: 2013-06-25 15:26 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/0e0747873240 iOS: adding memory warning handler ! glass/glass-lib-ios/src/GlassApplication.m !

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

2013-06-25 Thread hang . vo
Changeset: 71bbec00a794 Author:hudson Date: 2013-06-20 13:45 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/71bbec00a794 Added tag 8.0-b95 for changeset b1d681005b05 ! .hgtags Changeset: e0333b555f67 Author:mv157916 Date: 2013-06-24 10:27 -0700 URL:

Moving to Gradle (finally)

2013-06-25 Thread steve . x . northover
Hello OpenJFX, It's no secret that we have been moving our build to gradle and reorganizing our source tree at the same time. Well, the time has come. If all goes according to plan, we will have moved to the gradle build starting this Friday morning. As part of a push to make developing

Re: Moving to Gradle (finally)

2013-06-25 Thread Richard Bair
Until this Friday when the project reorganization is complete, you must run: gradle -b generator.gradle in the rt first, and then cd ../javafx and run gradle from there. The gradle files in the current rt are not functional with the existing project layout, only with the new layout which is

Re: Moving to Gradle (finally)

2013-06-25 Thread Kevin Rushforth
You cannot run gradle in the rt repo just yet. For now (i.e., until the switch to gradle with the accompanying repo reorg), you must run the generator.gradle script which reorganizes the repo to its new layout, and puts it, by default, in ../javafx Among other things it copies gradleBuildSrc

Re: Moving to Gradle (finally)

2013-06-25 Thread steve . x . northover
We are likely to be in flux for the rest of this week. Friday is the switch but he dust will have settled by Monday so that would be a good time to try things out. Of course, Monday is Canada Day so I will be eating pancakes with maple syrup, frying bacon, enjoying free health care,

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

2013-06-25 Thread hang . vo
Changeset: 1925630fc297 Author:jgiles Date: 2013-06-19 10:51 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1925630fc297 RT-31173: Remove duplicated skin loading code in Control and PopupControl ! javafx-ui-controls/src/javafx/scene/control/Control.java !

[API Review] Make Scene styleable through CSS

2013-06-25 Thread David Grieve
https://javafx-jira.kenai.com/browse/RT-31282 Scene has a fillProperty which should be styleable via CSS but this would require making Scene implement the javafx.css.Styleable interface. The interesting bits from the interface are public String getId() public ObservableListString

Re: Moving to Gradle (finally)

2013-06-25 Thread steve . x . northover
On 25/06/2013 4:20 PM, Mario Torre wrote: On Tue, 2013-06-25 at 15:14 -0400, steve.x.northo...@oracle.com wrote: We are likely to be in flux for the rest of this week. Right :) ] * What went wrong: 22:04:10.761 [ERROR] [org.gradle.BuildExceptionReporter] Could not resolve all dependencies

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

2013-06-25 Thread hang . vo
Changeset: a48c3ae46171 Author:snorthov Date: 2013-06-25 13:43 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a48c3ae46171 RT-31216: Ensure NetBeans development in Gradle build works [fix dependencies] ! gradleNetBeans/base/build.xml !

hg: openjfx/8/controls/rt: RT-31149 NPE showing NumberAxis without setting Side,

2013-06-25 Thread hang . vo
Changeset: 5b75776bb378 Author:psomashe Date: 2013-06-25 16:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5b75776bb378 RT-31149 NPE showing NumberAxis without setting Side, RT-31018 LineChart plots obsolete series data Some unit tests to increase code coverage.

hg: openjfx/8/controls/rt: RT-30751 : Create Modena visual regression test suite

2013-06-25 Thread hang . vo
Changeset: 1c00e6382807 Author:raginip Date: 2013-06-25 21:29 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1c00e6382807 RT-30751 : Create Modena visual regression test suite ! tests/build.xml + tests/golden-image-suite/Modena.iml +