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/07/09 11:32:34 UTC

[royale-asjs] branch feature/Crux updated (78530e8 -> 0908365)

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

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


    from 78530e8  Revert "we don't need bracket access for Element.animate method is already part of the JS API! :)"
     add 106225a  Starting Fix for mx cascade bug
     add 398ee06  data provider seems to expect a collection
     add 8176969  Don't confuse menu bar item renderer for menu item renderer
     add 1db9416  Lose some vim files and revert hello world test
     add df0a1a6  Merge branch 'cascading' into develop
     add cde2745  Clean up vim files after merge
     add 2bf310a  we don't need bracket access for Element.animate method is already part of the JS API! :)
     add cc24c67  tour-de-jewel: update version in welcome page to 0.9.6 and remove search box for now, since it brings confussion
     add e10800e  Only set the content-type if it’s defined in URLRequest
     add 168de3b  Merge pull request #431 from tzivz/develop
     add b1e29d9  added colors
     add cabf5a5  Merge pull request #403 from SAdelman/newColors
     add ce66bd3  Revert "we don't need bracket access for Element.animate method is already part of the JS API! :)"
     new 0908365  Merge branch 'develop' into feature/Crux

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:
 .../projects/Basic/src/main/royale/BasicClasses.as |  1 +
 .../CascadingMenuSelectionMouseController.as       | 17 +++-
 .../supportClasses/CascadingMenuItemRenderer.as    | 28 ++++---
 .../MXRoyale/src/main/resources/defaults.css       |  7 +-
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |  4 +-
 .../CascadingMenuSelectionMouseController.as}      | 73 ++++++-----------
 .../menuClasses/CascadingMenuItemRenderer.as       | 93 ++++++++++++++++++++++
 .../src/main/royale/mx/managers/SystemManager.as   |  9 ++-
 .../src/main/royale/mx/styles/StyleManagerImpl.as  |  6 ++
 .../main/royale/org/apache/royale/net/URLStream.as |  2 +-
 .../elements/utils/GeometricElementUtils.as        | 12 +++
 .../apache/royale/textLayout/formats/ColorName.as  |  9 ++-
 .../royale/textLayout/formats/TextLayoutFormat.as  |  2 +-
 13 files changed, 195 insertions(+), 68 deletions(-)
 copy frameworks/projects/MXRoyale/src/main/royale/mx/controls/{TabBar.as => beads/controllers/CascadingMenuSelectionMouseController.as} (54%)
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/controls/menuClasses/CascadingMenuItemRenderer.as


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

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

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

commit 0908365b2724b282df0fd3e8037362e2cd41212d
Merge: 78530e8 ce66bd3
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jul 9 13:32:06 2019 +0200

    Merge branch 'develop' into feature/Crux
    
    * develop:
      Revert "we don't need bracket access for Element.animate method is already part of the JS API! :)"
      Only set the content-type if it’s defined in URLRequest
      tour-de-jewel: update version in welcome page to 0.9.6 and remove search box for now, since it brings confussion
      we don't need bracket access for Element.animate method is already part of the JS API! :)
      Clean up vim files after merge
      Lose some vim files and revert hello world test
      Don't confuse menu bar item renderer for menu item renderer
      data provider seems to expect a collection
      Starting Fix for mx cascade bug
      added colors

 .../projects/Basic/src/main/royale/BasicClasses.as |  1 +
 .../CascadingMenuSelectionMouseController.as       | 17 +++-
 .../supportClasses/CascadingMenuItemRenderer.as    | 28 ++++---
 .../MXRoyale/src/main/resources/defaults.css       |  7 +-
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |  4 +-
 .../CascadingMenuSelectionMouseController.as       | 58 ++++++++++++++
 .../menuClasses/CascadingMenuItemRenderer.as       | 93 ++++++++++++++++++++++
 .../src/main/royale/mx/managers/SystemManager.as   |  9 ++-
 .../src/main/royale/mx/styles/StyleManagerImpl.as  |  6 ++
 .../main/royale/org/apache/royale/net/URLStream.as |  2 +-
 .../elements/utils/GeometricElementUtils.as        | 12 +++
 .../apache/royale/textLayout/formats/ColorName.as  |  9 ++-
 .../royale/textLayout/formats/TextLayoutFormat.as  |  2 +-
 13 files changed, 228 insertions(+), 20 deletions(-)