Please review

2014-11-14 Thread David Hill
ard on MacOSX. And on other platforms, the presence of the key tends to be done with a table that may not map to a real attached keyboard. So used a lookup table for the most likely common use cases for this call. -- David Hill Java Embedded Development "A man's feet should be planted in

Please review compile warnings from GTK

2014-10-29 Thread David Hill
Kevin, Here is a set of changes to suppress compile warnings in GTK so that we might actually notice a new one Jira: https://javafx-jira.kenai.com/browse/RT-39208 Webrev: http://cr.openjdk.java.net/~ddhill/RT-39208 ** -- David Hill Java Embedded Development "A man's feet should

Re: Ensemble8

2014-10-11 Thread David Hill
lace to get the latest and greatest sources from. Ensemble8 source and binary is also shipped as part of the " Java SE Development Kit 8u20 Demos and Samples", which is on the same page you downloaded the JDK from <http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downlo

Re: CFV: New OpenJFX Committer: Chris Bensen

2014-10-10 Thread David Hill
ling list. For Lazy Consensus voting instructions, see [2]. Nomination to a project Committer is described in [3]. [1] http://openjdk.java.net/census#openjfx [2] http://openjdk.java.net/bylaws#lazy-consensus [3] http://openjdk.java.net/projects#project-committer Thanks, -- Kevin -- Davi

review requested for Glass/GTK change

2014-10-01 Thread David Hill
with a minimum size as the intermediate size over road the requested size. Note: there is some extra resizing that is really visible still that I have not removed, but will need to be in a follow on Jira. Please follow up in the Jira. -- David Hill Java Embedded Development "A man'

Re: How do I find out why the render loop is running?

2014-09-30 Thread David Hill
the control has focus. That would only cause one pulse per second or so, right? Yes - I don't recall the timing, but no more than twice a second. -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world."

Re: How do I find out why the render loop is running?

2014-09-30 Thread David Hill
t it seems not. I suspect I've done something that is forcing the system to "pulse" no matter what, but I don't know where to begin investigating this. Profiling just shows lots of time being spent in quantum. -- David Hill Java Embedded Development "A man's feet s

Re: CFV: New OpenJFX Committer: Morris Meyer

2014-09-24 Thread David Hill
00113.html [2] http://openjdk.java.net/census#openjfx [3] http://openjdk.java.net/bylaws#lazy-consensus [4] http://openjdk.java.net/projects#project-committer Thanks, -- Kevin -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his

Re: CFV: New OpenJFX Committer: Michael Fang

2014-09-24 Thread David Hill
t-committer Thanks, -- Kevin -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George Santayana (1863 - 1952)

Re: JAVAFX and Raspberry PI B

2014-09-15 Thread David Hill
t-controls.jar and jfxrt-graphics.jar. How are you launching your application ? Dave -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George Santayana (1863 - 1952)

Re: JAVAFX and Raspberry PI B

2014-09-12 Thread David Hill
tion.access$1800(LensApplication.java:58) at com.sun.glass.ui.lens.LensApplication$4.run(LensApplication.java:917) ... 1 more Do I need install anything else? Thanks Francisco -- David Hill Java Embedded Development "A man's feet should be planted in his country,

OpenJFX Wiki and the Platforms location.

2014-09-12 Thread David Hill
cific, and JavaFX feature general notes/documentation. Does it make sense to move Platform to be under Main ? -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George Santayana (1863 - 1952)

Some additional information in OpenJFX wiki to review

2014-08-28 Thread David Hill
are issues. Some additions to Fonts - Big Fonts https://wiki.openjdk.java.net/display/OpenJFX/Font+Setup#FontSetup-BigFonts I broke out VRAM from Pi (we may have see the first hit in i.MX6 land) https://wiki.openjdk.java.net/pages/viewpage.action?pageId=20415996 -- David Hill Java Embedded

Change in default font engine for embedded

2014-08-27 Thread David Hill
ce the T2K path use: -Dprism.text=t2k To learn a lot about fonts, check out: https://wiki.openjdk.java.net/display/OpenJFX/Font+Setup or add: -Dprism.debugfonts=true -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey th

