You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/08/29 07:19:14 UTC

[royale-asjs] branch feature/MXRoyale updated (fee6961 -> d648d54)

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

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


    from fee6961  first cut at TabNavigator.  Changing selectedIndex still needs to be wired up between the TabNav's model and the TabBar's model
     add ab41608  Update my pashminakazi:Feature/MXRoyale
     add 1178bf5  Update Container.as
     add af5cdc2  Update Series.as
     add cced0af  Update PieSeries.as
     add 01bc9ad  Update ColumnSeries.as
     add 2607b93  Update BarSeries.as
     add 5777f6e  Update ChartBase.as
     add a6ce389  Update UIComponent.as
     add ff79a51  Update PlotChart.as
     add 78cfabd  Update AreaChart.as
     new d648d54  Merge pull request #276 from pashminakazi/newbranch3

The 1 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/royale/mx/charts/AreaChart.as         |  6 ++--
 .../src/main/royale/mx/charts/PlotChart.as         | 10 +++---
 .../royale/mx/charts/chartClasses/ChartBase.as     | 22 +++++++++++-
 .../main/royale/mx/charts/chartClasses/Series.as   | 33 ++++++++++++------
 .../src/main/royale/mx/charts/series/BarSeries.as  | 40 ++++++++++++++++++++++
 .../main/royale/mx/charts/series/ColumnSeries.as   | 39 +++++++++++++++++++++
 .../src/main/royale/mx/charts/series/PieSeries.as  | 10 +++---
 .../MXRoyale/src/main/royale/mx/core/Container.as  |  9 +++++
 .../src/main/royale/mx/core/UIComponent.as         | 23 +++++++++++++
 9 files changed, 168 insertions(+), 24 deletions(-)


[royale-asjs] 01/01: Merge pull request #276 from pashminakazi/newbranch3

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d648d543e9957a5b8e908fea1066c134f6d93755
Merge: fee6961 78cfabd
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Aug 29 12:19:11 2018 +0500

    Merge pull request #276 from pashminakazi/newbranch3
    
    Changes in 9 files

 .../src/main/royale/mx/charts/AreaChart.as         |  6 ++--
 .../src/main/royale/mx/charts/PlotChart.as         | 10 +++---
 .../royale/mx/charts/chartClasses/ChartBase.as     | 22 +++++++++++-
 .../main/royale/mx/charts/chartClasses/Series.as   | 33 ++++++++++++------
 .../src/main/royale/mx/charts/series/BarSeries.as  | 40 ++++++++++++++++++++++
 .../main/royale/mx/charts/series/ColumnSeries.as   | 39 +++++++++++++++++++++
 .../src/main/royale/mx/charts/series/PieSeries.as  | 10 +++---
 .../MXRoyale/src/main/royale/mx/core/Container.as  |  9 +++++
 .../src/main/royale/mx/core/UIComponent.as         | 23 +++++++++++++
 9 files changed, 168 insertions(+), 24 deletions(-)