hg: openjfx/8/master/rt: 4 new changesets

hang.vo at oracle.com hang.vo at oracle.com
Thu Jan 3 14:43:04 PST 2013


Changeset: 1889ef1d7c4d
Author:    leifs
Date:      2012-12-20 16:37 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1889ef1d7c4d

RT-26912: RTL orientation, resizing TableView column width got opposite result.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java

Changeset: 3603e3ee99e2
Author:    David Grieve<david.grieve at oracle.com>
Date:      2012-12-31 11:16 -0500
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3603e3ee99e2

RT-21709 [partial]: Split StyleConverter and ParsedValue into abstract+impl so that CssMetaData can have a StyleConverter without having to drag in too much CSS implementation.

! javafx-ui-common/src/com/sun/javafx/css/CascadingStyle.java
! javafx-ui-common/src/com/sun/javafx/css/Declaration.java
! javafx-ui-common/src/com/sun/javafx/css/ParsedValue.java
+ javafx-ui-common/src/com/sun/javafx/css/ParsedValueImpl.java
! javafx-ui-common/src/com/sun/javafx/css/StyleConverter.java
+ javafx-ui-common/src/com/sun/javafx/css/StyleConverterImpl.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/converters/BooleanConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/ColorConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/CursorConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/EffectConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/EnumConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/FontConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/InsetsConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/PaintConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/ShapeConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/SizeConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/StringConverter.java
! javafx-ui-common/src/com/sun/javafx/css/converters/URLConverter.java
! javafx-ui-common/src/com/sun/javafx/css/parser/CSSParser.java
! javafx-ui-common/src/com/sun/javafx/css/parser/DeriveColorConverter.java
! javafx-ui-common/src/com/sun/javafx/css/parser/DeriveSizeConverter.java
! javafx-ui-common/src/com/sun/javafx/css/parser/LadderConverter.java
! javafx-ui-common/src/com/sun/javafx/css/parser/StopConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundPositionConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BackgroundSizeConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImageSliceConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImageWidthConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderImageWidthsSequenceConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderStrokeStyleSequenceConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/BorderStyleConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/LayeredBackgroundSizeConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/LayeredBorderPaintConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/LayeredBorderStyleConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/Margins.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/RepeatStructConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/SliceSequenceConverter.java
! javafx-ui-common/src/com/sun/javafx/scene/layout/region/StrokeBorderPaintConverter.java
! javafx-ui-common/src/javafx/scene/layout/BackgroundConverter.java
! javafx-ui-common/src/javafx/scene/layout/BorderConverter.java
! javafx-ui-common/test/unit/com/sun/javafx/css/CssMetaDataTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/DeclarationTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/Node_cssStyleMap_Test.java
! javafx-ui-common/test/unit/com/sun/javafx/css/ParsedValueTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/RuleTest.java
! javafx-ui-common/test/unit/com/sun/javafx/css/converters/URLConverterTest.java
! javafx-ui-common/test/unit/com/sun/javafx/scene/layout/region/BackgroundRepeatConverterTest.java
! javafx-ui-common/test/unit/com/sun/javafx/test/CssMethodsTestBase.java

Changeset: c80842bf169a
Author:    David Grieve<david.grieve at oracle.com>
Date:      2013-01-02 10:57 -0500
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c80842bf169a

branch merge. Had to reslove conflicts in EffectConverter

- javafx-logging/src/com/sun/javafx/logging/LoggingProxy.java
- javafx-logging/src/com/sun/javafx/logging/LoggingSupport.java
- javafx-logging/src/com/sun/javafx/logging/PlatformLogger.java
- javafx-logging/test/com/sun/javafx/logging/CreateButNotUse.java
- javafx-logging/test/com/sun/javafx/logging/ExampleUsage.java
- javafx-logging/test/com/sun/javafx/logging/JustImports.java
- javafx-logging/test/com/sun/javafx/logging/NoRefs.java
- javafx-logging/test/com/sun/javafx/logging/PlatformLoggerTest.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/converters/EffectConverter.java
! javafx-ui-common/src/com/sun/javafx/css/parser/CSSParser.java

Changeset: e25ee61a987d
Author:    hudson
Date:      2013-01-03 14:35 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e25ee61a987d

Added tag 8.0-b71 for changeset c80842bf169a

! .hgtags



More information about the openjfx-dev mailing list