hg: openjfx/8u-dev/rt: (RT-37585) Embedded - enable freetype/pango path by default

2014-08-27 Thread david . hill
Changeset: eedae2717d3c Author:ddhill Date: 2014-08-27 11:38 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/eedae2717d3c (RT-37585) Embedded - enable freetype/pango path by default Reviewed-by: kselle, fheidric ! modules/graphics/src/main/java/com/sun/javafx/font/Prism

hg: openjfx/8u-dev/rt: RT-37698: Platform.isSupported(MEDIA|WEB) passes when it should not on embedded

2014-08-26 Thread david . hill
Changeset: 507a38bed103 Author:ddhill Date: 2014-08-26 11:57 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/507a38bed103 RT-37698: Platform.isSupported(MEDIA|WEB) passes when it should not on embedded Reviewed-by: kselle, kcr ! modules/graphics/src/main/java/com/sun/ja

Please review RT-37585 Embedded - enable freetype/pango path by default

2014-08-25 Thread David Hill
Lisa, Felipe, could you please review the one line enabling of freetype/pango path by default for embedded ? https://javafx-jira.kenai.com/browse/RT-37585 thanks, dave -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes sho

Please review RT-37698

2014-08-25 Thread David Hill
: com.sun.javafx.experimental.embedded.web com.sun.javafx.experimental.embedded.media to enable them in the platform check. -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George Santayana (1863 - 1952)

hg: openjfx/8u-dev/rt: RT-38398: [Monocle] correct i.MX6 detection

2014-08-22 Thread david . hill
Changeset: afa6d979fcca Author:ddhill Date: 2014-08-22 10:47 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/afa6d979fcca RT-38398: [Monocle] correct i.MX6 detection Reviewed-by: kselle ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MX6PlatformFactory.java

hg: openjfx/8u-dev/rt: RT-37595: [Lens] Exclude Lens classes and shared libraries

2014-08-08 Thread david . hill
Changeset: c1c737ec7c60 Author:ddhill Date: 2014-08-08 14:28 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c1c737ec7c60 RT-37595: [Lens] Exclude Lens classes and shared libraries Reviewed-by: kselle ! buildSrc/armv5sf.gradle ! buildSrc/armv6hf.gradle ! buildSrc/armv6s

hg: openjfx/8u-dev/rt: RT-38192: change monocle imx6 platform detection

2014-08-07 Thread david . hill
Changeset: d5ac1bbee657 Author:ddhill Date: 2014-08-07 12:40 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d5ac1bbee657 RT-38192: change monocle imx6 platform detection Reviewed-by: dblaukopf ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MX6PlatformFactor

hg: openjfx/8u-dev/rt: RT-38196: resyncing armv5 and v7 buildSrc platforms

2014-08-06 Thread david . hill
Changeset: fe03c89b5cd1 Author:ddhill Date: 2014-08-06 12:58 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fe03c89b5cd1 RT-38196: resyncing armv5 and v7 buildSrc platforms Reviewed-by: kcr, fheidric ! buildSrc/armv5sf.gradle ! buildSrc/armv7hf.gradle ! buildSrc/armv7s

Re: In(Sanity) Testing Mondays

2014-07-28 Thread David Hill
at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Lisa -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world."

Re: 8u40 review (and test) request for RT-37945: NPEs for Canvas apps on SW pipeline

2014-07-24 Thread David Hill
sw' This env var is added to the command line in jfxrun. I put this in a while back because I needed global command line additions too. Dave -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George Santayana (1863 - 1952)

Re: javafx: multiple displays when using opengl-es2 pipeline on embedded platforms

2014-07-16 Thread David Hill
racle's OpenSource projects, like OpenJDK and OpenJFX. The details can be found here: http://www.oracle.com/technetwork/community/oca-486395.html and includes the 1800 people currently enrolled. Dave On Wed, Jul 16, 2014 at 12:02 PM, Prasant J wrote: On Tue, Jul 15, 2014 at 8:37 PM, David H

