hg: openjfx/2.2/controls/rt: 10 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Apr 26 16:34:28 PDT 2012
Changeset: a4a281035e10
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-18 13:15 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a4a281035e10
RT-20632 In Scene.impl_initPeer call preferredSize() only once before intialization
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/stage/Window.java
Changeset: 657944ba4017
Author: kcr
Date: 2012-04-18 14:51 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/657944ba4017
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
! javafx-ui-common/src/javafx/scene/Scene.java
Changeset: 7b95adeb91d1
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-19 14:27 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/7b95adeb91d1
RT-14125 Avoid creation of unnecessary property objects in shape + removed unnecessary impl_radiusChanged used in Magnetism.
! javafx-ui-common/src/javafx/scene/shape/Arc.java
! javafx-ui-common/src/javafx/scene/shape/ArcTo.java
! javafx-ui-common/src/javafx/scene/shape/Circle.java
! javafx-ui-common/src/javafx/scene/shape/CubicCurve.java
! javafx-ui-common/src/javafx/scene/shape/CubicCurveTo.java
! javafx-ui-common/src/javafx/scene/shape/Ellipse.java
! javafx-ui-common/src/javafx/scene/shape/HLineTo.java
! javafx-ui-common/src/javafx/scene/shape/Line.java
! javafx-ui-common/src/javafx/scene/shape/LineTo.java
! javafx-ui-common/src/javafx/scene/shape/MoveTo.java
! javafx-ui-common/src/javafx/scene/shape/Path.java
! javafx-ui-common/src/javafx/scene/shape/QuadCurve.java
! javafx-ui-common/src/javafx/scene/shape/QuadCurveTo.java
! javafx-ui-common/src/javafx/scene/shape/Rectangle.java
! javafx-ui-common/src/javafx/scene/shape/SVGPath.java
! javafx-ui-common/src/javafx/scene/shape/VLineTo.java
Changeset: 21c98190fb1a
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-19 14:29 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/21c98190fb1a
merge
Changeset: b2071be9d7c8
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-19 14:43 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/b2071be9d7c8
merge
Changeset: 5007f85a25fe
Author: Eva Krejcirova <eva.krejcirova at oracle.com>
Date: 2012-04-19 17:06 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/5007f85a25fe
RT-21044: Typos in API docs for layoutX property.
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: afeaebc43716
Author: Eva Krejcirova <eva.krejcirova at oracle.com>
Date: 2012-04-24 14:06 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/afeaebc43716
[DOC-ONLY] RT-21003: Added images to javadoc for effects, fixed several typos and links in javadoc in javafx-ui-common
! javafx-ui-common/src/com/sun/javafx/tk/TKDropTargetListener.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/effect/Blend.java
! javafx-ui-common/src/javafx/scene/effect/Bloom.java
! javafx-ui-common/src/javafx/scene/effect/BoxBlur.java
! javafx-ui-common/src/javafx/scene/effect/ColorAdjust.java
! javafx-ui-common/src/javafx/scene/effect/DisplacementMap.java
! javafx-ui-common/src/javafx/scene/effect/DropShadow.java
! javafx-ui-common/src/javafx/scene/effect/GaussianBlur.java
! javafx-ui-common/src/javafx/scene/effect/Glow.java
! javafx-ui-common/src/javafx/scene/effect/InnerShadow.java
! javafx-ui-common/src/javafx/scene/effect/Light.java
! javafx-ui-common/src/javafx/scene/effect/Lighting.java
! javafx-ui-common/src/javafx/scene/effect/MotionBlur.java
! javafx-ui-common/src/javafx/scene/effect/PerspectiveTransform.java
! javafx-ui-common/src/javafx/scene/effect/Reflection.java
! javafx-ui-common/src/javafx/scene/effect/SepiaTone.java
+ javafx-ui-common/src/javafx/scene/effect/doc-files/blend.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/bloom.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/boxblur.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/coloradjust.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/displacementmap.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/dropshadow.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/gaussianblur.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/glow.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/innershadow.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/lightdistant.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/lighting.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/lightpoint.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/lightspot.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/motionblur.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/perspectivetransform.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/photo.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/reflection.png
+ javafx-ui-common/src/javafx/scene/effect/doc-files/sepiatone.png
! javafx-ui-common/src/javafx/scene/image/Image.java
! javafx-ui-common/src/javafx/scene/input/KeyCombination.java
! javafx-ui-common/src/javafx/scene/layout/Region.java
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
! javafx-ui-common/src/javafx/scene/layout/package.html
! javafx-ui-common/src/javafx/scene/shape/CubicCurve.java
Changeset: 28fbe39ed5cc
Author: jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date: 2012-04-24 09:10 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/28fbe39ed5cc
Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx//rt
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: a5ed33820281
Author: hudson
Date: 2012-04-25 13:58 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a5ed33820281
Added tag 2.2-b06 for changeset 28fbe39ed5cc
! .hgtags
Changeset: 339fc9553446
Author: leifs
Date: 2012-04-26 16:26 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/339fc9553446
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/rt
- javafx-ui-common/test/unit/com/sun/javafx/css/HonorDeveloperSettingsTest.java.DISABLED
More information about the openjfx-dev
mailing list