You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by Judah Frangipane <fl...@gmail.com> on 2014/06/10 13:29:30 UTC

[Harbs/TLF-Table-Work] e806c6: Changes related to importing of Table tags. Many o...

  Branch: refs/heads/master
  Home:   https://github.com/Harbs/TLF-Table-Work
  Commit: e806c6b0c1b79b357eebde85f212e51e18eec334
      https://github.com/Harbs/TLF-Table-Work/commit/e806c6b0c1b79b357eebde85f212e51e18eec334
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-10 (Tue, 10 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/conversion/BaseTextLayoutImporter.as
    M flex-tlf/textLayout/src/flashx/textLayout/conversion/TextLayoutExporter.as
    M flex-tlf/textLayout/src/flashx/textLayout/conversion/TextLayoutImporter.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/CellCoordinates.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/CellRange.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/FlowGroupElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableCellElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableRowElement.as
    M tests/TableTest/src/TableExplorer.mxml
    A tests/TableTest/src/assets/images/addColumnIcon.png
    A tests/TableTest/src/assets/images/addRowIcon.png
    A tests/TableTest/src/assets/images/addTableIcon.png
    R tests/TableTest/src/assets/images/addTableIcons.png
    A tests/TableTest/src/assets/images/removeColumnIcon.png
    A tests/TableTest/src/assets/images/removeRowIcon.png
    A tests/TableTest/src/assets/images/removeTableIcon.png
    R tests/TableTest/src/assets/images/subtractTableIcons.png

  Log Message:
  -----------
  Changes related to importing of Table tags. Many of these areas will need to be refactored since tables do not fit in the TLF model
Added method to parse table cell elements to BaseTextLayoutImporter
Added table header to import element which just uses table cell importer
Added getTextFlowContent method temporarily for testing import of table data contents. This will be removed when things are working.
Added removeAllRows and removeAllRowsWithContent to TableElement
Fixed bug where child of TableElement throws error if mxmlChildren is not TableCellElement
Updated canOwnFlowElement to accept table element types for support import methods.
Added cells, addCell and addCellAt to TableRowElement
Added import of simple table data, remove all rows to TableExplorer


  Commit: abdc4086e79442573b1c2531a4d3d173f6ccad62
      https://github.com/Harbs/TLF-Table-Work/commit/abdc4086e79442573b1c2531a4d3d173f6ccad62
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-10 (Tue, 10 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/TextFlowTableBlock.as
    M flex-tlf/textLayout/src/flashx/textLayout/container/ContainerController.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/CellCoordinates.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableBlockContainer.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableCellElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    A flex-tlf/textLayout/src/flashx/textLayout/elements/TableLeafElement.as

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Harbs/TLF-Table-Work

Conflicts:
	flex-tlf/textLayout/src/flashx/textLayout/elements/CellCoordinates.as


Compare: https://github.com/Harbs/TLF-Table-Work/compare/bb0ca7355ed0...abdc4086e794