Re: javafx: multiple displays when using opengl-es2 pipeline on embedded platforms

2014-07-15 Thread David Hill
engl-es2 using eglfb pipeline) only one screen is supported. I would like to know whether multiple displays is supported at all (on any platform: windows/mac/linux) when opengl-es2 pipeline is used? Any inputs will be of help. -Pj -- David Hill Java Embedded Development "A man's feet sh

Re: OT: Netbeans ported to JFX?

2014-07-10 Thread David Hill
ually, when tries to create a real world app only creates a demonstrator of a real world app, which doesn't have any success. -- Fabrizio Giudici - Java Architect @ Tidalwave s.a.s. "We make Java work. Everywhere." http://tidalwave.it/fabrizio/blog - fabrizio.giud...@tidalwave.it

hg: openjfx/8u-dev/rt: RT-37764: [Android] key mapping overflow

2014-07-01 Thread david . hill
Changeset: ec2360cbe8c2 Author:ddhill Date: 2014-07-01 13:55 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ec2360cbe8c2 RT-37764: [Android] key mapping overflow Contributed-by: johanvos ! modules/graphics/src/main/native-glass/lens/dalvik/dalvikUtils.c

hg: openjfx/8u-dev/rt: RT-37733: restore Monocle GetEvent as a stand alone diagnostic

2014-06-26 Thread david . hill
Changeset: 26a153c2ade1 Author:ddhill Date: 2014-06-26 15:56 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/26a153c2ade1 RT-37733: restore Monocle GetEvent as a stand alone diagnostic Reviewed-by: dblaukopf ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/GetE

hg: openjfx/8u-dev/rt: RT-37699: fix conditionalFeatures tags for Ensemble samples

2014-06-24 Thread david . hill
Changeset: 17b9a338fedb Author:ddhill Date: 2014-06-24 14:03 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/17b9a338fedb RT-37699: fix conditionalFeatures tags for Ensemble samples Reviewed-by: kcr, kselle ! apps/samples/Ensemble8/src/generated/java/ensemble/generated/

review for Ensemble @conditionalFeature additions

2014-06-24 Thread David Hill
s.java is generated, and needs to be done to include the new tags. -- David Hill Java Embedded Development There cannot be a crisis next week. My schedule is already full. -- Henry Kissinger (1923 - )

hg: openjfx/8u-dev/rt: RT-37594: Make lens build optional

2014-06-24 Thread david . hill
Changeset: 1f068eb07b58 Author:ddhill Date: 2014-06-24 09:50 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1f068eb07b58 RT-37594: Make lens build optional Reviewed-by: kcr ! build.gradle ! buildSrc/armv5sf.gradle ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! b

Review request for adding capability to disable Lens builds

2014-06-20 Thread David Hill
. This submit should have no current build result changes except for the extra newline on javafx.*.properties and a small amount of reordering of javafx.platform.properties -- David Hill Java Embedded Development "This email was created using 100% recycled electrons."

review for https://javafx-jira.kenai.com/browse/RT-37552

2014-06-13 Thread David Hill
Daniel, would you review the change in RT-37552 Dave jira: https://javafx-jira.kenai.com/browse/RT-37552 patch is in the Jira. -- David Hill Java Embedded Development Insanity in individuals is something rare - but in groups, parties, nations and epochs, it is the rule. -- Friedrich

Review for monocle robot

2014-06-11 Thread David Hill
jira: https://javafx-jira.kenai.com/browse/RT-36375 webrev: http://cr.openjdk.java.net/~ddhill/RT-36375/ This fixes 16 and 32 bit accelerated screen captures as tested with HelloSanity. -- David Hill Java Embedded Development "An undefined problem has an infinite number of solu

review: Refactoring KeyEvent.getKeyCodeForChar

2014-06-11 Thread David Hill
ill be missing the native impl. -- David Hill Java Embedded Development "We trained hard, but it seemed that every time we were beginning to form up into teams, we would be reorganized. I was to learn later in life that we tend to meet any new situation by reorganizing; and a wonderful method it

Re: Change of crosstools for arm builds

