hg: openjfx/8/graphics/rt: 12 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Sep 19 09:18:04 PDT 2012
Changeset: c6023f02a0ec
Author: leifs
Date: 2012-09-11 16:29 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c6023f02a0ec
Fixed RT-19922: PromptText alignment is always left, even with the center-aligned text field.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextFieldSkin.java
Changeset: 02231f1e3171
Author: leifs
Date: 2012-09-11 21:56 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/02231f1e3171
Fix NPE that broke tests.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextFieldSkin.java
Changeset: 8130462bc94f
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-10 19:44 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8130462bc94f
RT-22076: use bits for styleclass
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/SceneStyleManager.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: 222bae9d4cd9
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-11 20:35 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/222bae9d4cd9
RT-23461: partition css selectors into maps for faster lookup
! javafx-ui-common/nbproject/project.xml
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/SceneStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
+ javafx-ui-common/src/com/sun/javafx/css/SelectorPartitioning.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Stylesheet.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/com/sun/javafx/css/Node_cssStyleMap_Test.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/SelectorPartitioningTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StyleablePropertyTest.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
Changeset: 26cfaf711edb
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-11 20:39 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/26cfaf711edb
branch merge
! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/SceneStyleManager.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/StyleHelper.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Stylesheet.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundFill.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundFillConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundImage.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundImageConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/Border.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImage.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImageConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderStyle.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/Repeat.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/ShapeChangeListener.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorder.java
- javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorderConverter.java
- javafx-ui-common/src/com/sun/javafx/scene/text/FontManager.java
- javafx-ui-common/test/unit/com/sun/javafx/css/StyleConverterTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StyleablePropertyTest.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/text/FontManagerTest.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/text/fonts.mf
- javafx-ui-controls/src/com/sun/javafx/scene/control/Keystroke.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
Changeset: c5c10c94fa3c
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-13 16:17 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c5c10c94fa3c
branch merge
Changeset: 6b6962fcc056
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-13 16:17 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6b6962fcc056
RT-23461: partition css selectors into maps for faster lookup
! javafx-ui-common/src/com/sun/javafx/css/SelectorPartitioning.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/test/unit/com/sun/javafx/css/StyleablePropertyTest.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/LabeledTextTest.java
Changeset: e76f959dbc62
Author: leifs
Date: 2012-09-14 10:20 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/e76f959dbc62
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/rt
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: 28c8728cb18c
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-14 14:40 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/28c8728cb18c
RT-23461 addendum: fix pseudo-class state matching broken by prior changeset under this bug number
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
Changeset: 5b2c3b1804f4
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-09-17 16:15 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5b2c3b1804f4
RT-25032: quick fix until I figure out why the code does not work as is.
! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java
Changeset: 43d9c4d3f5b4
Author: leifs
Date: 2012-09-18 09:23 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/43d9c4d3f5b4
RT-24920: [CheckBox, RadioButton] Layout regression
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/LabeledSkinBase.java
Changeset: 8400a37f8b9a
Author: leifs
Date: 2012-09-18 14:01 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8400a37f8b9a
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/rt
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
More information about the openjfx-dev
mailing list