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

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


 discard 379e0a1  initial svg tests, still need 9slice scaling
 discard fc2123b  fix vscode config files
 discard 002184f  snapshot sdk now works in vscode 0.10.0
 discard 8f8215b  change pom description to conform with "themes"
 discard e074834  include assets in theme swc
 discard 92fd958  test SVG as background in TextButton, but is not copied to 
final SWC
 discard fb8f7fb  textbutton css in theme
 discard 8a56b07  final dependency from vivid for swf compile
 discard e9d58c5  Move vivid theme to themes folder and change vivid example to 
dependency "theme"
 discard 2076287  add for possible swf comp
 discard 1b6d8d4  Introduce RadioButton
 discard cf99502  fresh branch with all vivid work, still not work
     add 9057833  Add computeFinalClassNames function which concatenates 
_className with typeNames (reference #124)
     add 8119910  Example of usage computeFinalClassNames in MDL Button and 
Card (reference #124)
     add 5a92085  Alternate way to compute class names
     add f21d7f2  Remove trimming from computation of class names (reference 
#124)
     add e526d5f  theme support in release notes
     add 8f26771  Merge branch 'develop' into 
feature/type_names_class_name_issue124
     add 75fa06d  Apply computeFinalClassNames function to MDL classes 
(reference #124)
     add 60b7397  add fixed maven distribution to RELEASE_NOTES
     add 410491b  Add link to issue #125 related to Maven distribution fix
     add ddf9faa  Merge branch 'develop' into 
feature/type_names_class_name_issue124
     add 8d96b4c  Merge branch 'feature/type_names_class_name_issue124' into 
develop
     add ebb4712  switch fragment to use $ as delimiter instead of / in case 
search crawler gets fooled by slash or was encoding it and fooled the 
EscapedFragmentBead
     new 46aa248  fresh branch with all vivid work, still not work
     new b76bd95  Introduce RadioButton
     new 50f44b8  add for possible swf comp
     new 18d4b6c  Move vivid theme to themes folder and change vivid example to 
dependency "theme"
     new 5492e8d  final dependency from vivid for swf compile
     new 119400fe textbutton css in theme
     new 1ddb68d  test SVG as background in TextButton, but is not copied to 
final SWC
     new 83809b1  include assets in theme swc
     new 649f0cc  change pom description to conform with "themes"
     new 9981f3c  snapshot sdk now works in vscode 0.10.0
     new 1dc03ca  fix vscode config files
     new f004510  initial svg tests, still need 9slice scaling

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (379e0a1)
            \
             N -- N -- N   refs/heads/feature/vivid-ui-set (f004510)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 12 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:
 RELEASE_NOTES.md                                   |   3 +
 .../ASDoc/src/main/royale/ASDocMainView.mxml       |   4 +-
 .../ClassPickerHashAnchorStringItemRenderer.as     |   5 +-
 .../src/main/royale/EventSummaryRenderer.mxml      |   4 +-
 .../src/main/royale/MethodSummaryRenderer.mxml     |   4 +-
 .../ASDoc/src/main/royale/SummaryRenderer.mxml     |   6 +-
 .../ASDoc/src/main/royale/models/ASDocModel.as     |  20 +--
 .../projects/Basic/src/main/royale/BasicClasses.as |   1 -
 .../main/royale/org/apache/royale/core/UIBase.as   |  15 +-
 .../royale/html/util/addOrReplaceClassName.as      |  63 --------
 .../projects/Core/src/main/royale/CoreClasses.as   |   2 +-
 .../core/{ClassFactory.as => CSSClassList.as}      |  69 ++++-----
 .../main/royale/org/apache/royale/mdl/Button.as    |  86 +++++++----
 .../src/main/royale/org/apache/royale/mdl/Card.as  |  27 +++-
 .../main/royale/org/apache/royale/mdl/CheckBox.as  |  27 +++-
 .../royale/org/apache/royale/mdl/DialogActions.as  |  26 +++-
 .../royale/org/apache/royale/mdl/DropDownList.as   |   4 +-
 .../main/royale/org/apache/royale/mdl/Footer.as    |  12 +-
 .../org/apache/royale/mdl/FooterBottomSection.as   |  15 +-
 .../org/apache/royale/mdl/FooterLeftSection.as     |  15 +-
 .../royale/org/apache/royale/mdl/FooterLinkList.as |  10 +-
 .../org/apache/royale/mdl/FooterMiddleSection.as   |   9 +-
 .../org/apache/royale/mdl/FooterRightSection.as    |  10 +-
 .../org/apache/royale/mdl/FooterSocialButton.as    |   9 +-
 .../org/apache/royale/mdl/FooterTopSection.as      |   9 +-
 .../src/main/royale/org/apache/royale/mdl/Grid.as  |  25 ++-
 .../main/royale/org/apache/royale/mdl/GridCell.as  | 167 +++++++++++++++------
 .../main/royale/org/apache/royale/mdl/Header.as    |  43 ++++--
 .../royale/org/apache/royale/mdl/IconToggle.as     |  24 ++-
 .../src/main/royale/org/apache/royale/mdl/Menu.as  |  31 +++-
 .../org/apache/royale/mdl/NavigationLayout.as      |  33 ++--
 .../apache/royale/mdl/NavigationLayoutContent.as   |   6 -
 .../royale/org/apache/royale/mdl/ProgressBar.as    |  24 ++-
 .../royale/org/apache/royale/mdl/RadioButton.as    |  31 ++--
 .../main/royale/org/apache/royale/mdl/Spacer.as    |   6 -
 .../main/royale/org/apache/royale/mdl/Spinner.as   |  40 +++--
 .../main/royale/org/apache/royale/mdl/Switch.as    |  24 ++-
 .../main/royale/org/apache/royale/mdl/TabBar.as    |  29 +++-
 .../royale/org/apache/royale/mdl/TabBarButton.as   |  28 +++-
 .../royale/org/apache/royale/mdl/TabBarPanel.as    |  26 +++-
 .../src/main/royale/org/apache/royale/mdl/Table.as |  33 +++-
 .../royale/org/apache/royale/mdl/TableColumn.as    |  34 +++--
 .../src/main/royale/org/apache/royale/mdl/Tabs.as  |  24 ++-
 .../src/main/royale/org/apache/royale/mdl/Toast.as |   1 -
 .../apache/royale/mdl/supportClasses/CardInner.as  |  33 ++--
 .../royale/mdl/supportClasses/MaterialIconBase.as  |  74 +++++----
 .../supportClasses/TabBarButtonItemRendererBase.as |  24 ++-
 .../mdl/supportClasses/TabItemRendererBase.as      |  24 ++-
 .../royale/mdl/supportClasses/TextFieldBase.as     |  37 ++---
 49 files changed, 770 insertions(+), 506 deletions(-)
 delete mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/util/addOrReplaceClassName.as
 copy 
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{ClassFactory.as
 => CSSClassList.as} (60%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to