Re: JavaFx gtk3 support

2014-01-15 Thread Ilya Buziuk
Hello.
I'm really interested in high level plans about gtk3 support. Assuming that
starting from Luna build eclipse uses gtk3 libs when available on
Linux/Unix (https://bugs.eclipse.org/bugs/show_bug.cgi?id=420182 ) , which
makes javaFx incompatible, cause it contains hardcoded references to gtk2.
I do believe that in a long run compatibility with gtk3 is not only useful,
but vital for eclipse / SWT support. So, I have created an issue -
https://javafx-jira.kenai.com/browse/RT-35264 . However, I got no feedback
yet. I'm also take an interest in javaFx WebView (WebKit). It has loads of
cool features indeed! Debugger API is a killer one. So, I guess it's also
compiled against gtk2, isn't it?


On Wed, Jan 15, 2014 at 1:42 PM, Ilya Buziuk ibuz...@exadel.com wrote:

 Hello.
 I'm really interested in high level plans about gtk3 support. Assuming
 that starting from Luna build eclipse uses gtk3 libs when available on
 Linux/Unix (https://bugs.eclipse.org/bugs/show_bug.cgi?id=420182 ) ,
 which makes javaFx incompatible, cause it contains hardcoded references to
 gtk2.
 I do believe that in a long run compatibility with gtk3 is not only
 useful, but vital for eclipse / SWT support. So, I have created an issue -
 https://javafx-jira.kenai.com/browse/RT-35264 . However, I got no
 feedback yet. I'm also take an interest in javaFx WebView (WebKit). It has
 loads of cool features indeed! Debugger API is a killer one. So, I guess
 it's also compiled against gtk2, isn't it?
 --

 Best Regards,

 Ilya Buziuk



Re: How I do connect two panes?

2014-01-15 Thread Alexander Kouznetsov

Try using Line node. It has bindable coordinates.

Best regards,
Alexander Kouznetsov
(408) 276-0387

On 7 янв 2014 1:30, Amine Tengilimoglu wrote:

I want to connect two panes. panes are dragable so: I need dinamic line...
Which API  should I look at? ı am waiting for answers...thanx




Re: Launching JavaFX apps

2014-01-15 Thread Alexander Kouznetsov
Here is the link to file a bug on NetBeans: 
http://netbeans.org/bugzilla/enter_bug.cgi


Best regards,
Alexander Kouznetsov
(408) 276-0387

On 8 янв 2014 18:45, Kevin Rushforth wrote:



So yes, it does seem that Netbeans should modify the wording of their 
javadoc comment for the main() method of a JavaFX application. 




Re: Launching JavaFX apps

2014-01-15 Thread Scott Palmer
Thanks.  I'm participating in NetCat 8.0 so I'm well aware of that link
:-).  But this doesn't appear to be a NetBeans issue.  Inclusion of
metadata into the launcher stub is not implemented in the javafxpackager
command line tool or ant task as far as I can tell. (I'm using the gradle
plugin mainly at this point, but it just delegates to the ant task as far
as I can tell.)

Cheers,

Scott




On Wed, Jan 15, 2014 at 6:45 AM, Alexander Kouznetsov 
alexander.kouznet...@oracle.com wrote:

 Here is the link to file a bug on NetBeans: http://netbeans.org/bugzilla/
 enter_bug.cgi

 Best regards,
 Alexander Kouznetsov
 (408) 276-0387


 On 8 янв 2014 18:45, Kevin Rushforth wrote:



 So yes, it does seem that Netbeans should modify the wording of their
 javadoc comment for the main() method of a JavaFX application.





hg: openjfx/8u-dev/rt: RT-34281 Cursor doesn't change back from 'move/drag' to 'pointer' when dragging scrollPane

2014-01-15 Thread hang . vo
Changeset: 4f1da073db97
Author:Martin Sladecek martin.slade...@oracle.com
Date:  2014-01-15 12:35 +
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4f1da073db97

RT-34281 Cursor doesn't change back from 'move/drag' to 'pointer' when dragging 
scrollPane

! modules/graphics/src/main/java/javafx/scene/Scene.java
! modules/graphics/src/test/java/javafx/scene/MouseTest.java



Re: Launching JavaFX apps

2014-01-15 Thread Alexander Kouznetsov

Scott,

I didn't get that. Are you saying that main() method javadoc is correct?

Best regards,
Alexander Kouznetsov
(408) 276-0387

On 15 янв 2014 16:40, Scott Palmer wrote:
Thanks.  I'm participating in NetCat 8.0 so I'm well aware of that 
link :-).  But this doesn't appear to be a NetBeans issue.  Inclusion 
of metadata into the launcher stub is not implemented in the 
javafxpackager command line tool or ant task as far as I can tell. 
(I'm using the gradle plugin mainly at this point, but it just 
delegates to the ant task as far as I can tell.)


