This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from ead1739 make showContent only do that and don't worry about
currentStep
new 2f28e44 assigments to int are not currently checked to see if the
value is an int so if it isn't you have to force floats to int. Flash runtime
seems to use floor and not round
new 20afdb4 fail if SWF compile fails
new 6981eb4 allow subclasses to access dataProviderModel before the
strand is set
new cc94cc7 don't need this after all of the other refactoring
new 0377683 refactor virtual layout so it can be re-used in MXRoyale
new 27ac6d3 virtual item renderers for MXRoyale
new fce4b1d Spark Scroller, DataGroup, ItemRenderer as used by TDF
DataGroupExample
new 8354cbb clean up so asdoc builds
The 8 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/spark/controls/DataGroupExample.mxml | 2 +-
frameworks/projects/Basic/build.xml | 19 +-
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../apache/royale/html/beads/DataContainerView.as | 9 +-
.../DataItemRendererFactoryForCollectionView.as | 2 +-
.../DynamicAddItemRendererForArrayListData.as | 2 +-
...cRemoveAllByNullItemRendererForArrayListData.as | 2 +-
...DynamicRemoveAllItemRendererForArrayListData.as | 2 +-
.../DynamicRemoveItemRendererForArrayListData.as | 2 +-
.../DynamicUpdateItemRendererForArrayListData.as | 2 +-
.../royale/html/beads/VirtualDataContainerView.as | 170 +++--------------
.../apache/royale/html/beads/VirtualListView.as | 21 +-
.../beads/layouts/VirtualListVerticalLayout.as | 15 +-
.../org/apache/royale/utils/object/defineGetter.as | 1 +
.../apache/royale/utils/object/defineProperty.as | 1 +
.../royale/utils/object/defineSimpleGetter.as | 1 +
.../royale/utils/object/defineSimpleProperty.as | 1 +
.../royale/org/apache/royale/utils/Language.as | 12 +-
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 1 +
...ataItemRendererFactoryForICollectionViewData.as | 17 --
...taItemRendererFactoryForICollectionViewData.as} | 212 ++++++++-------------
.../listClasses}/VirtualListVerticalLayout.as | 15 +-
.../SparkRoyale/src/main/resources/defaults.css | 25 ++-
.../src/main/royale/spark/components/DataGroup.as | 27 ++-
.../main/royale/spark/components/DataRenderer.as | 77 ++++++++
.../src/main/royale/spark/components/Scroller.as | 31 ++-
.../components/supportClasses/ItemRenderer.as | 173 +++++++++++++++--
27 files changed, 481 insertions(+), 362 deletions(-)
copy
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/VirtualDataItemRendererFactoryForArrayData.as
=>
MXRoyale/src/main/royale/mx/controls/listClasses/VirtualDataItemRendererFactoryForICollectionViewData.as}
(54%)
copy
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/layouts
=>
MXRoyale/src/main/royale/mx/controls/listClasses}/VirtualListVerticalLayout.as
(97%)