[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    hg: openjfx/8/controls/rt: 35 new changesets
From:       hang.vo () oracle ! com
Date:       2013-01-30 16:19:34
Message-ID: 20130130162038.ED8BE476A4 () hg ! openjdk ! java ! net
[Download RAW message or body]

Changeset: 61ccba4d6c12
Author:    hudson
Date:      2013-01-24 17:24 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/61ccba4d6c12

Added tag 8.0-b74 for changeset 63d458f96141

! .hgtags

Changeset: a471d1c4e9bf
Author:    Lubomir Nerad <lubomir.nerad@oracle.com>
Date:      2013-01-23 10:23 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a471d1c4e9bf

Fix for RT-16111: FileChooser: Need to be able to specify initial file name in save \
dialog

! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! javafx-ui-common/src/javafx/stage/FileChooser.java
+ javafx-ui-common/test/unit/javafx/stage/CommonDialogsTest.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: 91aa6bcfb3c1
Author:    Martin Sladecek <martin.sladecek@oracle.com>
Date:      2013-01-23 16:17 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/91aa6bcfb3c1

RT-3938: KeyEvent constructor fix

! javafx-ui-common/src/com/sun/javafx/scene/KeyboardShortcutsHandler.java
+ javafx-ui-common/src/com/sun/javafx/scene/input/KeyCodeMap.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/scene/input/KeyCode.java
! javafx-ui-common/src/javafx/scene/input/KeyEvent.java
! javafx-ui-common/test/unit/javafx/scene/Scenegraph_eventHandlers_Test.java
! javafx-ui-common/test/unit/javafx/scene/input/KeyCodeTest.java
! javafx-ui-common/test/unit/javafx/scene/input/KeyCombinationTest.java
! javafx-ui-common/test/unit/javafx/scene/input/KeyEventTest.java
! javafx-ui-common/test/unit/javafx/stage/PopupTest.java
! javafx-ui-controls/test/javafx/scene/control/KeyEventFirer.java
! javafx-ui-controls/test/javafx/scene/control/TabPaneTest.java

Changeset: dfbafd7a337a
Author:    Martin Sladecek <martin.sladecek@oracle.com>
Date:      2013-01-23 16:18 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/dfbafd7a337a

merge


Changeset: dbdc1ecd6e86
Author:    Radko Najman <radko.najman@oracle.com>
Date:      2013-01-23 20:28 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/dbdc1ecd6e86

RT-10376 - Add maximize property to Stage

! javafx-ui-common/src/com/sun/javafx/stage/PopupWindowPeerListener.java
! javafx-ui-common/src/com/sun/javafx/stage/StagePeerListener.java
! javafx-ui-common/src/com/sun/javafx/stage/WindowPeerListener.java
! javafx-ui-common/src/com/sun/javafx/tk/TKStage.java
! javafx-ui-common/src/com/sun/javafx/tk/TKStageListener.java
! javafx-ui-common/src/javafx/stage/Stage.java
! javafx-ui-common/test/unit/javafx/stage/StageTest.java
! javafx-ui-common/test/unit/javafx/stage/Stage_builder_Test.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubPopupStage.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubStage.java

Changeset: 9d502f03ee58
Author:    Lubomir Nerad <lubomir.nerad@oracle.com>
Date:      2013-01-24 10:16 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9d502f03ee58

Fix for RT-26140: Effective node orientation as property

! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/test/unit/javafx/scene/Node_properties_Test.java
! javafx-ui-common/test/unit/javafx/scene/Scene_properties_Test.java

Changeset: d32d3206f3e8
Author:    jpgodine
Date:      2013-01-24 09:23 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d32d3206f3e8

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


Changeset: e0ae9907428b
Author:    "Joseph Andresen<joseph.andresen@oracle.com>"
Date:      2013-01-24 11:23 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e0ae9907428b

RT-20598 Remove AWT From Prism-Common

! javafx-ui-common/src/com/sun/javafx/tk/DummyToolkit.java
! javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java
! test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Changeset: 17805c9153f8
Author:    Richard Bair <richard.bair@oracle.com>
Date:      2013-01-24 13:44 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/17805c9153f8

Test-Only: Updated some concurrency tests so that they run reliably when all tests \
are run in the same VM. Two tests were creating "MythicalEvents" which had the same \
event type name, and registering the two of them in one VM led to an exception from \
the platform where these names are supposed to be enforced as being unique.

! javafx-concurrent/test/javafx/concurrent/ServiceExceptionTest.java
! javafx-concurrent/test/javafx/concurrent/ServiceLifecycleTest.java
! javafx-concurrent/test/javafx/concurrent/TaskEventTest.java
+ javafx-concurrent/test/javafx/concurrent/mocks/MythicalEvent.java

Changeset: 7a9f4cfd8cbd
Author:    Richard Bair <richard.bair@oracle.com>
Date:      2013-01-24 16:33 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7a9f4cfd8cbd

RT-19898: Update constructors to panes (including ScrollPane) to take content

! javafx-ui-common/src/javafx/scene/layout/AnchorPane.java
! javafx-ui-common/src/javafx/scene/layout/FlowPane.java
! javafx-ui-common/src/javafx/scene/layout/HBox.java
! javafx-ui-common/src/javafx/scene/layout/Pane.java
! javafx-ui-common/src/javafx/scene/layout/Region.java
! javafx-ui-common/src/javafx/scene/layout/StackPane.java
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
! javafx-ui-common/src/javafx/scene/layout/VBox.java
! javafx-ui-controls/src/javafx/scene/control/ScrollPane.java

Changeset: 2f8f0c963995
Author:    Richard Bair <richard.bair@oracle.com>
Date:      2013-01-24 16:39 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2f8f0c963995

Test-Only: Minor cleanup to the concurrent tests (made variable private and added \
getter)

! javafx-concurrent/test/javafx/concurrent/AbstractService.java
! javafx-concurrent/test/javafx/concurrent/ServiceLifecycleTest.java

Changeset: 9e5595b86739
Author:    tb115823<Tomas.Brandalik@oracle.com>
Date:      2013-01-25 14:56 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9e5595b86739

faq page for fxml. initial layout, needs to be reviewed by docs

+ javafx-fxml/src/javafx/fxml/doc-files/faq.html
+ javafx-fxml/src/javafx/fxml/doc-files/fxml.css
! javafx-fxml/src/javafx/fxml/doc-files/introduction_to_fxml.html

Changeset: 3176d2f355b8
Author:    Milan Kubec <milan.kubec@oracle.com>
Date:      2013-01-25 14:03 +0000
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3176d2f355b8

RT-25559: Allow event handlers to come from the namespace

! javafx-fxml/src/javafx/fxml/FXMLLoader.java
+ javafx-fxml/test/javafx/fxml/RT_25559.java
+ javafx-fxml/test/javafx/fxml/rt_25559.fxml

Changeset: 86a68ab1c281
Author:    Milan Kubec <milan.kubec@oracle.com>
Date:      2013-01-25 14:04 +0000
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/86a68ab1c281

Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx////rt


Changeset: 537928243e84
Author:    Richard Bair <richard.bair@oracle.com>
Date:      2013-01-24 19:33 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/537928243e84

RT-19898: Update constructors to panes (including ScrollPane) to take content
Summary: Added API for BorderPane.

! javafx-ui-common/src/javafx/scene/layout/BorderPane.java

Changeset: 30a3ebfb4698
Author:    Richard Bair <richard.bair@oracle.com>
Date:      2013-01-25 09:48 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/30a3ebfb4698

Merge fix for RT-19898 with tip


Changeset: adf0ee28696e
Author:    Richard Bair <richard.bair@oracle.com>
Date:      2013-01-25 09:51 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/adf0ee28696e

RT-22171: Independent Services block each other
Summary: Add workaround for odd behavior of ThreadPoolExecutor

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

Changeset: 9e5bb51b6323
Author:    Richard Bair <richard.bair@oracle.com>
Date:      2013-01-25 10:48 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9e5bb51b6323

RT-27903: updateProgress should be more generous with illegal values
Summary: Defined tweak to spec (allow any long / double values and deal with them \
accordingly). Implemented new spec. Implemented tests.

! javafx-concurrent/src/javafx/concurrent/Task.java
! javafx-concurrent/test/javafx/concurrent/TaskProgressTest.java

Changeset: c0a86e4bbed8
Author:    flar <James.Graham@oracle.com>
Date:      2013-01-25 19:39 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c0a86e4bbed8

Fix RT-24009: Support for HiDPI displays

! javafx-sg-prism/src/com/sun/javafx/sg/prism/NGCanvas.java
! javafx-sg-prism/src/com/sun/javafx/sg/prism/NGNode.java
! javafx-ui-common/src/javafx/scene/canvas/GraphicsContext.java

Changeset: 51d92d144713
Author:    felipe
Date:      2013-01-25 19:49 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/51d92d144713

RT-27904: Use effectiveNodeOrientationProperty in Text

! javafx-ui-common/src/javafx/scene/text/Text.java

Changeset: ab90ce471a1c
Author:    Felipe Heidrich <felipe.heidrich@oracle.com>
Date:      2013-01-26 09:00 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ab90ce471a1c

RT-23783: Incorrect shift in hashCode functions in javafx.geom classes

! javafx-geom/src/com/sun/javafx/geom/Arc2D.java
! javafx-geom/src/com/sun/javafx/geom/CubicCurve2D.java
! javafx-geom/src/com/sun/javafx/geom/Ellipse2D.java
! javafx-geom/src/com/sun/javafx/geom/Line2D.java
! javafx-geom/src/com/sun/javafx/geom/Point2D.java
! javafx-geom/src/com/sun/javafx/geom/QuadCurve2D.java
! javafx-geom/src/com/sun/javafx/geom/RoundRectangle2D.java

Changeset: d2c90f864d26
Author:    kcr
Date:      2013-01-26 09:40 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d2c90f864d26

Fix broke unit tests

! javafx-sg-prism/src/com/sun/javafx/sg/prism/NGNode.java

Changeset: 3ef9bd5a6a64
Author:    Seeon Birger <seeon.birger@oracle.com>
Date:      2013-01-24 22:25 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3ef9bd5a6a64

Add ids to virtual keyboard key nodes for testing

! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/FXVKSkin.java

Changeset: 9eb16f567526
Author:    Daniel Blaukopf <daniel.blaukopf@oracle.com>
Date:      2013-01-27 15:09 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9eb16f567526

Automated merge with file:///home/dblaukop/ws/8.0/rt

- apps/experiments/Modena/src/modena/Modena.css
- javafx-ui-common/src/com/sun/javafx/css/parser/Css2Java.java
- javafx-ui-controls/src/com/preview/javafx/scene/control/DialogResources.java
- javafx-ui-controls/src/com/preview/javafx/scene/control/DialogTemplate.java
- javafx-ui-controls/src/com/preview/javafx/scene/control/Dialogs.java
- javafx-ui-controls/src/com/preview/javafx/scene/control/ExceptionDialog.java
- javafx-ui-controls/src/com/preview/javafx/scene/control/FXDialog.java
- javafx-ui-controls/src/com/preview/javafx/scene/control/UITextArea.java
- javafx-ui-controls/src/com/preview/javafx/scene/control/dialogs.css
- javafx-ui-controls/src/com/sun/javafx/scene/control/FocusableTextField.java
- javafx-ui-controls/src/javafx/scene/control/CellSpan.java
- javafx-ui-controls/src/javafx/scene/control/SpanModel.java

Changeset: 883cf5301bec
Author:    prr
Date:      2013-01-28 13:33 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/883cf5301bec

Fixed RT-17383: Printing

! javafx-sg-prism/src/com/sun/javafx/sg/prism/NGShape.java
! javafx-ui-common/project.properties
+ javafx-ui-common/src/com/sun/javafx/print/NodeAccess.java
+ javafx-ui-common/src/com/sun/javafx/print/PrintAccess.java
+ javafx-ui-common/src/com/sun/javafx/print/PrinterImpl.java
+ javafx-ui-common/src/com/sun/javafx/print/PrinterJobImpl.java
+ javafx-ui-common/src/com/sun/javafx/tk/PrintPipeline.java
+ javafx-ui-common/src/javafx/print/Collation.java
+ javafx-ui-common/src/javafx/print/JobSettings.java
+ javafx-ui-common/src/javafx/print/PageLayout.java
+ javafx-ui-common/src/javafx/print/PageOrientation.java
+ javafx-ui-common/src/javafx/print/PageRange.java
+ javafx-ui-common/src/javafx/print/Paper.java
+ javafx-ui-common/src/javafx/print/PaperSource.java
+ javafx-ui-common/src/javafx/print/PrintAccessor.java
+ javafx-ui-common/src/javafx/print/PrintColor.java
+ javafx-ui-common/src/javafx/print/PrintQuality.java
+ javafx-ui-common/src/javafx/print/PrintResolution.java
+ javafx-ui-common/src/javafx/print/PrintSides.java
+ javafx-ui-common/src/javafx/print/Printer.java
+ javafx-ui-common/src/javafx/print/PrinterAttributes.java
+ javafx-ui-common/src/javafx/print/PrinterJob.java
+ javafx-ui-common/src/javafx/print/package.html
! javafx-ui-common/src/javafx/scene/Node.java
+ javafx-ui-common/test/unit/test/javax/print/JobSettingsTest.java
+ javafx-ui-common/test/unit/test/javax/print/PrinterJobTest.java

Changeset: 53aa1e174202
Author:    Felipe Heidrich <felipe.heidrich@oracle.com>
Date:      2013-01-28 19:33 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/53aa1e174202

RT-26270: Fix NGCanvas to use NGSpan/TextLayout

! javafx-sg-prism/src/com/sun/javafx/sg/prism/NGCanvas.java

Changeset: 98e5c590c68b
Author:    Lubomir Nerad <lubomir.nerad@oracle.com>
Date:      2013-01-28 17:40 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/98e5c590c68b

Fix for RT-27845: Node Orientation - Limit effective node orientation change \
propagation

! javafx-ui-common/src/com/sun/javafx/scene/SceneHelper.java
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Parent.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/stage/PopupWindow.java
! javafx-ui-common/src/javafx/stage/Stage.java
+ javafx-ui-common/test/unit/com/sun/javafx/test/NodeOrientationTestBase.java
- javafx-ui-common/test/unit/com/sun/javafx/test/OrientationHelper.java
! javafx-ui-common/test/unit/javafx/scene/Node_effectiveOrientation_Test.java
! javafx-ui-common/test/unit/javafx/scene/Node_hasMirroring_Test.java

Changeset: 90db22b31775
Author:    Lubomir Nerad <lubomir.nerad@oracle.com>
Date:      2013-01-29 10:14 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/90db22b31775

Merge

! javafx-ui-common/src/javafx/scene/Node.java
- javafx-ui-common/test/unit/com/sun/javafx/test/OrientationHelper.java

Changeset: e6ab4256ded4
Author:    Lubomir Nerad <lubomir.nerad@oracle.com>
Date:      2013-01-29 13:01 +0100
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e6ab4256ded4

Fix for RT-27993: Node Orientation - optimize cached orientation values storage

! javafx-ui-common/src/javafx/scene/Node.java

Changeset: 1444a737ab40
Author:    Daniel Blaukopf <daniel.blaukopf@oracle.com>
Date:      2013-01-28 20:11 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1444a737ab40

New ConditionalFeatures for input peripherals specified in RT-21155

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

Changeset: cdd3b3767417
Author:    Daniel Blaukopf <daniel.blaukopf@oracle.com>
Date:      2013-01-29 15:59 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/cdd3b3767417

Javadoc updates for embedded (RT-26581)

! javafx-ui-common/src/javafx/scene/input/Clipboard.java
! javafx-ui-common/src/javafx/stage/DirectoryChooser.java
! javafx-ui-common/src/javafx/stage/FileChooser.java
! javafx-ui-common/src/javafx/stage/Popup.java
! javafx-ui-common/src/javafx/stage/Stage.java
! javafx-ui-common/src/javafx/stage/Window.java

Changeset: 248c92889c2f
Author:    kcr
Date:      2013-01-29 07:09 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/248c92889c2f

RT-26125: Need to move jfxrt.jar from lib/ to lib/ext/

! .idea/libraries/jfxrt_binary_stub.xml
! apps/experiments/ConferenceScheduleApp/nbproject/project.properties
! apps/experiments/Modena/nbproject/project.properties
! build-defs.xml
! deploy/javafx-launcher/src/com/javafx/main/Main.java
! deploy/javafx-launcher/src/com/javafx/main/NoJavaFXFallback.java
! deploy/packager/scripts/javafxpackager
! deploy/packager/src/com/sun/javafx/tools/ant/antlib.xml
! deploy/packager/src/com/sun/javafx/tools/packager/PackagerLib.java
! deploy/packager/src/com/sun/javafx/tools/packager/bundlers/BundleParams.java
! deploy/packager/src/com/sun/javafx/tools/packager/bundlers/Bundler.java
! deploy/packager/src/com/sun/javafx/tools/packager/bundlers/LinuxAppBundler.java
! deploy/packager/src/com/sun/javafx/tools/packager/bundlers/MacAppBundler.java
! deploy/packager/src/com/sun/javafx/tools/packager/bundlers/WinAppBundler.java
! javafx-anim/project.properties
! javafx-annotation-processor/project.properties
! javafx-beans-dt/project.properties
! javafx-common/project.properties
! javafx-concurrent/project.properties
! javafx-designtime/project.properties
! javafx-fxml/project.properties
! javafx-geom/project.properties
! javafx-sg-common/project.properties
! javafx-sg-prism/project.properties
! javafx-ui-charts/project.properties
! javafx-ui-common/nbproject/project.xml
! javafx-ui-common/project.properties
! javafx-ui-controls/build-common.xml
! javafx-ui-controls/project.properties
! javafx-util-converter/nbproject/project.xml
! javafx-util-converter/project.properties
! pisces/project.properties
! pom.xml
! test-stub-toolkit/project.properties

Changeset: 9b5ba0a8770e
Author:    jpgodine
Date:      2013-01-29 10:14 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9b5ba0a8770e

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

- javafx-ui-common/test/unit/com/sun/javafx/test/OrientationHelper.java

Changeset: 3e9add1c8387
Author:    kcr
Date:      2013-01-29 15:54 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3e9add1c8387

RT-27916: Exception thrown on launching SwingInterop app

! javafx-ui-common/src/com/sun/javafx/application/LauncherImpl.java

Changeset: 2dbbd46cd3d1
Author:    David Grieve<david.grieve@oracle.com>
Date:      2013-01-30 11:03 -0500
URL:       http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2dbbd46cd3d1

branch merge

! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/layout/FlowPane.java
! javafx-ui-common/src/javafx/scene/layout/HBox.java
! javafx-ui-common/src/javafx/scene/layout/Region.java
! javafx-ui-common/src/javafx/scene/layout/StackPane.java
! javafx-ui-common/src/javafx/scene/layout/TilePane.java
! javafx-ui-common/src/javafx/scene/layout/VBox.java
! javafx-ui-common/src/javafx/scene/text/Text.java
- javafx-ui-common/test/unit/com/sun/javafx/test/OrientationHelper.java
! javafx-ui-controls/src/javafx/scene/control/ScrollPane.java


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic