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 2019/03/22 09:45:16 UTC

[royale-asjs] branch feature/jewel-datefield-year-month updated (98a71bc -> f09c6e6)

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

carlosrovira pushed a change to branch feature/jewel-datefield-year-month
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 98a71bc  jewel datechooser: update jewel styles
     new 35c95b9  Royale apps must strongly type use of Proxy
     new 8f2e75e  need to propagate systemManager to children
     new 8ee170d  send a MenuEvent
     new a050a8b  dispatch itemClick from the right place
     new 8fb561f  get this to compile for TDF
     new e550017  PopUpButton now works in TDF
     new f09c6e6  Merge branch 'develop' into feature/jewel-datefield-year-month

The 8786 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/mx/controls/PopUpButtonExample.mxml        |   3 +-
 .../src/main/royale/mx/containers/Panel.as         |   4 +
 .../MXRoyale/src/main/royale/mx/controls/Menu.as   |   7 +-
 .../src/main/royale/mx/controls/PopUpButton.as     | 233 ++++++++++++++++++++-
 .../src/main/royale/mx/controls/PopUpMenuButton.as |  44 ++++
 .../mx/controls/listClasses/ListItemRenderer.as    |  42 ++++
 .../src/main/royale/mx/events/ListEvent.as         |   8 +-
 7 files changed, 323 insertions(+), 18 deletions(-)