/[Apache-SVN]
ViewVC logotype

Revision 1425063


Jump to revision: Previous Next
Author: cframpton
Date: Fri Dec 21 18:05:20 2012 UTC (11 years, 3 months ago)
Changed paths: 139 (showing only 100; show all)
Log Message:
FLEX-33328 - Merge Adobe.next bug fixes and new features into spark DataGrid.  The new features include the new properties lockedRowCount, lockedColumnCount, multiColumnSortingEnabled, and moving and sorting columns via the keyboard.  The DataGrid does size a bit differently mostly due to bug fixes. The skin changed because of new parts introduced for the locked rows and columns so custom skins need to be upgraded which is easy to do.  

The mustella tests for the existing features pass on OSX.  No mustella tests have been added yet for the new features.

The new features may need a bit more work but given all the existing tests pass the DataGrid should be pretty stable if you don't use any of the new features.

Changed paths

Path Details
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/defaults.css modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/SparkClasses.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/collections/SubListView.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/DataGrid.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/Grid.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/GridColumnHeaderGroup.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/DataGridDragProxy.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridColumnHeaderGroupLayout.as deleted
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridColumnHeaderView.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridDimensions.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridDimensionsView.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridHeaderLayout.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridHeaderViewLayout.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridItemEditor.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridItemEditorActivationMouseEvent.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridLayer.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridLayout.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridSelection.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridView.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridViewLayout.as added
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/IGridItemEditor.as modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/DataGridSkin.mxml modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/skins/spark/DefaultGridHeaderRenderer.mxml modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/projects/wireframe/src/spark/skins/wireframe/DataGridSkin.mxml modified , text changed
Directoryincubator/flex/sdk/branches/develop/frameworks/spark-manifest.xml modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Events/DataGrid_Events_basic01.mxml modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/complex_dataField_sort_test.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/dataFormatter_test.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/invalidateCell_dataIconChange.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/invalidateCell_rendererChange.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRendererFunction_differentRenderer_test.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRendererFunction_differentRenderer_test_checkBoxRenderer.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRendererFunction_differentRenderer_test_dropListRenderer.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRendererFunction_differentRenderer_test_labelRenderer.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRenderer_update_test.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRenderer_update_test_checkBoxRenderer.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRenderer_update_test_dropListRenderer.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/itemRenderer_update_test_labelRenderer.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/labelFunction_test.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/requestedRCs_Neg1_test001.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/sparkSort_arrayList_test001_firstName.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/sparkSort_arrayList_test001_lastName.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/typicalItem_setter_noData_test001.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/typicalItem_setter_smallWidth_test001_notypicalItem.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/typicalItem_winOver_RequestRCNeg1_test001.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/typicalItem_winOver_RequestRCNeg1_test002_noTypicalItem.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Integrations/Baselines/typicalItem_winOver_RequestRC_test001.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Interaction/DataGrid_keys_basic03.mxml modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/CHG_invisibleColumn_test001_c1invisible.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/CHG_invisibleColumn_test001_c1visible.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/CHG_invisibleColumn_test002_c1invisible.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_col1VisibleFalse_1.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_col1col2VisibleFalse.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_customSkin_selectionLayerTop.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_default_typItem_columnsAtRuntime1.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_gridIR_default.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_gridIR_typItem.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_preInit_misc.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_preInit_misc2.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_preInit_setSelectedCell.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_preInit_setSelectedCells.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_preInit_setSelectedIndex.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_preInit_setSelectedIndices.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_stateColumn_1.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_typicalItem_changedAtRuntimeExpWidth.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/DataGrid_Properties_typicalItem_reqRowCol_default.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_focusIn_multiline_test.png deleted
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_focusIn_multiline_test_1.png added
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_focusIn_multiline_test_2.png added
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_multiline_true_explicit_test.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_startEditMode_Tabbing.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_style_test_green.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_style_test_red.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_variableRowHeight_large.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Editable_variableRowHeight_small.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Mirroring_rtl_editor_test1.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC01.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC04.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC05.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC06.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC07_afterColumnChg.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC10.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC11.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC12.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC13.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Properties_dataProvider_XMLLC14.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_Columns_test001_ascending.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_Columns_test001_descending.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_Columns_test002_replace.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_Columns_test002_update.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_dataProvider_test001.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_dataProvider_test001_reverse.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_onColumns_test001_ascending.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_onColumns_test001_descending.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_sortByColumns_sortInvalidUpdated.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_sortByColumns_sortUpdated.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_sortIndicator_test001.png modified , text changed
Directoryincubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/Baselines/Sort_sortIndicator_test001_2.png modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26