You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2016/09/22 21:08:48 UTC

[4/4] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'SuperMobileTrader' into develop

Merge branch 'SuperMobileTrader' into develop

* SuperMobileTrader:
  Fix for StackedViewManager in Mobile project.
  Updated DataProviderChangeNotifier to listen for replacement of the dataProvider itself.
  Added ArrayList parallels for Chart classes.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1dac6154
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1dac6154
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1dac6154

Branch: refs/heads/develop
Commit: 1dac6154834ad8b7be877a889e16a279ed86fcb8
Parents: 5d52dc6 b0f8b6d
Author: Peter Ent <pe...@apache.org>
Authored: Thu Sep 22 17:08:13 2016 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Thu Sep 22 17:08:13 2016 -0400

----------------------------------------------------------------------
 frameworks/projects/Charts/pom.xml              |  13 ++
 .../src/main/config/compile-as-config.xml       |   1 +
 .../Charts/src/main/flex/ChartsClasses.as       |  11 ++
 ...ItemRendererFactoryForSeriesArrayListData.as | 139 ++++++++++++++++++
 .../charts/beads/HorizontalCategoryAxisBead.as  |   2 +-
 .../HorizontalCategoryAxisForArrayListBead.as   |  85 +++++++++++
 .../charts/beads/HorizontalLinearAxisBead.as    |   4 +-
 .../HorizontalLinearAxisForArrayListBead.as     | 121 ++++++++++++++++
 .../charts/beads/VerticalCategoryAxisBead.as    |   2 +-
 .../VerticalCategoryAxisForArrayListBead.as     |  98 +++++++++++++
 .../flex/charts/beads/VerticalLinearAxisBead.as |   4 +-
 .../beads/VerticalLinearAxisForArrayListBead.as | 119 +++++++++++++++
 .../beads/layouts/BarChartLayoutForArrayList.as | 129 +++++++++++++++++
 .../layouts/ColumnChartLayoutForArrayList.as    | 129 +++++++++++++++++
 .../beads/layouts/PieChartLayoutForArrayList.as | 142 ++++++++++++++++++
 .../StackedBarChartLayoutForArrayList.as        | 145 +++++++++++++++++++
 .../StackedColumnChartLayoutForArrayList.as     | 142 ++++++++++++++++++
 .../models/ChartArrayListSelectionModel.as      |  75 ++++++++++
 .../src/main/resources/basic-manifest.xml       |  21 +++
 .../html/beads/DataProviderChangeNotifier.as    |  42 +++++-
 .../apache/flex/mobile/StackedViewManager.as    |  15 +-
 21 files changed, 1430 insertions(+), 9 deletions(-)
----------------------------------------------------------------------