2014-06-06 Thread David Hill
On 6/4/14, Jun 4, 3:28 PM, David Hill wrote: A follow up - https://wiki.openjdk.java.net/display/OpenJFX/Cross+Building+for+Arm+Hard+Float has been updated to reflect the new tool chain script. And I had to update the script (upping the revision) when I realized I lost one header. Dave

Change of crosstools for arm builds

2014-06-04 Thread David Hill
r than peeling them from a Pi sd card. Let me know if you need the instructions sooner. -- David Hill Java Embedded Development There cannot be a crisis next week. My schedule is already full. -- Henry Kissinger (1923 - )

Result: New OpenJFX Committer: Yves Joan

2014-05-29 Thread David Hill
Voting for Yves Joan to OpenJFX Committer [1] is now closed. Yes: 8 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2014-May/013881.html -- David Hill Java

Result: New OpenJFX Committer: Jerome Cambon

2014-05-29 Thread David Hill
Voting for Jerome Cambon to OpenJFX Committer [1] is now closed. Yes: 9 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2014-May/013872.html -- David Hill

Result: New OpenJFX Committer: Eric Le Ponner

2014-05-29 Thread David Hill
Voting for Eric Le Ponner to OpenJFX Committer [1] is now closed. Yes: 9 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2014-May/013867.html -- David Hill

Result: New OpenJFX Committer:Sandra Lions-Piron

2014-05-29 Thread David Hill
Voting for Sandra Lions-Piron to OpenJFX Committer [1] is now closed. Yes: 8 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2014-May/013880.html -- David Hill

Result: New OpenJFX Committer: Mo Chicharro

2014-05-29 Thread David Hill
Voting for Mo Chicharro to OpenJFX Committer [1] is now closed. Yes: 8 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2014-May/013882.html -- David Hill Java

Re: Building WebKit natives with debug symbols on 32 bit Linux

2014-05-28 Thread David Hill
le linking a large executable. - booted the 64bit Ubuntu system and chrooted into a 32 bit environment. Some say that with 64 bit kernel, each 32 bit user-space process has more address space than with 32 bit kernel. - both of the above My question to the list is: How do you guys produce 32 bit l

Re: Gradle Scripts

2014-05-27 Thread David Hill
I could set the property MACOSX_MIN_VERSION on the command line, but that got old quick :-) Dave -- David Hill Java Embedded Development "Experience is that marvelous thing that enables you to recognize a mistake when you make it again." -- Franklin P. Jones

review for build fix to fail when tools are not present in cross build

2014-05-22 Thread David Hill
d that I "failed" correctly when I removed the required compiler. I did not check all of the other paths, but applied the same pattern to them. -- David Hill Java Embedded Development "Why is it drug addicts and computer afficionados are both called users?" -- Clifford Stoll

Re: How to force pixels to hit the screen?

2014-05-21 Thread David Hill
thread higher priority than the rest, that might also work -- David Hill Java Embedded Development "A specification that will not fit on one page of 8.5x11 inch paper cannot be understood." -- Mark Ardis

Re: How to force pixels to hit the screen?

2014-05-20 Thread David Hill
i.com/browse/RT-17716 raises some issues that need to be fixed before FXMLLoader.load can work off the event thread :-( -- David Hill Java Embedded Development "A hasty judgment is a first step to recantation." -- Publilius Syrus

build correction for x86egl

2014-05-15 Thread David Hill
up in the sdk/rt/lib/[i386|amd46] directory depending on machine arch +X86EGL.arch = OS_ARCH +X86EGL.libDest = "lib/${OS_ARCH}" // TODO this is garbage. Each target file should define what it includes, // not what it excludes. -- David Hill Java Embedded Development "And remember

Re: CFV: New OpenJFX Committer: Sandra Lions-Piron

2014-05-14 Thread David Hill
described in [3]. [1] http://openjdk.java.net/census#openjfx [2] http://openjdk.java.net/bylaws#lazy-consensus [3] http://openjdk.java.net/projects#project-committer -- David Hill Java Embedded Development "No matter how much pressure you feel at work, if you could find ways to rela

Re: CFV: New OpenJFX Committer: Yves Joan

2014-05-14 Thread David Hill
]. [1] http://openjdk.java.net/census#openjfx [2] http://openjdk.java.net/bylaws#lazy-consensus [3] http://openjdk.java.net/projects#project-committer -- David Hill Java Embedded Development "No matter how much pressure you feel at work, if you could find ways to relax for at least

