hg: openjfx/2.2/graphics/rt: 47 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Mar 14 17:49:05 PDT 2012
Changeset: c6e13c3cdf61
Author: leifs
Date: 2012-02-22 13:48 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/c6e13c3cdf61
Experimental prototype of FX Virtual Keyboard. Enable with Ctrl-Shift-9. Note that The popups are positioned wrong the first time they show (the keyboard popup and the long-press popup).
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBindings.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVK.java
+ javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 241ccff218b6
Author: leifs
Date: 2012-02-22 18:01 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/241ccff218b6
Updated early prototype of FX Virtual Keyboard. Enable with Ctrl-Shift-9.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVK.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
Changeset: 7152e6b5a643
Author: leifs
Date: 2012-02-28 13:37 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/7152e6b5a643
FXVK: Use a font that has all the symbols needed when on Windows.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 70ec8165dac1
Author: leifs
Date: 2012-03-05 10:09 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/70ec8165dac1
FXVK: Scroll root container vertically as needed if virtual keyboard overlaps focused text control.
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVK.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
Changeset: 91840d003a00
Author: leifs
Date: 2012-03-07 15:53 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/91840d003a00
merge
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 343128b8ff2b
Author: igor
Date: 2012-03-08 14:27 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/343128b8ff2b
Merge
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
Changeset: ff29bdcdba92
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-03-07 11:05 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/ff29bdcdba92
fix RT-20181 Debug trace of MenuBarSkin is polluting stdout
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuBarSkin.java
Changeset: 1e26b269823a
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-03-07 12:32 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/1e26b269823a
Backed out changeset ff29bdcdba92
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuBarSkin.java
Changeset: 28eecaf4394f
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2012-03-07 13:42 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/28eecaf4394f
RT-20181 Remove debug println in MenuBarSkin.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/MenuBarSkin.java
Changeset: 68844b34ea0d
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-03-08 12:29 -0500
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/68844b34ea0d
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/MASTER/jfx/rt
Changeset: 74f202eeef97
Author: leifs
Date: 2012-03-08 11:18 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/74f202eeef97
Fixed RT-17834: [TextArea] Doesn't receive focus, when is clicked for applet
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextAreaSkin.java
Changeset: 33676f3aa597
Author: Kinsley Wong
Date: 2012-03-08 16:08 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/33676f3aa597
RT-19960: A non-collapsible TitledPane will not allow focus navigation to content if you try to collapse the TitledPane
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TitledPaneBehavior.java
! javafx-ui-controls/test/javafx/scene/control/TitledPaneTest.java
Changeset: 299b63ddfd75
Author: Kinsley Wong
Date: 2012-03-08 16:11 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/299b63ddfd75
RT-20131 in j2d Accordion and TitledPane text color differ from other controls
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 3f6b61852f7a
Author: Kinsley Wong
Date: 2012-03-08 16:13 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/3f6b61852f7a
RT-20156: TabPane is not updated correctly when Tabs are re-ordered dynamically
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java
! javafx-ui-controls/src/javafx/scene/control/TabPane.java
! javafx-ui-controls/test/javafx/scene/control/TabPaneTest.java
Changeset: f1130a6260f8
Author: jgiles
Date: 2012-03-06 10:16 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/f1130a6260f8
[DOC ONLY] RT-20105: methods of class javafx.scene.control.TreeItem.TreeModificationEvent<T> should be documented
! javafx-ui-controls/src/javafx/scene/control/TreeItem.java
Changeset: 8c2ec7e4d4c6
Author: jgiles
Date: 2012-03-09 08:32 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/8c2ec7e4d4c6
[TEST ONLY] Default output from rt build.xml should be a dist/openjfxrt.jar file (this is primarily a fix for users of the OpenJFX repo - previously they would have had to run 'ant jar' or 'ant default', now they can just run 'ant'). Reviewed by Kevin.
! build.xml
Changeset: 0117415adce5
Author: jgiles
Date: 2012-03-09 09:03 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/0117415adce5
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt
Changeset: bb06077310e6
Author: jgiles
Date: 2012-03-09 09:53 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/bb06077310e6
RT-20106: [ComboBox] setVisibleRowCount doesn't affect.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
! javafx-ui-controls/test/javafx/scene/control/ComboBoxTest.java
Changeset: 4b46949d1bd8
Author: jgiles
Date: 2012-03-09 09:55 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/4b46949d1bd8
RT-20123: Right mouse button click in ListView/TreeView/TableView should not result in selection.
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
Changeset: 87c395d6b706
Author: jgiles
Date: 2012-03-09 10:03 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/87c395d6b706
RT-20103: [ComboBox] onActionEvent is not called, when value is set using unidirectional binding.
! javafx-ui-controls/src/javafx/scene/control/ComboBoxBase.java
! javafx-ui-controls/test/javafx/scene/control/ComboBoxTest.java
Changeset: f370b2081faa
Author: jgiles
Date: 2012-03-09 10:03 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/f370b2081faa
Fix for typo in RT-20123 patch.
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
Changeset: 5589aa70f4b9
Author: jgiles
Date: 2012-03-09 10:10 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/5589aa70f4b9
RT-20100: [ComboBox] Custom string converter is not applied immediately.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ListViewSkin.java
! javafx-ui-controls/test/javafx/scene/control/ComboBoxTest.java
Changeset: 23731b180fa7
Author: jgiles
Date: 2012-03-09 13:32 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/23731b180fa7
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt
Changeset: ed1e922a0575
Author: jgiles
Date: 2012-03-13 07:29 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/ed1e922a0575
RT-20189: ComboBox prevents to choose the same item twice
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java
! javafx-ui-controls/test/javafx/scene/control/ComboBoxTest.java
Changeset: 756a8a3eaf91
Author: jgiles
Date: 2012-03-13 07:30 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/756a8a3eaf91
RT-20090: TreeView: remove/add of the same item is not shown until node is closed and reopened
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeViewSkin.java
Changeset: 6a2919a8f27d
Author: Kinsley Wong
Date: 2012-03-12 12:00 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/6a2919a8f27d
RT-20225: TitledPane animation doesn't work since b15
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TitledPaneSkin.java
Changeset: 0ff0d0fae55e
Author: Kinsley Wong
Date: 2012-03-12 12:13 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/0ff0d0fae55e
RT-20266: TitledPane has visual artifacts before and after expanding and collapsing an animated TitledPane
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TitledPaneSkin.java
Changeset: 78648a512e28
Author: Kinsley Wong
Date: 2012-03-12 12:16 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/78648a512e28
merge
Changeset: 9ddd6bc3ddf1
Author: mickf
Date: 2012-03-12 19:41 +0000
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/9ddd6bc3ddf1
RT-17012 - Security Exception while loading html-editor.bss
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: b1a4da65bbe6
Author: mickf
Date: 2012-03-12 19:43 +0000
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/b1a4da65bbe6
RT-19673 - JavaFX security dialog is transparent
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: 426614dfc194
Author: jgiles
Date: 2012-03-13 12:44 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/426614dfc194
[Test only] Disabling failed ComboBoxTest test_rt20189().
! javafx-ui-controls/test/javafx/scene/control/ComboBoxTest.java
Changeset: 4cd6f5dace93
Author: jgiles
Date: 2012-03-13 12:45 +1300
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/4cd6f5dace93
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/scrum/controls/jfx/rt
Changeset: 5238fa545e9f
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-03-13 09:12 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/5238fa545e9f
RT-20107: mark API as internal [DOCS-ONLY]
! javafx-ui-controls/src/javafx/scene/control/PopupControl.java
Changeset: 8cd620c27662
Author: David Grieve<david.grieve at oracle.com>
Date: 2012-03-13 09:13 -0400
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/8cd620c27662
RT-19807: Fix bugs in cssref [DOCS-ONLY]
! javafx-ui-common/src/javafx/scene/doc-files/cssref.html
Changeset: 99500786bfad
Author: Eva Krejcirova <eva.krejcirova at oracle.com>
Date: 2012-03-06 17:29 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/99500786bfad
[DOC-ONLY] Fix for RT-19314: Broken links in API docs in Effect class
! javafx-ui-common/src/javafx/scene/effect/Effect.java
Changeset: 2c65b458a252
Author: janv
Date: 2012-03-07 09:46 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/2c65b458a252
[DOC-ONLY] RT-20109: missing treatAsPrivate tags
! javafx-ui-common/src/com/sun/javafx/css/Styleable.java
! javafx-ui-common/src/javafx/scene/Cursor.java
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-controls/src/javafx/scene/control/ContextMenu.java
Changeset: 2009d6004c35
Author: janv
Date: 2012-03-07 09:48 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/2009d6004c35
Automated merge with ssh://jvalenta@jfxsrc.us.oracle.com//javafx/2.1/scrum/graphics/jfx/rt
Changeset: 09eed02957ae
Author: Pavel Safrata
Date: 2012-03-07 13:12 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/09eed02957ae
[DOC-ONLY]: RT-20174, RT-20173: Stage javadoc explains why are the properties read only.
! javafx-ui-common/src/javafx/stage/Stage.java
Changeset: deee098bddff
Author: kcr
Date: 2012-03-07 04:49 -0800
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/deee098bddff
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/MASTER/jfx/rt
Changeset: 7543df27e0bf
Author: Pavel Safrata
Date: 2012-03-07 14:25 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/7543df27e0bf
[DOC-ONLY]: RT-20174, RT-20173: Javadoc of read only Stage and Window properties explains why their are read only.
! javafx-ui-common/src/javafx/stage/Stage.java
! javafx-ui-common/src/javafx/stage/Window.java
Changeset: bc40aea6d6c4
Author: Chien Yang <chien.yang at oracle.com>
Date: 2012-03-12 10:41 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/bc40aea6d6c4
[DOC-ONLY] Fix to RT-17710: Modality description in javadoc is weak
Reviewers: Morris and Kevin
! javafx-ui-common/src/javafx/stage/Modality.java
! javafx-ui-common/src/javafx/stage/Stage.java
Changeset: c15c43233a2b
Author: Eva Krejcirova
Date: 2012-03-13 11:34 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/c15c43233a2b
RT-19002: toString() of Paint subclasses should generate an output parsable by valueOf(). Approved by bug court for b17.
! javafx-ui-common/src/com/sun/javafx/scene/paint/GradientUtils.java
! javafx-ui-common/src/javafx/scene/paint/Color.java
! javafx-ui-common/src/javafx/scene/paint/LinearGradient.java
! javafx-ui-common/src/javafx/scene/paint/RadialGradient.java
! javafx-ui-common/src/javafx/scene/paint/Stop.java
! javafx-ui-common/test/unit/javafx/scene/paint/ColorTest.java
! javafx-ui-common/test/unit/javafx/scene/paint/LinearGradientTest.java
! javafx-ui-common/test/unit/javafx/scene/paint/RadialGradientTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubColor.java
Changeset: ccf9358f145b
Author: Lubomir Nerad
Date: 2012-03-13 12:18 +0100
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/ccf9358f145b
Approved fix for RT-19994: Incorrect handling of intersection of shapes with stroke dash arrays
! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! javafx-ui-common/src/javafx/scene/shape/Shape.java
! javafx-ui-common/test/unit/com/sun/javafx/pgstub/StubToolkit.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: fbd9064f3f17
Author: jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date: 2012-03-13 11:07 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/fbd9064f3f17
Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/2.1/MASTER/jfx//rt
Changeset: 9032a3e166ee
Author: hudson
Date: 2012-03-14 13:22 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/9032a3e166ee
Added tag 2.1-b17 for changeset fbd9064f3f17
! .hgtags
Changeset: 8e7188c5ca4e
Author: kcr
Date: 2012-03-14 13:29 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/rt/rev/8e7188c5ca4e
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.1/MASTER/jfx/rt
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 6465a72d2f96
Author: kcr
Date: 2012-03-14 14:04 -0700
URL: http://hg.openjdk.java.net/openjfx/2.2/graphics/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
More information about the openjfx-dev
mailing list