hg: openjfx/8/graphics/rt: 13 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Jun 12 09:34:10 PDT 2013
Changeset: 479da853570b
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-06-06 08:36 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/479da853570b
RT-30976: lazy load listener and add listener to backing set on first call to addListener. Reviewed by Martin
! javafx-beans/src/javafx/collections/FXCollections.java
Changeset: 9605455a5abe
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-06-06 17:25 +0200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9605455a5abe
Fix for RT-30947, RT-30915, RT-30936
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 6d73ef304a85
Author: jgiles
Date: 2013-06-04 16:18 +1200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6d73ef304a85
RT-29420: VBox Popup width is computed wrong in JavaFX 8.0.0-b83
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ListViewSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualContainerBase.java
! javafx-ui-controls/test/javafx/scene/control/ListViewTest.java
Changeset: ece9e054a7cd
Author: jgiles
Date: 2013-06-06 08:35 +1200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ece9e054a7cd
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualContainerBase.java
Changeset: 59cdebd030e2
Author: jgiles
Date: 2013-06-06 13:15 +1200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/59cdebd030e2
RT-29923: Cell with null initial value cannot be edited because the empty property is true
Also, a lot of unit tests for the classes extending from Cell (some of which are @Ignored as they currently fail and need further analysis)
! javafx-ui-controls/src/javafx/scene/control/ListCell.java
! javafx-ui-controls/src/javafx/scene/control/TableCell.java
! javafx-ui-controls/src/javafx/scene/control/TreeCell.java
! javafx-ui-controls/src/javafx/scene/control/TreeTableCell.java
! javafx-ui-controls/test/javafx/scene/control/ListCellTest.java
! javafx-ui-controls/test/javafx/scene/control/TableCellTest.java
+ javafx-ui-controls/test/javafx/scene/control/TreeCellTest.java
+ javafx-ui-controls/test/javafx/scene/control/TreeTableCellTest.java
+ javafx-ui-controls/test/javafx/scene/control/TreeTableRowTest.java
Changeset: 812c58a5dbab
Author: jgiles
Date: 2013-06-06 14:51 +1200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/812c58a5dbab
RT-30604: Memory leak in TreeTableView
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeTableRowSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeTableViewSkin.java
Changeset: 3b5502de0286
Author: jgiles
Date: 2013-06-07 10:04 +1200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3b5502de0286
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
Changeset: b8fb9136fbcb
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-06-07 14:59 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b8fb9136fbcb
RT-30985: associate strings for deserialization with stylesheet
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Stylesheet.java
Changeset: 69bd40665e68
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-06-07 15:01 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/69bd40665e68
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
Changeset: 4fcbd4317b9b
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-06-11 14:17 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4fcbd4317b9b
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
Changeset: 2ab564af5a33
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-06-11 16:49 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2ab564af5a33
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 7203a2531ae9
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-06-12 10:07 +0200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7203a2531ae9
Temporarily re-enable requests for second layout while layouting (effectively disabled by RT-30363 fix), until there's a fix for RT-31016
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 45a2dd0b03d9
Author: jgodinez
Date: 2013-06-12 09:15 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/45a2dd0b03d9
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
More information about the openjfx-dev
mailing list