hg: openjfx/2.2/graphics/rt: 24 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Tue Jul 3 10:18:37 PDT 2012
Changeset: 9a2b4524a317
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-26 12:20 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/9a2b4524a317
RT-22565: parent stylesheets may be in the default stylesheet container
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: 385a5b779565
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-27 18:52 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/385a5b779565
Backed out changeset 9a2b4524a317
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: d20976d5d10f
Author: Paru Somashekar <parvathi.somashekar at oracle.com>
Date: 2012-06-28 10:34 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/d20976d5d10f
[TEST ONLY] remove @ignore for some chart tests - they pass now.
! javafx-ui-charts/test/javafx/scene/chart/StackedAreaChartTest.java
! javafx-ui-charts/test/javafx/scene/chart/StackedBarChartTest.java
! javafx-ui-charts/test/javafx/scene/chart/XYChartTest.java
Changeset: 9ed69f9a93bb
Author: jgiles
Date: 2012-06-27 16:03 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/9ed69f9a93bb
[DOC ONLY] Update to cells package documentation.
! javafx-ui-controls/src/javafx/scene/control/cell/package.html
Changeset: a42d594cef37
Author: jgiles
Date: 2012-06-29 09:37 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/a42d594cef37
RT-22676: Embedded: Ensemble sample throws an exception
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
Changeset: 4484722efef7
Author: jgiles
Date: 2012-06-29 09:39 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/4484722efef7
RT-2295: Non-editable ComboBox does not show prompt text when it should
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
Changeset: 0d6d4249cce9
Author: jgiles
Date: 2012-06-29 09:40 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/0d6d4249cce9
RT-22908: Column width of data rows does not align with header column width
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java
Changeset: d17e7e409769
Author: jgiles
Date: 2012-06-29 09:40 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/d17e7e409769
RT-22875: CheckBoxTreeItem: indeterminate state does not affect rendering
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTreeCell.java
Changeset: 480b6f9324a7
Author: jgiles
Date: 2012-06-29 09:43 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/480b6f9324a7
RT-22954: PieChart with rollover has picking issues
! javafx-ui-charts/src/javafx/scene/chart/PieChart.java
Changeset: a81a3544722e
Author: jgiles
Date: 2012-06-29 09:43 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/a81a3544722e
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/controls/jfx/rt
Changeset: 29a0e209d81f
Author: jgiles
Date: 2012-06-29 09:43 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/29a0e209d81f
RT-22937: Selection issue on editors based on ComboBox with dynamic item list
! javafx-ui-controls/src/javafx/scene/control/ComboBox.java
Changeset: 2d7d2be9cdb7
Author: Kinsley Wong
Date: 2012-06-28 14:45 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/2d7d2be9cdb7
RT-22928: ClassCastException in TilePane while using the CSS style -fx-pref-columns
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
! javafx-ui-common/test/unit/javafx/scene/layout/TilePaneTest.java
Changeset: feb33f9ce89b
Author: Kinsley Wong
Date: 2012-06-28 14:48 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/feb33f9ce89b
RT-22925: When closing a Tab inside a TabPane, the selection model does not return the correct Tab.
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TabPaneBehavior.java
! javafx-ui-controls/src/javafx/scene/control/TabPane.java
! javafx-ui-controls/test/javafx/scene/control/TabPaneTest.java
Changeset: f90f6b0e27a4
Author: jgiles
Date: 2012-06-29 09:47 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/f90f6b0e27a4
RT-22076: CSS: Treat style class as a bit mask in Selector for better performance on selector matching.
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: 90b96294241a
Author: jgiles
Date: 2012-06-29 09:49 +1200
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/90b96294241a
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/controls/jfx/rt
Changeset: 68f2523b8433
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-28 18:21 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/68f2523b8433
RT-22076: backout patch pushed by jgiles in favor of updated patch
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: 29a95b63c732
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-28 18:21 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/29a95b63c732
RT-22076: create a bitmask from style class strings to speed up SimpleSelector.isSubsetOf method.
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
Changeset: ad5af91935ff
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-06-29 13:18 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/ad5af91935ff
RT-22565: parent stylesheets may be in the default stylesheet container
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 121a87ea1d97
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-02 14:15 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/121a87ea1d97
RT-22076: backout patch for RT-22076 until after integration
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
Changeset: 80668368c867
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-07-02 14:16 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/80668368c867
RT-23140: NPE in getStyleHelper if stylesheet fails to load. Check if stylesheet is null and also check if stylesheet List<Rule> is null or empty. If so, move on to next stylesheet.
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StylesheetTest.java
Changeset: 3e1c680c584d
Author: Kinsley Wong
Date: 2012-07-02 12:02 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/3e1c680c584d
[DOC-ONLY] Pagination control has no entry in cssref.html doc.
! javafx-ui-common/src/javafx/scene/doc-files/cssref.html
Changeset: 5b9ab0325414
Author: Kinsley Wong
Date: 2012-07-02 12:03 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/5b9ab0325414
[DOC ONLY] RT-21293: Typos in the API docs.
! javafx-ui-common/src/javafx/scene/layout/HBox.java
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
Changeset: dffc6988a9ab
Author: Kinsley Wong
Date: 2012-07-02 13:05 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/dffc6988a9ab
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
Changeset: 6b0866a7c08c
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2012-07-03 10:09 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/6b0866a7c08c
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
More information about the openjfx-dev
mailing list