hg: openjfx/8/master/rt: 22 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Nov 8 20:45:55 PST 2012
Changeset: d811a42d75ba
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-10-18 12:57 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d811a42d75ba
fix RT-23812 StackedAreaChart ClassCastException on CategoryAxis
+ unit test.
! javafx-ui-charts/src/javafx/scene/chart/StackedAreaChart.java
! javafx-ui-charts/test/javafx/scene/chart/StackedAreaChartTest.java
Changeset: 0558587f6f1b
Author: psomashe at PSOMASHE-LAP.st-users.us.oracle.com
Date: 2012-10-24 22:44 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0558587f6f1b
Merging Accessibility code from sandbox to controls-scrum
! javafx-ui-common/build-closed.xml
! javafx-ui-common/nbproject/project.xml
! javafx-ui-common/src/com/sun/javafx/Logging.java
+ javafx-ui-common/src/com/sun/javafx/accessible/AccessibleNode.java
+ javafx-ui-common/src/com/sun/javafx/accessible/AccessibleStage.java
+ javafx-ui-common/src/com/sun/javafx/accessible/AccessibleText.java
! javafx-ui-common/src/com/sun/javafx/stage/StagePeerListener.java
! javafx-ui-common/src/com/sun/javafx/stage/WindowPeerListener.java
! javafx-ui-common/src/com/sun/javafx/tk/TKStage.java
! javafx-ui-common/src/com/sun/javafx/tk/TKStageListener.java
! javafx-ui-common/src/javafx/scene/text/Text.java
! javafx-ui-controls/build-closed.xml
! javafx-ui-controls/build-common.xml
+ javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleButton.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleCheckBox.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleControl.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleList.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleListItem.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleRadioButton.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleSlider.java
! javafx-ui-controls/src/javafx/scene/control/Button.java
! javafx-ui-controls/src/javafx/scene/control/Cell.java
! javafx-ui-controls/src/javafx/scene/control/CheckBox.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
! javafx-ui-controls/src/javafx/scene/control/ListView.java
! javafx-ui-controls/src/javafx/scene/control/RadioButton.java
! javafx-ui-controls/src/javafx/scene/control/Slider.java
! test-stub-toolkit/build-closed.xml
! test-stub-toolkit/project.properties
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubStage.java
Changeset: b0f305a2d89e
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-10-25 15:12 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b0f305a2d89e
fix RT-23763 StackedBarChart does not work with autoranging category axis
and unit test.
! javafx-ui-charts/test/javafx/scene/chart/StackedBarChartTest.java
! javafx-ui-controls/src/javafx/scene/chart/CategoryAxis.java
Changeset: 29364c6d7434
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-10-26 16:38 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/29364c6d7434
fix broken test failure for CategoryAxis.
! javafx-ui-controls/test/javafx/scene/chart/CategoryAxisTest.java
Changeset: dbd6d178b5dd
Author: leifs
Date: 2012-10-29 12:04 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dbd6d178b5dd
RT-25181: Virtual Keboard is hiding text input. Added a system property -Dcom.sun.javafx.fxvkContainerType=inScene to place the vk in the app scene instead of in a popup. Supports automatic and manual scrolling.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java
Changeset: e901aef78ced
Author: jgiles
Date: 2012-10-31 01:27 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e901aef78ced
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
Changeset: 0f2f18efc353
Author: Paru Somashekar <parvathi.somashekar at oracle.com>
Date: 2012-11-05 22:28 +0000
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0f2f18efc353
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
Changeset: 4e51d2d9a6ff
Author: Seeon Birger <seeon.birger at oracle.com>
Date: 2012-10-24 19:35 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4e51d2d9a6ff
Add runtime option to enable virtual keyboard caching. To enable run with -Dcom.sun.javafx.scene.control.skin.FXVK.cache=true
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java
Changeset: ed8fff136275
Author: Lisa.Selle at oracle.com
Date: 2012-10-26 22:13 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ed8fff136275
Merge
Changeset: d908a2cb4614
Author: David Hill
Date: 2012-10-31 09:33 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d908a2cb4614
Automated merge with ssh://javafxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx/rt
Changeset: a5b821631839
Author: Eva Krejcirova <eva.krejcirova at oracle.com>
Date: 2012-11-01 15:28 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a5b821631839
RT-25931: Gradient.valueOf doesn't parse rgb(), hsl() color notation
! javafx-ui-common/src/com/sun/javafx/scene/paint/GradientUtils.java
! javafx-ui-common/test/unit/javafx/scene/paint/LinearGradientTest.java
! javafx-ui-common/test/unit/javafx/scene/paint/RadialGradientTest.java
Changeset: 04a583291281
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-05 11:17 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/04a583291281
RT-16011: Release Nodes when they are no longer part of the scenegraph.
! javafx-ui-common/src/javafx/scene/Node.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubNode.java
Changeset: 70af26170488
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-05 11:17 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/70af26170488
merge
Changeset: 9e5f8388c043
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2012-11-05 10:38 -0800
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9e5f8388c043
COMMENT-ONLY (fixing internal comments)
! javafx-ui-common/src/javafx/scene/layout/Region.java
Changeset: 9d03e07c0278
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-06 10:49 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9d03e07c0278
RT-9383 Add proper constructors & factory methods to event classes, remove impl
! javafx-ui-common/src/com/sun/javafx/scene/EnteredExitedHandler.java
! javafx-ui-common/src/com/sun/javafx/scene/KeyboardShortcutsHandler.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/input/ContextMenuEvent.java
! javafx-ui-common/src/javafx/scene/input/DragEvent.java
! javafx-ui-common/src/javafx/scene/input/GestureEvent.java
! javafx-ui-common/src/javafx/scene/input/InputEvent.java
! javafx-ui-common/src/javafx/scene/input/InputMethodEvent.java
! javafx-ui-common/src/javafx/scene/input/InputMethodTextRun.java
! javafx-ui-common/src/javafx/scene/input/KeyCode.java
! javafx-ui-common/src/javafx/scene/input/KeyEvent.java
! javafx-ui-common/src/javafx/scene/input/MouseDragEvent.java
! javafx-ui-common/src/javafx/scene/input/MouseEvent.java
! javafx-ui-common/src/javafx/scene/input/RotateEvent.java
! javafx-ui-common/src/javafx/scene/input/ScrollEvent.java
! javafx-ui-common/src/javafx/scene/input/SwipeEvent.java
! javafx-ui-common/src/javafx/scene/input/TouchEvent.java
! javafx-ui-common/src/javafx/scene/input/TransferMode.java
! javafx-ui-common/src/javafx/scene/input/ZoomEvent.java
! javafx-ui-common/src/javafx/stage/WindowEvent.java
! javafx-ui-common/test/unit/com/sun/javafx/test/MouseEventGenerator.java
! javafx-ui-common/test/unit/javafx/scene/Scenegraph_eventHandlers_Test.java
! javafx-ui-common/test/unit/javafx/scene/input/DragAndDropTest.java
! javafx-ui-common/test/unit/javafx/scene/input/InputMethodEventTest.java
! javafx-ui-common/test/unit/javafx/scene/input/InputMethodTextRunTest.java
! javafx-ui-common/test/unit/javafx/scene/input/KeyCodeTest.java
! javafx-ui-common/test/unit/javafx/scene/input/KeyCombinationTest.java
! javafx-ui-common/test/unit/javafx/scene/input/KeyEventTest.java
! javafx-ui-common/test/unit/javafx/scene/input/MouseDragEventTest.java
! javafx-ui-common/test/unit/javafx/scene/input/MouseEventTest.java
! javafx-ui-common/test/unit/javafx/scene/input/RotateEventTest.java
! javafx-ui-common/test/unit/javafx/scene/input/ScrollEventTest.java
! javafx-ui-common/test/unit/javafx/scene/input/SwipeEventTest.java
! javafx-ui-common/test/unit/javafx/scene/input/ZoomEventTest.java
! javafx-ui-common/test/unit/javafx/stage/PopupTest.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ScrollPaneSkinTest.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/VirtualFlowTest.java
! javafx-ui-controls/test/javafx/scene/control/KeyEventFirer.java
! javafx-ui-controls/test/javafx/scene/control/TabPaneTest.java
Changeset: 9b6c86c2e88f
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-06 10:50 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9b6c86c2e88f
merge
Changeset: 9900811ad27b
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-06 15:16 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9900811ad27b
RT-23448 ParallelTransition/SequentialTransition: Change of rate during the animation play not working
! javafx-ui-common/src/javafx/animation/ParallelTransition.java
! javafx-ui-common/src/javafx/animation/SequentialTransition.java
Changeset: 944a3d7a6b33
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-06 15:16 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/944a3d7a6b33
merge
Changeset: b36815546648
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-06 16:11 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b36815546648
RT-25942 Incorrect behavior of Stage.resizableProperty().set()
! javafx-ui-common/src/javafx/stage/Stage.java
! javafx-ui-common/test/unit/javafx/stage/StageTest.java
Changeset: e13317e2a91f
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-11-06 16:12 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e13317e2a91f
merge
Changeset: 365a3a5249c5
Author: jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date: 2012-11-06 09:39 -0800
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/365a3a5249c5
Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx//rt
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java
Changeset: 54bb3abd41fe
Author: hudson
Date: 2012-11-08 20:39 -0800
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/54bb3abd41fe
Added tag 8.0-b64 for changeset 365a3a5249c5
! .hgtags
More information about the openjfx-dev
mailing list