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

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


    from d0a5835  NOTICE: add Open Sans and Lato
     new 7610f52  new interfaces for Menus
     new 9c69d22  use interfaces for Menu
     new b98a1a5  mx:Menu.  Should fix #815
     new deb1e0c  use systemManager as the stage for JS

The 4 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:
 .../CascadingMenuSelectionMouseController.as       |  12 +-
 .../royale/html/beads/models/CascadingMenuModel.as |   3 +-
 .../projects/Core/src/main/royale/CoreClasses.as   |   2 +
 .../{IBeadController.as => ICascadingMenuModel.as} |  12 +-
 .../royale/core/{IPopUp.as => IMenuModel.as}       |  10 +-
 .../MXRoyale/src/main/resources/defaults.css       |  19 +-
 .../src/main/resources/mx-royale-manifest.xml      |   1 +
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   1 +
 .../MXRoyale/src/main/royale/mx/controls/Menu.as   | 485 +++++++++++++++++----
 .../controls/beads/models/CascadingMenuModel.as}   |  56 ++-
 .../royale/mx/controls/listClasses/ListBase.as     |   2 +-
 .../src/main/royale/mx/core/UIComponent.as         |   4 +-
 12 files changed, 475 insertions(+), 132 deletions(-)
 copy 
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IBeadController.as
 => ICascadingMenuModel.as} (77%)
 copy 
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IPopUp.as => 
IMenuModel.as} (86%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/models/MenuModel.as
 => MXRoyale/src/main/royale/mx/controls/beads/models/CascadingMenuModel.as} 
(79%)

Reply via email to