You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/12/17 09:26:49 UTC

[royale-asjs] branch bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List updated (6044bd2 -> 9cd72ff)

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

piotrz pushed a change to branch bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 6044bd2  Jewel: Fix double dispatch of "change" event in List
     add 14eebc4  Drop indicator was being shown in the wrong place.
     add 6730ddb  non-debug uses min.css
     add 0df792a  don't rename 'init'
     add 7f21b1a  prevent renaming of ROYALE_CLASS_INFO
     add 2c8623f  use renaming maps
     new 9cd72ff  Merge branch 'develop' into bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List

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:
 examples/mxroyale/tourdeflexmodules/build.xml      | 734 +++++++++++----------
 .../org/apache/royale/utils/UIModuleUtils.as       |   8 +-
 .../royale/org/apache/royale/utils/MixinManager.as |   2 +-
 .../html/beads/SingleSelectionDropTargetBead.as    |  22 +-
 .../src/main/royale/mx/managers/SystemManager.as   |   2 +-
 .../MXRoyale/src/main/royale/mx/modules/Module.as  |  17 +
 .../src/main/royale/mx/modules/ModuleLoader.as     |  24 +-
 7 files changed, 452 insertions(+), 357 deletions(-)


[royale-asjs] 01/01: Merge branch 'develop' into bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List

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

piotrz pushed a commit to branch bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 9cd72ff4d5d5b053628ff1b157ce4bcd44cbbac5
Merge: 6044bd2 2c8623f
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Mon Dec 17 10:26:21 2018 +0100

    Merge branch 'develop' into bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List

 examples/mxroyale/tourdeflexmodules/build.xml      | 734 +++++++++++----------
 .../org/apache/royale/utils/UIModuleUtils.as       |   8 +-
 .../royale/org/apache/royale/utils/MixinManager.as |   2 +-
 .../html/beads/SingleSelectionDropTargetBead.as    |  22 +-
 .../src/main/royale/mx/managers/SystemManager.as   |   2 +-
 .../MXRoyale/src/main/royale/mx/modules/Module.as  |  17 +
 .../src/main/royale/mx/modules/ModuleLoader.as     |  24 +-
 7 files changed, 452 insertions(+), 357 deletions(-)