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/08/31 11:05:36 UTC

[royale-asjs] branch feature/Merge_MXRoyale_To_Develop updated (9e094e8 -> 433bcb7)

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

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


    from 9e094e8  Fix related to build after merge
     add 75f379c  change addItem in table example
     add 0df4a03  fix NPE in combobox
     add 62265d5  Handle Combobox popup removal when clicking outside the popup without selection
     new 433bcb7  Merge branch 'develop' into feature/Merge_MXRoyale_To_Develop

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:
 .../src/main/royale/TablePlayGround.mxml           | 10 ++--
 .../projects/Jewel/src/main/resources/defaults.css |  4 +-
 .../jewel/beads/controllers/ComboBoxController.as  | 59 +++++++++++++++++++---
 .../royale/jewel/beads/views/ComboBoxView.as       |  5 +-
 .../royale/jewel/supportClasses/util}/callLater.as |  2 +-
 .../Jewel/src/main/sass/components/_combobox.sass  |  4 +-
 6 files changed, 63 insertions(+), 21 deletions(-)
 copy frameworks/projects/{Core/src/main/royale/org/apache/royale/utils => Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/util}/callLater.as (96%)


[royale-asjs] 01/01: Merge branch 'develop' into feature/Merge_MXRoyale_To_Develop

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

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

commit 433bcb7261a01b940de2c1a504adf6945b2218d9
Merge: 9e094e8 62265d5
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Aug 31 13:04:52 2018 +0200

    Merge branch 'develop' into feature/Merge_MXRoyale_To_Develop

 .../src/main/royale/TablePlayGround.mxml           | 10 ++--
 .../projects/Jewel/src/main/resources/defaults.css |  4 +-
 .../jewel/beads/controllers/ComboBoxController.as  | 59 +++++++++++++++++++---
 .../royale/jewel/beads/views/ComboBoxView.as       |  5 +-
 .../royale/jewel/supportClasses/util/callLater.as  | 42 +++++++++++++++
 .../Jewel/src/main/sass/components/_combobox.sass  |  4 +-
 6 files changed, 104 insertions(+), 20 deletions(-)