hg: openjfx/8u-dev/rt: [RT-34966] Platform.isSupported reported wrong MultiTouch Status

2014-02-13 Thread hang . vo
Changeset: 8e07270abd17 Author:Assaf Yavnai Date: 2014-02-13 10:11 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8e07270abd17 [RT-34966] Platform.isSupported reported wrong MultiTouch Status Summary: there was no check for ConditionalFeature.DEVICE_MULTITOUCH in ud

hg: openjfx/8u-dev/rt: RT-35766 [JavaDoc] FXCollections.observableSet() documentation should inform about the actual type of the Set created

2014-02-13 Thread hang . vo
Changeset: 7f92c3ae4704 Author:Martin Sladecek Date: 2014-02-13 09:26 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7f92c3ae4704 RT-35766 [JavaDoc] FXCollections.observableSet() documentation should inform about the actual type of the Set created ! modules/base/src/

hg: openjfx/8u-dev/rt: [TEST] fixed tests broken by RT-35783 fix

2014-02-13 Thread hang . vo
Changeset: 2c788d7ca7b6 Author:Martin Sladecek Date: 2014-02-13 13:49 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2c788d7ca7b6 [TEST] fixed tests broken by RT-35783 fix ! modules/graphics/src/test/java/com/sun/javafx/sg/prism/NGNodeTest.java ! modules/graphics/src/

hg: openjfx/8u-dev/rt: Fix for RT-35649: MandelbrotSet reports wrong elapsed time on Pi

2014-02-13 Thread hang . vo
Changeset: 9bc8ff798661 Author:Elina Kleyman Date: 2014-02-13 15:30 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9bc8ff798661 Fix for RT-35649: MandelbrotSet reports wrong elapsed time on Pi ! apps/samples/MandelbrotSet/src/demo/parallel/Main.java

hg: openjfx/8/graphics/rt: 2 new changesets

2014-02-13 Thread hang . vo
Changeset: b8d6295f4672 Author:hudson Date: 2014-02-07 13:27 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b8d6295f4672 Added tag 8.0-b129 for changeset 63bcbc815b29 ! .hgtags Changeset: 18612a6504ea Author:kcr Date: 2014-02-13 08:29 -0800 URL: htt

hg: openjfx/8u-dev/rt: RT-35778: Packager should use closed source version of deployment toolkit

2014-02-13 Thread hang . vo
Changeset: 28465c20545b Author:shemnon Date: 2014-02-13 11:45 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/28465c20545b RT-35778: Packager should use closed source version of deployment toolkit Summary: adding dtjava to ant-javafx.jar is now handled in close source bu

hg: openjfx/2u/dev/rt: Added tag 2.2.60-b06 for changeset ad8835ef13db

2014-02-13 Thread hang . vo
Changeset: 9ede406abdfb Author:hudson Date: 2014-02-12 10:58 -0800 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/9ede406abdfb Added tag 2.2.60-b06 for changeset ad8835ef13db ! .hgtags

Review request for RT-35613: Implement Java Flight Recorder events in JavaFX runtime

2014-02-13 Thread Oleg Mazurov
Please review: https://javafx-jira.kenai.com/browse/RT-35613 http://cr.openjdk.java.net/~omazurov/RT-35613/webrev.00/ Thank you, -- Oleg

RT-24371 or just a documentation issue?

2014-02-13 Thread Scott Palmer
// How NOT to do this private void removeSelectedListItemsBAD(ListView list) { list.getItems().removeAll(list.getSelectionModel().getSelectedItems()); list.getSelectionModel().clearSelection(); } Can you spot the flaw? Hint... Try it on a list, but only select the first item. Related issue: RT-

hg: openjfx/8u-dev/rt: 2 new changesets

2014-02-13 Thread hang . vo
Changeset: f9460afca47f Author:David Grieve Date: 2014-02-12 14:40 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f9460afca47f RT-35781: Remove call to impl_processCSS from ContextMenuContent. Check other usages of Node#impl_processCSS(boolean). Reviewed-by: jgiles !

Re: RT-24371 or just a documentation issue?

2014-02-13 Thread Jonathan Giles
Scott, >From looking at your code snippet I would expect only the first item to be removed. However, from running your code it appears that all items are removed from the items list, clearing out the list. This does not appear to be exactly RT-24371, and should be a new bug report. I hope I've in

Re: Failure to find any font (probably on Embedded)

2014-02-13 Thread Phil Race
I agree that embeded is the only place it should happen. On a Linux desktop system if fontconfig isn't there then likely your entire desktop is DOA. And embedded is likely to be an integrated h/w & s/w stack so I would expect that this would not be a common end-user problem ... -phil. On 2/12/

hg: openjfx/8u-dev/rt: 6 new changesets

2014-02-13 Thread hang . vo
Changeset: e8caf245c8f7 Author:hudson Date: 2014-02-12 08:58 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e8caf245c8f7 Added tag 8u20-b01 for changeset 37953435bd98 ! .hgtags Changeset: af49477b9f4b Author:kcr Date: 2014-02-13 15:45 -0800 URL: http://

hg: openjfx/8u-dev/rt: 3 new changesets

2014-02-13 Thread hang . vo
Changeset: 7e33e72119fa Author:jgiles Date: 2014-02-13 10:35 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7e33e72119fa RT-35849: Small memory leak in TabPane due to TabMenuItem referencing Tab ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TabPan

Button events in ListCells not working

2014-02-13 Thread Daniel Opitz
Hi, I found something that looks like a bug. When a Button is placed in a ListCell (or probably any other Cell) its onAction event is never fired and onMouseClicked very rarely and seemingly randomly. Or is it me doing things the wrong way? Using the JDK8 RC. Here is some example code: import

Re: Button events in ListCells not working

2014-02-13 Thread Jonathan Giles
File a bug in Jira and I can take a closer look in the coming days. Thanks! -- Jonathan Sent from a touch device. Please excuse my brevity. On 14 February 2014 19:46:12 GMT+13:00, Daniel Opitz wrote: >Hi, > >I found something that looks like a bug. When a Button is placed in a >ListCell (or proba

Re: Button events in ListCells not working

2014-02-13 Thread Daniel Opitz
https://javafx-jira.kenai.com/browse/RT-35864 --  Daniel Opitz On 14 Feb 2014 at 08:09:20, Jonathan Giles (jonathan.gi...@oracle.com) wrote: File a bug in Jira and I can take a closer look in the coming days. Thanks! -- Jonathan Sent from a touch device. Please excuse my brevity. On 14 February

hg: openjfx/8/graphics/rt: Sync up SceneBuilder changes

2014-02-13 Thread hang . vo
Changeset: 8fb260e027f3 Author:Yves Joan Date: 2014-02-14 08:27 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8fb260e027f3 Sync up SceneBuilder changes ! apps/scenebuilder/SceneBuilderApp/src/com/oracle/javafx/scenebuilder/app/DocumentWindow.fxml ! apps/scenebu