hg: openjfx/8/master/rt: 86 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Thu Mar 21 18:41:53 PDT 2013
Changeset: fe5a6223ed42
Author: rbair
Date: 2013-03-12 09:36 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fe5a6223ed42
RT-28932: TransformChangedEvent TRANSFORM_CHANGED event type has the wrong name
Summary: The TransformChangedEvent reused the "ACTION" name, which results in an exception if both the TransformChangedEvent and ActionEvent are used in the same app. Unit test supplied with the fix.
! javafx-ui-common/src/javafx/scene/transform/TransformChangedEvent.java
! javafx-ui-common/test/unit/javafx/scene/transform/TransformChangedEventTest.java
Changeset: b93620846ba4
Author: rbair
Date: 2013-03-12 16:13 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b93620846ba4
Merge
Changeset: 5fe0d1ba95aa
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-13 10:08 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5fe0d1ba95aa
RT-28718 Support permutation changes after add/remove changes in ObservableListBase
! javafx-beans/src/javafx/collections/ListChangeBuilder.java
! javafx-beans/test/javafx/collections/ListChangeBuilderTest.java
! javafx-beans/test/javafx/collections/MockListObserver.java
Changeset: abe7e78f8bad
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-13 10:24 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/abe7e78f8bad
Dead code cleanup
! javafx-beans/src/javafx/collections/ListChangeBuilder.java
Changeset: f9de458279a2
Author: dmasada
Date: 2013-03-13 08:55 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f9de458279a2
RT-28764 Ensemble8: use ConditionalFeature to decide what demos to show
! apps/samples/Ensemble8/src/app/ensemble/SampleCategory.java
! apps/samples/Ensemble8/src/app/ensemble/SampleInfo.java
! apps/samples/Ensemble8/src/app/ensemble/samplepage/Description.java
! apps/samples/Ensemble8/src/app/ensemble/search/IndexSearcher.java
+ apps/samples/Ensemble8/src/app/ensemble/util/FeatureChecker.java
! apps/samples/Ensemble8/src/compiletime/ensemble/compiletime/BuildSamplesList.java
! apps/samples/Ensemble8/src/compiletime/ensemble/compiletime/CodeGenerationUtils.java
! apps/samples/Ensemble8/src/compiletime/ensemble/compiletime/Sample.java
! apps/samples/Ensemble8/src/generated/ensemble/generated/Samples.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/charts/bar/audio/AudioBarChartApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/advancedmedia/AdvancedMediaApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/alphamediaplayer/AlphaMediaPlayerApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/audioclip/AudioClipApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/overlaymediaplayer/OverlayMediaPlayerApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/media/streamingmediaplayer/StreamingMediaPlayerApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/scenegraph/events/multitouch/MultiTouchApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/web/htmleditor/HTMLEditorApp.java
! apps/samples/Ensemble8/src/samples/ensemble/samples/web/webview/WebViewApp.java
Changeset: e403dc5b195c
Author: jgodinez
Date: 2013-03-13 09:08 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e403dc5b195c
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
Changeset: d1dbad1c94b9
Author: rbair
Date: 2013-03-13 09:41 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d1dbad1c94b9
Updated gradle build to work on linux
! build.gradle
Changeset: d72a3b54194d
Author: rbair
Date: 2013-03-13 11:51 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d72a3b54194d
[TEST-ONLY] Updated the test to use a local file instead of package.html because the new build system doesn't put javadoc files in the same places as class files, so this failed.
! javafx-ui-common/test/unit/com/sun/javafx/css/converters/URLConverterTest.java
+ javafx-ui-common/test/unit/com/sun/javafx/css/converters/some.txt
Changeset: 4158528794cd
Author: rbair
Date: 2013-03-13 11:58 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4158528794cd
RT-28886: Image URL_QUICKMATCH would be better as a cached Pattern
Contributed By:neugens
! build.gradle
! javafx-ui-common/src/javafx/scene/image/Image.java
Changeset: 61f4628db358
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-03-13 13:48 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/61f4628db358
[Eclipse only] adding xtext nature to rt project
! .project
Changeset: 1c16ab0343bf
Author: Felipe Heidrich <felipe.heidrich at oracle.com>
Date: 2013-03-13 13:50 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1c16ab0343bf
minor: fix double semicolon in css file
! apps/experiments/Modena/src/modena/TestApp.css
Changeset: 4d82f948c42f
Author: Daniel Blaukopf <daniel.blaukopf at oracle.com>
Date: 2013-03-13 15:05 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4d82f948c42f
RT-28943 Use ConditionalFeatures instead of PlatformUtil.isEmbedded()
! javafx-ui-common/src/com/sun/javafx/application/PlatformImpl.java
! javafx-ui-common/src/com/sun/javafx/scene/traversal/TraversalEngine.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBindings.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ScrollBarSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TabPaneSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextAreaSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextFieldSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/VirtualFlow.java
Changeset: 88de15f1c7d9
Author: Daniel Blaukopf <daniel.blaukopf at oracle.com>
Date: 2013-03-13 15:26 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/88de15f1c7d9
Fixed typo that broke the build
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TextInputControlBindings.java
Changeset: 7a3db91a4561
Author: rbair
Date: 2013-03-13 15:36 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7a3db91a4561
RT-28968: javafx-beans not being tested
Summary: Now testing javafx-beans again. There were 4 failing tests which were ignored pursuant to a fix for RT-28969
! javafx-beans/test/javafx/beans/property/ListPropertyBaseTest.java
Changeset: 3d3dd969e631
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-14 10:17 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3d3dd969e631
Fixed javafx collections tests + minor code fix that was found after tests were fixed.
! javafx-beans/src/com/sun/javafx/collections/VetoableListDecorator.java
! javafx-beans/src/javafx/collections/ListChangeListener.java
! javafx-beans/test/javafx/beans/property/ListPropertyBaseTest.java
! javafx-beans/test/javafx/collections/MockListObserver.java
Changeset: 4d5247c56a5d
Author: Petr Pchelko <petr.pchelko at oracle.com>
Date: 2013-03-14 16:50 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4d5247c56a5d
RT-24453 Mac: ComboBox, ChoiceBox, ListView when selected cause NetBeans RCP Application menubar to disappear
Reviewed-by: Anthony
! glass/glass-lib-macosx/src/GlassApplication.m
! glass/glass/src/com/sun/glass/ui/Application.java
! glass/glass/src/com/sun/glass/ui/mac/MacApplication.java
! javafx-ui-quantum/src/com/sun/javafx/tk/quantum/GlassSystemMenu.java
Changeset: de3ebe903c58
Author: Petr Pchelko <petr.pchelko at oracle.com>
Date: 2013-03-14 17:04 +0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/de3ebe903c58
RT-28542 cancelling DirectoryChooser selection leads to NPE
Reviewed-by: Anthony
! glass/glass/src/com/sun/glass/ui/gtk/GtkCommonDialogs.java
! glass/glass/src/com/sun/glass/ui/win/WinCommonDialogs.java
Changeset: c2e2112b523c
Author: Eva Krejcirova <eva.krejcirova at oracle.com>
Date: 2013-03-14 15:25 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c2e2112b523c
RT-26547: Scenegraph doesn't handle null values passed for enum arguments (and other values)
! javafx-ui-common/src/javafx/scene/effect/ColorInput.java
! javafx-ui-common/src/javafx/scene/effect/DisplacementMap.java
! javafx-ui-common/src/javafx/scene/effect/DropShadow.java
! javafx-ui-common/src/javafx/scene/effect/InnerShadow.java
! javafx-ui-common/src/javafx/scene/effect/Light.java
! javafx-ui-common/src/javafx/scene/effect/Lighting.java
! javafx-ui-common/src/javafx/scene/effect/Shadow.java
! javafx-ui-common/src/javafx/scene/layout/FlowPane.java
! javafx-ui-common/src/javafx/scene/layout/GridPane.java
! javafx-ui-common/src/javafx/scene/layout/HBox.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/shape/Arc.java
! javafx-ui-common/test/unit/javafx/scene/effect/ColorInputTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/DisplacementMapTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/DistantLightTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/DropShadowTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/InnerShadowTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/LightingTest.java
! javafx-ui-common/test/unit/javafx/scene/effect/ShadowTest.java
! javafx-ui-common/test/unit/javafx/scene/image/ImageViewTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/FlowPaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/GridPaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/HBoxTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/StackPaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/TilePaneTest.java
! javafx-ui-common/test/unit/javafx/scene/layout/VBoxTest.java
! javafx-ui-common/test/unit/javafx/scene/shape/ArcTest.java
Changeset: 1a058c3aeb05
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-14 15:33 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1a058c3aeb05
RT-28961 BooleanExpression created by methods and(), or() are not cleaned
! javafx-beans/nbproject/project.xml
! javafx-beans/src/javafx/beans/binding/Bindings.java
Changeset: c01cba0a1e6f
Author: Martin Sladecek <martin.sladecek at oracle.com>
Date: 2013-03-14 15:43 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c01cba0a1e6f
merge
Changeset: eb2fd3306c9a
Author: snorthov
Date: 2013-03-14 16:58 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/eb2fd3306c9a
RT-28993: can't debug on mac inside IDE
! glass/glass-lib-macosx/src/GlassTimer.m
Changeset: d0f2b546a80c
Author: dmasada
Date: 2013-03-15 17:40 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d0f2b546a80c
RT-28991 Ensemble8: HTMLEditor needs to fit on screen better
! apps/samples/Ensemble8/src/samples/ensemble/samples/web/htmleditor/HTMLEditorApp.java
Changeset: 69643789d32a
Author: Radko Najman <radko.najman at oracle.com>
Date: 2013-03-18 10:30 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/69643789d32a
RT-28735: Cover FXCollections methods with unit tests
! javafx-beans/src/javafx/collections/FXCollections.java
! javafx-beans/test/javafx/collections/FXCollectionsTest.java
+ javafx-beans/test/javafx/collections/ObservableListEmptyTest.java
+ javafx-beans/test/javafx/collections/ObservableListIteratorTest.java
- javafx-beans/test/javafx/collections/ObservableListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableListTest.java
- javafx-beans/test/javafx/collections/ObservableListTestBase.java
- javafx-beans/test/javafx/collections/ObservableListTestBase_Empty.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableMapTest.java
- javafx-beans/test/javafx/collections/ObservableMapTestBase.java
- javafx-beans/test/javafx/collections/ObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P4_Test.java
+ javafx-beans/test/javafx/collections/ObservableSetTest.java
- javafx-beans/test/javafx/collections/ObservableSetTestBase.java
- javafx-beans/test/javafx/collections/ObservableSet_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableSubListIteratorTest.java
- javafx-beans/test/javafx/collections/ObservableSubListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P3_Test.java
+ javafx-beans/test/javafx/collections/ObservableSubListTest.java
- javafx-beans/test/javafx/collections/ObservableSubListTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P3_Test.java
! javafx-beans/test/javafx/collections/TestedObservableLists.java
+ javafx-beans/test/javafx/collections/TestedObservableMaps.java
+ javafx-beans/test/javafx/collections/TestedObservableSets.java
+ javafx-beans/test/javafx/collections/UnmodifiableObservableMapTest.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMapTestBase.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P4_Test.java
Changeset: a3bfe0d84b14
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-03-19 00:54 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a3bfe0d84b14
Rebuilt the native build support for Gradle so that we don't use the makefiles at all anymore, and the native sub projects were removed and instead are just source directories in the graphics project. Everything was tested on Mac, Linux (32bit) and Windows (64 bit but 32 bit JVM). The code needs to be factored and made much better (lots of nasty details were discovered along the way), but at least things are mostly building. On Windows we need a better mechanism for identifying the build paths -- maybe we need to go back to the VSProperties generation routine, but I hope not.
! build.gradle
! generator.gradle
! settings.gradle
Changeset: 2cbe9eff02b2
Author: Lubomir Nerad <lubomir.nerad at oracle.com>
Date: 2013-03-19 10:19 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2cbe9eff02b2
Fix for RT-28853: Setting eventDispatcher to null causes NPE later (in event handling)
! javafx-ui-common/src/javafx/scene/Node.java
! javafx-ui-common/src/javafx/scene/Scene.java
! javafx-ui-common/src/javafx/stage/Window.java
! javafx-ui-common/test/unit/javafx/scene/Scenegraph_eventHandlers_Test.java
Changeset: fc1e38c49db7
Author: Martin Soch <Martin.Soch at oracle.com>
Date: 2013-03-19 10:58 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fc1e38c49db7
SW pipeline: update of input parametrs checks in Pisces renderer
! prism-sw-native/include/PiscesRenderer.h
! prism-sw-native/include/PiscesRenderer.inl
! prism-sw-native/include/PiscesUtil.h
! prism-sw-native/src/JPiscesRenderer.c
! prism-sw/src/com/sun/pisces/GradientColorMap.java
! prism-sw/src/com/sun/pisces/PiscesRenderer.java
Changeset: 0d29aa4bde9c
Author: Martin Soch <Martin.Soch at oracle.com>
Date: 2013-03-19 15:13 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0d29aa4bde9c
SW pipeline: stroke shouldn't be applied when rendering glyph-list (RT-27211)
! prism-sw/src/com/sun/prism/sw/SWGraphics.java
Changeset: bca7b8cc76b8
Author: jgodinez
Date: 2013-03-19 10:22 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bca7b8cc76b8
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
- javafx-beans/test/javafx/collections/ObservableListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableListIterator_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableListTestBase.java
- javafx-beans/test/javafx/collections/ObservableListTestBase_Empty.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_Empty_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableList_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableMapTestBase.java
- javafx-beans/test/javafx/collections/ObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableMap_P4_Test.java
- javafx-beans/test/javafx/collections/ObservableSetTestBase.java
- javafx-beans/test/javafx/collections/ObservableSet_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSet_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIteratorTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListIterator_P3_Test.java
- javafx-beans/test/javafx/collections/ObservableSubListTestBase.java
- javafx-beans/test/javafx/collections/ObservableSubList_P1_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P2_Test.java
- javafx-beans/test/javafx/collections/ObservableSubList_P3_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMapTestBase.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P1_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P2_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P3_Test.java
- javafx-beans/test/javafx/collections/UnmodifiableObservableMap_P4_Test.java
Changeset: 37f21ae48cbb
Author: jgiles
Date: 2013-03-12 13:55 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/37f21ae48cbb
RT-28849: TableView has no way to clear the selection once one is made
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeTableCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeTableRowBehavior.java
Changeset: d170f53e01db
Author: jgiles
Date: 2013-03-12 14:00 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d170f53e01db
RT-28849: TableView has no way to clear the selection once one is made (Fix for TreeView)
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
Changeset: 401883988dc0
Author: jgiles
Date: 2013-03-13 11:23 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/401883988dc0
RT-28615: ListChangeListener on MultipleSelectionModel selectedItems does not always report correct item added.
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java
! javafx-ui-controls/src/javafx/scene/control/MultipleSelectionModelBase.java
! javafx-ui-controls/test/javafx/scene/control/MultipleSelectionModelImplTest.java
Changeset: 21ab95250f8f
Author: jgiles
Date: 2013-03-13 11:34 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/21ab95250f8f
RT-28897: [TableView, TreeTableView] Column 'sortable' prop when disabled allows to sort column.
! javafx-ui-controls/src/com/sun/javafx/scene/control/TableColumnComparator.java
Changeset: e4029c52cf30
Author: jgiles
Date: 2013-03-13 11:42 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e4029c52cf30
Enabling some ignored unit test classes.
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ChoiceBoxSkinTest.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/MenuBarSkinTest.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/MenuButtonSkinTest.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ToolBarSkinTest.java
Changeset: 5f1d2d1faa6d
Author: jgiles
Date: 2013-03-13 14:24 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5f1d2d1faa6d
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
Changeset: 795697fbaa9e
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-13 15:01 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/795697fbaa9e
RT-28945: not enough to reset to initial value on slowpath, must also reset on fastpath if css set the current value
! javafx-ui-common/src/javafx/scene/CssStyleHelper.java
Changeset: 2ca6c5e94163
Author: jgiles
Date: 2013-03-14 10:54 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/2ca6c5e94163
Cleanup some controls unit tests.
! javafx-ui-common/test/unit/com/sun/javafx/test/MouseEventGenerator.java
+ javafx-ui-controls/test/com/sun/javafx/scene/control/infrastructure/KeyEventFirer.java
+ javafx-ui-controls/test/com/sun/javafx/scene/control/infrastructure/KeyModifier.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/MenuBarSkinTest.java
! javafx-ui-controls/test/javafx/scene/control/AccordionTest.java
! javafx-ui-controls/test/javafx/scene/control/ButtonTest.java
! javafx-ui-controls/test/javafx/scene/control/ColorPickerTest.java
- javafx-ui-controls/test/javafx/scene/control/KeyEventFirer.java
- javafx-ui-controls/test/javafx/scene/control/KeyModifier.java
! javafx-ui-controls/test/javafx/scene/control/ListViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/MenuBarTest.java
- javafx-ui-controls/test/javafx/scene/control/MouseEventGenerator.java
! javafx-ui-controls/test/javafx/scene/control/PaginationTest.java
! javafx-ui-controls/test/javafx/scene/control/TabPaneTest.java
! javafx-ui-controls/test/javafx/scene/control/TableViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TitledPaneTest.java
! javafx-ui-controls/test/javafx/scene/control/TreeTableViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TreeViewKeyInputTest.java
Changeset: bd595da0dd6b
Author: jgiles
Date: 2013-03-14 10:54 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bd595da0dd6b
Very early work on infrastructure for UI controls to better test mouse events (still incomplete)
+ javafx-ui-controls/test/com/sun/javafx/scene/control/infrastructure/MouseEventFirer.java
Changeset: 86fbcdbb3e2e
Author: jgiles
Date: 2013-03-14 10:56 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/86fbcdbb3e2e
Partial fix for RT-28684: [TreeTableView] When graphics is set to tree item the whole tree table row disappears
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkin.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableRowSkinBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeTableRowSkin.java
Changeset: adefcf226e92
Author: jgiles
Date: 2013-03-14 10:58 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/adefcf226e92
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
- javafx-ui-controls/test/javafx/scene/control/KeyEventFirer.java
- javafx-ui-controls/test/javafx/scene/control/KeyModifier.java
- javafx-ui-controls/test/javafx/scene/control/MouseEventGenerator.java
Changeset: 5f51d88810cd
Author: jgiles
Date: 2013-03-14 14:22 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5f51d88810cd
RT-23129: Memory Leak in (Context)Menu
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuSkin.java
Changeset: 4f803bb7ab77
Author: jgiles
Date: 2013-03-14 14:27 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4f803bb7ab77
Further unit testing infrastructure explorations
+ javafx-ui-controls/test/com/sun/javafx/scene/control/infrastructure/ContextMenuEventFirer.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/infrastructure/MouseEventFirer.java
! javafx-ui-controls/test/javafx/scene/control/ButtonTest.java
Changeset: 282078cff182
Author: jgiles
Date: 2013-03-14 14:34 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/282078cff182
RT-23129: Memory Leak in (Context)Menu (Fix for NPE)
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
Changeset: ff5b5435295a
Author: jgiles
Date: 2013-03-14 16:32 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ff5b5435295a
RT-23129: Memory Leak in (Context)Menu (Fix for silly code typo found by Scott Palmer, also other slight optimisations)
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
Changeset: e1871684b3ae
Author: jgiles
Date: 2013-03-14 18:04 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e1871684b3ae
RT-28678: [TreeView] graphics is not rendered immediately.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TreeCellSkin.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/test/ControlAsserts.java
! javafx-ui-controls/test/javafx/scene/control/TreeViewTest.java
Changeset: 589dff8b15bb
Author: "Jasper Potts"
Date: 2013-03-14 09:13 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/589dff8b15bb
Fixed RT-28983: Modena dosn't use LCD text on Windows
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/modena/modena.css
Changeset: fe41f8a41c08
Author: jgiles
Date: 2013-03-15 08:13 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/fe41f8a41c08
Reintroduce MouseEventGenerator into javafx-ui-controls. Eclipse tricked me into thinking it would compile but it doesn't when on the command line (clearly different classpaths are being used).
+ javafx-ui-controls/test/com/sun/javafx/scene/control/infrastructure/MouseEventGenerator.java
! javafx-ui-controls/test/javafx/scene/control/ColorPickerTest.java
! javafx-ui-controls/test/javafx/scene/control/MenuBarTest.java
! javafx-ui-controls/test/javafx/scene/control/PaginationTest.java
! javafx-ui-controls/test/javafx/scene/control/TabPaneTest.java
! javafx-ui-controls/test/javafx/scene/control/TitledPaneTest.java
Changeset: 7462badb3a1a
Author: jgiles
Date: 2013-03-15 08:14 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/7462badb3a1a
Disabling problematic RT-28678 unit test temporarily.
! javafx-ui-controls/test/javafx/scene/control/TreeViewTest.java
Changeset: c48ec880d661
Author: jgiles
Date: 2013-03-15 08:15 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c48ec880d661
Fixing up two unit tests that Eclipse noted had errors.
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/LabeledImplTestOther.java
! javafx-ui-controls/test/javafx/scene/control/MenuItemTest.java
Changeset: 30b551d64339
Author: jgiles
Date: 2013-03-15 08:15 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/30b551d64339
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
Changeset: c2c906a9444a
Author: mickf
Date: 2013-03-14 19:18 +0000
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c2c906a9444a
RT-27699 : IndexOutOfBoundsException when dynamic setting TitledPane.setMnemonicParsing(false).
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/LabeledSkinBase.java
Changeset: 0096a41dcf0f
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2013-03-14 16:12 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0096a41dcf0f
RT-21162 stall bar on same category data add
! javafx-ui-charts/src/javafx/scene/chart/BarChart.java
Changeset: 722fd37fc0ff
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2013-03-14 16:12 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/722fd37fc0ff
RT-19855 Menu setOnAction not fired.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
Changeset: 148a5ddb6d8d
Author: leifs
Date: 2013-03-15 16:38 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/148a5ddb6d8d
RT-26147: Tooltip layout issue in RTL orientation.
! javafx-ui-controls/src/javafx/scene/control/Tooltip.java
Changeset: df35cfefa6bd
Author: Alexander Kouznetsov
Date: 2013-03-15 19:09 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/df35cfefa6bd
Modena app: make use of opacity in base, background or accent color
! apps/experiments/Modena/src/modena/Modena.java
Changeset: f9cdb400a0d5
Author: Alexander Kouznetsov
Date: 2013-03-15 19:14 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f9cdb400a0d5
Modena skin: Copied pattern-transparent.png for Modena skin to fix NPE in CustomColorDialog with Modena
+ javafx-ui-controls/src/com/sun/javafx/scene/control/skin/modena/pattern-transparent.png
Changeset: 0c08ba3460a0
Author: jgiles
Date: 2013-03-18 07:56 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0c08ba3460a0
RT-29016: CheckBoxTreeItem doesn't have unit tests (this changeset adds ~39 unit tests for CheckBoxTreeItem)
! javafx-ui-controls/src/javafx/scene/control/CheckBoxTreeItem.java
+ javafx-ui-controls/test/javafx/scene/control/CheckBoxTreeItemTest.java
Changeset: 830567b6001f
Author: jgiles
Date: 2013-03-19 09:22 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/830567b6001f
First batch of unit tests (and minor fixes) for RT-29045: Prebuilt cells in javafx.scene.control.cell are lacking unit tests
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxListCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTreeCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTreeTableCell.java
+ javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxListCellTest.java
+ javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTableCellTest.java
+ javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeCellTest.java
+ javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeTableCellTest.java
+ javafx-ui-controls/test/javafx/scene/control/cell/ParameterisedPrebuiltCellTest.java
Changeset: 3ff4d721bc61
Author: jgiles
Date: 2013-03-19 09:47 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/3ff4d721bc61
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
Changeset: 54ade0062868
Author: Alexander Kouznetsov
Date: 2013-03-18 16:13 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/54ade0062868
CustomColorDialog: Fixed RT-29049 Custom color picker dialog title with ellipsis
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
Changeset: a6ad35da022e
Author: Alexander Kouznetsov
Date: 2013-03-18 16:51 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a6ad35da022e
javafx-ui-controls-tests: get rid of <> diamond operators to stay with 1.7 source level
! javafx-ui-controls/test/javafx/scene/control/CheckBoxTreeItemTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxListCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTableCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeTableCellTest.java
Changeset: f80b0ddaad6b
Author: Alexander Kouznetsov
Date: 2013-03-18 16:55 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f80b0ddaad6b
CustomColorDialog: Made things private to ensure proper encapsulation.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ColorPalette.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ColorPickerPaletteRetriever.java
Changeset: b6bcfa23f268
Author: Alexander Kouznetsov
Date: 2013-03-18 17:31 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/b6bcfa23f268
Backed out changeset f80b0ddaad6b
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ColorPalette.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
! javafx-ui-controls/test/com/sun/javafx/scene/control/skin/ColorPickerPaletteRetriever.java
Changeset: dd2fe0f50947
Author: Alexander Kouznetsov
Date: 2013-03-18 17:33 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dd2fe0f50947
Backed out changeset a6ad35da022e
! javafx-ui-controls/test/javafx/scene/control/CheckBoxTreeItemTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxListCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTableCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeTableCellTest.java
Changeset: aa130dbb8265
Author: Alexander Kouznetsov
Date: 2013-03-18 17:34 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/aa130dbb8265
Backed out changeset 54ade0062868
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
Changeset: d117e7743d33
Author: jgiles
Date: 2013-03-19 13:08 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d117e7743d33
RT-28065: Focus is moved on last item when pressing CTRL+A
! javafx-ui-controls/src/javafx/scene/control/MultipleSelectionModelBase.java
! javafx-ui-controls/src/javafx/scene/control/TableView.java
! javafx-ui-controls/src/javafx/scene/control/TreeTableView.java
! javafx-ui-controls/test/javafx/scene/control/ListViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TableViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TreeTableViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TreeViewKeyInputTest.java
Changeset: 248f00a654a0
Author: jgiles
Date: 2013-03-19 15:03 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/248f00a654a0
RT-29046: Sliders do not allow you to drag from track
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/SliderBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/SliderSkin.java
Changeset: f3d2aa1925e2
Author: jgiles
Date: 2013-03-19 15:43 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/f3d2aa1925e2
Updating source level of javafx-ui-controls netbeans project.xml from 1.6 to 1.7.
! javafx-ui-controls/nbproject/project.xml
Changeset: 8a3ba759e08f
Author: jgiles
Date: 2013-03-19 15:47 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/8a3ba759e08f
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/jfx/rt
Changeset: a8a615069941
Author: jgiles
Date: 2013-03-19 16:05 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/a8a615069941
Fix unit test failures for multiple selection models.
! javafx-ui-controls/src/javafx/scene/control/MultipleSelectionModelBase.java
! javafx-ui-controls/src/javafx/scene/control/TableView.java
! javafx-ui-controls/src/javafx/scene/control/TreeTableView.java
Changeset: 5d973fbafa77
Author: jgiles
Date: 2013-03-19 16:28 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/5d973fbafa77
Resolve class cast exception in CssStyleHelper where Nodes that were not Parents were being cast to Parent. Casting to Node now instead.
! javafx-ui-common/src/javafx/scene/CssStyleHelper.java
Changeset: d077f9331707
Author: jgiles
Date: 2013-03-19 20:58 +1300
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/d077f9331707
Second batch of unit tests (and minor fixes) for RT-29045: Prebuilt cells in javafx.scene.control.cell are lacking unit tests
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxListCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTableCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTreeCell.java
! javafx-ui-controls/src/javafx/scene/control/cell/CheckBoxTreeTableCell.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxListCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTableCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeCellTest.java
! javafx-ui-controls/test/javafx/scene/control/cell/CheckBoxTreeTableCellTest.java
Changeset: bc859a872a95
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-19 12:33 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/bc859a872a95
RT-28997: have SimpleStyleable<Foo>Property extend Styleable<Foo>Property. Patch supplied by Danno Ferrin (danno.ferrin at shemnon.com), reviewed by David Grieve.
! .idea/compiler.xml
! .idea/libraries/jfxrt_binary_stub.xml
! .idea/modules.xml
! javafx-ui-common/src/javafx/css/SimpleStyleableBooleanProperty.java
! javafx-ui-common/src/javafx/css/SimpleStyleableDoubleProperty.java
! javafx-ui-common/src/javafx/css/SimpleStyleableFloatProperty.java
! javafx-ui-common/src/javafx/css/SimpleStyleableIntegerProperty.java
! javafx-ui-common/src/javafx/css/SimpleStyleableLongProperty.java
! javafx-ui-common/src/javafx/css/SimpleStyleableObjectProperty.java
! javafx-ui-common/src/javafx/css/SimpleStyleableStringProperty.java
Changeset: 222a76ee6a38
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-19 12:33 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/222a76ee6a38
RT-29031: @Ignore Node_effectiveOrientation_Css_Test
! javafx-ui-common/test/unit/javafx/scene/Node_effectiveOrientation_Css_Test.java
Changeset: 1e478f14d2f2
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-19 12:33 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1e478f14d2f2
RT-29019: check for null or empty style-class before calling StyleClassSet.getStyleClass
! javafx-ui-common/src/com/sun/javafx/css/StyleClassSet.java
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: e7e4b09677e5
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-19 12:33 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e7e4b09677e5
RT-28992: additional null checks in StyleManager#removeFromCacheMap
! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java
Changeset: dec15223148f
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2013-03-19 09:51 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/dec15223148f
RT-23457 MenuItems should not be selected when a mouse move and mouse up occurs.
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuContent.java
Changeset: 6a275aaf415f
Author: Paru Somashekar <paru.somashekar at oracle.com>
Date: 2013-03-19 09:52 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/6a275aaf415f
RT-21138 BarChart - negative data item is added, animation starts from positive value
! javafx-ui-charts/src/javafx/scene/chart/BarChart.java
Changeset: 1b6eab7f1f72
Author: mo.chicharro
Date: 2013-03-19 16:56 +0000
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/1b6eab7f1f72
Fix for RT-28503 - Modena: TreeView disclosure arrow is wrong shape
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/modena/modena.css
Changeset: 0b251608ae45
Author: mo.chicharro
Date: 2013-03-19 17:00 +0000
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/0b251608ae45
Fix for RT-29069 - Modena: Text inside TreeTableView cells sits 1 pixel too high
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/modena/modena.css
Changeset: e78a64bc1998
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-19 13:24 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e78a64bc1998
revert unintentional changes to rt/.idea files
! .idea/compiler.xml
! .idea/libraries/jfxrt_binary_stub.xml
! .idea/modules.xml
Changeset: c215a5924b33
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-03-19 13:24 -0400
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c215a5924b33
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/controls/rt
Changeset: ee86f25fc1b3
Author: mo.chicharro
Date: 2013-03-19 17:59 +0000
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/ee86f25fc1b3
Fixed typo in CSS
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/modena/modena.css
Changeset: 98b8f8052c8b
Author: "Jasper Potts"
Date: 2013-03-19 11:15 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/98b8f8052c8b
Fixed: RT-29074: When child is more css dirty than parent that gets lost
! javafx-ui-common/src/javafx/scene/Parent.java
Changeset: c2ebe930f201
Author: Alexander Kouznetsov
Date: 2013-03-19 13:45 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/c2ebe930f201
CustomColorDialog: Fixed RT-29049 Custom color picker dialog title with ellipsis
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/CustomColorDialog.java
Changeset: 9cd4222cfa62
Author: Paru Somashekar <parvathi.somashekar at oracle.com>
Date: 2013-03-19 22:28 +0100
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9cd4222cfa62
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
! javafx-ui-controls/src/com/sun/javafx/scene/control/skin/ContextMenuSkin.java
- javafx-ui-controls/test/javafx/scene/control/KeyEventFirer.java
- javafx-ui-controls/test/javafx/scene/control/KeyModifier.java
- javafx-ui-controls/test/javafx/scene/control/MouseEventGenerator.java
Changeset: 4a4088d5aaf4
Author: hudson
Date: 2013-03-21 14:18 -0700
URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/4a4088d5aaf4
Added tag 8.0-b82 for changeset 9cd4222cfa62
! .hgtags
More information about the openjfx-dev
mailing list