hg: openjfx/8u-dev/rt: RT-38446: [DialogPane] NPE on setExpanded if there's nothing to expand

2014-08-28 Thread jonathan . giles
Changeset: f166fe3c0547 Author:jgiles Date: 2014-08-29 14:07 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f166fe3c0547 RT-38446: [DialogPane] NPE on setExpanded if there's nothing to expand ! modules/controls/src/main/java/javafx/scene/control/DialogPane.java

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

2014-08-28 Thread jonathan . giles
Changeset: 4756dd1cca2c Author:jgiles Date: 2014-08-29 13:44 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4756dd1cca2c RT-37632: ListView may not return the selected item (Regression) ! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/CellBehavio

Re: Displaying pixel-perfect images without blur when zooming

2014-08-28 Thread Nico Krebs | www.mensch-und-maschine.de
Thank you Jim, Edu and Felipe for that quick solution :) I will implement this solution and post a short report to this thread - and to SO. Nico > Jim Graham > 28. August 2014 23:14 > Hi Nico, > > snapshot can set a resolution in stone, but it doesn't - in and of

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

2014-08-28 Thread kevin . rushforth
Changeset: a2dda1afa7b5 Author:hudson Date: 2014-08-27 07:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a2dda1afa7b5 Added tag 8u40-b03 for changeset 0b9677f61b09 ! .hgtags Changeset: aa3fda00ace5 Author:kcr Date: 2014-08-28 17:49 -0700 URL: http://

hg: openjfx/8u-dev/rt: RT-38455: [CSS] lexer should not consume @font-face and @import as one token

2014-08-28 Thread david . grieve
Changeset: b72f6918383b Author:David Grieve Date: 2014-08-28 19:54 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b72f6918383b RT-38455: [CSS] lexer should not consume @font-face and @import as one token ! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSLex

[8u40] Review request: RT-38289: [Quantum] Control ActionEvent is fired on Stage closing and the App hangs if modal window is then shown

2014-08-28 Thread Kevin Rushforth
Anthony, Steve, Felipe, Please review: https://javafx-jira.kenai.com/browse/RT-38289 Thanks. -- Kevin

Re: Displaying pixel-perfect images without blur when zooming

2014-08-28 Thread Jim Graham
Hi Nico, snapshot can set a resolution in stone, but it doesn't - in and of itself - help with zooming that fixed resolution representation without antialiasing. To get an aliased zoom of an image see the code that Felipe already posted in this thread. To be clear, to get an aliased, zoomed

Some additional information in OpenJFX wiki to review

2014-08-28 Thread David Hill
I have been tinkering with the OpenJFX wiki again, and can always use a review,. After I get the same question more than once, I like adding to the OpenJFX wiki so I can just point people to the answers :-) Both of these edits are primarily going to help embedded where memory and performance a

hg: openjfx/8u-dev/rt: [Unit Tests] Additional case for DragTouchInAndOutAWindowTest, contributed-By: Diana Berkovich

2014-08-28 Thread elina . kleyman
Changeset: 62aa644a60d4 Author:Elina Kleyman Date: 2014-08-28 16:46 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/62aa644a60d4 [Unit Tests] Additional case for DragTouchInAndOutAWindowTest, contributed-By: Diana Berkovich ! tests/system/src/test/java/com/sun/glass/

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix DTL-6799: Group theme css in single css files

2014-08-28 Thread yves . joan
Changeset: 33220c4b1e46 Author:yjoan Date: 2014-08-28 14:59 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/33220c4b1e46 [SCENEBUILDER] Fix DTL-6799: Group theme css in single css files ! apps/scenebuilder/SceneBuilderApp/src/com/oracle/javafx/scenebuilder/app/preview/

Re: Possible new project: OpenJDK LaF

2014-08-28 Thread Mario Torre
On Wed, 2014-08-27 at 17:03 +0100, Martijn Verburg wrote: > I think a move to GTK 3 would eliminate a class of java/Linux desktop > issues we run across today. My concern would be the long term maintenance > of this piece... Yeah, long term maintenance will surely be some overhead, like anything t

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Fix for DTL-6550: Authorizing multiline on TextField is confusing

2014-08-28 Thread jerome . cambon
Changeset: 12525821c845 Author:Jerome Cambon Date: 2014-08-28 11:00 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/12525821c845 [SCENEBUILDER] Fix for DTL-6550: Authorizing multiline on TextField is confusing ! apps/scenebuilder/SceneBuilderKit/src/com/oracle/javafx/s

AW: GridPane percent width.

2014-08-28 Thread Robert Fisher
Thanks Martin, I'll try to reproduce it in a simple example and file a bug. Cheers, Rob -Ursprüngliche Nachricht- Von: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] Im Auftrag von Martin Sladecek Gesendet: Donnerstag, 28. August 2014 09:40 An: openjfx-dev@openjdk.java.net Bet

Re: GridPane percent width.

2014-08-28 Thread Martin Sladecek
Robert, with odd numbers, the space might be distributed unevenly (by a pixel), this is due to snapToPixel property of the GridPane. Setting it to false might lead to even distribution, but the border might be blurred. Anyway, if you are not sure if it is a bug, I would suggest you file a JIRA

hg: openjfx/8u-dev/rt: RT-38338: [Glass, Mac] While a stage is in fullscreen mode you cannot open another stage on top of the fullscreen stage

2014-08-28 Thread anthony . petrov
Changeset: 71c7b518c853 Author:Anthony Petrov Date: 2014-08-28 11:22 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/71c7b518c853 RT-38338: [Glass, Mac] While a stage is in fullscreen mode you cannot open another stage on top of the fullscreen stage Summary: Use the mo

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

2014-08-28 Thread sandra . lions-piron
Changeset: f43dd33a649f Author:slions Date: 2014-08-28 08:55 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f43dd33a649f [SCENEBUILDER] Going on fixing DTL-6783: Rationalize job implementation between Hierarchy and Content Panels => Adapt CutSelection job ! apps/scen