Cheers,

Scott




On Wed, Jan 15, 2014 at 6:45 AM, Alexander Kouznetsov 
alexander.kouznet...@oracle.com 
mailto:alexander.kouznet...@oracle.com wrote:


Here is the link to file a bug on NetBeans:
http://netbeans.org/bugzilla/enter_bug.cgi

Best regards,
Alexander Kouznetsov
(408) 276-0387 tel:%28408%29%20276-0387


On 8 янв 2014 18:45, Kevin Rushforth wrote:



So yes, it does seem that Netbeans should modify the wording
of their javadoc comment for the main() method of a JavaFX
application.







Re: [8u] Post-commit review: RT-35237, When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause

2014-01-15 Thread Alexander Kouznetsov

The link doesn't work for me.

Best regards,
Alexander Kouznetsov
(408) 276-0387

On 13 янв 2014 16:33, Martin Sladecek wrote:

Hello,

here's a changeset for RT-35237 (When a Bidirectional binding fails, 
old value restoration may cause an exception hiding the real cause),

if anybody's interested.

http://hg.openjdk.java.net/openjfx/8u-dev/graphics/rt/rev/f487abfe1990

Thanks,
-Martin




Re: [8u] Post-commit review: RT-35237, When a Bidirectional binding fails, old value restoration may cause an exception hiding the real cause

2014-01-15 Thread Kevin Rushforth

The URL is not quite right. There should be no graphics in the path:

http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f487abfe1990

-- Kevin


Alexander Kouznetsov wrote:

The link doesn't work for me.

Best regards,
Alexander Kouznetsov
(408) 276-0387

On 13 янв 2014 16:33, Martin Sladecek wrote:

Hello,

here's a changeset for RT-35237 (When a Bidirectional binding fails, 
old value restoration may cause an exception hiding the real cause),

if anybody's interested.

http://hg.openjdk.java.net/openjfx/8u-dev/graphics/rt/rev/f487abfe1990

Thanks,
-Martin




hg: openjfx/8u-dev/rt: Fix RT-31402: Virtual Keyboard should not produce keystrokes with a right mouse click

2014-01-15 Thread hang . vo
Changeset: 650d35fd3f22
Author:Seeon Birger seeon.bir...@oracle.com
Date:  2014-01-15 18:17 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/650d35fd3f22

Fix RT-31402: Virtual Keyboard should not produce keystrokes with a right mouse 
click

! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/FXVKSkin.java



Re: JavaFx gtk3 support

2014-01-15 Thread Stephen F Northover

Hi Ilya,

Sorry, just processed the bug today.  Can we carry on the conversation 
there?


https://javafx-jira.kenai.com/browse/RT-35264

Steve

On 2014-01-15 5:54 AM, Ilya Buziuk wrote:

