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

2014-04-22 Thread hang . vo
Changeset: e391dce8d6d7 Author:Martin Sladecek Date: 2014-04-23 08:15 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e391dce8d6d7 RT-29507 [Chart] axis rotate can be lost. Reviewed by: jgiles ! modules/controls/src/main/java/javafx/scene/chart/Axis.java ! modules/cont

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

2014-04-22 Thread hang . vo
Changeset: 82eec770a3b2 Author:jgiles Date: 2014-04-23 09:18 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/82eec770a3b2 RT-36723: [TitlePane] TitledPane's content have wrong alignment ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TitledPaneSkin.j

hg: openjfx/8u-dev/rt: RT-36636: [Accessibility] - Hit test and bounds natives from Mac

2014-04-22 Thread hang . vo
Changeset: 54b08edc5557 Author:Felipe Heidrich Date: 2014-04-22 17:01 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/54b08edc5557 RT-36636: [Accessibility] - Hit test and bounds natives from Mac ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java

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

2014-04-22 Thread hang . vo
Changeset: 03bdbccae5d8 Author:Felipe Heidrich Date: 2014-04-22 12:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/03bdbccae5d8 RT-36636: [Accessibility] Finish editable text support - Finished natives in GlassTextRangeProvider.cpp (only VARIANT to jobject is missin

Re: Should Canvas have been Image subclass instead of Node?

2014-04-22 Thread Scott Palmer
It would be great if you could get a Graphics context for drawing into a WritableImage instead of having to deal with snapshots. But I suppose you could build something like that based on Canvas that would update an image. Scott On Apr 22, 2014 6:52 PM, "Jeff Martin" wrote: > Just by using it as

Re: Should Canvas have been Image subclass instead of Node?

2014-04-22 Thread Jeff Martin
Just by using it as an ImageView.Image. jeff On Apr 22, 2014, at 5:43 PM, John C. Turnbull wrote: > How would you (easily) use it in the scenegraph if it wasn't a Node? > > -Original Message- > From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of > Jeff Martin

RE: Should Canvas have been Image subclass instead of Node?

2014-04-22 Thread John C. Turnbull
How would you (easily) use it in the scenegraph if it wasn't a Node? -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Jeff Martin Sent: Wednesday, April 23, 2014 8:16 AM To: openjfx-dev@openjdk.java.net Mailing Subject: Should Canvas have been

hg: openjfx/8u-dev/rt: RT-36573: [Bundlers] setting "linux.bundleName" causes rpm bundler to fail

2014-04-22 Thread hang . vo
Changeset: cc8a5e12ce20 Author:shemnon Date: 2014-04-22 16:24 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cc8a5e12ce20 RT-36573: [Bundlers] setting "linux.bundleName" causes rpm bundler to fail Summary: License files were being dropped in the wrong place. Proactivel

Should Canvas have been Image subclass instead of Node?

2014-04-22 Thread Jeff Martin
I have a case where I need to draw to a canvas and reuse it in multiple nodes. My non-optimal work-around is to take a snapshot and use that, but it makes me wonder if Canvas should have been an Image subclass or if WritableImage should get it's own getGraphicsContext() method. jeff

hg: openjfx/8u-dev/rt: RT-36739: Mac App bundler ignores classpath

2014-04-22 Thread hang . vo
Changeset: ae1408a0cf50 Author:shemnon Date: 2014-04-22 11:36 -0600 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ae1408a0cf50 RT-36739: Mac App bundler ignores classpath Summary: inside the plist it is expecting space delimitation, which is counter to the classical classpa

Re: JFXPanel Dragboard setDragView

2014-04-22 Thread Anthony Petrov
Hi Jeff, I see what you're trying to achieve. I don't believe we've implemented anything specifically to support this case. No, I wouldn't expect to receive the OnMouseDragOver event in this case because it's only sent to a drop target when the mouse cursor is moving above it. In your case the

hg: openjfx/8u-dev/rt: RT-25570: [Menus, Mac] Mac OS : Menu.disable property is ignored when menu items are first initialized in the menu.onMenuValidation method

2014-04-22 Thread hang . vo
Changeset: aae9bf983254 Author:Anthony Petrov Date: 2014-04-22 21:35 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/aae9bf983254 RT-25570: [Menus, Mac] Mac OS : Menu.disable property is ignored when menu items are first initialized in the menu.onMenuValidation method

hg: openjfx/8u-dev/rt: [Accessibility] Fix usage of va_list after accidentally broken by 6814:0bd76d001286 ([Accessibility] Improving handling of exceptions in GlassAccessible.cpp)

2014-04-22 Thread hang . vo
Changeset: 812c4260e98c Author:Felipe Heidrich Date: 2014-04-22 09:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/812c4260e98c [Accessibility] Fix usage of va_list after accidentally broken by 6814:0bd76d001286 ([Accessibility] Improving handling of exceptions in

[8u20] Review request for RT-25570: [Menus, Mac] Mac OS : Menu.disable property is ignored when menu items are first initialized in the menu.onMenuValidation method

2014-04-22 Thread Anthony Petrov
Hi Petr, Steve, Please review a fix for https://javafx-jira.kenai.com/browse/RT-25570 -- best regards, Anthony

hg: openjfx/8u-dev/rt: Linux Input Tests: Adding tests for rotate gesture recognizer (RT-36417)

2014-04-22 Thread hang . vo
Changeset: 6e1b3bc76a68 Author:Elina Kleyman Date: 2014-04-22 17:09 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6e1b3bc76a68 Linux Input Tests: Adding tests for rotate gesture recognizer (RT-36417) + tests/system/src/test/java/com/sun/glass/ui/monocle/input/RotateT

hg: openjfx/8u-dev/rt: INTELLIJ ONLY: fix project files to include deploy

2014-04-22 Thread hang . vo
Changeset: 8321c28bf87b Author:snorthov Date: 2014-04-22 09:43 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8321c28bf87b INTELLIJ ONLY: fix project files to include deploy ! .idea/deploy.iml ! .idea/modules.xml

hg: openjfx/8u-dev/rt: RT-36487 : IMX6/monocle/touch - single touch events sequence is interpreted as multi-touch events

2014-04-22 Thread hang . vo
Changeset: f2043e51608b Author:Rafi Tayar Date: 2014-04-22 15:42 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f2043e51608b RT-36487 : IMX6/monocle/touch - single touch events sequence is interpreted as multi-touch events Reviewed-by : dblaukopf. ! modules/graphics

hg: openjfx/8u-dev/rt: RT-36605 : Create new (unit) input tests to check the fix for RT-36487

2014-04-22 Thread hang . vo
Changeset: cd30fe269fba Author:Rafi Tayar Date: 2014-04-22 15:18 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cd30fe269fba RT-36605 : Create new (unit) input tests to check the fix for RT-36487 Reviewed-by : dblaukopf. ! tests/system/src/test/java/com/sun/glass/ui/m

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

2014-04-22 Thread hang . vo
Changeset: 669f56bc38e9 Author:Martin Sladecek Date: 2014-04-22 13:18 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/669f56bc38e9 RT-36769 Fix for RT-33633 breaks the ability for application developers to deal with exceptions properly ! modules/base/src/main/java/com

hg: openjfx/8u-dev/rt: RT-36699 [ToggleButton, RadioButton] arrow keys allow selection of disabled Toggle

2014-04-22 Thread hang . vo
Changeset: 8c3083ca5111 Author:Martin Sladecek Date: 2014-04-22 08:52 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8c3083ca5111 RT-36699 [ToggleButton, RadioButton] arrow keys allow selection of disabled Toggle Reviewed by: jgiles ! modules/controls/src/main/java/