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

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


    from ede7a49  Added AccordionHeader.as in MXRoyale
     new ef2ed54  Force coercion on return value of ContentView.contentView to 
detect objects that do not implement ILayoutView.
     new a38bf19  Prevent exception in DataContainerView.beadsAddedHandler() 
due to order of beads added.
     new f53bad4  Fix wrong class name specified in comment directive.
     new 6f949d8  Minor performance improvement for a loop.
     new c0ac3fd  Get the proper MXML document, for this purpose, in all cases.
     new e0ab3ad  Add support for XML data in several areas, especially around 
sorting and grids.
     new d51fd31  Fix LogLogger.argToString(arg) when arg == 0.
     new 9dc6ee0  Implement ObjectProxy.get object.
     new bbdd6c6  SelfItemRendererInitializer shouldn't be used in MXML.
     new 9f03837  Made code for handling XML (originally copied from legacy 
code in TreeXMLItemRenderer) more resilient.
     new ccb7e8f  Made code for handling XML (originally copied from legacy 
code in TreeXMLItemRenderer) more resilient.
     new 9071329  Remove MX VirtualListVerticalLayout, which is unused.
     new f5eaf25  Fix issues in 
DataItemRendererFactoryForIListData.dataProviderChangeHandler().
     new b85c874  Fixed this pointer in last set of changes.
     new a843ccb  Moved some (non-MX) changes to PR #1150.  Add support for XML 
data in several areas, especially around sorting and grids.
     new af04e6f  Merge pull request #1127 from 
estanglerbm/various-small-changes-jan-2021

The 12833 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:
 .../org/apache/royale/html/beads/ContainerView.as  |   3 +-
 .../apache/royale/html/beads/DataContainerView.as  |   3 +-
 .../html/beads/ListItemRendererInitializer.as      |   2 +-
 .../beads/layouts/VirtualListVerticalLayout.as     |   4 +-
 .../beads/layouts/VirtualListVerticalLayout.as     |   4 +-
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   1 -
 .../src/main/royale/mx/collections/SortField.as    |  19 +
 .../AdvancedDataGridItemRendererInitializer.as     |   5 +-
 ...edDataGridSelectableItemRendererClassFactory.as |   2 +-
 .../DataGridSelectableItemRendererClassFactory.as  |   2 +-
 .../AdvancedDataGridVirtualListVerticalLayout.as   |   4 +-
 .../DataItemRendererFactoryForIListData.as         |  31 +-
 .../listClasses/VirtualListVerticalLayout.as       | 426 ---------------------
 .../src/main/royale/mx/logging/LogLogger.as        |   2 +-
 .../src/main/royale/mx/utils/ObjectProxy.as        |  15 +-
 .../src/main/resources/spark-royale-manifest.xml   |   1 -
 16 files changed, 51 insertions(+), 473 deletions(-)
 delete mode 100644 
frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/VirtualListVerticalLayout.as

Reply via email to