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/05/16 05:06:20 UTC

[royale-asjs] branch feature/MXRoyale updated (3c2e60d -> c9822c5)

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 3c2e60d  Update SparkRoyaleClasses.as for GroupBase
     add 1b7cba3  ArrayCollection.as & ListCollectionView.as Added
     add 4365fb3  Update MXRoyaleClasses.as
     add c3a49cd  Alert.as added
     add db89c95  Update MXRoyaleClasses.as
     add bbf5985  Update Alert.as
     add 5a6f6b7  Merge branch 'feature/MXRoyale' into branch1
     new c9822c5  Merge pull request #217 from LHR07-DBz/branch1

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:
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   5 +
 .../main/royale/mx/collections/ArrayCollection.as  | 151 +++++
 .../src/main/royale/mx/collections/ISort.as        | 353 +++++++++++
 .../royale/mx/collections/ListCollectionView.as    | 668 +++++++++++++++++++++
 .../MXRoyale/src/main/royale/mx/controls/Alert.as  | 612 +++++++++++++++++++
 5 files changed, 1789 insertions(+)
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/collections/ArrayCollection.as
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/collections/ISort.as
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.

[royale-asjs] 01/01: Merge pull request #217 from LHR07-DBz/branch1

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 c9822c559a7cbae29325d4cca85dbf8ef68fd0b4
Merge: 3c2e60d 5a6f6b7
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Tue May 15 22:06:17 2018 -0700

    Merge pull request #217 from LHR07-DBz/branch1
    
    ISort,ArrayCollection and ListCollectionView Added

 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   5 +
 .../main/royale/mx/collections/ArrayCollection.as  | 151 +++++
 .../src/main/royale/mx/collections/ISort.as        | 353 +++++++++++
 .../royale/mx/collections/ListCollectionView.as    | 668 +++++++++++++++++++++
 .../MXRoyale/src/main/royale/mx/controls/Alert.as  | 612 +++++++++++++++++++
 5 files changed, 1789 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.