Changeset: 8690e2af354f Author: mv157916 Date: 2013-11-07 16:08 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8690e2af354f
RT-34141: Update the JDK 8 build number to b115 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: c9f00f34c3e1 Author: psomashe Date: 2013-11-05 14:07 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c9f00f34c3e1 RT-32838 Bug in LineChart animation reviewed by Jonathan. ! modules/controls/src/main/java/javafx/scene/chart/LineChart.java Changeset: 85de716883ff Author: leifs Date: 2013-11-05 14:46 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/85de716883ff RT-28393: Left / Right key navigation for Menu dropdowns don't work. Reviewed-by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/MenuBarSkin.java Changeset: b49810ea616a Author: kcr Date: 2013-11-05 16:32 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b49810ea616a Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt Changeset: 53d80a9e7404 Author: kcr Date: 2013-11-05 16:55 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/53d80a9e7404 RT-34085: Build failure in closed test due to JDK-8014719 ! build.properties Changeset: 03dffb2bdc75 Author: Martin Sladecek <[email protected]> Date: 2013-11-06 09:16 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/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/master/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/master/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 <[email protected]> Date: 2013-11-06 12:41 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/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/master/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 <[email protected]> Date: 2013-11-06 17:18 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/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 <[email protected]> Date: 2013-11-06 08:26 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/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 Changeset: 1cbc110be452 Author: Martin Soch <[email protected]> Date: 2013-11-06 18:51 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1cbc110be452 SW pipeline: fix for perf. regression in image rendering (RT-34076) ! modules/graphics/src/main/native-prism-sw/PiscesPaint.c Changeset: 089c27f969c2 Author: Felipe Heidrich <[email protected]> Date: 2013-11-06 15:57 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/089c27f969c2 [Eclipse only] use jfxrt.jar from artifacts instead of caches to avoid the need of using ant update-cache ! .classpath Changeset: 92583d8664ef Author: dpulkrab Date: 2013-11-07 10:14 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/92583d8664ef iOS build system: updated iOS version to 7.0, fixed media package for javah. Reviewed by omaticka ! buildSrc/ios.gradle Changeset: a54f8b28d1e9 Author: tb115823 <[email protected]> Date: 2013-11-07 10:43 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a54f8b28d1e9 Android: Fixed failing build caused by changes in 4709. GLASS_IF_LOG macros weren't defined in Android build. Reviewed by: [email protected] ! modules/graphics/src/main/native-glass/lens/LensLogger.h Changeset: 10131ecdf85a Author: Felipe Heidrich <[email protected]> Date: 2013-11-07 08:51 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/10131ecdf85a RT-34093: complext text are garbled when using some fonts to render the text. ! modules/graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyphLayout.java ! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWGlyphLayout.java Changeset: a10660cea86f Author: Felipe Heidrich <[email protected]> Date: 2013-11-07 08:55 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a10660cea86f RT-34072: TextArea overlaps symbols Reviewed-by: Steve Northover ! modules/graphics/src/main/java/com/sun/javafx/text/LayoutCache.java ! modules/graphics/src/main/java/com/sun/javafx/text/PrismTextLayout.java Changeset: 5560bff5eea1 Author: dmasada Date: 2013-11-07 11:29 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5560bff5eea1 RT-33590 Ensemble8: remove playground and docs links/docs search references on embedded ! apps/samples/Ensemble8/src/app/java/ensemble/PlatformFeatures.java ! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/Description.java ! apps/samples/Ensemble8/src/app/java/ensemble/samplepage/SamplePageContent.java ! apps/samples/Ensemble8/src/app/java/ensemble/search/IndexSearcher.java Changeset: d234defb41f7 Author: jgiles Date: 2013-11-07 11:48 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d234defb41f7 RT-29940: For any component in ToolBar: onMouseClicked handler no longer triggers after it was clicked in popup state when ToolBar's width is minimized ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ContextMenuContent.java Changeset: 976264a544df Author: jgiles Date: 2013-11-07 11:52 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/976264a544df RT-25022: [ScrollBar] ScrollBar does not handle OnScrolling. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java Changeset: 941e58780a11 Author: jgiles Date: 2013-11-07 12:05 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/941e58780a11 RT-34060: Accordion doesn't move collapsed TitledPanes properly ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/AccordionSkin.java Changeset: 61605dfa29b8 Author: jgiles Date: 2013-11-07 15:10 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/61605dfa29b8 RT-31819: [Menu Separator] Separator is wrong color ! modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css Changeset: bb0048cd03c6 Author: psomashe Date: 2013-11-07 13:06 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bb0048cd03c6 RT_31134 MouseExited events can be correctly generated without mouse move. ! modules/controls/src/main/java/javafx/scene/control/Tooltip.java Changeset: bffb4ef1197e Author: leifs Date: 2013-11-07 13:27 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bffb4ef1197e RT-34115: DatePicker: space is inserted into the textfield when pressing space to close the popup. Reviewed-by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/DateCellBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/DatePickerBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/DatePickerSkin.java Changeset: 06ed54a9da24 Author: Chien Yang <[email protected]> Date: 2013-11-07 15:32 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/06ed54a9da24 [DOC only] Fix to RT-33272: Document the eye coordinate system Reviewed-by: kcr ! modules/graphics/src/main/java/javafx/scene/Camera.java Changeset: c1e5063a41c1 Author: dmasada Date: 2013-11-07 17:21 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c1e5063a41c1 RT-33998 Ensemble8: port gauge sample to Ensemble8 ! apps/samples/Ensemble8/src/generated/java/ensemble/generated/Samples.java + apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics/gauge/SpeedGaugeApp.java + apps/samples/Ensemble8/src/samples/resources/ensemble/samples/graphics/gauge/preview.png + apps/samples/Ensemble8/src/samples/resources/ensemble/samples/graphics/gauge/[email protected] + apps/samples/Ensemble8/src/samples/resources/ensemble/samples/shared-resources/gaugeBackground.png + apps/samples/Ensemble8/src/samples/resources/ensemble/samples/shared-resources/needle.png Changeset: b47c5819f27b Author: mfang Date: 2013-11-06 23:38 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b47c5819f27b RT-34117: NLS: javafx8 message drop 20 integration ! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_ja.properties ! modules/graphics/src/main/resources/com/sun/javafx/tk/quantum/QuantumMessagesBundle_ko.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_de.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_es.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_fr.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_it.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_ja.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_ko.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_pt_BR.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_sv.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_zh_CN.properties ! modules/media/src/main/resources/com/sun/media/jfxmedia/MediaErrors_zh_TW.properties ! modules/web/src/main/resources/com/sun/webkit/LocalizedStrings_de.properties Changeset: f5598b1d4ae4 Author: mfang Date: 2013-11-07 21:20 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f5598b1d4ae4 Merge Changeset: fbdf0e6d81f6 Author: Petr Pchelko <[email protected]> Date: 2013-11-08 12:10 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fbdf0e6d81f6 RT-13813: Full screen overlay warning needs to be MT safe Reviewed-by: art, snorthov ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/OverlayWarning.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/ViewPainter.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/ViewScene.java ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java ! modules/graphics/src/main/java/com/sun/prism/PresentableState.java ! modules/graphics/src/main/java/javafx/scene/Parent.java Changeset: 0bdc357282a7 Author: Petr Pchelko <[email protected]> Date: 2013-11-08 14:15 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0bdc357282a7 RT-34077: [Graphics, Swing] JFXPanel with WebView in JDK Reviewed-by: anthony, ant ! modules/swing/src/main/java/javafx/embed/swing/JFXPanel.java Changeset: 346492183eeb Author: Felipe Heidrich <[email protected]> Date: 2013-11-08 09:48 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/346492183eeb RT-34023: border-image-slice as percentage is relative to the region size instead of image size Reviewed-by: Jim Graham ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java Changeset: febed4cbc4c2 Author: kcr Date: 2013-11-08 11:28 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/febed4cbc4c2 RT-34169: jfxswt.jar is missing from in JDK 8-b115 ! build.gradle Changeset: 0a123183bb8a Author: leifs Date: 2013-11-08 12:08 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0a123183bb8a RT-34152: Password Field: ctrl + delete/backspace deletes the whole word Reviewed-by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TextFieldSkin.java Changeset: ee1ca7057294 Author: leifs Date: 2013-11-08 12:29 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ee1ca7057294 RT-34178: NPE in TextFieldSkin of PasswordField ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TextFieldSkin.java ! modules/controls/src/test/java/com/sun/javafx/scene/control/skin/TextInputControlSkinTest.java Changeset: 26a678a14199 Author: Felipe Heidrich <[email protected]> Date: 2013-11-08 15:32 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/26a678a14199 RT-34090: NGRegion border painting seems odd Reviewed-by: Jim Graham ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java Changeset: 9989721f31a2 Author: Felipe Heidrich <[email protected]> Date: 2013-11-08 15:38 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9989721f31a2 RT-32837: Ensemble8 left arrow has line artifact Reviewed-by: Jim Graham ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java Changeset: 2398b62ab1a5 Author: kcr Date: 2013-11-09 06:14 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2398b62ab1a5 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt ! build.properties Changeset: 5ef3c8cf191e Author: Daniel Blaukopf <[email protected]> Date: 2013-11-10 15:49 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5ef3c8cf191e RT-34027 Build broken on embedded x86egl Reviewed-by: Rafi Tayar ! buildSrc/x86egl.gradle ! modules/graphics/src/main/native-glass/lens/LensApplication.c ! modules/graphics/src/main/native-prism-es2/eglfb/wrapped_egl.c Changeset: 0a2d7dfee869 Author: jgiles Date: 2013-11-11 08:31 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0a2d7dfee869 RT-34182: NPE in skin.Utils.computeXOffset ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/LabeledSkinBase.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TitledPaneSkin.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Utils.java Changeset: 34d85ffa8e4d Author: jgiles Date: 2013-11-11 14:02 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/34d85ffa8e4d [DOC ONLY] RT-30870: TableView editing should be documented better ! modules/controls/src/main/java/javafx/scene/control/ListView.java ! modules/controls/src/main/java/javafx/scene/control/TableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeView.java Changeset: 00ea50827dc7 Author: jgiles Date: 2013-11-11 16:17 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/00ea50827dc7 RT-34074: FX 8 Tree/TableCell.setAlignment(..) doesn't change the default state. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkinBase.java Changeset: 35bcce8616bf Author: jgiles Date: 2013-11-11 17:25 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/35bcce8616bf RT-26716: Performance of scrolling TreeView tail is much more slowly when scrolling TreeView head ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeView.java Changeset: 65584bcecdf9 Author: Martin Sladecek <[email protected]> Date: 2013-11-11 08:51 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/65584bcecdf9 RT-32692 : Accordion/ScrollPane : Scrollbars appear in wrong place for Accordion close/stretch/re-open Reviewed by: kcr ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/test/java/javafx/scene/NodeTest.java Changeset: 9c92237a66e3 Author: dpulkrab Date: 2013-11-11 10:47 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9c92237a66e3 RT-34163: iOS: unresolved external symbol in media. Reviewed-by: Petr Vasenda ! modules/media/src/main/native/jfxmedia/platform/ios/JniUtils.c Changeset: df73720e5d70 Author: Oldrich Maticka <[email protected]> Date: 2013-11-11 14:18 +0100 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/df73720e5d70 RT-34046: Opensourcing iOS extensions Reviewed-by: Richard Bair, Kevin Rushforth, David Pulkrabek + apps/toys/iOS/SensorsTest/build.xml + apps/toys/iOS/SensorsTest/manifest.mf + apps/toys/iOS/SensorsTest/nbproject/build-impl.xml + apps/toys/iOS/SensorsTest/nbproject/genfiles.properties + apps/toys/iOS/SensorsTest/nbproject/project.properties + apps/toys/iOS/SensorsTest/nbproject/project.xml + apps/toys/iOS/SensorsTest/src/sensorstest/AttitudeIndicator.java + apps/toys/iOS/SensorsTest/src/sensorstest/SensorsPanel.java + apps/toys/iOS/SensorsTest/src/sensorstest/SensorsTest.java + apps/toys/iOS/iPodAccessTest/build.xml + apps/toys/iOS/iPodAccessTest/manifest.mf + apps/toys/iOS/iPodAccessTest/nbproject/build-impl.xml + apps/toys/iOS/iPodAccessTest/nbproject/genfiles.properties + apps/toys/iOS/iPodAccessTest/nbproject/project.properties + apps/toys/iOS/iPodAccessTest/nbproject/project.xml + apps/toys/iOS/iPodAccessTest/src/ipodaccesstest/IPodAccessTest.java ! build.gradle ! buildSrc/ios.gradle + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/ipod/MediaFilter.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/ipod/MediaItem.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/ipod/MediaQuery.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/BatteryState.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/IOSApplication.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/IOSDevice.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/IOSLocationManager.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/IOSMotionManager.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/StatusBarAnimation.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/StatusBarOrientation.java + modules/extensions/src/ios/java/com/sun/javafx/ext/device/ios/sensors/StatusBarStyle.java + modules/extensions/src/ios/native-device/ios/MediaQuery.m + modules/extensions/src/ios/native-device/ios/SensorsSupport.h + modules/extensions/src/ios/native-device/ios/SensorsSupport.m + modules/extensions/src/ios/native-device/ios/iPodAccess.h + modules/extensions/src/ios/native-device/ios/iPodAccess.m ! settings.gradle Changeset: f474da70378d Author: dmasada Date: 2013-11-11 12:18 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f474da70378d RT-27755 Ensemble8: review each sample description, etc...clean code ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/concurrency/task/TaskApp.java Changeset: 3530280ca585 Author: jgiles Date: 2013-11-12 10:07 +1300 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3530280ca585 [DOC ONLY] RT-30870: TableView editing should be documented better (part 2) ! modules/controls/src/main/java/javafx/scene/control/Cell.java ! modules/controls/src/main/java/javafx/scene/control/ListView.java ! modules/controls/src/main/java/javafx/scene/control/TableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java ! modules/controls/src/main/java/javafx/scene/control/TreeView.java Changeset: 6b28e49722f3 Author: mhowe Date: 2013-11-11 14:00 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6b28e49722f3 RT-33557: Gradle: error in buildJavaFXPackager task in specifying enabled property [kcr] ! build.gradle Changeset: c748c7f3142c Author: mhowe Date: 2013-11-11 14:07 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c748c7f3142c RT-33784: [Packager] Disturbing Alert Dialog at installation of Linux DEB package [ddehaven] ! modules/fxpackager/src/main/java/com/sun/javafx/tools/ant/DeployFXTask.java ! modules/fxpackager/src/main/java/com/sun/javafx/tools/ant/Info.java ! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/DeployParams.java ! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/BundleParams.java ! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/LinuxDebBundler.java ! modules/fxpackager/src/main/resources/com/sun/javafx/tools/resource/linux/template.control Changeset: 8ea28ec02599 Author: dmasada Date: 2013-11-11 16:02 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8ea28ec02599 RT-31637 Some Ensemble8 samples do not have proper layout and stage size in standalone mode ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/interpolator/InterpolatorApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/timeline/timeline/TimelineApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/timeline/timelineevents/TimelineEventsApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/transitions/fadetransition/FadeTransitionApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/transitions/filltransition/FillTransitionApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/transitions/translatetransition/TranslateTransitionApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/button/colorbutton/ColorButtonApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/menu/MenuApp.java ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/tab/tabpane/TabPaneApp.java Changeset: 40b583b11ed3 Author: leifs Date: 2013-11-11 18:04 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/40b583b11ed3 RT-33416: Key traversal does not enter into an opened ScrollPane Reviewed-by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ScrollPaneBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TitledPaneBehavior.java ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java Changeset: f3f632ced94d Author: Petr Pchelko <[email protected]> Date: 2013-11-12 11:26 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f3f632ced94d RT-34107: [Mac] Cannot set app name for menu items in app menu of system menubar Reviewed-by: anthony, snorthov, kevin ! modules/graphics/src/main/java/com/sun/glass/ui/Application.java ! modules/graphics/src/main/native-glass/mac/GlassApplication.m Changeset: 2329121f5179 Author: Petr Pchelko <[email protected]> Date: 2013-11-12 11:48 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2329121f5179 RT-32341: samples are not showing unless move the mouse Reviewed-by: anthony, snorthov ! modules/graphics/src/main/native-glass/mac/GlassLayer3D.m Changeset: 0388eab441c0 Author: Assaf Yavani Date: 2013-11-12 12:54 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0388eab441c0 [RT-34190] Lens: mouse pointer not always follows the finger when using touch Summary: Internal Lens mouse coordinated didn't track correctly the touch events Fixed by: 1) update mouse location with the primary point, instead from the first touch event 2) draw cursor after tap, which isn't done by default through button press Tested with: HelloSanity, LinuxInputTest, FXML-LoginDemo Reviewed by: ddhill ! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c ! modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c Changeset: c246cf7b0844 Author: Anthony Petrov <[email protected]> Date: 2013-11-12 17:52 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c246cf7b0844 RT-34174: Gradle build should check the version of JDK, not the java runtime used to run gradle itself Reviewed-by: kcr ! build.gradle Changeset: 7aaf7e527ece Author: Anthony Petrov <[email protected]> Date: 2013-11-12 19:51 +0400 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7aaf7e527ece [DOC] Fix a typo in a javadoc. ! modules/graphics/src/main/java/com/sun/glass/ui/Application.java Changeset: 5faf1a0ea511 Author: Elina Kleyman <[email protected]> Date: 2013-11-12 18:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5faf1a0ea511 Fix for RT-33256: Virtual keybord affects the ColorPicker popup window ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/FXVKSkin.java ! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java Changeset: 06e92c423984 Author: hudson Date: 2013-11-14 08:07 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/06e92c423984 Added tag 8.0-b116 for changeset 5faf1a0ea511 ! .hgtags
