hg: openjfx/8/graphics/rt: 7 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Nov 6 08:33:17 PST 2013
Changeset: 03dffb2bdc75
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-11-06 09:16 +0100
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/03dffb2bdc75
RT-34091
Multiple properties in Controls override set() instead of invalidated()
Reviewed-by: jgiles, dgrieve
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/AccordionSkin.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/InputField.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ProgressIndicatorSkin.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! modules/controls/src/main/java/javafx/scene/control/Accordion.java
! modules/controls/src/main/java/javafx/scene/control/Control.java
! modules/controls/src/main/java/javafx/scene/control/ListView.java
! modules/controls/src/main/java/javafx/scene/control/PopupControl.java
! modules/controls/src/main/java/javafx/scene/control/TextArea.java
! modules/controls/src/main/java/javafx/scene/control/TextField.java
Changeset: d408298723b6
Author: bae
Date: 2013-11-06 08:37 +0000
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d408298723b6
RT-17000: Some jpeg files are rendered incorrectly
Reviewed-by: kcr, prr
! modules/graphics/src/main/java/com/sun/javafx/iio/jpeg/JPEGImageLoader.java
! modules/graphics/src/main/native-iio/jpegloader.c
! modules/graphics/src/main/native-iio/libjpeg7/jdcolor.c
Changeset: 7b1fbb71071b
Author: Assaf Yavani
Date: 2013-11-06 13:24 +0200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7b1fbb71071b
[RT-34045] EGLFB: No move or drag events on simple touch screen
Summary: There were 2 issues:
1) bug in udevInput - wrong if statement that cause a fault parsing of events
2) unit tests errors
Tested-by: updated LinuxInputTest
Reviewed-by: ddhill
! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c
Changeset: 143bcf17d534
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-11-06 12:41 +0100
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/143bcf17d534
RT-34088: SortedList broken when adding new elements to underlying list
! modules/base/src/main/java/javafx/collections/transformation/SortedList.java
! modules/base/src/test/java/javafx/collections/SortedListTest.java
Changeset: 22f48880a877
Author: Assaf Yavani
Date: 2013-11-06 13:50 +0200
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/22f48880a877
[MINOR] RT-33614 Lens:HelloSanity:Controls::ScrollPane jitter when holding the finger on the pane
Summary: touch events threshold was to small and caused to many events to be send when finger was touching the screen without moving
Tested-by: LinuxInputTest
Reviewed-by: dblaukop ddhill
! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensTouchInputSupport.java
! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c
Changeset: f4081e2d5c83
Author: Anthony Petrov <anthony.petrov at oracle.com>
Date: 2013-11-06 17:18 +0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f4081e2d5c83
RT-33352: Win: Image and html cannot be dnd or clipboarded at the same time.
Reviewed-by: snorthov
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumClipboard.java
Changeset: 6f4354f6bd7d
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-11-06 08:26 -0800
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6f4354f6bd7d
RT-33971: [Graphics, Text] Alignment not work in win7
Reviewed-by: Kevin Rushforth
! modules/graphics/src/main/java/com/sun/javafx/text/GlyphLayout.java
More information about the openjfx-dev
mailing list