hg: openjfx/8u-dev/rt: RT-38668 [Monocle] x86egl build fails with warnings

2014-09-16 Thread daniel . blaukopf
Changeset: e68f17bfa4f1 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-16 11:38 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e68f17bfa4f1 RT-38668 [Monocle] x86egl build fails with warnings ! modules/graphics/src/main/native-glass/monocle/x11/X11.c

hg: openjfx/8u-dev/rt: RT-38673 [Monocle] Fall back to headless screen if we cannot access the framebuffer

2014-09-16 Thread daniel . blaukopf
Changeset: 55914cd82ec8 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-16 17:43 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/55914cd82ec8 RT-38673 [Monocle] Fall back to headless screen if we cannot access the framebuffer ! modules/graphics/src

hg: openjfx/8u-dev/rt: RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException

2014-09-11 Thread daniel . blaukopf
Changeset: 2abfc95e5ffd Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-11 15:17 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2abfc95e5ffd RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException ! modules/graphics/src

hg: openjfx/8u-dev/rt: RT-38393 [Monocle] Mouse Events stop coming on embedded

2014-09-08 Thread daniel . blaukopf
Changeset: 1d08d9490df0 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-08 10:51 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1d08d9490df0 RT-38393 [Monocle] Mouse Events stop coming on embedded Fixes in modules/graphics/src/main/java/com/sun/glass/ui

Re: openjfx-8u20-b23: Stuck in monocle build for armv7hf

2014-07-31 Thread Daniel Blaukopf
Hi Prasant, I suggest you modify the following line in bin/pkg-config in your SDK directory: export PKG_CONFIG_LIBDIR=${SYSROOT}/usr/lib/arm-linux-gnueabihf/pkgconfig:${SYSROOT}/usr/lib/pkgconfig:${SYSROOT}/usr/share/pkgconfig .. so that it includes the path to your Pango package index.

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-27 Thread Daniel Blaukopf
We are in the process of moving this application into the openjfx repository. On Jul 27, 2014, at 1:03 PM, Seeon Birger seeon.bir...@oracle.com wrote: You can use this one which is more suitable for testing multi-touch: rt-closed/toys/HelloWorld/src/helloworld/HelloMultitouch.java Also note

Re: Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-13 Thread Daniel Blaukopf
2014 17:06:58 +0300 From: Daniel Blaukopf daniel.blauk...@oracle.com daniel.blauk...@oracle.com To: openjfx-dev@openjdk.java.net Mailing openjfx-...@openjdk.java.netMailing openjfx-dev@openjdk.java.net openjfx-dev@openjdk.java.net Subject: Java SE Embedded 8u6 and JDK 8u6

Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-10 Thread Daniel Blaukopf
Hi, JDK 8u6 for ARM and Java SE Embedded 8u6 were released yesterday. This release includes new JavaFX features in addition to bug fixes: Support for Freescale i.MX6Q Sabre Device Platform Multitouch support The 8u6 release also includes several enhancements to the core Java platform such as

hg: openjfx/8u-dev/rt: RT-37865 [Monocle] Show absolute axis bounds in GetEvent

2014-07-09 Thread daniel . blaukopf
Changeset: 8cd193121334 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-09 15:59 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8cd193121334 RT-37865 [Monocle] Show absolute axis bounds in GetEvent ! modules/graphics/src/main/java/com/sun/glass/ui

hg: openjfx/8u-dev/rt: RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply monocle.input.traceEvents

2014-07-09 Thread daniel . blaukopf
Changeset: acc06f0a5691 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-09 20:43 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/acc06f0a5691 RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply monocle.input.traceEvents ! modules/graphics

hg: openjfx/8u-dev/rt: Fix broken build

2014-07-07 Thread daniel . blaukopf
Changeset: 91225781d515 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-07 13:16 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/91225781d515 Fix broken build ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/TouchState.java

Re: Monocle gone?

2014-07-07 Thread Daniel Blaukopf
Hi Christian, Monocle is gone for the desktop since it is not a tested configuration there. We only test Monocle in his non-headless implementations, on embedded platforms. However, if you build OpenJFX yourself (https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX) you will get