Re: CFV: New OpenJFX Committer: Mo Chicharro

2014-05-14 Thread David Hill
described in [3]. [1] http://openjdk.java.net/census#openjfx [2] http://openjdk.java.net/bylaws#lazy-consensus [3] http://openjdk.java.net/projects#project-committer -- David Hill Java Embedded Development "No matter how much pressure you feel at work, if you could find ways to rela

Re: CFV: New OpenJFX Committer: Jerome Cambon

2014-05-14 Thread David Hill
] http://openjdk.java.net/census#openjfx [2] http://openjdk.java.net/bylaws#lazy-consensus [3] http://openjdk.java.net/projects#project-committer -- David Hill Java Embedded Development "Computers make very fast, very accurate mistakes."

Re: CFV: New OpenJFX Committer: Eric Le Ponner

2014-05-14 Thread David Hill
described in [3]. [1] http://openjdk.java.net/census#openjfx [2] http://openjdk.java.net/bylaws#lazy-consensus [3] http://openjdk.java.net/projects#project-committer -- David Hill Java Embedded Development "I use multi-million dollar satellites to find tupperware in the woods. Whats

Re: gradle

2014-05-08 Thread David Hill
nals claim that "gradle is extremely easy". Build tools are NEVER easy for developers :) Some are just a bit easier than others. Thanks, - Johan -- David Hill Java Embedded Development "The Internet: where men are men, women are men, and children are FBI agents."

Yet another gradle review - enabling freetype for ARM

2014-05-08 Thread David Hill
eetype = true With the disable,ARMV6SF was found to work. -- David Hill Java Embedded Development I have never let my schooling interfere with my education. -- Mark Twain

Gradle changes for review RT-36712, RT-37020

2014-05-08 Thread David Hill
file cleanup for the better in the jars. -- David Hill Java Embedded Development "A hypocrite is a person who--but who isn't?" -- Don Marquis (1878 - 1937)

Result: New OpenJFX Committer: Elina Kleyman

2014-04-29 Thread David Hill
Voting for Elina Kleyman to OpenJFX Committer [1] is now closed. Yes: 6 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill

CFV: New OpenJFX Committer: Elina Kleyman

2014-04-10 Thread David Hill
I hereby nominate Elina Kleyman to OpenJFX Committer. Elina is a member of JavaFX Embedded team at Oracle. Elina's changes are in Glass support code, as well as our test and sample applications. hg log -M -u "Elina Kleyman" A list of Elina's commits is also available by the following links

Mali-400, looking for some help

2014-04-04 Thread David Hill
image/driver combo that does not have version issues. Like Freescale, the Mali implementation requires a different library configuration for X11 versus direct to framebuffer rendering. Dave -- David Hill Java Embedded Development Reality is merely an illusion, albeit a very persistent one. -- A

Re: Glass Robot and getSCreenCapture

2014-03-26 Thread David Hill
ething that will try some of the variations to see if we fail on other platforms. Given my current understanding of the problem though, I really don't see how a pre-verification of the bounds can be done. -- David Hill Java Embedded Development "Experience is a hard teacher because she gives the test first, the lesson afterwards." -- Vernon Sanders Law

Re: Glass Robot and getSCreenCapture

2014-03-26 Thread David Hill
not heard back yet. But this discussion should be happening anyway, as we discuss what should or should not be done. Dave Again, sorry to be getting to this so late and apologies if all of this has been discussed in another thread that I missed, Steve On 2014-03-25 2:46 PM, David Hill wrote

Re: Glass Robot and getSCreenCapture

