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 + tests/golden-image-suite/build.

OpenJFX and iOS

2013-06-25 Thread Daniel Zwolenski
How do we go about building OpenJFX for iOS? Does it work now and/or will the switch over to Gradle this friday/monday include support for an iOS build? I'll want to build from Danno's JFX78 backport but as I understand it, he is hooking into the official gradle build scripts so one should hopeful

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/graphics/rt: RT-31257: Native font manager gets NPE with jfxrt.jar produced by gradle build

2013-06-25 Thread hang . vo
Changeset: de8aeb081903 Author:kcr Date: 2013-06-25 16:06 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/de8aeb081903 RT-31257: Native font manager gets NPE with jfxrt.jar produced by gradle build ! gradleBuildSrc/win.gradle

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 ! gradleNetBeans/base/nbproject

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 for

[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 ObservableList getStyleCl

Re: Moving to Gradle (finally)

2013-06-25 Thread Mario Torre
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 for configuration ':graphics:compile'. 22:04:10

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 ! javafx-ui

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, drinking

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 gradleBuildSr

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 pro

Re: Moving to Gradle (finally)

2013-06-25 Thread Mario Torre
On Tue, 2013-06-25 at 13:10 -0400, steve.x.northo...@oracle.com wrote: > Hello OpenJFX, > We are hoping that the workspace reorganization and the new gradle build > will make it much easier for everybody to be able to build & test with > JavaFX. Hello Steve, Speaking of gradle, I have: [org.

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 fo

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:

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

2013-06-25 Thread hang . vo
Changeset: 2a29eb6b7989 Author:kcr Date: 2013-06-25 08:51 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2a29eb6b7989 RT-31068: Remove .bak files - apps/experiments/Modena/src/modena/CombinationTest.fxml.bak - apps/experiments/Modena/src/modena/SameHeightTest.fxml.

hg: openjfx/8/graphics/rt: Gradle: fix test task

2013-06-25 Thread hang . vo
Changeset: e2faabf0c904 Author:kcr Date: 2013-06-25 07:57 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e2faabf0c904 Gradle: fix test task ! build.gradle

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

2013-06-25 Thread hang . vo
Changeset: 0e0747873240 Author:Oldrich Maticka 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 ! glass/glass-lib-ios/src/GlassHelper.h ! glass/glass-

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 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 ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java