hg: openjfx/2.2/controls/rt: 17 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Apr 18 14:49:36 PDT 2012
Changeset: 8daaed52b627
Author: leifs
Date: 2012-04-18 14:37 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/8daaed52b627
Virtual keyboard updates
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/resources/controls.properties
Changeset: ff654a59c586
Author: snorthov
Date: 2012-04-10 16:03 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/ff654a59c586
fix .classpath
! .classpath
Changeset: b25e2b26045e
Author: Alexey Semenyuk (alexey.semenyuk at oracle.com)
Date: 2012-04-11 14:16 +0400
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/b25e2b26045e
RT-12663: Add DnD support to JFXPanel on Windows
+ javafx-ui-common/src/com/sun/javafx/embed/EmbeddedSceneDragSourceInterface.java
+ javafx-ui-common/src/com/sun/javafx/embed/EmbeddedSceneDragStartListenerInterface.java
+ javafx-ui-common/src/com/sun/javafx/embed/EmbeddedSceneDropTargetInterface.java
! javafx-ui-common/src/com/sun/javafx/embed/EmbeddedSceneInterface.java
! javafx-ui-common/src/com/sun/javafx/tk/TKDropEvent.java
! javafx-ui-common/src/com/sun/javafx/tk/TKScene.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/input/DragEvent.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubScene.java
Changeset: e027f8b61c60
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-12 12:56 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/e027f8b61c60
Node's bounds optimization. Reviewed by Lubo.
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: dfbb8f49cd7a
Author: Alexey Semenyuk (alexey.semenyuk at oracle.com)
Date: 2012-04-12 23:12 +0400
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/dfbb8f49cd7a
Fix broken javafx.scene.input.DragAndDropTest unit test
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubScene.java
Changeset: a7ff61d4dc35
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-13 12:58 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/a7ff61d4dc35
RT-20635 Refactor Scene's impl_isQuiescent() and impl_testPulseListener
! javafx-ui-common/src/javafx/scene/Scene.java
Changeset: 4284cff17ca9
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-13 14:38 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/4284cff17ca9
RT-20633 Investigate: does Scene.setFocusDirty need to schedule a pulse?
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
! javafx-ui-common/test/unit/javafx/scene/FocusTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: c6ee3853f67c
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-13 14:38 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/c6ee3853f67c
Automated merge with file:///home/martin/Work/JavaFx/jfx-22-sync/rt
! javafx-ui-common/src/javafx/scene/Scene.java
Changeset: f114a167c3d6
Author: prr
Date: 2012-04-13 11:46 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/f114a167c3d6
Fixed RT-20918: TextField text disappears when selection in use
! javafx-ui-common/src/com/sun/javafx/scene/DirtyBits.java
! javafx-ui-common/src/javafx/scene/text/Text.java
Changeset: 2159266a701b
Author: kcr
Date: 2012-04-13 14:13 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/2159266a701b
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx/rt
Changeset: 9a7a2009aaff
Author: pkirill
Date: 2012-04-14 01:58 +0400
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/9a7a2009aaff
[TEST-ONLY] test fix, approved
! javafx-ui-common/test/unit/javafx/scene/image/ImageTest.java
Changeset: 9e5241252bf1
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2012-04-16 12:56 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/9e5241252bf1
RT-20634 Merge Scene's impl_getFocusOwner() and impl_focusOwner property
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ScrollPaneSkinTest.java
Changeset: 2f8d57a36fd5
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2012-04-16 14:43 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/2f8d57a36fd5
Fix for RT-20961: made Popup tests independent of each other
! javafx-ui-common/test/unit/com/sun/javafx/Utils_getScreenForPoint_Test.java
! javafx-ui-common/test/unit/com/sun/javafx/Utils_getScreenForRectangle_Test.java
! javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
! javafx-ui-common/test/unit/javafx/stage/PopupTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: eb8eb40f9746
Author: kcr
Date: 2012-04-16 14:16 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/eb8eb40f9746
RT-19783: Provide an option to allow modal windows to be blocking
! javafx-ui-common/src/javafx/stage/Stage.java
Changeset: f95479e4ed3b
Author: Pavel Safrata
Date: 2012-04-17 07:19 +0200
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/f95479e4ed3b
RT-20979: minor javadoc fix.
! javafx-ui-common/src/javafx/scene/Node.java
Changeset: bee66ffe3182
Author: jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date: 2012-04-17 08:57 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/bee66ffe3182
Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx//rt
Changeset: 6c9e76b58a1e
Author: leifs
Date: 2012-04-18 14:40 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/controls/rt/rev/6c9e76b58a1e
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/rt
! javafx-ui-common/src/javafx/scene/Node.java
More information about the openjfx-dev
mailing list