2014-03-25 Thread David Hill
On 3/21/14, Mar 21, 12:53 PM, David Hill wrote: Having heard a little feedback, here is my proposal in the form of a review request :-) My recommendation would be modify the JavaDoc contract to specify that the x,y and x+width, y+height must be within the screen bounds, with an

Glass Robot and getSCreenCapture

2014-03-21 Thread David Hill
odify the JavaDoc contract to specify that the x,y and x+width, y+height must be within the screen bounds, with an IllegalArgumentException if out of bounds. This would be checked in Robot, prior to calling the native impls. This code is "internal" API, so I expect the real impact woul

webrev for arm FB screen capture

2014-03-20 Thread David Hill
fixing some issues I found with a 565 based display and Robot screen capture. Will tackle Monocle later now that I understand better the framebuffer capture issues. jira:https://javafx-jira.kenai.com/browse/RT-35910 review: http://cr.openjdk.java.net/~ddhill/RT-35910/ -- David Hill

Re: [8u20] review request: https://javafx-jira.kenai.com/browse/RT-36163

2014-03-11 Thread David Hill
On 3/11/14, Mar 11, 6:21 PM, Kevin Rushforth wrote: David, Please review the (simple) build fix for: JIRA: https://javafx-jira.kenai.com/browse/RT-36163 Webrev: http://cr.openjdk.java.net/~kcr/RT-36163/ -- Kevin +1 -- David Hill Java Embedded Development Education: that which reveals

Moved samples 3DViewer and Modena from experiments to samples

2014-03-07 Thread David Hill
A heads up. I just moved samples 3DViewer and Modena from experiments to samples. If you are going to work on these samples, you may want to sync up soon to avoid later fun. Dave -- David Hill Java Embedded Development "We trained hard, but it seemed that every time we were beginni

Review for font fallback change RT-35978

2014-03-05 Thread David Hill
desired information with greater simplicity and accuracy than the previous mechanism. I also would appreciate an associated Wiki rework for this topic: https://wiki.openjdk.java.net/display/OpenJFX/Font+Setup -- David Hill Java Embedded Development "If you want to catch something, running aft

Re: review request for RT-35353

2014-02-26 Thread David Hill
bcmLibraryHandle = ls.dlopen("libbcm_host.so", LinuxSystem.RTLD_LAZY); check for null ? other than that, did not see anything. +1 -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world."

Embedded ARM interest "poll"

2014-02-20 Thread David Hill
ard float distro with sufficiently integrated graphics drivers to try it on. I have a pending request to support the A20-OLinuXino, and actually have one so I might be able to start work soon. If "Embedded" ARM is interesting to you, could you reply OFF LIST - just to me with the p

Review for RT-35535 - better provide for embedded font fallback

2014-02-18 Thread David Hill
: -Dprism.fontsdir=/opt/fonts -Dprism.debugfonts=true And my documenting fonts (at least on Linux) page on the Wiki: https://wiki.openjdk.java.net/display/OpenJFX/Font+Setup -- David Hill Java Embedded Development "Basic research is what I am doing when I don't know what I am doing.&q

