hg: openjfx/8/controls/rt: 22 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Jan 23 08:47:54 PST 2013
Changeset: 628bc8a430d5
Author: hudson
Date: 2013-01-17 10:11 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/628bc8a430d5
Added tag 8.0-b73 for changeset 7847b4bf9ec5
! .hgtags
Changeset: 62d2712cf803
Author: kcr
Date: 2013-01-16 05:44 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/62d2712cf803
RT-25870: Update copyright year in docs, readme files in FX 8 to 2013
! javafx-fxml/src/javafx/fxml/doc-files/introduction_to_fxml.html
! javafx-ui-common/src/javafx/scene/doc-files/cssref.html
Changeset: 6a1047c40138
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-01-17 10:54 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/6a1047c40138
RT-3290 need utility methods for converting to/from screen coordinates
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/test/unit/javafx/scene/NodeTest.java
Changeset: 875edff6e06b
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-01-17 10:55 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/875edff6e06b
merge
Changeset: d3c7f06e631d
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-01-17 17:08 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d3c7f06e631d
RT-19286 Posibility of setting a null root node of a scene should be clarified - constructor fix
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/stage/PopupWindow.java
! javafx-ui-common/test/unit/javafx/scene/SceneTest.java
Changeset: 7edfa2887e14
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-01-17 17:08 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7edfa2887e14
Automated merge with file:///home/martin/Work/JavaFx/jfx-80-sync/rt
Changeset: 43a96dcc4465
Author: kcr
Date: 2013-01-17 11:00 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/43a96dcc4465
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Scene.java
Changeset: 67b04f8271fb
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-01-17 11:59 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/67b04f8271fb
RT-25174: Region doesn't play nice with mouse bounds picking in certain circumstances
Summary: Partial fix. This addresses the Region side of the problem by implementing pick semantics consistent with a rounded rectangle. The rest of the fix will require a change in the VirtualFlow to handle the problem of which rows are above/beneath the others.
! javafx-ui-common/src/javafx/scene/layout/Region.java
+ javafx-ui-common/test/unit/javafx/scene/layout/RegionPickTest.java
Changeset: 6b65f4323554
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-01-17 13:38 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/6b65f4323554
Added tests for RegionPicking based on border widths and insets on borders.
! javafx-ui-common/test/unit/javafx/scene/layout/RegionPickTest.java
Changeset: 3172951db7d5
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-01-17 13:50 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3172951db7d5
RT-27773: Percentage based CornerRadii implemented incorrectly
Summary: Fix includes both Region and NGRegion changes. Unit tests included to test picking. Visual tests should be added to test visuals.
! javafx-sg-prism/src/com/sun/javafx/sg/prism/NGRegion.java
! javafx-ui-common/src/javafx/scene/layout/Region.java
! javafx-ui-common/test/unit/javafx/scene/layout/RegionPickTest.java
Changeset: 0fe4c1ed2b79
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-01-17 14:06 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0fe4c1ed2b79
RT-27774: Percentage values for BorderWidths are treated as absolute widths
Summary: Fixes both to NGRegion (drawing) and Region (picking). Unit test added for picking. Need a UI test for drawing.
! javafx-sg-prism/src/com/sun/javafx/sg/prism/NGRegion.java
! javafx-ui-common/src/javafx/scene/layout/Region.java
! javafx-ui-common/test/unit/javafx/scene/layout/RegionPickTest.java
Changeset: 6e941272587c
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-01-17 14:07 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/6e941272587c
Removed old TODO in region picking test code
! javafx-ui-common/test/unit/javafx/scene/layout/RegionPickTest.java
Changeset: 47b0cab71774
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2013-01-18 11:23 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/47b0cab71774
Fix for RT-26569: Adding null children leads to wrong exception
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 580420b7aeb4
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2013-01-18 16:05 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/580420b7aeb4
Fix for RT-26569: forgotten unit test
! javafx-ui-common/test/unit/javafx/scene/ParentTest.java
Changeset: e1921b721aa0
Author: Petr Pchelko <petr.pchelko at oracle.com>
Date: 2013-01-21 12:57 +0400
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e1921b721aa0
RT-20020: Windows: support Aero Glass effects for top-level windows
RT-19988: Mac: Support NSTexturedBackgroundWindowMask style for windows
Reviewed-by: Anthony Petrov, Artem Ananiev, Pavel Safrata, Richard Bair
! javafx-ui-common/src/javafx/application/ConditionalFeature.java
! javafx-ui-common/src/javafx/stage/StageStyle.java
Changeset: d67bf0b88354
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2013-01-18 17:14 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d67bf0b88354
Fix for RT-26386: change in node orientation does not traverse the entire tree
+ javafx-ui-common/src/com/sun/javafx/scene/SceneHelper.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.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/stage/PopupWindow.java
! javafx-ui-common/src/javafx/stage/Stage.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/OrientationHelper.java
+ javafx-ui-common/test/unit/javafx/scene/Node_effectiveOrientation_Test.java
+ javafx-ui-common/test/unit/javafx/scene/Node_hasMirroring_Test.java
Changeset: 9630723ae1a7
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2013-01-21 10:18 +0100
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9630723ae1a7
Merge
Changeset: 67fd43b5577a
Author: leifs
Date: 2013-01-21 11:32 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/67fd43b5577a
RT-26141: Rename isAutomaticallyMirrored() to usesMirroring().
! javafx-ui-charts/src/javafx/scene/chart/Chart.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/text/Text.java
! javafx-ui-common/test/unit/javafx/scene/Node_hasMirroring_Test.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java
Changeset: e17bb8098849
Author: Milan Kubec <milan.kubec at oracle.com>
Date: 2013-01-22 09:29 +0000
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e17bb8098849
RT-27547: FXML DataBinding not working correctly
! javafx-fxml/src/com/sun/javafx/fxml/expression/ExpressionValue.java
Changeset: 8715555d992a
Author: Milan Kubec <milan.kubec at oracle.com>
Date: 2013-01-22 11:43 +0000
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/8715555d992a
RT-26233: bean object should be final in BeanAdapter class
! javafx-fxml/src/com/sun/javafx/fxml/BeanAdapter.java
Changeset: ea96f2c95dba
Author: leifs
Date: 2013-01-22 07:24 -0800
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ea96f2c95dba
RT-26141: Backout changeset 67fd43b5577a pending API approval.
! javafx-ui-charts/src/javafx/scene/chart/Chart.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/text/Text.java
! javafx-ui-common/test/unit/javafx/scene/Node_hasMirroring_Test.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java
Changeset: 63d458f96141
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-01-23 11:39 -0500
URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/63d458f96141
branch merge
! javafx-ui-common/src/javafx/scene/layout/Region.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java
More information about the openjfx-dev
mailing list