[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    hg: openjfx/8/master/rt: 58 new changesets
From:       hang.vo () oracle ! com (hang ! vo at oracle ! com)
Date:       2012-08-31 0:57:01
Message-ID: 20120831005750.BB66947816 () hg ! openjdk ! java ! net
[Download RAW message or body]

Changeset: 3452d0cf8b99
Author:    hudson
Date:      2012-08-27 18:07 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3452d0cf8b99

Added tag 8.0-b53

! .hgtags

Changeset: a28f59575d5d
Author:    snorthov
Date:      2012-08-21 17:00 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a28f59575d5d

fix .classpath

! .classpath

Changeset: d98bfcf04715
Author:    snorthov
Date:      2012-08-21 17:12 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d98bfcf04715

RT-24419: Get rid of unused classes/variables: com.sun.javafx.Utils inner class \
UnicodeProcessor

! javafx-ui-common/src/com/sun/javafx/Utils.java
! javafx-ui-common/test/unit/com/sun/javafx/UtilsTest.java

Changeset: 2457978d2ab5
Author:    leifs
Date:      2012-08-07 11:30 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2457978d2ab5

Fixed RT-23002: Embedded: Virtual keyboard text type issue

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/embedded.css

Changeset: 401792ae28f4
Author:    David Hill
Date:      2012-07-12 16:13 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/401792ae28f4

Automated merge with ssh://jfxsrc.sfbay.sun.com//javafx/3.0/scrum/graphics/jfx/rt

! .hgtags

Changeset: 49c547597262
Author:    David Hill
Date:      2012-07-12 18:03 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/49c547597262

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: fa234e0cead8
Author:    David Hill
Date:      2012-07-17 17:32 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fa234e0cead8

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: 4d0490b2a0b8
Author:    David Hill
Date:      2012-07-17 17:44 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4d0490b2a0b8

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: a42732d6e140
Author:    David Hill
Date:      2012-07-19 17:11 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a42732d6e140

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: 8caa490529cc
Author:    David Hill
Date:      2012-07-24 07:12 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8caa490529cc

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: caa1db90d06c
Author:    David Hill
Date:      2012-07-26 12:07 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/caa1db90d06c

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: 19ac091dbc6f
Author:    David Hill
Date:      2012-08-03 12:29 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/19ac091dbc6f

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: d8045b04e16f
Author:    David Hill
Date:      2012-08-07 20:05 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d8045b04e16f

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: 46824c856491
Author:    David Hill
Date:      2012-08-08 09:27 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/46824c856491

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/embedded/jfx/rt


Changeset: 82c3d979dfe2
Author:    David Hill
Date:      2012-08-08 09:34 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/82c3d979dfe2

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/graphics/jfx/rt


Changeset: 478e4475cacd
Author:    Milan Kubec <milan.kubec at oracle.com>
Date:      2012-08-09 10:39 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/478e4475cacd

Native text input patch transfer to 3.0, native component is drawn on the place of \
JavaFX component

! javafx-ui-common/src/com/sun/javafx/tk/TKStage.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubStage.java

Changeset: 279df74040c4
Author:    leifs
Date:      2012-08-07 11:28 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/279df74040c4

FXVK: Restored call to super.layoutChildren() which was lost by fix for RT-23459.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java

Changeset: 73aed3d884dd
Author:    David Hill
Date:      2012-08-15 11:10 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/73aed3d884dd

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/3.0/scrum/graphics/jfx//rt


Changeset: 9041e7dbf755
Author:    rbair
Date:      2012-08-16 09:54 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9041e7dbf755

Fix for RT-24326: Added pulse logging

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

Changeset: de4c5b536f72
Author:    rbair
Date:      2012-08-16 16:36 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/de4c5b536f72

Added layout counters.

! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/src/javafx/scene/Scene.java

Changeset: f0c0c9d89e6b
Author:    snorthov
Date:      2012-08-20 17:02 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f0c0c9d89e6b

get rid of EventTypeUtil

! 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/stage/WindowEvent.java
! javafx-ui-controls/src/javafx/scene/control/CheckBoxTreeItem.java
! javafx-ui-controls/src/javafx/scene/control/ComboBoxBase.java
! javafx-ui-controls/src/javafx/scene/control/ListView.java
! javafx-ui-controls/src/javafx/scene/control/Menu.java
! javafx-ui-controls/src/javafx/scene/control/MenuItem.java
! javafx-ui-controls/src/javafx/scene/control/Tab.java
! javafx-ui-controls/src/javafx/scene/control/TableColumn.java
! javafx-ui-controls/src/javafx/scene/control/TreeItem.java
! javafx-ui-controls/src/javafx/scene/control/TreeView.java

Changeset: 6e30ae5e68a2
Author:    snorthov
Date:      2012-08-20 17:10 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6e30ae5e68a2

get rid of EventTypeUtil import

! javafx-ui-common/src/com/sun/javafx/menu/MenuBase.java
! 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/stage/WindowEvent.java
! javafx-ui-controls/src/javafx/scene/control/CheckBoxTreeItem.java
! javafx-ui-controls/src/javafx/scene/control/ComboBoxBase.java
! javafx-ui-controls/src/javafx/scene/control/ListView.java
! javafx-ui-controls/src/javafx/scene/control/Menu.java
! javafx-ui-controls/src/javafx/scene/control/MenuItem.java
! javafx-ui-controls/src/javafx/scene/control/Tab.java
! javafx-ui-controls/src/javafx/scene/control/TableColumn.java
! javafx-ui-controls/src/javafx/scene/control/TreeItem.java
! javafx-ui-controls/src/javafx/scene/control/TreeView.java

Changeset: a1a023f0fd3b
Author:    snorthov
Date:      2012-08-20 18:25 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a1a023f0fd3b

get rid if loading of msvcr100.dll that was done in common code

! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java

Changeset: 5ba63022681b
Author:    snorthov
Date:      2012-08-21 15:48 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5ba63022681b

fix .classpath

! .classpath

Changeset: 3d0689a0a8b1
Author:    David Hill
Date:      2012-08-21 21:38 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3d0689a0a8b1

Automated merge with ssh://javafxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx/rt

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! javafx-ui-controls/src/javafx/scene/control/CheckBoxTreeItem.java
! javafx-ui-controls/src/javafx/scene/control/ListView.java
! javafx-ui-controls/src/javafx/scene/control/MenuItem.java
! javafx-ui-controls/src/javafx/scene/control/TableColumn.java
! javafx-ui-controls/src/javafx/scene/control/TreeItem.java
! javafx-ui-controls/src/javafx/scene/control/TreeView.java

Changeset: 71401986377e
Author:    snorthov
Date:      2012-08-22 16:09 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/71401986377e

RT-24421: Get rid of unused classes/variables: com.sun.javafx.scene.text.FontManager

- javafx-ui-common/src/com/sun/javafx/scene/text/FontManager.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/text/FontManagerTest.java

Changeset: e697fa107a5c
Author:    snorthov
Date:      2012-08-22 16:09 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e697fa107a5c

RT-24421: Get rid of unused classes/variables: com.sun.javafx.scene.text.FontManager

- javafx-ui-common/test/unit/com/sun/javafx/scene/text/fonts.mf

Changeset: 737377b8ab1d
Author:    snorthov
Date:      2012-08-22 18:59 -0400
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/737377b8ab1d

comment out test set up

! javafx-ui-common/build-common.xml

Changeset: 001ebed39b58
Author:    Eva Krejcirova <eva.krejcirova at oracle.com>
Date:      2012-08-28 14:04 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/001ebed39b58

RT-24540: Applications using Control builders are not binary compatible

! javafx-ui-controls/src/javafx/scene/control/Control.java
! javafx-ui-controls/src/javafx/scene/control/PasswordField.java
! javafx-ui-controls/src/javafx/scene/control/TextArea.java
! javafx-ui-controls/src/javafx/scene/control/TextField.java
! javafx-ui-controls/src/javafx/scene/control/TextInputControl.java

Changeset: 3d2641286b27
Author:    Martin Sladecek <martin.sladecek at oracle.com>
Date:      2012-08-28 15:18 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3d2641286b27

RT-6829 Transformed bounds of rotated Circle, Ellipse and Rectangle can be optimized

! javafx-ui-common/src/javafx/scene/shape/Circle.java
! javafx-ui-common/src/javafx/scene/shape/Ellipse.java
! javafx-ui-common/src/javafx/scene/shape/Rectangle.java
! javafx-ui-common/test/unit/javafx/scene/shape/CircleTest.java
! javafx-ui-common/test/unit/javafx/scene/shape/EllipseTest.java
! javafx-ui-common/test/unit/javafx/scene/shape/RectangleTest.java

Changeset: 8b5b1c866827
Author:    Martin Sladecek <martin.sladecek at oracle.com>
Date:      2012-08-28 15:22 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8b5b1c866827

merge


Changeset: 191956ebf1ff
Author:    jpgodine at JPGODINE-LAP.st-users.us.oracle.com
Date:      2012-08-28 10:11 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/191956ebf1ff

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

- javafx-ui-common/src/com/sun/javafx/scene/text/FontManager.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/text/FontManagerTest.java
- javafx-ui-common/test/unit/com/sun/javafx/scene/text/fonts.mf

Changeset: 0f18a668cf80
Author:    jgiles
Date:      2012-08-21 10:50 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0f18a668cf80

RT-23873: Investigate (and improve) ListView / TreeView / TableView performance

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java

Changeset: beb41249e03b
Author:    jgiles
Date:      2012-08-21 12:18 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/beb41249e03b

RT-23873: Investigate (and improve) ListView / TreeView / TableView performance

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkin.java
! javafx-ui-controls/src/javafx/scene/control/IndexedCell.java
! javafx-ui-controls/src/javafx/scene/control/TableRow.java

Changeset: b5f7b25bbc50
Author:    Kinsley Wong
Date:      2012-08-21 13:49 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b5f7b25bbc50

RT-23873: Only process CSS for new cells.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java

Changeset: 1ab808f50c5b
Author:    jgiles
Date:      2012-08-22 12:30 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1ab808f50c5b

RT-23526: Use a Java class file for representing a CSS stylesheet instead of bss or \
css. This is an initial commit for performance testing reasons - by default the Java \
CSS is not being used and must be enabled via editing the UAStylesheetLoader class \
(comment out the 'old style', and uncomment the 'new style'). Caspian.java is not \
included in the code, but is automatically generated as part of the build script \
using Css2Java (in the same way that .bss files are created). Additionally, .bss \
files are still being generated, as it has not been proven that the .class approach \
is better than the .bss approach yet. Certainly, when one approach wins out, the \
redundant file will be removed from being generated at build time.

! javafx-ui-common/src/com/sun/javafx/css/CompoundSelector.java
! javafx-ui-common/src/com/sun/javafx/css/Declaration.java
! javafx-ui-common/src/com/sun/javafx/css/ParentStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/ParsedValue.java
! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/SceneStyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Selector.java
! javafx-ui-common/src/com/sun/javafx/css/SimpleSelector.java
! javafx-ui-common/src/com/sun/javafx/css/StyleConverter.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
! javafx-ui-common/src/com/sun/javafx/css/Stylesheet.java
+ javafx-ui-common/src/com/sun/javafx/css/parser/Css2Java.java
! javafx-ui-controls/build-common.xml
! javafx-ui-controls/src/javafx/scene/control/UAStylesheetLoader.java

Changeset: 067f7a7ea26e
Author:    jgiles
Date:      2012-08-22 12:31 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/067f7a7ea26e

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


Changeset: b44a67205213
Author:    jgiles
Date:      2012-08-22 16:15 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b44a67205213

Fix build failure

! javafx-ui-controls/src/javafx/scene/control/UAStylesheetLoader.java

Changeset: 2873c848523b
Author:    Paru Somashekar <paru.somashekar at oracle.com>
Date:      2012-08-22 13:40 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2873c848523b

fix RT-24449 NPE running JFXControls Menus

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java

Changeset: 9bb47314da60
Author:    Paru Somashekar <paru.somashekar at oracle.com>
Date:      2012-08-22 16:16 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9bb47314da60

fix -fx-color-label-visible mode to show only color rect and no text

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ColorPickerSkin.java

Changeset: 141474e431c7
Author:    Paru Somashekar <paru.somashekar at oracle.com>
Date:      2012-08-22 16:18 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/141474e431c7

missed this change in previous putback.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ColorPickerSkin.java

Changeset: 2d62e4960c40
Author:    mickf
Date:      2012-08-23 19:01 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2d62e4960c40

RT-23525 : iOS CSS Loading is parsing the CSS file

! javafx-ui-controls/build-common.xml

Changeset: 6870d35ffbf5
Author:    mickf
Date:      2012-08-23 20:09 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6870d35ffbf5

revert due to NB problem - RT-23525 : iOS CSS Loading is parsing the CSS file

! javafx-ui-controls/build-common.xml

Changeset: cd3e342bd0e4
Author:    Kinsley Wong
Date:      2012-08-23 12:20 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/cd3e342bd0e4

RT-24452: Nested SplitPanes look different on 8.0 when compared to 2.2.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css

Changeset: 6ca66c53de08
Author:    jgiles
Date:      2012-08-24 09:42 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6ca66c53de08

RT-16523: Memory leak in ListView: listeners are not removed
RT-16529: Memory Leak: event handlers of root TreeItem are not removed

! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableViewBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java

Changeset: 6c299cc567e5
Author:    jgiles
Date:      2012-08-24 09:44 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6c299cc567e5

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


Changeset: 511912d3d0d9
Author:    Kinsley Wong
Date:      2012-08-23 15:51 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/511912d3d0d9

RT-24450: Pagination control buttons are not centered and are also missing the \
navigation arrows.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/PaginationSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian.css
! javafx-ui-controls/src/javafx/scene/control/Control.java

Changeset: 0bf8526320f1
Author:    jgiles
Date:      2012-08-24 12:20 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0bf8526320f1

Fix issue where VirtualFlow was not allowing for cells to dynamically resize.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java

Changeset: cc22a1f9de44
Author:    jgiles
Date:      2012-08-24 17:58 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/cc22a1f9de44

Partial backout of fix for RT-24450 due to test failures. This will reintroduce that \
bug.

! javafx-ui-controls/src/javafx/scene/control/Control.java

Changeset: eb6eff5d46d0
Author:    leifs
Date:      2012-08-24 13:20 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/eb6eff5d46d0

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


Changeset: d74367c184b5
Author:    mickf
Date:      2012-08-26 23:03 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d74367c184b5

RT-23525 : iOS CSS Loading is parsing the CSS file, without the loop

! javafx-ui-controls/build-common.xml

Changeset: 2a12faeae870
Author:    Paru Somashekar <paru.somashekar at oracle.com>
Date:      2012-08-27 10:17 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2a12faeae870

fix RT-22124 chart setCreateSymbols(false) and chart data.deleting series.
added unit test.

! javafx-ui-charts/src/javafx/scene/chart/LineChart.java
+ javafx-ui-charts/test/javafx/scene/chart/LineChartTest.java
+ javafx-ui-charts/test/javafx/scene/chart/PieChartTest.java

Changeset: 5f29560326e8
Author:    jgiles
Date:      2012-08-28 08:38 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5f29560326e8

RT-24450: Pagination control buttons are not centered and are also missing the \
navigation arrows.

! javafx-ui-controls/src/javafx/scene/control/Control.java

Changeset: 9d0822d9d338
Author:    jgiles
Date:      2012-08-28 08:39 +1200
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9d0822d9d338

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


Changeset: c3d496ae74df
Author:    mickf
Date:      2012-08-28 16:50 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c3d496ae74df

RT-20702 : Indeterminate progressbar uses too much CPU (even when invisible)

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressBarSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java

Changeset: e0abb4b9d652
Author:    Kinsley Wong
Date:      2012-08-28 12:08 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e0abb4b9d652

RT-24499: [TitledPane, Accordion] graphicTextGap does not work.

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TitledPaneSkin.java

Changeset: 7a0b0ca81d0b
Author:    leifs
Date:      2012-08-28 16:03 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7a0b0ca81d0b

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

! javafx-ui-controls/src/javafx/scene/control/Control.java

Changeset: 6055633307f9
Author:    hudson
Date:      2012-08-30 17:47 -0700
URL:       http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6055633307f9

Added tag 8.0-b54 for changeset 7a0b0ca81d0b

! .hgtags


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic