[8u] Review request: RT-21091,List on touch screen selects item on panning

2014-02-06 Thread Martin Sladecek
Hi Jonathan, please review: https://javafx-jira.kenai.com/browse/RT-21091 http://cr.openjdk.java.net/~msladecek/rt-21091/webrev/ Thanks, -Martin

UndoFX: undo manager for JavaFX

2014-02-06 Thread Tomas Mikula
Hi all, I just published a general-purpose undo manager for JavaFX. https://github.com/TomasMikula/UndoFX I've been using it for a while in CodeAreaFX and thought it would be useful to release it separately. Best regards, Tomas

[8u] Review Request: RT-35629 Provide support so IDE's can include packaging tools

2014-02-06 Thread Danno Ferrin
Mark, Kevin, please review the following. Also, let me know if there is any co-ordination needed for the build server. Webrev: http://cr.openjdk.java.net/~shemnon/RT-35629/webrev.00/ JIRA: https://javafx-jira.kenai.com/browse/RT-35629 thanks, Danno

Re: UndoFX: undo manager for JavaFX

2014-02-06 Thread Christian Schudt
Hehe, funny how every project is called *FX. Still waiting for the YetAnotherProjectFX :-) Let's see, what I could find by a quick research: ControlsFX DataFX RedFX CodeAreaFX ReactFX UndoFX ExtFX ScreenFX TestFX DrawKidFX FontAwesomeFX AquaFX PlantUMLFX GroovyFX MonologFX TiddlyWikiFX

Re: UndoFX: undo manager for JavaFX

2014-02-06 Thread Tom Eugelink
And then there is JFXtras... :-) On 2014-2-6 18:20, Christian Schudt wrote: Hehe, funny how every project is called *FX. Still waiting for the YetAnotherProjectFX :-) Let's see, what I could find by a quick research: ControlsFX DataFX RedFX CodeAreaFX ReactFX UndoFX ExtFX ScreenFX

Re: UndoFX: undo manager for JavaFX

2014-02-06 Thread John Moxley
bagsy FXrd On 6 Feb 2014, at 17:33, Tom Eugelink t...@tbee.org wrote: And then there is JFXtras... :-) On 2014-2-6 18:20, Christian Schudt wrote: Hehe, funny how every project is called *FX. Still waiting for the YetAnotherProjectFX :-) Let's see, what I could find by a quick

Re: UndoFX: undo manager for JavaFX

2014-02-06 Thread Mike
Not Objectwheel But we own fxrad.com Lol Sent from my iPhone On Feb 6, 2014, at 9:20 AM, Christian Schudt christian.sch...@gmx.de wrote: Hehe, funny how every project is called *FX. Still waiting for the YetAnotherProjectFX :-) Let's see, what I could find by a quick research:

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

2014-02-06 Thread hang . vo
Changeset: 6f3520339620 Author:David Grievedavid.gri...@oracle.com Date: 2014-02-06 15:54 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6f3520339620 RT-34814: don't remove displayNode if displayNode hasn't changed. Reviewed by Jonathan !

hg: openjfx/8u-dev/rt: RT-35601: ListView won't DnD items

2014-02-06 Thread hang . vo
Changeset: 54635cd788f3 Author:jgiles Date: 2014-02-07 10:39 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/54635cd788f3 RT-35601: ListView won't DnD items In actual fact, ListView supports DnD just fine - it's just that the HelloListView sample app did not have DnD

[8u] Review request: RT-23245: TreeView moves its origin position if the root item has a parent

2014-02-06 Thread Jonathan Giles
David, Kevin, Steve, Could you please review the following: https://javafx-jira.kenai.com/browse/RT-23245 https://javafx-jira.kenai.com/secure/attachment/42016/rt23245.patch Note: there is a proposed method deprecation, but it isn't critical to the fix. Thanks, -- Jonathan

hg: openjfx/8u-dev/rt: RT-21091 List on touch screen selects item on panning

2014-02-06 Thread hang . vo
Changeset: a38ed5a7b1aa Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-07 07:33 + URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a38ed5a7b1aa RT-21091 List on touch screen selects item on panning Reviewed by: jgiles !