Hello.
I'm really interested in high level plans about gtk3 support. Assuming that
starting from Luna build eclipse uses gtk3 libs when available on
Linux/Unix (https://bugs.eclipse.org/bugs/show_bug.cgi?id=420182 ) , which
makes javaFx incompatible, cause it contains hardcoded references to gtk2.
I do believe that in a long run compatibility with gtk3 is not only useful,
but vital for eclipse / SWT support. So, I have created an issue -
https://javafx-jira.kenai.com/browse/RT-35264 . However, I got no feedback
yet. I'm also take an interest in javaFx WebView (WebKit). It has loads of
cool features indeed! Debugger API is a killer one. So, I guess it's also
compiled against gtk2, isn't it?


On Wed, Jan 15, 2014 at 1:42 PM, Ilya Buziuk ibuz...@exadel.com wrote:


Hello.
I'm really interested in high level plans about gtk3 support. Assuming
that starting from Luna build eclipse uses gtk3 libs when available on
Linux/Unix (https://bugs.eclipse.org/bugs/show_bug.cgi?id=420182 ) ,
which makes javaFx incompatible, cause it contains hardcoded references to
gtk2.
I do believe that in a long run compatibility with gtk3 is not only
useful, but vital for eclipse / SWT support. So, I have created an issue -
https://javafx-jira.kenai.com/browse/RT-35264 . However, I got no
feedback yet. I'm also take an interest in javaFx WebView (WebKit). It has
loads of cool features indeed! Debugger API is a killer one. So, I guess
it's also compiled against gtk2, isn't it?
--

Best Regards,

Ilya Buziuk





Review request: RT-35209 Runtime is broken on beagleboard

2014-01-15 Thread Lisa Selle
Daniel can you please review the fix for 
https://javafx-jira.kenai.com/browse/RT-35209 (patch is in jira).


Thanks,

Lisa


Re: Review request: RT-35209 Runtime is broken on beagleboard

2014-01-15 Thread Lisa Selle

Sorry the proper jira is:

https://javafx-jira.kenai.com/browse/RT-35371


On 1/15/2014 12:43 PM, Lisa Selle wrote:
Daniel can you please review the fix for 
https://javafx-jira.kenai.com/browse/RT-35209 (patch is in jira).


Thanks,

Lisa




hg: openjfx/8u-dev/rt: Fix for RT-35371 runtime is completely broken on beagleboard. Reviewed by dblaukopf, tested with HelloSanity.

2014-01-15 Thread hang . vo
Changeset: 061e253a9cd2
Author:lisa.se...@oracle.com
Date:  2014-01-15 12:56 -0500
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/061e253a9cd2

Fix for RT-35371 runtime is completely broken on beagleboard.  Reviewed by 
dblaukopf, tested with HelloSanity.

! modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c



Re: The disableProperty / disabledProperty mess

2014-01-15 Thread Stephen F Northover
Funny, this was one of the first things that I asked when I came to FX.  
I believe we are using the same terminology as the disabled property on 
DOM nodes.  At this point, we cannot change it and I'm not thrilled 
about adding an alias but let's discuss this in the JIRA.


Steve

On 2014-01-15 6:43 AM, Randahl Fink Isaksen wrote:

I keep thinking we need to fix the disableProperty / disabledProperty mess, so 
I have created a Jira issue, which I hope you will all vote for:

Please see the description below

Randahl


———
 From https://javafx-jira.kenai.com/browse/RT-35349

I know I am late to the game with this request, but please read this in full – 
there is a point to this.

I have used JavaFX since the early access days, and all the time I keep 
thinking that the disableProperty and disabledProperty of Node work in a 
counter-intuitive manner.

Like most other developers, I typically use names of boolean properties to express the positive state of something, as in 
is it complete or is it ready. Usually, JavaFX property names also follow this idea, e.g. is it 
visible, is it managed, is it pressed and so on.

However, one property in JavaFX is reversed, and that leads to confusion. When you decide wether 
is it enabled for a Node, you do so by controlling the opposite, namely is it 
disabled. To add to that confusion, there is both disableProperty and a disabledProperty.

I suggest improving JavaFX to follow almost all other GUI frameworks (including 
Swing), by introducing an enabledProperty. Such a property could be implemented 
in a backwards compatible manner by keeping the existing disableProperty but 
marking it as deprecated.

With an enabledProperty, there are literally thousands of lines of code in my 
application that would be much more readable. Today I write something like this 
to make a continue button be enabled when a form is complete:

continueButton.disableProperty().bind(form.validProperty().not());

– Note that above my form's validProperty expresses something positive, that the form is 
valid, while the button's enabled property is expressed as something negative, namely 
is it NOT enabled using the disableProperty. This requires me to use the 
not() method.

With the new enabledProperty() I could write code, that was more easy to read:

continueButton.enabledProperty().bind(form.validProperty());

I hope it is evident to everyone that this line is much more readable, and I 
think the enabledProperty would make the JavaFX API easier to use – also for 
newcomers learning to program JavaFX.




hg: openjfx/8u-dev/rt: RT-35374 [Monocle] LinuxInputTests: EGalax tests fail when running after DragTouchInAndOutAWindow

2014-01-15 Thread hang . vo
Changeset: e546ab623a97
Author:Daniel Blaukopf daniel.blauk...@oracle.com
Date:  2014-01-15 20:52 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e546ab623a97

RT-35374 [Monocle] LinuxInputTests: EGalax tests fail when running after 
DragTouchInAndOutAWindow
Summary: There was a misunderstanding in MonocleWindow as to what xSet and ySet 
mean

! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MonocleWindow.java



Re: Launching JavaFX apps

2014-01-15 Thread Scott Palmer
Yes that too.. Sorry.. there were many points in my email and I
misunderstood which you were referring to.  I will file the bug with NB
regarding the default comments in a JavaFX project.

My other comment was referring to the launcher.exe that JavaFX packager
uses and that is of course a JavaFX issue.  RT-35271 specifically.


Thanks,

Scott



On Wed, Jan 15, 2014 at 8:40 AM, Alexander Kouznetsov 
alexander.kouznet...@oracle.com wrote:

  Scott,

 I didn't get that. Are you saying that main() method javadoc is correct?

 Best regards,
 Alexander Kouznetsov(408) 276-0387

 On 15 янв 2014 16:40, Scott Palmer wrote:

 Thanks.  I'm participating in NetCat 8.0 so I'm well aware of that link
 :-).  But this doesn't appear to be a NetBeans issue.  Inclusion of
 metadata into the launcher stub is not implemented in the javafxpackager
 command line tool or ant task as far as I can tell. (I'm using the gradle
 plugin mainly at this point, but it just delegates to the ant task as far
 as I can tell.)

  Cheers,

  Scott




 On Wed, Jan 15, 2014 at 6:45 AM, Alexander Kouznetsov 
 alexander.kouznet...@oracle.com wrote:

 Here is the link to file a bug on NetBeans:
 http://netbeans.org/bugzilla/enter_bug.cgi

 Best regards,
 Alexander Kouznetsov
 (408) 276-0387


 On 8 янв 2014 18:45, Kevin Rushforth wrote:



 So yes, it does seem that Netbeans should modify the wording of their
 javadoc comment for the main() method of a JavaFX application.







hg: openjfx/2u/dev/rt: 27 new changesets

2014-01-15 Thread hang . vo
Changeset: 6619d6a3cbbb
Author:Pavel Safrata pavel.safr...@oracle.com
Date:  2013-09-06 12:10 +0100
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/6619d6a3cbbb

RT-32306: Enhance FX drag and drop operations

+ javafx-ui-common/src/com/sun/javafx/scene/input/DragboardHelper.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/input/Clipboard.java
! javafx-ui-common/src/javafx/scene/input/Dragboard.java

Changeset: 37c9617b2600
Author:Lubomir Nerad lubomir.ne...@oracle.com
Date:  2013-09-06 14:14 +0200
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/37c9617b2600

Partial fix for RT-31872: Better window dressing

! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
! javafx-ui-common/src/javafx/application/ConditionalFeature.java
! javafx-ui-common/src/javafx/stage/PopupWindow.java
! javafx-ui-common/src/javafx/stage/Stage.java

Changeset: e069a299eb59
Author:kcr
Date:  2013-09-10 15:07 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/e069a299eb59

RT-32349: Enhance animated properties
Reviewed-by: Martin Sladecek, Artem Ananiev, Marc Schonefeld, Alexander Fomin

! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! javafx-ui-common/src/javafx/scene/Scene.java

Changeset: 404110ce1dad
Author:kcr
Date:  2013-09-18 05:25 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/404110ce1dad

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2.45/MASTER/jfx/rt


Changeset: 26f9d2850bf4
Author:kcr
Date:  2013-09-27 08:48 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/26f9d2850bf4

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2.45/MASTER/jfx/rt


Changeset: e7845af500c7
Author:hudson
Date:  2013-10-01 09:15 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/e7845af500c7

Added tag 2.2.51-b01 for changeset 26f9d2850bf4

! .hgtags

Changeset: 0996f9dc2e95
Author:kcr
Date:  2013-10-03 18:03 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/0996f9dc2e95

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2.45/MASTER/jfx/rt

! .hgtags

Changeset: c8ac58353fd3
Author:kcr
Date:  2013-10-09 08:44 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/c8ac58353fd3

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/2.2.45/MASTER/jfx/rt

! .hgtags

Changeset: 0e5000464f6e
Author:hudson
Date:  2013-10-10 11:09 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/0e5000464f6e

Added tag 2.2.51-b02 for changeset c8ac58353fd3

! .hgtags

Changeset: 4ea5f7f6162a
Author:hudson
Date:  2013-10-15 07:20 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/4ea5f7f6162a

Added tag 2.2.51-b03 for changeset 0e5000464f6e

! .hgtags

Changeset: 28e7675f9faf
Author:jgiles
Date:  2013-10-17 09:49 +1300
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/28e7675f9faf

RT-32803: Adjust popup controls for applet mode
Reviewed-by: kcr, lnerad, art

! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
! javafx-ui-common/src/javafx/scene/Scene.java
+ 
javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian-no-transparency.css
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: 3a9e5a349fdf
Author:jgiles
Date:  2013-10-17 10:17 +1300
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/3a9e5a349fdf

Backed out changeset 28e7675f9faf to fix line endings issue.

! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
! javafx-ui-common/src/javafx/scene/Scene.java
- 
javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian-no-transparency.css
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: 4d0d3b95d014
Author:jgiles
Date:  2013-10-17 10:20 +1300
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/4d0d3b95d014

RT-32803: Adjust popup controls for applet mode
Reviewed-by: kcr, lnerad, art

! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
! javafx-ui-common/src/javafx/scene/Scene.java
+ 
javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian-no-transparency.css
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: 55912925e9e0
Author:jgiles
Date:  2013-10-21 10:19 +1300
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/55912925e9e0

RT-33646: Fix line endings in caspian-no-transparency.css

! 
javafx-ui-controls/src/com/sun/javafx/scene/control/skin/caspian/caspian-no-transparency.css

Changeset: aac7bff2d264
Author:kcr
Date:  2013-10-22 08:37 -0700
URL:   http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/aac7bff2d264

RT-32586: Enhance FX services
Reviewed-by: lnerad, art, ahgross

! javafx-concurrent/src/javafx/concurrent/Service.java
! javafx-concurrent/test/javafx/concurrent/ServiceLifecycleTest.java

Changeset: 

Changes for January 2014 CPU release synced into FX 8u-dev (and 2u-dev)

2014-01-15 Thread Kevin Rushforth
I have synced the FX changes from the just-release January 2014 CPU 
release into 8u-dev. For FX 2.x, I also synced the CPU changes from 
2.2.51 into 2u-dev.


-- Kevin


Kevin Rushforth wrote:
Note: I have synced up the pending FX changes from the just-release 
January 2014 CPU release into FX 8. I also pulled them into the 
graphics/rt repo.


I plan sync up from FX 8 to 8u-dev tomorrow, which will pick up the 
CPU changes into the 8 update release.


-- Kevin



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

2014-01-15 Thread hang . vo
Changeset: 9689bfae29b8
Author:mv157916
Date:  2014-01-10 15:05 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9689bfae29b8

RT-35268: Update the JDK 8 build number to b123 in rt/build.properties file in 
the JavaFX 8 Master forest.

! build.properties

Changeset: d4fcbba5228c
Author:kcr
Date:  2014-01-14 08:21 -0800
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d4fcbba5228c

RT-34791: Change javadoc copyright link to point to JDK 8 license
Reviewed-by: mtvo

! apps/samples/Ensemble8/build.xml
! build.properties
! modules/fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html

Changeset: bbdd4f8dac92
Author:Pavel Safrata pavel.safr...@oracle.com
Date:  2013-09-06 13:57 +0100
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/bbdd4f8dac92

RT-32306: Enhance FX drag and drop operations

+ modules/graphics/src/main/java/com/sun/javafx/scene/input/DragboardHelper.java
! modules/graphics/src/main/java/javafx/scene/Scene.java
! modules/graphics/src/main/java/javafx/scene/input/Clipboard.java
! modules/graphics/src/main/java/javafx/scene/input/Dragboard.java

Changeset: 1da97ec90d4b
Author:Lubomir Nerad lubomir.ne...@oracle.com
Date:  2013-09-06 16:53 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1da97ec90d4b

Partial fix for RT-31872: Better window dressing

! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/graphics/src/main/java/com/sun/javafx/tk/DummyToolkit.java
! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java
! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java
! modules/graphics/src/main/java/javafx/application/ConditionalFeature.java
! modules/graphics/src/main/java/javafx/stage/PopupWindow.java
! modules/graphics/src/main/java/javafx/stage/Stage.java
! modules/graphics/src/test/java/com/sun/javafx/pgstub/StubToolkit.java

Changeset: 17192e819910
Author:kcr
Date:  2013-09-06 16:21 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/17192e819910

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8-cpu-1304/dev/jfx/rt

! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/graphics/src/main/java/javafx/scene/Scene.java
! modules/graphics/src/main/java/javafx/scene/input/Dragboard.java

Changeset: 4b224f556d88
Author:kcr
Date:  2013-09-10 20:25 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4b224f556d88

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8-cpu-1304/dev/jfx/rt

! modules/graphics/src/main/java/javafx/scene/Scene.java

Changeset: 6a89f7866850
Author:kcr
Date:  2013-09-12 11:39 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6a89f7866850

RT-32349: Enhance animated properties
Reviewed-by: Martin Sladecek

! modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java
! 
modules/graphics/src/main/java/com/sun/scenario/animation/AbstractMasterTimer.java
+ 
modules/graphics/src/main/java/com/sun/scenario/animation/shared/TimerReceiver.java
! modules/graphics/src/main/java/javafx/animation/Animation.java
! modules/graphics/src/main/java/javafx/animation/AnimationTimer.java
! modules/graphics/src/main/java/javafx/scene/Scene.java
! 
modules/graphics/src/test/java/com/sun/scenario/animation/AbstractMasterTimerTest.java

Changeset: c0dd6c47fec3
Author:kcr
Date:  2013-09-18 08:09 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c0dd6c47fec3

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8-cpu-1304/dev/jfx/rt

! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/graphics/src/main/java/javafx/scene/Scene.java
! modules/graphics/src/main/java/javafx/stage/PopupWindow.java

Changeset: 8f7c7ce8f288
Author:Martin Soch martin.s...@oracle.com
Date:  2013-09-26 21:04 +0200
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8f7c7ce8f288

RT-32585: Enhance FX loading

! modules/fxml/src/main/java/com/sun/javafx/fxml/BeanAdapter.java
! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java

Changeset: 90033f25c0a8
Author:kcr
Date:  2013-09-27 12:28 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/90033f25c0a8

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8-cpu-1304/dev/jfx/rt

! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java
! modules/graphics/src/main/java/javafx/animation/Animation.java

Changeset: be753a412553
Author:kcr
Date:  2013-10-03 19:13 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/be753a412553

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8-cpu-1304/dev/jfx/rt

! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java
!