This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 7b18af2  Update MXRoyaleClasses.as
     new 7843e24  use interface
     new bb906b6  JS also needed Collections
     new 9637fbf  StringItemRenderer is using textContent instead of innerHTML
     new 15b7ceb  block wordwrap in Tree
     new 1a0c33f  need to handle XML separately
     new c1677a2  Get this to compile
     new 9039e46  implement ITreeData
     new 569931a  need default descriptor
     new f7e8a8a  get this to compile
     new 3977115  handle Flex collections

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/config/compile-js-config.xml          |  1 +
 .../Basic/src/main/resources/basic-manifest.xml    |  1 +
 .../projects/Basic/src/main/resources/defaults.css |  5 ++
 .../royale/html/supportClasses/TreeItemRenderer.as |  5 +-
 .../html/supportClasses/TreeXMLItemRenderer.as}    | 43 ++++++------
 .../org/apache/royale/collections/ITreeData.as}    | 12 ++--
 .../org/apache/royale/collections/TreeData.as      |  2 +-
 .../MXRoyale/src/main/resources/defaults.css       |  4 +-
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |  1 +
 .../main/royale/mx/collections/XMLListAdapter.as   |  9 ++-
 .../MXRoyale/src/main/royale/mx/controls/Tree.as   |  3 +-
 ...erFactoryForICollectionViewHierarchicalData.as} | 58 +++++++++++++++--
 .../controls/treeClasses/DefaultDataDescriptor.as  | 17 ++---
 .../treeClasses/HierarchicalCollectionView.as      | 76 ++++++++++++++++++++--
 14 files changed, 179 insertions(+), 58 deletions(-)
 copy 
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/BrowserWindow.as
 => 
Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeXMLItemRenderer.as}
 (67%)
 copy 
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IModule.as => 
Collections/src/main/royale/org/apache/royale/collections/ITreeData.as} (75%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/DataItemRendererFactoryForHierarchicalData.as
 => 
MXRoyale/src/main/royale/mx/controls/treeClasses/DataItemRendererFactoryForICollectionViewHierarchicalData.as}
 (60%)

Reply via email to