hg: openjfx/8/master/rt: 19 new changesets (original) (raw)

hang.vo at oracle.com hang.vo at oracle.com
Thu Nov 15 21:24:06 PST 2012


Changeset: 2eccad815147 Author: ptbrunet Date: 2012-11-05 22:00 -0600 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2eccad815147

clean up some logging

! javafx-ui-common/src/com/sun/javafx/accessible/AccessibleNode.java ! javafx-ui-common/src/com/sun/javafx/accessible/AccessibleStage.java ! javafx-ui-controls/src/com/sun/javafx/scene/control/accessible/AccessibleControl.java

Changeset: 6a40a582b6fd Author: ptbrunet Date: 2012-11-05 22:01 -0600 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6a40a582b6fd

merged

Changeset: 36a55281a823 Author: leifs Date: 2012-11-06 10:33 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/36a55281a823

RT-138: Support component orientation in common UI controls

! javafx-ui-charts/src/javafx/scene/chart/Chart.java ! javafx-ui-common/src/com/sun/javafx/Utils.java ! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java ! javafx-ui-common/src/com/sun/javafx/tk/TKStage.java ! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java

Changeset: df9a24643d20 Author: Paru Somashekar <paru.somashekar at oracle.com> Date: 2012-11-06 15:27 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/df9a24643d20

fix RT-25899 & RT-21165

! javafx-ui-charts/src/javafx/scene/chart/BubbleChart.java ! javafx-ui-controls/src/javafx/scene/chart/CategoryAxis.java

Changeset: 744a754668fa Author: Paru Somashekar <parvathi.somashekar at oracle.com> Date: 2012-11-08 19:28 +0000 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/744a754668fa

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt

! javafx-ui-common/src/javafx/scene/Node.java ! javafx-ui-common/src/javafx/scene/Scene.java ! javafx-ui-common/src/javafx/stage/Stage.java

Changeset: fd48b9d9cb2b Author: David Grieve<david.grieve at oracle.com> Date: 2012-11-09 10:08 -0500 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fd48b9d9cb2b

RT-26165: Need to call impl_getAllParentStylesheets when updating stylesheets for a Parent.

! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java ! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java ! javafx-ui-common/src/javafx/scene/Parent.java

Changeset: 9b926fb92fcf Author: David Grieve<david.grieve at oracle.com> Date: 2012-11-09 10:08 -0500 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9b926fb92fcf

RT-25607: When looking up a font style, consider the inline styles of parent nodes

! javafx-ui-common/src/com/sun/javafx/css/StyleHelper.java

Changeset: edf3703cb202 Author: David Grieve<david.grieve at oracle.com> Date: 2012-11-09 10:17 -0500 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/edf3703cb202

missed changes from last patch.

! javafx-ui-common/test/unit/com/sun/javafx/css/HonorDeveloperSettingsTest.java ! javafx-ui-common/test/unit/com/sun/javafx/css/HonorDeveloperSettingsTest_UA.css ! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/LabeledText.java

Changeset: 952f2115ae99 Author: Paru Somashekar <parvathi.somashekar at oracle.com> Date: 2012-11-09 23:27 +0000 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/952f2115ae99

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt

Changeset: f5e438202f2d Author: rbair Date: 2012-11-06 14:59 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f5e438202f2d

Open source of decora-compiler

Changeset: 7995eb685119 Author: peterz Date: 2012-11-07 07:33 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7995eb685119

RT-22493 WebView should use Toolkit for initialization

! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java ! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java ! test-stub-toolkit/build-closed.xml ! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: d3eeaeeb85bd Author: Martin Sladecek <martin.sladecek at oracle.com> Date: 2012-11-07 14:30 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d3eeaeeb85bd

RT-26094 Event classes should have serialVersionUID

! javafx-ui-common/src/com/sun/javafx/stage/FocusUngrabEvent.java ! javafx-ui-common/src/javafx/scene/input/ContextMenuEvent.java ! javafx-ui-common/src/javafx/scene/input/DragEvent.java ! javafx-ui-common/src/javafx/scene/input/GestureEvent.java ! javafx-ui-common/src/javafx/scene/input/InputEvent.java ! javafx-ui-common/src/javafx/scene/input/InputMethodEvent.java ! javafx-ui-common/src/javafx/scene/input/KeyEvent.java ! javafx-ui-common/src/javafx/scene/input/MouseDragEvent.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/ZoomEvent.java ! javafx-ui-common/src/javafx/scene/transform/TransformChangedEvent.java ! javafx-ui-common/src/javafx/stage/WindowEvent.java

Changeset: 7e871632dfe4 Author: Felipe Heidrich <felipe.heidrich at oracle.com> Date: 2012-11-07 21:38 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7e871632dfe4

[ECLIPSE ONLY] fixing classpath due changes in decora

! .classpath

Changeset: ab55578e4692 Author: kcr Date: 2012-11-09 17:07 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ab55578e4692

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt

Changeset: 09cbcb519b6d Author: Felipe Heidrich <felipe.heidrich at oracle.com> Date: 2012-11-09 22:01 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/09cbcb519b6d

Merge Rich Text - RT-17392 (part1) including fixes for RT-20645, RT-24735, RT-24634, RT-24467, RT-24435, RT-24012, RT-23231, RT-16853, RT-14356

Changeset: 194fe6a98a4a Author: Artem Ananiev <artem.ananiev at oracle.com> Date: 2012-11-12 11:41 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/194fe6a98a4a

com.sun.glass.taskbarApplication system property is renamed to glass.taskbarApplication

! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java

Changeset: 5ca1d6e4604d Author: Martin Sladecek <martin.sladecek at oracle.com> Date: 2012-11-13 14:40 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5ca1d6e4604d

RT-26126 Popup menus stopped working

! javafx-ui-common/src/javafx/scene/Scene.java ! javafx-ui-common/src/javafx/scene/input/MouseEvent.java

Changeset: 38b5c364c630 Author: jpgodine at JPGODINE-LAP.st-users.us.oracle.com Date: 2012-11-13 09:56 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/38b5c364c630

Automated merge with ssh://jpgodine@jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx//rt

! 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/Scene.java ! javafx-ui-common/src/javafx/scene/text/Text.java ! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: 5047d4016211 Author: hudson Date: 2012-11-15 21:18 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5047d4016211

Added tag 8.0-b65 for changeset 38b5c364c630

! .hgtags



More information about the openjfx-dev mailing list