hg: openjfx/8u-dev/rt: [rt/toys] Fix for RT-32060: Swipe functionality is not working in HelloSanity

2013-12-19 Thread hang . vo
Changeset: c7848c7b7ae7 Author:Elina Kleyman Date: 2013-12-19 19:29 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c7848c7b7ae7 [rt/toys] Fix for RT-32060: Swipe functionality is not working in HelloSanity ! apps/toys/Hello/src/main/java/hello/TestBuilder.java

CodeArea (almost) ready to support a rich-text editor

2013-12-19 Thread Tomas Mikula
I made a bunch of improvements to CodeArea [1], most notably two: 1. line wrapping 2. arbitrary (generic) style information (instead of just style classes before). Your style information can be anything, as long as you provide a way (read lambda function) to either a) convert it to a CSS string

hg: openjfx/8u-dev/rt: [TOYS] correcting missing resource for HelloMenu

2013-12-19 Thread hang . vo
Changeset: 7fba0727e350 Author:ddhill Date: 2013-12-19 14:35 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7fba0727e350 [TOYS] correcting missing resource for HelloMenu Reviewed-by: kcr ! apps/toys/Hello/src/main/java/hello/LabelBorders.css + apps/toys/Hello/src/main/

hg: openjfx/8u-dev/rt: ECLIPSE ONLY: fix .classpath files

2013-12-19 Thread hang . vo
Changeset: 346f3c92ca65 Author:snorthov Date: 2013-12-19 16:38 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/346f3c92ca65 ECLIPSE ONLY: fix .classpath files + apps/experiments/.classpath + apps/experiments/.project - apps/experiments/3DViewer/.classpath - apps/experim

Re: (in)sanity testing

2013-12-19 Thread David Grieve
Excellent idea. I'm glad I thought of it. ;^) On Dec 19, 2013, at 10:58 AM, Lisa Selle wrote: > BTW, if you are spending time on this ;) it would be worthwhile to also be > able to choose large "groups" of associated tests (rather than having to > hand-select 27 different controls test, for ex

Re: In(Sanity) Testing Mondays

2013-12-19 Thread Lisa Selle
Hi all, Steve and I have update the test matrix for the coming weeks. Due to US holidays, this matrix will stay in place until next year. For the desktop team, we aimed to have two people cover each part of ensemble on various platforms, for embedded (since we have fewer people), one person

hg: openjfx/8/master/rt: 10 new changesets

2013-12-19 Thread hang . vo
Changeset: 11513f640f48 Author:mv157916 Date: 2013-12-12 16:00 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/11513f640f48 RT-34877: Update the JDK 8 build number to b120 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: b7940

NSView-based embedding on Mac OS X

2013-12-19 Thread E KN
Back in January 2013, it reported on this list that NSView-based embedded windows on Mac OS X would be supported in JDK8 and maybe even in a future update to JDK7: http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-January/005783.html I was wondering if this is still the current plan, as I h

Re: NSView-based embedding on Mac OS X

2013-12-19 Thread Petr Pchelko
Hello, Eli. The NSView-based embedding was implemented and is already available in JDK8 EA builds and JDK7u40. Here's the bug which was used to track the changes: https://bugs.openjdk.java.net/browse/JDK-7154778 However, this implementation was designed specifically to support the SWT_AWT brid