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/09/04 11:15:39 UTC

[royale-asjs] branch feature/MXRoyale updated (6e7f698 -> 2fe3597)

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 6e7f698  Merge pull request #280 from pashminakazi/branch7
     add 5ead63c  Create MXAdvancedDataGridItemRenderer.as
     add 655a719  Update DataRenderer.as
     add 621cc62  Update MXRoyaleClasses.as
     add 4e83dc5  Create ProgressEvent.as
     add 7b5e48f  Update ModuleEvent.as
     add 91aee70  Merge branch 'feature/MXRoyale' into branch8-new
     new 2fe3597  Merge pull request #284 from pashminakazi/branch8-new

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    |   1 +
 .../src/main/royale/mx/events/ModuleEvent.as       |   5 +-
 .../src/main/royale/mx/events/ProgressEvent.as}    |  41 ++-
 .../main/royale/spark/components/DataRenderer.as   |   6 +-
 .../MXAdvancedDataGridItemRenderer.as              | 342 +++++++++++++++++++++
 5 files changed, 376 insertions(+), 19 deletions(-)
 copy frameworks/projects/{Core/src/main/royale/org/apache/royale/core/TextLineMetrics.as => MXRoyale/src/main/royale/mx/events/ProgressEvent.as} (68%)
 create mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/controls/advancedDataGridClasses/MXAdvancedDataGridItemRenderer.as


[royale-asjs] 01/01: Merge pull request #284 from pashminakazi/branch8-new

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 2fe3597343f67805be9a92925683cdf13f2ea9f2
Merge: 6e7f698 91aee70
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Tue Sep 4 16:15:37 2018 +0500

    Merge pull request #284 from pashminakazi/branch8-new
    
    changes on 4.sep.2018 newbranch8

 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   1 +
 .../src/main/royale/mx/events/ModuleEvent.as       |   5 +-
 .../src/main/royale/mx/events/ProgressEvent.as     |  68 ++++
 .../main/royale/spark/components/DataRenderer.as   |   6 +-
 .../MXAdvancedDataGridItemRenderer.as              | 342 +++++++++++++++++++++
 5 files changed, 418 insertions(+), 4 deletions(-)