You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/04 16:15:45 UTC

[royale-asjs] branch feature/new_merge updated (472633f -> 15048a9)

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

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


    from 472633f  vscode complete the config alone
     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
     add 2fe3597  Merge pull request #284 from pashminakazi/branch8-new
     new 15048a9  Merge branch 'feature/MXRoyale' into feature/new_merge

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 branch 'feature/MXRoyale' into feature/new_merge

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

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

commit 15048a9b2abc620db28af546a08bfd7f342cc0ad
Merge: 472633f 2fe3597
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Sep 4 19:15:35 2018 +0300

    Merge branch 'feature/MXRoyale' into feature/new_merge

 .../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(-)