hg: openjfx/8/master/rt: 45 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Apr 4 20:18:24 PDT 2013
Changeset: efcc8dfcca37
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-03-26 18:14 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/efcc8dfcca37
Fixed missing javadoc images & resources for Gradle.
Also switched usage of BINARY_STUB because I found then when supplying it from the command line it wasn't working as expected (a mystery here to be followed up on). Added code to skip any inner classes when generating headers that are Foo$1 style anonymous classes. Fixed the individual javadoc runs (mistakenly was trying to execute java instead of javadoc). Removed all empty dirs after javafx generation. Copied javadoc doc-files into javadocs (gradle lacked support. Oh my!). Implemented Css2Bin converter for caspian and other built in css files. Fixed list of things to omit when building on something other than windows. I don't have this completely correct and have more work to do here. Made sdk depend on javadoc generation.
! build.gradle
! generator.gradle
Changeset: 7034e216b49f
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-03-26 18:22 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7034e216b49f
Gradle: Moved javadoc-to-sdk logic to build.gradle
! build.gradle
Changeset: 614832776c99
Author: Jan Valenta
Date: 2013-03-26 14:54 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/614832776c99
removing trailing spaces
! deploy/packager/src/com/sun/javafx/tools/packager/Main.java
Changeset: 1a007f146395
Author: Jan Valenta
Date: 2013-03-27 15:30 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1a007f146395
RT-28925: callbacks usage in packager depends on ant
! deploy/packager/src/com/sun/javafx/tools/packager/DeployParams.java
+ deploy/packager/src/com/sun/javafx/tools/packager/JSCallback.java
! deploy/packager/src/com/sun/javafx/tools/packager/Main.java
! deploy/packager/src/com/sun/javafx/tools/packager/PackagerLib.java
Changeset: 831e55bdf773
Author: Jan Valenta
Date: 2013-03-27 15:32 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/831e55bdf773
merge
Changeset: eee50af9e4d7
Author: jgodinez
Date: 2013-03-27 11:08 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/eee50af9e4d7
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
Changeset: 61e62cb173b6
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-03-27 14:59 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/61e62cb173b6
RT-28625: Shape3D should have a default material if it doesn't have a material set to it
! javafx-ui-common/src/javafx/scene/shape/Shape3D.java
Changeset: 5b5682fbcd8a
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-03-28 11:05 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5b5682fbcd8a
add StubPhongMaterial for smoke test
+ test-stub-toolkit/src/com/sun/javafx/pgstub/StubPhongMaterial.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: 3f73888525a3
Author: dmasada
Date: 2013-03-28 18:08 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3f73888525a3
RT-29282 Ensemble8: Don't use group for coloful circles
! apps/samples/Ensemble8/src/samples/ensemble/samples/graphics/colorfulcircles/ColorfulCirclesApp.java
Changeset: 74e044617e96
Author: Alexander Kouznetsov
Date: 2013-03-28 18:39 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/74e044617e96
Ensemble8: Performance optimizations
! apps/samples/Ensemble8/src/app/ensemble/EnsembleApp.java
! apps/samples/Ensemble8/src/app/ensemble/EnsembleStylesCaspian.css
+ apps/samples/Ensemble8/src/app/ensemble/EnsembleStylesCaspianDesktop.css
! apps/samples/Ensemble8/src/app/ensemble/EnsembleStylesCommon.css
+ apps/samples/Ensemble8/src/app/ensemble/EnsembleStylesCommonDesktop.css
! apps/samples/Ensemble8/src/app/ensemble/EnsembleStylesIOS.css
+ apps/samples/Ensemble8/src/app/ensemble/EnsembleStylesIOSDesktop.css
! apps/samples/Ensemble8/src/app/ensemble/HomePage.java
! apps/samples/Ensemble8/src/app/ensemble/SampleInfo.java
+ apps/samples/Ensemble8/src/app/ensemble/ScrollEventSynthesizer.java
Changeset: 8105bb179397
Author: ant <anton.tarasov at oracle.com>
Date: 2013-03-29 15:06 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8105bb179397
RT-27887: introduce a node to embed Swing into JavaFX
Reviewed-by: art, kcr
! javafx-embed-swing/build-closed.xml
! javafx-embed-swing/build-common.xml
! javafx-embed-swing/src/javafx/embed/swing/SwingEvents.java
+ javafx-embed-swing/src/javafx/embed/swing/SwingNode.java
+ javafx-sg-common/src/com/sun/javafx/sg/PGExternalNode.java
+ javafx-sg-prism/src/com/sun/javafx/sg/prism/NGExternalNode.java
! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/QuantumToolkit.java
+ test-stub-toolkit/src/com/sun/javafx/pgstub/StubExternalNode.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: 3a2a2a75190e
Author: Artem Ananiev <artem.ananiev at oracle.com>
Date: 2013-03-29 05:19 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3a2a2a75190e
R-29259: Get rid of DesktopToolkit
Reviewed-by: Kevin Rushforth
+ javafx-ui-common/src/com/sun/javafx/tk/AppletWindow.java
! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/GlassAppletWindow.java
+ javafx-ui-quantum/src/com/sun/javafx/tk/quantum/MasterTimer.java
+ javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PerformanceTrackerHelper.java
+ javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PerformanceTrackerImpl.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/QuantumToolkit.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java
Changeset: cd1c891fe695
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-03-29 10:54 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/cd1c891fe695
RT-29251 PhongMaterial.setSpecularMap: a typo bug
! javafx-ui-common/src/javafx/scene/paint/PhongMaterial.java
! javafx-ui-common/test/unit/javafx/scene/paint/PhongMaterialTest.java
+ javafx-ui-common/test/unit/javafx/scene/paint/javafx.png
Changeset: 28fd91194a80
Author: dmasada
Date: 2013-03-29 17:06 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/28fd91194a80
RT-28609 Task sample doesn't fit the page
! apps/samples/Ensemble8/src/samples/ensemble/samples/concurrency/task/TaskApp.java
Changeset: 310abf468b7b
Author: Artem Ananiev <artem.ananiev at oracle.com>
Date: 2013-04-01 05:39 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/310abf468b7b
RT-29312: Quantum cleanup: get rid of PrismPen
Reviewed-by: David Hill, Kevin Rushforth
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/AbstractPainter.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/EmbeddedPainter.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/EmbeddedScene.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/GlassScene.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/OverlayWarning.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PaintCollector.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PresentingPainter.java
- javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PrismPen.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/UploadingPainter.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/ViewPainter.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/ViewScene.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/WindowStage.java
Changeset: 907c01d3625a
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-04-01 09:33 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/907c01d3625a
[Eclipse only] fix .classpath to exclude SwingNode as it requires Java8
! .classpath
Changeset: 13a4a4ba90d1
Author: dmasada
Date: 2013-04-01 11:29 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/13a4a4ba90d1
RT-29379 Ensemble8: ServiceApp doesn't fit smaller pages
! apps/samples/Ensemble8/src/samples/ensemble/samples/concurrency/service/ServiceApp.java
Changeset: 68122b30b843
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-04-01 14:43 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/68122b30b843
RT-28214: Disallow Camera belonging to one scene to be set as the camera of another scene
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/SubScene.java
! javafx-ui-common/test/unit/javafx/scene/SceneTest.java
+ javafx-ui-common/test/unit/javafx/scene/SubSceneTest.java
Changeset: c83e4d489d14
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-04-01 20:10 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c83e4d489d14
fix camera property for RT-28214 Disallow Camera belonging to one scene to be set as the camera of another scene
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/SubScene.java
Changeset: 4ba1d26b27a8
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-04-02 10:53 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4ba1d26b27a8
RT-29301 Clarify Stage.resizableProperty().bindBidirectional()
! javafx-ui-common/src/javafx/stage/Stage.java
Changeset: 6a2d0bf083cd
Author: Pavel Safrata
Date: 2013-04-02 12:56 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6a2d0bf083cd
RT-29401: fixed click event's scene coordinates in 3D.
! javafx-ui-common/src/javafx/scene/Scene.java
Changeset: 584ac4f66a55
Author: Pavel Safrata
Date: 2013-04-02 13:05 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/584ac4f66a55
Improved 3D picking tests to use real scenegraph-computed pick ray. Removed temporary workaround in perspective camera.
! javafx-ui-common/src/javafx/scene/PerspectiveCamera.java
! javafx-ui-common/test/unit/javafx/scene/Mouse3DTest.java
Changeset: 87ebb6d34a00
Author: Eva Krejcirova <eva.krejcirova at oracle.com>
Date: 2013-04-02 13:17 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/87ebb6d34a00
[DOC-ONLY] RT-29043: A typo in the BorderPane class description
! javafx-ui-common/src/javafx/scene/layout/BorderPane.java
Changeset: 3229601bda3f
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-04-02 14:40 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3229601bda3f
RT-16882 Changing BorderPane contraints (adding and removing same component) causes component to disappear
! javafx-ui-common/src/javafx/scene/layout/BorderPane.java
! javafx-ui-common/test/unit/javafx/scene/layout/BorderPaneTest.java
Changeset: fcef89ba5594
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-04-02 14:40 +0200
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fcef89ba5594
merge
! javafx-ui-common/src/javafx/scene/layout/BorderPane.java
Changeset: bc233d4feaac
Author: Yao Wang <yao.w.wang at oracle.com>
Date: 2013-04-02 09:44 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bc233d4feaac
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
- javafx-ui-quantum/src/com/sun/javafx/tk/quantum/PrismPen.java
Changeset: f4a1f66e87e0
Author: Alexander Kouznetsov
Date: 2013-03-27 14:13 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f4a1f66e87e0
Fixed RT-23216 [ColorPicker] hue color choice is not propagated to gradient rectangle.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
Changeset: ac47a32ab76d
Author: Alexander Kouznetsov
Date: 2013-03-27 14:28 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ac47a32ab76d
Missing line for the fix of RT-29158 Fix CSS for CustomColorDialog
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
Changeset: 1fba34c1d011
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2013-03-27 16:04 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1fba34c1d011
RT-28995 StackedBarChart data corrupted when both positive and negative values added for same category.
! javafx-ui-charts/src/javafx/scene/chart/StackedBarChart.java
Changeset: 8a72c160dfde
Author: jgiles
Date: 2013-03-28 09:15 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8a72c160dfde
RT-29207: TableView memory leak
! javafx-ui-controls/src/com/sun/javafx/scene/control/MultiplePropertyChangeListenerHandler.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableCellSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableHeaderRow.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeCellSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeTableRowSkin.java
! javafx-ui-controls/src/javafx/scene/control/Control.java
! javafx-ui-controls/src/javafx/scene/control/TableCell.java
Changeset: 83744c4bc16f
Author: jgiles
Date: 2013-03-28 10:16 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/83744c4bc16f
RT-24485: [TreeView] setGraphic is not rendered immidiately
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeCellSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeViewSkin.java
Changeset: 902e5e210d55
Author: jgiles
Date: 2013-03-28 11:04 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/902e5e210d55
RT-24485: [TreeView] setGraphic is not rendered immidiately
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeViewSkin.java
Changeset: bd2863ac3bb8
Author: jgiles
Date: 2013-03-28 12:56 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bd2863ac3bb8
RT-28684: [TreeTableView] When graphics is set to tree item the whole tree table row disappears
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeTableRowSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeTableViewSkin.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/test/ControlAsserts.java
! javafx-ui-controls/test/javafx/scene/control/TreeTableViewTest.java
Changeset: 98ec73acf089
Author: jgiles
Date: 2013-03-28 13:07 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/98ec73acf089
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
! javafx-ui-controls/src/javafx/scene/control/Control.java
Changeset: 38a5d619f738
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-27 22:05 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/38a5d619f738
RT-29254: parent impl_processCSS should call processCSS if parent is dirty_branch
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: 1af5cf8b3441
Author: Alexander Kouznetsov
Date: 2013-03-28 12:33 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1af5cf8b3441
Fixed RT-29156 CustomColorDialog is not scaling with the font size
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 4b1379cfd65a
Author: mickf
Date: 2013-03-29 13:46 +0000
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4b1379cfd65a
RT-22448 : Disabled Controls can still be activated by Mnemonic
! javafx-ui-common/src/com/sun/javafx/scene/KeyboardShortcutsHandler.java
Changeset: b97f629c0010
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-29 17:39 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b97f629c0010
RT-29230: only transitionToState should put entries into localStyleCache
! javafx-ui-common/src/com/sun/javafx/css/BitSet.java
! javafx-ui-common/src/javafx/scene/CssStyleHelper.java
Changeset: 1c3932c80e10
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-29 17:39 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1c3932c80e10
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/rt
Changeset: 3928f4e43c0c
Author: mickf
Date: 2013-03-30 00:35 +0000
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3928f4e43c0c
RT-29121 : CancelButton, Button with setCancelButton(true), still works
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ButtonSkin.java
Changeset: dcf80f478939
Author: Alexander Kouznetsov
Date: 2013-04-01 10:47 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dcf80f478939
Fixed RT-29157 CustomColorDialog doesn't support resizing.
Reviewed by Paru
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: e6c525fe6aac
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2013-04-01 11:42 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e6c525fe6aac
RT-28152 tickLabelFill property not bound to tick labels and unit test.
! javafx-ui-charts/test/javafx/scene/chart/XYChartTest.java
! javafx-ui-controls/src/javafx/scene/chart/Axis.java
Changeset: 87f740814206
Author: Alexander Kouznetsov
Date: 2013-04-02 19:58 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/87f740814206
CustomColorDialog: Fixed RT-29278 CustomColorDialog incorrectly shows color saturation vs. brightness rectangle for transparent colors
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
Changeset: 793ae0cbf60a
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-04-03 10:55 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/793ae0cbf60a
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
Changeset: 17956a42070a
Author: hudson
Date: 2013-04-04 20:11 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/17956a42070a
Added tag 8.0-b84 for changeset 793ae0cbf60a
! .hgtags
More information about the openjfx-dev
mailing list