hg: openjfx/8u-dev/rt: [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs

2014-07-06 Thread daniel . blaukopf
Changeset: cfdd4005b555 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-06 15:49 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cfdd4005b555 [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs Partial fix

hg: openjfx/8u-dev/rt: [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs

2014-07-06 Thread daniel . blaukopf
Changeset: 8aa4a19308e6 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-06 16:37 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8aa4a19308e6 [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs ! modules

hg: openjfx/8u-dev/rt: RT-37802 [Monocle] GetEvent shows events as integer values instead of constant names

2014-07-03 Thread daniel . blaukopf
Changeset: b072265d6928 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-03 15:01 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b072265d6928 RT-37802 [Monocle] GetEvent shows events as integer values instead of constant names ! modules/graphics/src

hg: openjfx/8u-dev/rt: RT-36424 [Monocle] Implement software solution for double buffering

2014-07-03 Thread daniel . blaukopf
Changeset: a83aa0a73ee5 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-03 15:09 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a83aa0a73ee5 RT-36424 [Monocle] Implement software solution for double buffering ! modules/graphics/src/main/java/com/sun

hg: openjfx/8u-dev/rt: RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages

2014-06-25 Thread daniel . blaukopf
Changeset: 3fa3f3d53510 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-06-25 09:58 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3fa3f3d53510 RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages Reviewed-by: kselle

hg: openjfx/8u-dev/rt: RT-37707 [Monocle] Software cursor is too transparent

2014-06-25 Thread daniel . blaukopf
Changeset: 83f65386cca4 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-06-25 16:53 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/83f65386cca4 RT-37707 [Monocle] Software cursor is too transparent ! modules/graphics/src/main/java/com/sun/glass/ui/monocle

[8u26] Review request RT-37456: [Monocle] Fold together monocle.input, monocle.util and monocle packages

2014-06-18 Thread Daniel Blaukopf
Hi Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37456 Thanks, Daniel

[8u26] Review request RT-37508: [Monocle] Support 16-bit software-rendered framebuffer

2014-06-12 Thread Daniel Blaukopf
Hi Dave, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37508 Thanks, Daniel

[8u26] Review request RT-37512: [Monocle] Provide a software-rendered cursor

2014-06-12 Thread Daniel Blaukopf
Hi Dave and Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37512 Thanks, Daniel

[8u26] Review request RT-36960: A switch to change between frame buffers

2014-06-11 Thread Daniel Blaukopf
Hi Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-36960 Thanks, Daniel

Review request: RT-37474 [Monocle] Shift-backspace generates an undefined key code

2014-06-09 Thread Daniel Blaukopf
Hi Lisa, Please review: https://javafx-jira.kenai.com/browse/RT-37474 http://cr.openjdk.java.net/~dblaukop/webrev-20140609-2233-RT-37474/webrev Thanks, Daniel

Review request: RT-36421 Implement drag and drop for monocle

2014-05-20 Thread Daniel Blaukopf
Hi Dave and Lisa, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140520-0006-RT-36421/webrev/ https://javafx-jira.kenai.com/browse/RT-36421 Thanks, Daniel

Review request: RT-35838 [Quantum] NPE if Platform.exit() is called when rendering is happening

2014-05-11 Thread Daniel Blaukopf
Hi Steve and Dave, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140212-0939-RT-35838/webrev/ https://javafx-jira.kenai.com/browse/RT-35838 Thanks, Daniel

Re: ScrollPane like on iOS?

2014-05-11 Thread Daniel Blaukopf
Hi Tobias, Running with -Dcom.sun.javafx.touch=true should get you the effect you are looking for. The code for this is in VirtualFlow and ScrollBarSkin. Thanks, Daniel On May 11, 2014, at 3:39 PM, Tobias Bley t...@ultramixer.com wrote: Hi JavaFX freaks, does anybody has an idea how to

Review request: RT-37063 [Monocle] X11 port should use full screen mode

2014-05-11 Thread Daniel Blaukopf
Hi Lisa and Dave, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140511-1730-RT-37063/webrev https://javafx-jira.kenai.com/browse/RT-37063 Thanks, Daniel

Review request: RT-37064 [Monocle] Make -Dembedded=monocle the default

2014-05-11 Thread Daniel Blaukopf
Hi Lisa, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140511-1749-RT-37064/webrev/ https://javafx-jira.kenai.com/browse/RT-37064 Thanks, Daniel

Review request: RT-37065 [Monocle] Use the X11 implementation in preference to framebuffer if DISPLAY is set

2014-05-11 Thread Daniel Blaukopf
Hi Lisa and Dave, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140511-1809-RT-37065/webrev/ https://javafx-jira.kenai.com/browse/RT-37065 Thanks, Daniel

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
Hi Ricardo, These are great questions. You are correct in your analysis that the Pi implementation uses a different code path for touch than desktop Linux. Although what you are trying to do is not a supported configuration of JavaFX, the good news is that it should work and we can help you

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
With the latest code you should be getting notification of multitouch gestures as well as raw multitouch events. These events use JavaFX's built-in gesture recognizer for embedded platforms. Out of curiosity, what touch screen are you using? Thanks, Daniel On May 7, 2014, at 12:29 PM, Daniel

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
/8u-dev/rt/rev/9db01136330d Thanks, Daniel With repository version if I get a x86egl buld? Thank you Ricardo De: Daniel Blaukopf [mailto:daniel.blauk...@oracle.com] Enviado el: miércoles, 07 de mayo de 2014 11:29 Para: Ruíz Martín, Ricardo CC: openjfx-dev@openjdk.java.net

[8u26] Review request for RT-35406 [Monocle] Implement mouse/touch grab

2014-05-05 Thread Daniel Blaukopf
Hi Lisa, Would you review the fix for https://javafx-jira.kenai.com/browse/RT-35406 ? http://cr.openjdk.java.net/~dblaukop/webrev-20140505-2010-RT-35406/webrev/ Thanks, Daniel

Re: FX and PiTFT on Raspberry

2014-05-04 Thread Daniel Blaukopf
Hi Marco, Is it the parameter to vc_dispmanx_display_open that you want to change? Currently this is fixed at 0 in dispmanCursor.c but we could make that configurable. Is the problem that JavaFX is drawing to the wrong screen, or getting the wrong screen size? Would you open a JIRA describing

[8u26] Review request for RT-36822 [Monocle] X11 framebuffer container doesn't work any more

2014-04-24 Thread Daniel Blaukopf
Hi Lisa, Would you review the fix for https://javafx-jira.kenai.com/browse/RT-36822? http://cr.openjdk.java.net/~dblaukop/webrev-20140424-2239-RT-36822/webrev/ Thanks, Daniel

[8u26] Review request for RT-36461: Monocle: Pressing two fingers, releasing, and pressing again - is sending two touch events with same coordinates

2014-04-16 Thread Daniel Blaukopf
Hi Rafi, Would you review the fix for https://javafx-jira.kenai.com/browse/RT-36461 ? http://cr.openjdk.java.net/~dblaukop/webrev-20140417-0022-RT-36461/webrev/ Thanks, Daniel

Re: JavaFX8: Multittouch support under Linux

2014-04-07 Thread Daniel Blaukopf
: 9.536 secs Best, Stefan Am 02.04.2014 um 10:19 schrieb Daniel Blaukopf daniel.blauk...@oracle.com: Hi Stefan, You have it exactly right. The touch support on the Raspberry Pi and similar devices gets events from the Linux device drivers, not from X11 or GTK. We don’t provide a binary

Re: JavaFX8: Multittouch support under Linux

2014-04-02 Thread Daniel Blaukopf
Hi Stefan, You have it exactly right. The touch support on the Raspberry Pi and similar devices gets events from the Linux device drivers, not from X11 or GTK. We don’t provide a binary of this configuration for x86, but if you are able to build OpenJFX then you could easily create a binary

Re: Glass Robot and getSCreenCapture

2014-03-23 Thread Daniel Blaukopf
We should be consistent about what we return, although I agree that that the actual value doesn’t seem to matter. 0 for imaginary pixels seems reasonable. On Mar 21, 2014, at 7:05 PM, Anthony Petrov anthony.pet...@oracle.com wrote: Hi David, I don't think we're making any assumptions. We

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

2014-02-12 Thread Daniel Blaukopf
Unless someone has removed font files from the Java directory tree - in which case all bets are off - this won’t happen with the JRE or JDK for any platform. It will only happen with Java SE Embedded Compact Profiles. So referring them to “the release notes for Java SE Embedded” seems

8u20: Request for feedback on unit test proposal

2014-01-30 Thread Daniel Blaukopf
Hi, I put up on https://javafx-jira.kenai.com/browse/RT-35396 a draft of what our unit tests might look like if we were to run them on top of the real Quantum Toolkit instead of StubToolkit. The main problem is how to solve the threading: tests that use StubToolkit are all accessing the

Re: 8u20: Request for feedback on unit test proposal

2014-01-30 Thread Daniel Blaukopf
t...@tbee.org wrote: Am I to understand that this is using the VNC server? Because I'm not seeing the tell-tale -D parameters in the gradle.build. Or is this actually running on-screen? Tom On 2014-1-30 18:40, Daniel Blaukopf wrote: Hi, I put up on https://javafx-jira.kenai.com

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
Hi Tom, You have it right. Currently the VNC server is always running on port 5901, but feel free to open a JIRA to change that. If you want to test this today you need to build OpenJFX yourself (https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX). We don’t have snapshots of 8u20

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
Hi Uwe, On Jan 22, 2014, at 2:19 PM, Uwe Sander usan...@tesis.de wrote: Hi, I'm interested in headless testing, too. I tried to use StubToolkit for including TestFX tests in a headless build, but all I got was a CNFE. If anyone is interested to give me a hand on this, details can be

Re: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
From: Daniel Blaukopf [mailto:daniel.blauk...@oracle.com] Sent: Tuesday, January 21, 2014 2:45 PM To: John Smith; openjfx-dev@openjdk.java.net Subject: Re: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end] Hi John, On 01/22/2014 12:24 AM, John

Move to JIRA [was: Re: [8u] API Request: RT-25613, ObservableValue should have a hasListener(listener) method]

2014-01-22 Thread Daniel Blaukopf
Hi Martin, Randahl, Tom, Richard, Tomas and Ali, This is a productive discussion, but once we get to this level of detail JIRA is the place to have it, so that we don’t lose our record of it. Would you continue the discussion on https://javafx-jira.kenai.com/browse/RT-25613 ? See

8u20 review request: RT-35443 Provide a headless glass implementation integrated with our JUnit tests

2014-01-21 Thread Daniel Blaukopf
Hi Steve and Anthony, Would you review the following change to our build/test scripts to allow running JUnit tests in headless Monocle on desktop platforms? https://javafx-jira.kenai.com/browse/RT-35443 http://cr.openjdk.java.net/~dblaukop/webrev-20140121-1743-RT-35443/webrev/ Currently all

Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-21 Thread Daniel Blaukopf

Re: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-21 Thread Daniel Blaukopf

8u20 review request: RT-35355 - Software rendering ports of Monocle need notification of pixel upload end

2014-01-16 Thread Daniel Blaukopf
Hi Kevin and Anthony, Would you review the following change to have Quantum notify Glass when it has finished rendering all scenes? This is to enable double-buffering on embedded and headless systems. https://javafx-jira.kenai.com/browse/RT-35355

Re: 8u20 review request: RT-35355 - Software rendering ports of Monocle need notification of pixel upload end

2014-01-16 Thread Daniel Blaukopf
Dave suggested another way of does this, which I tried out and it seemed to work. Notes and link to patch are in the JIRA. Either approach is OK with me, but others might feel more strongly about it. Daniel On Jan 16, 2014, at 10:31 PM, Daniel Blaukopf daniel.blauk...@oracle.com wrote: Hi

Re: 8u20 review request: RT-35355 - Software rendering ports of Monocle need notification of pixel upload end

2014-01-16 Thread Daniel Blaukopf
Dave suggested another way of does this, which I tried out and it seemed to work. Notes and link to patch are in the JIRA. Either approach is OK with me, but others might feel more strongly about it. Daniel On Jan 16, 2014, at 10:31 PM, Daniel Blaukopf daniel.blauk...@oracle.com wrote: Hi

Announcing Monocle, an experimental port of Glass for embedded systems

2014-01-08 Thread Daniel Blaukopf
Hi, A few of us in the JavaFX team have been trying over the holidays to put together an embedded implementation of Glass that has minimal native code. When developing the existing embedded Glass implementation, Lens, we had noticed that there were a few problems were were running into again

Re: Announcing Monocle, an experimental port of Glass for embedded systems

2014-01-08 Thread Daniel Blaukopf
it doesn't work? Scott On Wed, Jan 8, 2014 at 7:00 PM, Daniel Blaukopf daniel.blauk...@oracle.com wrote: Hi, A few of us in the JavaFX team have been trying over the holidays to put together an embedded implementation of Glass that has minimal native code. When developing the existing

[8u] Code Review Request - RT-34951: Provide a way to exit when the screen is first rendered

2014-01-06 Thread Daniel Blaukopf
Hi Kevin, Please review this extension to PulseLogger to exit after processing a given number of pulses. This is for benchmarking VM startup time using FX samples. https://javafx-jira.kenai.com/browse/RT-34951 http://cr.openjdk.java.net/~dblaukop/webrev-20140106-2341-RT-34951/webrev/ Thanks,

Re: Platform.isSupported behavior

2013-11-19 Thread Daniel Blaukopf
Hi Stas, Yes, you have a good point here. The behavior you are seeing is what I would expect, but I agree we could do better in how we specify this. Currently, States reported by Platform.isSupported are updated when input devices are added and removed Controls check the connected input devices

Re: Platform.isSupported behavior

2013-11-19 Thread Daniel Blaukopf
point of view none of this discussion is about Java 8 - there aren’t going to be any more API changes or non-critical changes to controls behavior in that time frame. Would you open a JIRA for this, targeted at 9? Thanks, Daniel 19.11.2013 13:32, Daniel Blaukopf пишет: Hi Stas, Yes, you

Review request:

2013-11-18 Thread Daniel Blaukopf
Hi Assaf and Dave, Would you review a fix for the ChalkBoard Electronics 7” touch screen? https://javafx-jira.kenai.com/browse/RT-34338 The patch is in the JIRA comments. Thanks, Daniel

Re: Two Level Focus

2013-11-17 Thread Daniel Blaukopf
Hi John, TWO_LEVEL_FOCUS is a feature developed for embedded platforms. However it can be enabled for desktop platforms by setting a system property in the way you describe. The kind of input device you have is exactly a match for two level focus. On embedded platforms the criterion for

Re: discussion about touch events

2013-11-17 Thread Daniel Blaukopf
and would result in more efficient implementation (the search for overlapping nodes and closest borders etc. is going to be pretty complicated as well, if it's even possible to make it work). What do you think? Any better ideas? Pavel On 13.11.2013 22:09, Daniel Blaukopf wrote: Hi Seeon

Re: discussion about touch events

2013-11-13 Thread Daniel Blaukopf
be selectively enabled for certain type of nodes such buttons or other classic controls. Regards, Seeon -Original Message- From: Pavel Safrata Sent: Tuesday, November 12, 2013 1:11 PM To: Daniel Blaukopf Cc: OpenJFX Subject: Re: discussion about touch events (Now my

Re: discussion about touch events

2013-11-12 Thread Daniel Blaukopf
(My original message didn't get through to openjfx-dev because I used inline images. I've replaced those images with external links) On Nov 11, 2013, at 11:30 PM, Pavel Safrata pavel.safr...@oracle.com mailto:pavel.safr...@oracle.com wrote: On 11.11.2013 17:49, Tomas Mikula wrote: On Mon,

Re: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread Daniel Blaukopf
Vote: Yes Daniel On Nov 5, 2013, at 5:59 PM, David Hill david.h...@oracle.com wrote: [ resending it with a corrected subject line. The dangers of reusing a form] I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes

Re: CFV: New OpenJDK Committer: Lisa Selle

2013-10-06 Thread Daniel Blaukopf
Vote: yes Daniel On Sep 25, 2013, at 6:30 PM, Artem Ananiev artem.anan...@oracle.com wrote: I hereby nominate Lisa Selle to OpenJFX Committer. Lisa is a member of JavaFX Embedded team. Her changes are all over the JavaFX code, from cursors and input events to makefiles and virtual

Re: CFV: New OpenJFX Committer: Joseph Andresen

2013-10-06 Thread Daniel Blaukopf
Vote: yes Daniel On Sep 25, 2013, at 6:17 PM, Artem Ananiev artem.anan...@oracle.com wrote: I hereby nominate Joe Andresen to OpenJFX Committer. Joe is a member of JavaFX Graphics team at Oracle. His first changeset in Prism is dated by 2009, and total number of commits is close to one

JDK 8 for ARM Early Access Releases (with JavaFX)

2013-07-10 Thread Daniel Blaukopf