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

2013-10-14 Thread hang . vo
Changeset: 9f888001d100 Author:jgiles Date: 2013-10-15 14:45 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/9f888001d100 RT-32310: Issue on fixed cell height implementation ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkinBase.java C

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

2013-10-14 Thread hang . vo
Changeset: 554cf8a1c3aa Author:jgiles Date: 2013-10-15 10:42 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/554cf8a1c3aa RT-33229: [ListView] page up/down navigation doesn't work, when items are large Reviewed-by: psomashe ! modules/controls/src/main/java/com/sun/

hg: openjfx/8/graphics/rt: [TOYS ONLY] Fix an old SubScene constructor call to use the new API.

2013-10-14 Thread hang . vo
Changeset: 829cb36bdc4e Author:Chien Yang Date: 2013-10-14 17:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/829cb36bdc4e [TOYS ONLY] Fix an old SubScene constructor call to use the new API. ! apps/toys/FX8-3DFeatures/src/fx83dfeatures/SimpleMovingCameraSubScen

hg: openjfx/8/graphics/rt: RT-33527: Style -fx-wrap-text worked only when set minWidth to control

2013-10-14 Thread hang . vo
Changeset: 7aa32bd90b97 Author:leifs Date: 2013-10-14 17:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7aa32bd90b97 RT-33527: Style -fx-wrap-text worked only when set minWidth to control Reviewed-by: jgiles ! modules/controls/src/main/java/com/sun/javafx/scene

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

2013-10-14 Thread hang . vo
Changeset: bdcdde212f13 Author:jgiles Date: 2013-10-14 15:45 +1300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/bdcdde212f13 RT-32700: TreeTableView alignment is not correct Reviewed-by: psomashe ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/Table

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

2013-10-14 Thread hang . vo
Changeset: 0273f76722e7 Author:Daniel Blaukopf Date: 2013-10-14 22:05 +0300 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/0273f76722e7 RT-29151 EGLFB: showFileChooser throws IllegalStateException ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.ja

Re: JAVAFX on ANDROID

2013-10-14 Thread Felipe Heidrich
Hi, I'm not familiar with the Android build process but basically this is what you need: Build graphics/src/main/native-font/fontpath_linux.c to a library called "javafx_font", that it will be loaded by PrismFontFactory.java (but used by FontConfigManager.java). This is our fontconfig binding

hg: openjfx/8/graphics/rt: RT-31426 Modaility/toFront issues

2013-10-14 Thread hang . vo
Changeset: ab44fa8be486 Author:ddhill Date: 2013-10-14 11:01 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ab44fa8be486 RT-31426 Modaility/toFront issues reviewed: anthony, pchelko, kselle ! modules/graphics/src/main/java/com/sun/glass/ui/Window.java ! modules/gra

hg: openjfx/8/graphics/rt: Fixed test method names

2013-10-14 Thread hang . vo
Changeset: 64359ff1b288 Author:Lubomir Nerad Date: 2013-10-14 16:21 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/64359ff1b288 Fixed test method names ! modules/graphics/src/test/java/javafx/scene/SceneTest.java

hg: openjfx/8/graphics/rt: Fix for RT-33412: The mouse cursor needs to move in order for a setCursor(Cursor) to take effect

2013-10-14 Thread hang . vo
Changeset: 344b7903fd4c Author:Lubomir Nerad Date: 2013-10-14 15:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/344b7903fd4c Fix for RT-33412: The mouse cursor needs to move in order for a setCursor(Cursor) to take effect Reviewed by: Pavel Safrata ! modules/g

Re: JAVAFX on ANDROID

2013-10-14 Thread Matthias Hänel
Hi Tomas, Am 14.10.2013 um 14:31 schrieb tomas.brandalik : > Hi Matthias, > cool, I'm surprised you we're able to run it on emulator. I run on device not > on emulator for a long time. There wasn't opengl extension > GL_EXT_texture_format_BGRA in emulator. But that could have changed > o

Re: JAVAFX on ANDROID

2013-10-14 Thread Richard Bair
Hi Matthias, > The main point of irritation comes from an quite unclear position about > providing the JVM and JFX of the Java-platform. > That's why I will sumarize what I heard between the lines: > > 1. there is NO official jvm planned for iOS and Android in the near future. > 2. jfx8 is beei

Re: JAVAFX on ANDROID

2013-10-14 Thread tomas.brandalik
Hi Matthias, cool, I'm surprised you we're able to run it on emulator. I run on device not on emulator for a long time. There wasn't opengl extension GL_EXT_texture_format_BGRA in emulator. But that could have changed overtime. Regarding events: yes there seems to be a problem which I have

hg: openjfx/8/graphics/rt: RT-23861: Mac: Check: use NewGlobalRef when caching jclass

2013-10-14 Thread hang . vo
Changeset: 2ba9e3de19a0 Author:Anthony Petrov Date: 2013-10-14 15:52 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/2ba9e3de19a0 RT-23861: Mac: Check: use NewGlobalRef when caching jclass Reviewed-by: art, kcr, pchelko ! modules/graphics/src/main/native-glass/mac/

hg: openjfx/8/graphics/rt: RT-31362 FXML error reporting

2013-10-14 Thread hang . vo
Changeset: f027bd6fd54d Author:Martin Sladecek Date: 2013-10-14 13:42 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f027bd6fd54d RT-31362 FXML error reporting Reviewed-by: ekrejcir ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java ! modules/fxml/src/test/j

Re: JAVAFX on ANDROID

2013-10-14 Thread Matthias Hänel
Hi Tomas, never mind, I found the problem over here in the simulator ;) I had to activate the GPU support. So, now I had to BGRA image format for Android and now I get JFX up and running without fonts. There are two things missing: 1. fonts- here we probably need to get pango working

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

2013-10-14 Thread hang . vo
Changeset: 30f8458fc228 Author:Martin Sladecek Date: 2013-10-14 13:17 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/30f8458fc228 RT-33476 Improve performance of SortedList over FilteredList when FilteredList predicate changes Reviewed-by: ekrejcir ! modules/base

Re: JAVAFX on ANDROID

2013-10-14 Thread Matthias Hänel
Hi Tomas, since Tobi told me he had a similiar problem in the first place with the iOS port and he managed to run JFX8 without font. We deactivated fonts. There is some code to deactivate and after that it looks like it is starting the JFX-Application. 10-14 06:06:49.529: INFO/GLASS(1546): gla

Re: JAVAFX on ANDROID

2013-10-14 Thread Niklas Therning
I don't think a Java6 backport is necessary. If the jfx78 backport works on RoboVM it should work on Android (provided that the native stuff is there of course). The problem is the dx tool which doesn't accept Java7 .class files, right? IIUC not much happened to the class file format between Java6

Re: JAVAFX on ANDROID

2013-10-14 Thread Matthias Hänel
Hey Niklas, Am 13.10.2013 um 11:49 schrieb Niklas Therning : > For PlatformLogger et al you can probably use the compatibility lib we have > been using for jfx78+RoboVM: https://github.com/robovm/robovm-jfx78-compat Hehe, yes I read it in Tobi's blog post that you wrote one that's why this is

Re: JAVAFX on ANDROID

2013-10-14 Thread Matthias Hänel
Hi Tomas, thanks for your fast answer. Am 12.10.2013 um 14:04 schrieb Tomas Brandalik : > I think that PlatformLogger initialization in CssHelper was causing problems. > I had to write one. I took the compat library fro robovm. I believe this should be sufficient. But the CssStyleHelper was