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 10c963d Update SparkRoyaleClasses.as for ListBase
new 32e5dbd move IItemRendererParent from the strand to the view so that
there are fewer dependencies on the strand
new 14307f6 fix sizing in JS
new 81dc1fb fix sizing
new 5849338 fix namespace
new 086df1c fix Spark Button
new e6878f3 fix mouse emulation
new aa97a75 Spark Button passes
The 7 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:
build.xml | 3 +-
.../org/apache/royale/core/DataContainerBase.as | 117 --------------
.../royale/html/beads/AccordionCollapseBead.as | 4 +-
.../org/apache/royale/html/beads/AccordionView.as | 2 +-
.../apache/royale/html/beads/DataContainerView.as | 168 ++++++++++++++++++++-
.../DataItemRendererFactoryForCollectionView.as | 12 +-
.../DynamicItemsRendererFactoryForArrayListData.as | 4 +-
.../apache/royale/html/supportClasses/DataGroup.as | 121 +--------------
.../supportClasses/TreeGridControlItemRenderer.as | 10 ++
.../layouts/LineChartCategoryVsLinearLayout.as | 2 +-
.../beads/layouts/LineChartLinearVsLinearLayout.as | 2 +-
.../apache/royale/charts/core/IChartDataGroup.as | 2 +-
.../royale/charts/optimized/SVGChartDataGroup.as | 27 ++++
.../royale/charts/supportClasses/ChartDataGroup.as | 151 +++++++++++++++++-
.../org/apache/royale/core/IItemRendererParent.as | 4 +-
.../effects/beads/EasyAccordionCollapseBead.as | 8 +-
.../src/main/royale/mx/controls/TextInput.as | 8 +
.../src/main/royale/mx/core/UIComponent.as | 20 ++-
.../SparkRoyale/src/main/resources/defaults.css | 2 +-
.../spark/components/supportClasses/ButtonBase.as | 22 +++
.../java/marmotinni/DispatchMouseClickEvent.java | 62 +++++++-
.../tests/mxtests/basicTests/BasicTests-config.xml | 2 +
mustella/tests/mxtests/basicTests/BasicTests.mxml | 6 +-
.../basicTests/spark/scripts/ButtonTestScript.mxml | 2 +-
.../basicTests/spark/views/ButtonTests.mxml | 4 +-
25 files changed, 491 insertions(+), 274 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].