hg: openjfx/2.2/controls/rt: 11 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Mon Mar 19 09:33:28 PDT 2012
Changeset: 950a3a02d399
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-03-01 14:55 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/950a3a02d399
Stage properties synchronization. Approved by Lubo.
! javafx-ui-common/src/com/sun/javafx/stage/StagePeerListener.java
! javafx-ui-common/src/javafx/stage/Stage.java
! javafx-ui-common/test/unit/javafx/stage/StageTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubStage.java
Changeset: a8dcf8b97028
Author: Pavel Safrata <pavel.safrata at oracle.com>
Date: 2012-03-06 13:44 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a8dcf8b97028
Multi-touch support.
! javafx-ui-common/src/com/sun/javafx/scene/EventHandlerProperties.java
! javafx-ui-common/src/com/sun/javafx/tk/TKSceneListener.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Scene.java
+ javafx-ui-common/src/javafx/scene/input/GestureEvent.java
! javafx-ui-common/src/javafx/scene/input/KeyEvent.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/TouchPoint.java
+ javafx-ui-common/src/javafx/scene/input/ZoomEvent.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/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/TouchEventTest.java
+ javafx-ui-common/test/unit/javafx/scene/input/ZoomEventTest.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ScrollPaneSkinTest.java
Changeset: a1689c40b854
Author: kcr
Date: 2012-03-08 09:16 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a1689c40b854
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
! javafx-ui-common/src/javafx/scene/Scene.java
Changeset: 09d0bd872ff7
Author: kcr
Date: 2012-03-09 06:14 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/09d0bd872ff7
Fix unit test that was imported from MASTER using old interface
! javafx-ui-controls/test/javafx/scene/control/MenuBarTest.java
Changeset: 3a31cdafc2ff
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-03-12 14:26 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/3a31cdafc2ff
RT-18911: Provide API for checking for transparent window support
! javafx-ui-common/src/javafx/application/ConditionalFeature.java
Changeset: 1bb8a1c017d4
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-03-12 14:26 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/1bb8a1c017d4
Automated merge with file:///home/martin/Work/JavaFx/jfx-22-sync/rt
Changeset: 6aa57720aa14
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2012-03-14 18:26 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/6aa57720aa14
RT-20370: converted Node.hasTransforms() into protected impl method
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: 6465a72d2f96
Author: kcr
Date: 2012-03-14 14:04 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/6465a72d2f96
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
! javafx-ui-common/src/javafx/stage/Stage.java
Changeset: 38dedc8a7015
Author: Michael Heinrichs
Date: 2012-03-14 15:24 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/38dedc8a7015
Mark impl_-methods as final, if they are not overridden.
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 4e886a3a798b
Author: Michael Heinrichs
Date: 2012-03-16 09:26 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/4e886a3a798b
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/scrum/graphics/jfx//rt
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 3e46780eb7b9
Author: leifs
Date: 2012-03-19 09:26 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/3e46780eb7b9
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/rt
! javafx-ui-controls/test/javafx/scene/control/MenuBarTest.java
More information about the openjfx-dev
mailing list