hg: openjfx/8/controls/rt: 2 new changesets

2013-09-26 Thread hang . vo
Changeset: acf01d7fdc73
Author:jgiles
Date:  2013-09-26 14:08 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/acf01d7fdc73

RT-33101: Unable to collapse/expand tree item by mouse click
Reviewed-by: psomashe

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeTableCellBehavior.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TreeTableViewSkin.java
! 
modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java

Changeset: 240636b0c18c
Author:jgiles
Date:  2013-09-26 14:14 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/240636b0c18c

RT-27447: [TableView] [TreeTableView] When multiple cells are selected in 
horizontal direction, control doesn't scroll to tle last selected item.
Reviewed-by: psomashe

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java



hg: openjfx/8/controls/rt: 2 new changesets

2013-09-16 Thread hang . vo
Changeset: e7c8e1ec0e84
Author:David Grieve
Date:  2013-09-16 15:03 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e7c8e1ec0e84

RT-32229: unit test

! modules/graphics/src/test/java/com/sun/javafx/css/StylesheetTest.java

Changeset: 5bd907a630b0
Author:David Grieve
Date:  2013-09-16 15:03 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5bd907a630b0

RT-32229: track resolves always

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-09-15 Thread hang . vo
Changeset: 9c36f86c825d
Author:jgiles
Date:  2013-09-13 13:06 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9c36f86c825d

RT-32906: [HTMLEditor] Font family button cell factory has updateItem called 
for all fonts

! modules/web/src/main/java/com/sun/javafx/scene/web/skin/HTMLEditorSkin.java

Changeset: 9e0ec4e9eef2
Author:jgiles
Date:  2013-09-13 17:31 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9e0ec4e9eef2

RT-32828: NPE in VirtualFlow.fitCells

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-09-10 Thread hang . vo
Changeset: 984794e069b7
Author:leifs
Date:  2013-09-10 16:16 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/984794e069b7

RT-32729: ctrl/cmd+backspace in text field appends 'space'

! modules/controls/src/main/java/javafx/scene/control/TextInputControl.java

Changeset: f93c5d2552f8
Author:jgiles
Date:  2013-09-11 09:58 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f93c5d2552f8

RT-32839: CSS prints 'Could not resolve' errors for custom controls.

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-09-06 Thread hang . vo
Changeset: fa70a7506503
Author:David Grieve
Date:  2013-09-06 11:47 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fa70a7506503

RT-32507: twiddleate the string before calling Cursor.cursor(string). Added 
more css cursor conversion unit tests.

! 
modules/graphics/src/main/java/com/sun/javafx/css/converters/CursorConverter.java
! modules/graphics/src/test/java/com/sun/javafx/css/CursorTypeTest.java

Changeset: c28a7f760bee
Author:David Grieve
Date:  2013-09-06 11:47 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c28a7f760bee

RT-27088: add -fx-close-tab-animation and -fx-open-tab-animation to cssref

! modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html



hg: openjfx/8/controls/rt: 2 new changesets

2013-09-02 Thread hang . vo
Changeset: 74c06be0319b
Author:jgiles
Date:  2013-09-03 16:46 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/74c06be0319b

RT-31093: Drag doesn't start from Date Picker text field
The same problem existed for ComboBox, so it is now resolved in both places.

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

Changeset: cb91a18c5738
Author:jgiles
Date:  2013-09-03 17:08 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/cb91a18c5738

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-30 Thread hang . vo
Changeset: 0339d4004e85
Author:mickf
Date:  2013-08-30 15:41 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0339d4004e85

RT-32327 : Threading issues with ProgressBar / ProgressIndicator after fix for 
RT-27791

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

Changeset: 79af5cf2bf70
Author:mickf
Date:  2013-08-30 15:42 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/79af5cf2bf70

RT-32584 : Indeterminate ProgressIndicator's spin property ignored for first 
play

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-08-29 Thread hang . vo
Changeset: c661253e25cf
Author:jgiles
Date:  2013-08-30 13:56 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c661253e25cf

RT-32559: TableView: replaced columns disappear

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

Changeset: b2d31f6fb68d
Author:jgiles
Date:  2013-08-30 16:33 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b2d31f6fb68d

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-28 Thread hang . vo
Changeset: 1d4565315819
Author:jgiles
Date:  2013-08-29 15:43 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1d4565315819

