hg: openjfx/8/master/rt: 20 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Sep 20 17:27:48 PDT 2012
Changeset: 570d081dd337
Author: prr
Date: 2012-09-11 13:59 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/570d081dd337
RT-17411: Complex text with Bidi support
! javafx-ui-common/src/javafx/scene/text/Text.java
Changeset: 3546a0a8e2cd
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-09-13 16:36 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3546a0a8e2cd
BaseObservableList implementation in com.sun. package
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-controls/src/javafx/scene/control/ToggleGroup.java
Changeset: e27fb70af786
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-09-13 16:38 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e27fb70af786
merge
Changeset: 241a9cd8751c
Author: rbair
Date: 2012-09-12 11:39 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/241a9cd8751c
Control's skinClassNameProperty has leaked into the public API! Deprecated and hidden.
! javafx-ui-controls/src/javafx/scene/control/Control.java
Changeset: 53ac6341260d
Author: David Hill
Date: 2012-09-12 15:43 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/53ac6341260d
Automated merge with ssh://javafxsrc.us.oracle.com//javafx/8.0/scrum/embedded/jfx/rt
- 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/test/unit/com/sun/javafx/css/StyleConverterTest.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/transform/TrasformUtilsTest.java
- javafx-ui-controls/src/com/sun/javafx/scene/control/Keystroke.java
Changeset: b89f5f6c0375
Author: David Hill
Date: 2012-09-14 10:19 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b89f5f6c0375
Automated merge with ssh://javafxsrc.us.oracle.com//javafx/8.0/scrum//graphics/jfx/rt
Changeset: cf09511e9f31
Author: jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date: 2012-09-18 09:08 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/cf09511e9f31
Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx//rt
Changeset: c6023f02a0ec
Author: leifs
Date: 2012-09-11 16:29 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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
Changeset: 1986b76ecd8f
Author: hudson
Date: 2012-09-20 16:38 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1986b76ecd8f
Added tag 8.0-b57 for changeset 8400a37f8b9a
! .hgtags
More information about the openjfx-dev
mailing list