hg: openjfx/2.2/master/rt: 33 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Fri Apr 20 14:57:21 PDT 2012
Changeset: c2f82cdfe9fd
Author: Kinsley Wong
Date: 2012-04-09 16:50 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/c2f82cdfe9fd
RT-12765: GridPane addRow() and addColumn() methods should append to internal structure.
! javafx-ui-common/src/javafx/scene/layout/GridPane.java
! javafx-ui-common/test/unit/javafx/scene/layout/GridPaneTest.java
Changeset: 818ef2149cf1
Author: Kinsley Wong
Date: 2012-04-09 17:43 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/818ef2149cf1
RT-20476: A mouse press (rather than a mouse click) should select a Tab in TabPane.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java
Changeset: 85016c7b7e6c
Author: Kinsley Wong
Date: 2012-04-09 19:05 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/85016c7b7e6c
fix broken unit tests.
! javafx-ui-common/src/javafx/scene/layout/GridPane.java
Changeset: a9aa43c1c740
Author: Kinsley Wong
Date: 2012-04-10 14:35 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/a9aa43c1c740
dos2unix
! javafx-ui-controls/src/com/sun/javafx/scene/control/Pagination.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/PaginationCell.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/PaginationBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/LabeledText.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/PaginationCellSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/PaginationSkin.java
Changeset: 6d5dabb1a6cf
Author: leifs
Date: 2012-04-12 18:42 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/6d5dabb1a6cf
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2/MASTER/rt
Changeset: a753578a5ebe
Author: Kinsley Wong
Date: 2012-04-13 16:18 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/a753578a5ebe
RT20919: fx2.2-h17-b01: VirtualFlow changes caused 45% regression in Controls.TreeView-Keyboard.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java
Changeset: 4cd43a31d899
Author: Kinsley Wong
Date: 2012-04-13 16:25 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/4cd43a31d899
RT-20901: [JAVADOC] Incorrect code fragment in StackPane.html.
! javafx-ui-common/src/javafx/scene/layout/StackPane.java
Changeset: 4c9bcf6130da
Author: Kinsley Wong
Date: 2012-04-13 16:37 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/4c9bcf6130da
RT-20437: ClassCastException in TilePane while using the CSS style -fx-pref-rows
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
Changeset: 64e05080d7f6
Author: lsamuels
Date: 2012-04-15 15:25 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/64e05080d7f6
Fixed RT-20374: Secondary stage and Mac menu issue
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuBarSkin.java
Changeset: 6514c55a8a96
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-04-15 22:32 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/6514c55a8a96
More ColorPicker prototype changes.
! javafx-ui-controls/src/com/sun/javafx/scene/control/ColorPicker.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/ColorPickerAddColorPane.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/ColorPickerPanel.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/DoubleField.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/InputField.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/IntegerField.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/WebColorField.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ColorPickerBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ColorPickerSkin.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/skin/DoubleFieldSkin.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/skin/InputFieldSkin.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/skin/IntegerFieldSkin.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/skin/WebColorFieldSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 0bca01d7bfc4
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-04-15 22:59 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/0bca01d7bfc4
fix build error.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ColorPickerSkin.java
Changeset: 52f318bb9a3f
Author: lsamuels
Date: 2012-04-16 11:04 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/52f318bb9a3f
Fixed RT-20951: [Mac] System menu MenuBar is leaked when replacing the stage content
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuBarSkin.java
Changeset: 8294b8b16ba5
Author: Kinsley Wong
Date: 2012-04-13 16:49 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/8294b8b16ba5
Unit test for RT-20437 ClassCastException in TilePane while using the CSS style -fx-pref-rows.
! javafx-ui-common/test/unit/javafx/scene/layout/TilePaneTest.java
Changeset: b1c22b295a54
Author: Kinsley Wong
Date: 2012-04-16 10:25 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/b1c22b295a54
merge
Changeset: 602ee5b1762e
Author: Kinsley Wong
Date: 2012-04-16 11:31 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/602ee5b1762e
Merge
Changeset: 96608885accb
Author: Kinsley Wong
Date: 2012-04-16 11:56 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/96608885accb
Pagination: fix npe in createCellFactory.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/PaginationSkin.java
Changeset: ff654a59c586
Author: snorthov
Date: 2012-04-10 16:03 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/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/master/rt/rev/bee66ffe3182
Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/2.2/MASTER/jfx//rt
Changeset: fbeddee20dba
Author: kcr
Date: 2012-04-18 12:56 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/fbeddee20dba
Backout changeset 9e5241252bf1
RT-21029: revert fix for RT-20634 (it caused a SceneBuilder regression)
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ScrollPaneSkinTest.java
Changeset: 967fe750df8c
Author: hudson
Date: 2012-04-20 14:52 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/master/rt/rev/967fe750df8c
Added tag 2.2-b05 for changeset fbeddee20dba
! .hgtags
More information about the openjfx-dev
mailing list