RT-21444: SelectionModel.getSelectedItem() API does not work correctly in case 
when multiple selection is enabled and Shift key is down.
Issue resolved in ListView, TreeView, TableView, and TreeTableView. Unit tests 
have been developed to prevent future regressions.

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListCellBehavior.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableCellBehaviorBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableRowBehavior.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeCellBehavior.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeTableRowBehavior.java
! 
modules/controls/src/test/java/javafx/scene/control/ListViewMouseInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java
! 
modules/controls/src/test/java/javafx/scene/control/TableViewMouseInputTest.java
! 
modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java
! 
modules/controls/src/test/java/javafx/scene/control/TreeViewMouseInputTest.java

Changeset: 9b8894841264
Author:jgiles
Date:  2013-08-29 15:58 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9b8894841264

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-26 Thread hang . vo
Changeset: 5ada5c1bd2c8
Author:mickf
Date:  2013-08-26 15:03 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5ada5c1bd2c8

RT-25790 - Label: setLabelFor() does not work dynamically

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

Changeset: 5ff21519a300
Author:mickf
Date:  2013-08-26 15:06 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5ff21519a300

RT-30424 - [Mnemonics] setLabelFor(null) doesn't remove label binding to the 
button

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-08-13 Thread hang . vo
Changeset: a119e36cf80b
Author:David Grieve
Date:  2013-08-13 17:31 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a119e36cf80b

Fix unit test failure in ParsedValueTest due to NPE in ParsedValueImpl equals 
method

! modules/graphics/src/main/java/com/sun/javafx/css/ParsedValueImpl.java

Changeset: b6b2921b8737
Author:David Grieve
Date:  2013-08-13 17:33 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b6b2921b8737

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-12 Thread hang . vo
Changeset: 19197d39ad7f
Author:hudson
Date:  2013-08-08 11:07 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/19197d39ad7f

Added tag 8.0-b102 for changeset 78a1636e68b1

! .hgtags

Changeset: 88184f3a006a
Author:David Grieve
Date:  2013-08-12 19:50 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/88184f3a006a

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-12 Thread hang . vo
Changeset: 273e66a46a60
Author:jgiles
Date:  2013-08-09 11:22 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/273e66a46a60

RT-31020: Problems Multiple-Selecting Rows in TableView

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableRowBehavior.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeTableRowBehavior.java
! 
modules/controls/src/test/java/com/sun/javafx/scene/control/infrastructure/MouseEventFirer.java
! 
modules/controls/src/test/java/com/sun/javafx/scene/control/infrastructure/VirtualFlowTestUtils.java
! 
modules/controls/src/test/java/javafx/scene/control/TableViewMouseInputTest.java
! 
modules/controls/src/test/java/javafx/scene/control/TreeTableViewMouseInputTest.java

Changeset: 862e4904a2ac
Author:jgiles
Date:  2013-08-13 11:25 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/862e4904a2ac

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-12 Thread hang . vo
Changeset: ec44b3b3d2e1
Author:leifs
Date:  2013-08-12 15:54 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ec44b3b3d2e1

RT-26861: RTL orientation, ColorPicker palette position issue.

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

Changeset: 23d6d318d268
Author:psomashe
Date:  2013-08-12 15:59 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/23d6d318d268

missed this change in previous checkin.

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-08-09 Thread hang . vo
Changeset: b2a8e6dff797
Author:David Grieve
Date:  2013-08-09 16:07 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b2a8e6dff797

RT-32248: if no cascading styles, return empty list

! modules/graphics/src/main/java/com/sun/javafx/css/StyleMap.java

Changeset: 6fa61e99aaa4
Author:David Grieve
Date:  2013-08-09 16:08 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/6fa61e99aaa4

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-09 Thread hang . vo
Changeset: 9ec9e4cc1eab
Author:David Grieve
Date:  2013-08-09 15:03 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9ec9e4cc1eab

RT-31321: hide implementation details in private methods

! modules/graphics/src/main/java/com/sun/javafx/css/Stylesheet.java
! modules/graphics/src/main/java/com/sun/javafx/css/parser/CSSParser.java
! modules/graphics/src/main/java/com/sun/javafx/css/parser/Css2Bin.java
! modules/graphics/src/stub/java/com/sun/javafx/css/StylesheetTest.java
! modules/graphics/src/stub/java/com/sun/javafx/css/parser/CSSParserTest.java

Changeset: bccfc1c97086
Author:David Grieve
Date:  2013-08-09 15:23 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/bccfc1c97086

RT-31691: Fix for unit test failures caused by previous changeset for this bug. 
Replaced call to impl_processCSS

! modules/controls/src/main/java/javafx/scene/control/Control.java



hg: openjfx/8/controls/rt: 2 new changesets