Re: Heads up... changing the rt/build/*sdk/ directory

2014-02-17 Thread David Hill
nd we use the JFX_CORE_ONLY property to avoid trying to build some of the examples. Our nightly build does quite a bit (but not all) of the apps tree for both 'host' and cross. I am looking forward to hooking up most of the rest. I think there are a couple that we will not ever

Heads up... changing the rt/build/*sdk/ directory

2014-02-14 Thread David Hill
obably want to perform a clean build. And then try out the apps, in the new easier to use format. Note: for now, you will still need to specify the JDK for ant/nb, like this: ant -Dplatforms.JDK_1.8.home=$JAVA_HOME -- David Hill Java Embedded Development "On a clear disk, you can seek forever."

Failure to find any font (probably on Embedded)

2014-02-12 Thread David Hill
ntConfigManager is: if (anyFont == null) { if (debugFonts) { System.err.println("Fontconfig returned no fonts at all."); } fontConfigFailed = true; return; -- David Hill Java Embedded Development "A common

Re: JavaFX on headless Jenkins

2014-01-07 Thread David Hill
It would appear that I have not touched this since the gradle switchout :-( Dave Tom On 2014-1-6 17:36, David Hill wrote: On 1/4/14, Jan 4, 3:57 PM, Tom Eugelink wrote: I'm trying to run JavaFX UI tests using TestFX on a headless Jenkins server (Ubuntu / Debian). I've gotten to

Re: JavaFX on headless Jenkins

2014-01-06 Thread David Hill
com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:158) at java.lang.Thread.run(Thread.java:744) -- David Hill Java Embedded Development "On a clear disk, you can seek forever."

Result: New OpenJFX Committer: Vadim Pakhnushev

2013-12-26 Thread David Hill
Voting for Vadim Pakhnushev to OpenJFX Committer [1] is now closed. Yes: 7 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill

Additions to apps/toys

2013-12-17 Thread David Hill
tests. In particular - try HelloSanity. Have fun with them :-) -- David Hill Java Embedded Development "For every complex problem there is a simple solution, and it's wrong." -- H. L. Mencken

Fwd: CFV: New OpenJFX Committer: Vadim Pakhnushev

2013-12-11 Thread David Hill
I hereby nominate Vadim Pakhnushev to OpenJFX Committer. Vadim is a member of JavaFX Embedded team at Oracle. Vadim's changes are in Glass Windows/D3d: hg log -M -u "vadim" An incomplete list of Vadim's commits and reviews is also available by the following link: http://hg.openjdk.java.ne

webrev for moving a few toys to public toys

2013-12-06 Thread David Hill
the nb source path, and a few javadoc fixes. -- David Hill Java Embedded Development "Any fool can make a rule, and any fool will mind it." -- Henry David Thoreau (1817 - 1862)

please review RT-31668

2013-12-05 Thread David Hill
https://javafx-jira.kenai.com/browse/RT-31668 Kevin, Alexander, please review: http://cr.openjdk.java.net/~ddhill/RT-31668/ <http://cr.openjdk.java.net/%7Eddhill/RT-31668/> -- David Hill Java Embedded Development Education: that which reveals to the wise, and conceals from the stupi

Changing the default gradle build results.

2013-12-02 Thread David Hill
itional 3 minutes. There seems a number of ways to solve this issue - adding additional targets, while retaining the overall end result. The challenge seems to be defining what those intermediate targets should be, and what should be the definition of 'sdk' and what is the default g

Result: New OpenJFX Committer: Rafi Tayar

2013-11-19 Thread David Hill
Voting for Rafi Tayar to OpenJFX Committer [1] is now closed. Yes: 6 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill Java

Result: New OpenJFX Committer: Assaf Yavani

2013-11-14 Thread David Hill
Voting for Assaf Yavani to OpenJFX Committer [1] is now closed. Yes: 6 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill

review - import change in FXMLLoader

2013-11-13 Thread David Hill
: com.sun.javafx.fxml.ParseTraceElement and the wildcard import should/does get the right one (after all we compile...) The above webrev corrects this oddity, while correcting FXMLLoader so that it conforms to our coding standards by not using package wildcard imports. -- David Hill Java

Fwd: CFV: New OpenJFX Committer: Rafi Tayar

2013-11-05 Thread David Hill
[ 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 are in Glass/Lens support code: hg log -M -u "Rafi Tayar" An incomplete list of Rafi's comm

CFV: New OpenJFX Committer: Assaf Yavani

2013-11-05 Thread David Hill
I hereby nominate Rafi Tayar to OpenJFX Committer. Rafi is a member of JavaFX Embedded team at Oracle. Rafi's changes are in Glass/Lens support code: hg log -M -u "Rafi Tayar" An incomplete list of Rafi's commits and reviews is also available by the following link: http://hg.openjdk.java.

CFV: New OpenJFX Committer: Assaf Yavani

2013-10-30 Thread David Hill
I hereby nominate Assaf Yavnai to OpenJFX Committer. Assaf is a member of JavaFX Embedded team at Oracle. Most of Assaf's changes are in Glass/Lens support code: hg log -u "Assaf Yavani" An incomplete list of Assaf's commits and reviews is also available by the following link: http://hg.o

RE: CFV: New OpenJFX Committer: Lisa Selle

2013-09-25 Thread David Hill
Vote: yes -Original Message- From: Artem Ananiev [artem.anan...@oracle.com] Received: Wednesday, 25 Sep 2013, 8:36am To: OpenJFX [openjfx-dev@openjdk.java.net] CC: Lisa Selle [lisa.se...@oracle.com] Subject: Re: CFV: New OpenJFX Committer: Lisa Selle Re-sending with the right subject (w

RE: CFV: New OpenJFX Committer: Joseph Andresen

2013-09-25 Thread David Hill
Vote: yes -Original Message- From: Artem Ananiev [artem.anan...@oracle.com] Received: Wednesday, 25 Sep 2013, 8:37am To: OpenJFX [openjfx-dev@openjdk.java.net] Subject: CFV: New OpenJFX Committer: Joseph Andresen I hereby nominate Joe Andresen to OpenJFX Committer. Joe is a member of J

Porting BOF at JavaOne

2013-09-11 Thread David Hill
luminaries from the JFX team present. I am planning on bringing some slides that generally talk about low level porting (primarily to Linux like platforms). Like any good BOF, I hope people will bring questions about their favorite platform. Hope to see you there, Dave -- David Hill Java

Result: New OpenJFX Committer: Seeon Birger

2013-08-26 Thread David Hill
Voting for Seeon Birger to OpenJFX Committer [1] is now closed. Yes: 3 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill

Result: New OpenJFX Committer: Daniel Blaukopf

2013-08-26 Thread David Hill
Voting for Daniel Blaukopf to OpenJFX Committer [1] is now closed. Yes: 7 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-July/008677.html -- David Hill

Re: CFV: New OpenJFX Committer: Mick Fleming

2013-08-15 Thread David Hill
://openjdk.java.net/bylaws#lazy-consensus -- David Hill Java Embedded Development "Play: Work that you enjoy doing for nothing." -- Evan Esar (1899 - 1995), Esar's Comic Dictionary

Re: CFV: New OpenJFX Committer: Chien Yang

2013-08-15 Thread David Hill
#lazy-consensus -- David Hill Java Embedded Development "Perl - The only language that looks the same before and after RSA encryption." -- Keith Bostic

Re: A different way to handle pulse timing

2013-08-06 Thread David Hill
non input events) never leave java this way. Dave Scott -- David Hill Java Embedded Development "Sometimes the questions are complicated and the answers are simple." -- Dr. Seuss (1904 - 1991)

CFV: New OpenJFX Committer: Seeon Birger

2013-08-06 Thread David Hill
I hereby nominate Seeon Birger to OpenJFX Committer. Seeon is a member of the Embedded Device team, which means he works across various aspects of the platform, but in particular, Lens and Virtual Keyboard. His recent work can be seen here: http://hg.openjdk.java.net/openjfx/8/master/rt/log?r

CFV: New OpenJFX Committer:Daniel Blaukopf

2013-08-06 Thread David Hill
I hereby nominate Daniel Blaukopf to OpenJFX Committer. Daniel is a member of the Embedded Device team, which means he works across various aspects of the platform. He is also the architect for the "embedded device" space. His recent work can be seen here: http://hg.openjdk.java.net/openjfx/

Re: A different way to handle pulse timing

2013-08-05 Thread David Hill
On 8/5/13 Aug 5, 1:40 PM, Scott Palmer wrote: On 2013-08-05, at 12:49 PM, David Hill wrote: On 8/5/13 Aug 5, 12:27 PM, Scott Palmer wrote: The idea of user event starvation has been mentioned before and has me a little confused… Why aren't things handled as a simple queue, wi

Re: A different way to handle pulse timing

2013-08-05 Thread David Hill
s - that means we do a lot of work to put computes on a different thread (ie rendering). Richard -- David Hill Java Embedded Development Ich weiß nicht. -- an unknown German philosopher

<    1   2   3   4   >