hg: openjfx/8u-dev/rt: [EXPERIMENTAL] WebTerminal - insert configurable string when line-wrapping.

2014-04-15 Thread hang . vo
Changeset: 2c201506f2ce
Author:Per Bothner per.both...@oracle.com
Date:  2014-04-14 23:26 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2c201506f2ce

[EXPERIMENTAL] WebTerminal - insert configurable string when line-wrapping.

! apps/experiments/WebTerminal/src/webterminal/WebTerminal.java



hg: openjfx/8u-dev/rt: RT-33608 Line chart doesn't show legend if series name is long

2014-04-15 Thread hang . vo
Changeset: e71ac43c1421
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2014-04-15 09:58 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e71ac43c1421

RT-33608 Line chart doesn't show legend if series name is long
Reviewed by: dgrieve

! modules/controls/src/main/java/javafx/scene/chart/Chart.java
! modules/graphics/src/main/java/javafx/scene/layout/TilePane.java



New Scene Builder?

2014-04-15 Thread Felix Bembrick
There hasn't been a new release of Scene Builder in over 2 months (unless I
am accessing stale links).  Is one on the horizon?

Felix


Re: New Scene Builder?

2014-04-15 Thread Philipp Dörfler
For the impatient: SceneBuilder is OpenSource nowadays and included in the 
OpenJFX8-rt repository  as a NetBeans project.

~ Philipp

Am 15.04.2014 um 12:32 schrieb Felix Bembrick felix.bembr...@gmail.com:

 There hasn't been a new release of Scene Builder in over 2 months (unless I
 am accessing stale links).  Is one on the horizon?
 
 Felix



Re: New Scene Builder?

2014-04-15 Thread Simon Vienot
For a reason independent of our (engineering) will, we have not been 
able to refresh the early access builds on OTN after b14.

We hope the final (GA) bits will be available in a couple weeks. Stay tuned.

-Simon.

On 15/04/14 12:32, Felix Bembrick wrote:

There hasn't been a new release of Scene Builder in over 2 months (unless I
am accessing stale links).  Is one on the horizon?

Felix




Re: New Scene Builder?

2014-04-15 Thread Felix Bembrick
OK, thanks Simon  Philipp.  The current build 14 has too many issues for
me to use it seriously so I anxiously await the GA version!


Thanks :-)



On 15 April 2014 20:58, Simon Vienot simon.vie...@oracle.com wrote:

 For a reason independent of our (engineering) will, we have not been able
 to refresh the early access builds on OTN after b14.
 We hope the final (GA) bits will be available in a couple weeks. Stay
 tuned.

 -Simon.


 On 15/04/14 12:32, Felix Bembrick wrote:

 There hasn't been a new release of Scene Builder in over 2 months (unless
 I
 am accessing stale links).  Is one on the horizon?

 Felix





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

2014-04-15 Thread hang . vo
Changeset: a76f2fa17b56
Author:David Grievedavid.gri...@oracle.com
Date:  2014-04-14 17:32 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a76f2fa17b56

RT-36637: combed through css code to ensure stream resources are closed

! modules/graphics/src/main/java/com/sun/javafx/css/StyleManager.java
! modules/graphics/src/main/java/com/sun/javafx/css/Stylesheet.java
! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java

Changeset: f8f8ab5638cf
Author:David Grievedavid.gri...@oracle.com
Date:  2014-04-15 11:51 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f8f8ab5638cf

RT-36672: move code to process css during layout back to impl_reapplyCSS, which 
is where it was priort to RT-36559

! modules/graphics/src/main/java/javafx/scene/Node.java
! modules/graphics/src/main/java/javafx/scene/Parent.java



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

2014-04-15 Thread hang . vo
Changeset: e1a8dbd8353a
Author:jgiles
Date:  2014-04-15 12:51 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e1a8dbd8353a

[TEST ONLY] Remove unrequired firePulse() calls that may have intermittently 
been breaking the build.

! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java

Changeset: 4b02230f8cdb
Author:jgiles
Date:  2014-04-16 10:01 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4b02230f8cdb

RT-36670: [Ensemble8] TableCellFactory sample check box selection broken after 
sorting

! modules/controls/src/main/java/javafx/scene/control/TableCell.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableCell.java
! modules/controls/src/test/java/javafx/scene/control/TableViewTest.java



Changes for January 2014 CPU release synced into FX 8u-dev (and 2u-dev)

2014-04-15 Thread Kevin Rushforth
I have synced the OpenJFX changes from the just-released April 2014 CPU 
release into 8u-dev (for OpenJFX 2.x, I also synced the CPU changes from 
2.2.55 into 2u-dev).


Here is a webrev of the FX 8u-dev changes for those who are interested 
in the changes, but don't want to wade through the 158 separate 
changesets I just pushed (most of which are tag or merge changesets).


http://cr.openjdk.java.net/~kcr/openjfx-8u5-8u-sync/webrev/

-- Kevin



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

2014-04-15 Thread hang . vo
Changeset: 6a1a08e3c3b5
Author:David Grievedavid.gri...@oracle.com
Date:  2014-04-15 16:09 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6a1a08e3c3b5

RT-36512: set node orientation before autosize

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxPopupControl.java

Changeset: 130335c26df7
Author:David Grievedavid.gri...@oracle.com
Date:  2014-04-15 16:09 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/130335c26df7

RT-36513: applyCss after rebuilding menu item container

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java



hg: openjfx/8u-dev/rt: RT-36664: [Bundler] : ant bundling always fails with NPE

2014-04-15 Thread hang . vo
Changeset: ae0b8d05b7b8
Author:shemnon
Date:  2014-04-15 16:26 -0600
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ae0b8d05b7b8

RT-36664: [Bundler] : ant bundling always fails with NPE
Summary: provide more useful advice when appResources, classpath, and mainClass 
are misconfigured

! modules/fxpackager/src/main/java/com/oracle/bundlers/StandardBundlerParam.java
! 
modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/LinuxAppBundler.java
! 
modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/MacAppBundler.java
! 
modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/WinAppBundler.java
! 
modules/fxpackager/src/main/resources/com/oracle/bundlers/StandardBundlerParam.properties



hg: openjfx/8u-dev/rt: INTELLIJ ONLY: fix ide files to work for SceneBuilder

2014-04-15 Thread hang . vo
Changeset: d4505558c263
Author:snorthov
Date:  2014-04-15 22:05 -0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d4505558c263

INTELLIJ ONLY: fix ide files to work for SceneBuilder

! .idea/controls.iml



hg: openjfx/8u-dev/rt: RT-36460: [TreeView, Mac] TreeView node with checkboxes change position when checked

2014-04-15 Thread hang . vo
Changeset: b64bc3fa41b9
Author:jgiles
Date:  2014-04-16 15:07 +1200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b64bc3fa41b9

RT-36460: [TreeView, Mac] TreeView node with checkboxes change position when 
checked

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TreeCellSkin.java