2013-08-09 Thread hang . vo
Changeset: 53570eadb90b
Author:David Grieve
Date:  2013-08-09 09:20 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/53570eadb90b

RT-31691: if css is being reapplied but we're using cached values, force a 
lookup on properties not in the cache

! modules/controls/src/main/java/javafx/scene/control/Control.java
! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java
! modules/graphics/src/main/java/javafx/scene/Node.java

Changeset: ef2ca9c96bc5
Author:David Grieve
Date:  2013-08-09 09:21 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ef2ca9c96bc5

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-08-02 Thread hang . vo
Changeset: a01a090e0477
Author:rbair
Date:  2013-08-02 11:32 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a01a090e0477

RT-32102: TreeView on Mac does not use cmd+ctrl+space for toggling selection

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TableViewBehaviorBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TreeViewBehavior.java
! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java
! 
modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java

Changeset: 226250c9e7f9
Author:rbair
Date:  2013-08-02 11:36 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/226250c9e7f9

Minor fixes to BehaviorBase. Made convenience traverse methods final, all 
pointing to the single non-final method that does all the work. Made sure the 
keyBindings field is unmodifiable.

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/BehaviorBase.java



hg: openjfx/8/controls/rt: 2 new changesets

2013-08-02 Thread hang . vo
Changeset: a4d7b7b2daa2
Author:rbair
Date:  2013-08-02 09:21 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a4d7b7b2daa2

Made some fields final, fixed a javadoc issue.

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/BehaviorBase.java

Changeset: 97ff822bb664
Author:rbair
Date:  2013-08-02 09:27 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/97ff822bb664

Removed EMPTY_BINDINGS and use instead Collections.emptyList(). One less field, 
but more important, the EMPTY_BINDINGS wasn't immutable so there was a 
possibility of a bug there, whereas now there is not.

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/BehaviorBase.java



hg: openjfx/8/controls/rt: 2 new changesets

2013-08-01 Thread hang . vo
Changeset: d4657711e052
Author:jgiles
Date:  2013-08-02 08:25 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d4657711e052

Backed out changeset: d9f804166732

! modules/controls/src/main/java/javafx/scene/control/cell/CheckBoxTreeCell.java
! 
modules/controls/src/main/java/javafx/scene/control/cell/ChoiceBoxTreeCell.java
! modules/controls/src/main/java/javafx/scene/control/cell/ComboBoxTreeCell.java
! 
modules/controls/src/main/java/javafx/scene/control/cell/TextFieldTreeCell.java

Changeset: 970027341fc2
Author:jgiles
Date:  2013-08-02 08:25 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/970027341fc2

Adding in missing DefaultTreeCell impl

+ modules/controls/src/main/java/javafx/scene/control/cell/DefaultTreeCell.java



hg: openjfx/8/controls/rt: 2 new changesets

2013-08-01 Thread hang . vo
Changeset: 4d59d24f0d8b
Author:mickf
Date:  2013-08-01 14:39 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/4d59d24f0d8b

RT-30871 : indeterminate progress bar causes memory leak

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

Changeset: 3aadad7d5904
Author:mickf
Date:  2013-08-01 14:43 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3aadad7d5904

RT-27791 :ProgressBar keeps animating when in ScrollPane and scrolled out of 
view

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-07-18 Thread hang . vo
Changeset: fe5ae99c078b
Author:David Grieve
Date:  2013-07-18 15:22 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fe5ae99c078b

[UNIT TEST] RT-31305: remove @Ignore

! modules/graphics/src/stub/java/com/sun/javafx/css/FontTypeTest.java

Changeset: fd774bff36a7
Author:David Grieve
Date:  2013-07-18 15:22 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fd774bff36a7

RT-31745: fix css font lookup

! modules/graphics/src/main/java/javafx/scene/CssStyleHelper.java
! modules/graphics/src/stub/java/com/sun/javafx/css/FontTypeTest.java



hg: openjfx/8/controls/rt: 2 new changesets

2013-07-15 Thread hang . vo
Changeset: 01f71b062149
Author:jgiles
Date:  2013-07-15 14:04 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/01f71b062149

General purpose *Table* implementation code cleanup (code reorganisation rather 
than refactoring).

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/NestedTableColumnHeader.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableCellSkinBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableColumnHeader.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableHeaderRow.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkin.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableRowSkinBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableViewSkinBase.java
! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TreeTableRowSkin.java

Changeset: 0d5c534a691e
Author:jgiles
Date:  2013-07-16 09:23 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0d5c534a691e

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-07-10 Thread hang . vo
Changeset: 734434df77c4
Author:jgiles
Date:  2013-07-10 16:34 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/734434df77c4

