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/21 07:08:08 UTC

[royale-asjs] branch feature/MXRoyale updated (7c0b523 -> 263307c)

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 7c0b523  Merge pull request #226 from LHR07-DBz/LHR07-DBz-5-4
     add d4f8a7b  Copied ISort.as FlexSDK->Royale
     add d99f658  Sort,SortField,ISortField Added
     add fef4ad3  Added SortError.as
     add 8c06b1a  Update SortError.as
     add 5894c68  Update Sort.as
     add f4a53ad  Update SortField
     add 9f6913b  Update MXRoyaleClasses.as
     add b550aeb  Update Sort.as
     add 3d3f7a9  Update Sort
     add b432a2a  Update ISort.as
     add bcb6e3c  Update Sort.as
     add 6ba354b  Update ISortField.as
     add e752396  Update SortField.as
     add 962e48b  Update MXRoyaleClasses.as
     add 3069c4b  Merge branch 'feature/MXRoyale' into MxRoyaleSortSortField
     new 263307c  Merge pull request #148 from alinakazi/MxRoyaleSortSortField

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 +-
 .../src/main/royale/mx/collections/ISort.as        | 706 ++++++++---------
 .../src/main/royale/mx/collections/ISortField.as   | 272 +++++++
 .../src/main/royale/mx/collections/Sort.as         | 227 ++++++
 .../src/main/royale/mx/collections/SortField.as    | 855 +++++++++++++++++++++
 .../error/SortError.as}                            |  39 +-
 6 files changed, 1724 insertions(+), 380 deletions(-)
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/collections/ISortField.as
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/collections/Sort.as
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/collections/SortField.as
 copy frameworks/projects/MXRoyale/src/main/royale/mx/{system/ApplicationDomain.as => collections/error/SortError.as} (75%)

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

[royale-asjs] 01/01: Merge pull request #148 from alinakazi/MxRoyaleSortSortField

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 263307c5cfe52b7313ac8c811fda71710dc9ffbe
Merge: 7c0b523 3069c4b
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Mon May 21 00:08:05 2018 -0700

    Merge pull request #148 from alinakazi/MxRoyaleSortSortField
    
    Sort and SortField Added

 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   5 +-
 .../src/main/royale/mx/collections/ISort.as        | 706 ++++++++---------
 .../src/main/royale/mx/collections/ISortField.as   | 272 +++++++
 .../src/main/royale/mx/collections/Sort.as         | 227 ++++++
 .../src/main/royale/mx/collections/SortField.as    | 855 +++++++++++++++++++++
 .../main/royale/mx/collections/error/SortError.as  |  58 ++
 6 files changed, 1769 insertions(+), 354 deletions(-)

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