You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/07/12 08:47:47 UTC

[royale-asjs] branch develop updated (5279d21 -> b0463af)

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

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


    from 5279d21  tour-de-jewel: use the new jewel no-image.svg with ErrorImage bead
     new 392ea5a  ErrorImageButton Bead for ImageButton controls (Tested in Basic and Jewel ImageButton)
     new 3f0bffa  Add some annotations to make it visible to IDEs and API Docs. Remove unnecessary COMPILE: JS directive. Add new interface IImageButton and referens in Basic ImageButton and Jewel ImageButton
     new 28bd564  Merge branch 'develop' into ErrorImageButtonBead
     new b0463af  Merge pull request #881 from mjesteve/ErrorImageButtonBead

The 11389 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:
 .../src/main/royale/ImagePlayGround.mxml           | 24 ++++++++++++
 .../Basic/src/main/resources/basic-manifest.xml    |  7 ++--
 .../royale/org/apache/royale/html/ImageButton.as   | 26 ++++++++++---
 .../beads/{ErrorImage.as => ErrorImageButton.as}   | 45 +++++++++++++---------
 .../projects/Core/src/main/royale/CoreClasses.as   |  2 +
 .../royale/core/{IImage.as => IImageButton.as}     | 12 +++---
 .../royale/org/apache/royale/jewel/ImageButton.as  | 28 +++++++++++++-
 7 files changed, 107 insertions(+), 37 deletions(-)
 copy frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{ErrorImage.as => ErrorImageButton.as} (82%)
 copy frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IImage.as => IImageButton.as} (82%)