RT-31479: Combobox is rendered outside of container

! 
modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ListViewSkin.java
! modules/controls/src/test/java/javafx/scene/control/ComboBoxTest.java

Changeset: 3a7a4276dc6c
Author:jgiles
Date:  2013-07-10 16:53 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3a7a4276dc6c

Fix unit test failure due to RT-31479

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-06-17 Thread hang . vo
Changeset: 2860bee1e5c2
Author:mickf
Date:  2013-06-17 15:58 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2860bee1e5c2

RT-31011 - Scene : remove Scenic popup

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

Changeset: ab5dd0cc19d8
Author:mickf
Date:  2013-06-17 15:58 +0100
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ab5dd0cc19d8

RT-30942 - DatePicker : remove Scenic popup

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



hg: openjfx/8/controls/rt: 2 new changesets

2013-06-17 Thread hang . vo
Changeset: 83a9bfb58e38
Author:Martin Sladecek 
Date:  2013-06-17 14:40 +0200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/83a9bfb58e38

Forgot to revert hotfix for RT-30363 together with fix for RT-31016. Verified 
that issues in RT-31016 are not broken again by this changeset.

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

Changeset: 00820f6d9333
Author:Martin Sladecek 
Date:  2013-06-17 14:40 +0200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/00820f6d9333

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-06-07 Thread hang . vo
Changeset: b8fb9136fbcb
Author:David Grieve
Date:  2013-06-07 14:59 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b8fb9136fbcb

RT-30985: associate strings for deserialization with stylesheet

! javafx-ui-common/src/com/sun/javafx/css/Rule.java
! javafx-ui-common/src/com/sun/javafx/css/Stylesheet.java

Changeset: 69bd40665e68
Author:David Grieve
Date:  2013-06-07 15:01 -0400
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/69bd40665e68

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-06-02 Thread hang . vo
Changeset: 374145c4e41e
Author:jgiles
Date:  2013-06-03 17:18 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/374145c4e41e

Unit test and partial fix for RT-29849: [TreeTableView] on edit start is fired 
many times

! javafx-ui-controls/src/javafx/scene/control/TableCell.java
! javafx-ui-controls/src/javafx/scene/control/TreeCell.java
! javafx-ui-controls/src/javafx/scene/control/TreeTableCell.java
! 
javafx-ui-controls/test/com/sun/javafx/scene/control/infrastructure/VirtualFlowTestUtils.java
! javafx-ui-controls/test/javafx/scene/control/CellTest.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: b7cc945d9169
Author:jgiles
Date:  2013-06-03 17:19 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b7cc945d9169

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-05-28 Thread hang . vo
Changeset: d875e6e5358c
Author:leifs
Date:  2013-05-23 13:08 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/d875e6e5358c

RT-30511: DatePicker doesn't receive focus after opening

! 
javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/DateCellBehavior.java
! 
javafx-ui-controls/src/com/sun/javafx/scene/control/skin/DatePickerContent.java

Changeset: cb898291a5e2
Author:leifs
Date:  2013-05-28 08:51 -0700
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/cb898291a5e2

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




hg: openjfx/8/controls/rt: 2 new changesets

2013-05-27 Thread hang . vo
Changeset: 29391522888a
Author:jgiles
Date:  2013-05-28 15:18 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/29391522888a

RT-30593: TableView.TableViewSelectionModel changes in Lombard are not back 
compatible with previous versions.

! 
javafx-ui-controls/src/com/sun/javafx/scene/control/behavior/TableViewBehavior.java
! 
javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.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/TableViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TableViewMouseInputTest.java

Changeset: eabd4871a2d7
Author:jgiles
Date:  2013-05-28 15:21 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/eabd4871a2d7

Merge

! 
javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TableColumnHeader.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/TableViewKeyInputTest.java
! javafx-ui-controls/test/javafx/scene/control/TableViewMouseInputTest.java



hg: openjfx/8/controls/rt: 2 new changesets

2013-05-21 Thread hang . vo
Changeset: 8f39c271b128
Author:jgiles
Date:  2013-05-22 14:06 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/8f39c271b128

RT-30559: Reduce toggling managed on nodes in VirtualFlow

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

Changeset: 5e5ee69369c3
Author:jgiles
Date:  2013-05-22 14:20 +1200
URL:   http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5e5ee69369c3

RT-30560: Remove needless method calls in Cell

! javafx-ui-controls/src/javafx/scene/control/Cell.java