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 ef851b6 change pom description to conform with "themes"
discard d33f680 include assets in theme swc
discard 9961152 test SVG as background in TextButton, but is not copied to
final SWC
discard c7f0fdc textbutton css in theme
discard 826cdf6 final dependency from vivid for swf compile
discard f0ca62f Move vivid theme to themes folder and change vivid example to
dependency "theme"
discard 490a19d add for possible swf comp
discard 84eb2fb Introduce RadioButton
discard 851e49d fresh branch with all vivid work, still not work
add 6303d38 Adding MenuExample showing pop-up menus and MenuBar within a
Panel.
add 28ecca2 fix other files"
add 407f6e1 Switch MenuBar default menu class from Menu to CascadingMenu.
add 54b8a72 Changed the default menu class for MenuBar back to the
simpler Menu class. Removed the “menuClass” attribute from MenuBar in favor of
a menu factory bead. Added CascadingMenuFactory and MenuFactory beads with
MenuFactory being the default. Updating the MenuExample to show how to use
CascadingMenu with MenuBar as a bead.
add 02345a9 Mixing native elements and Royale elements
add 02d3b2c move ContainerUtils into ValuesManager so that we can use
getComputedStyle on JS
add 83841f0 update release_notes"
new cf99502 fresh branch with all vivid work, still not work
new 1b6d8d4 Introduce RadioButton
new 2076287 add for possible swf comp
new e9d58c5 Move vivid theme to themes folder and change vivid example to
dependency "theme"
new 8a56b07 final dependency from vivid for swf compile
new fb8f7fb textbutton css in theme
new 92fd958 test SVG as background in TextButton, but is not copied to
final SWC
new e074834 include assets in theme swc
new 8f8215b change pom description to conform with "themes"
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 (ef851b6)
\
N -- N -- N refs/heads/feature/vivid-ui-set (8f8215b)
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 9 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 | 5 +
.../resources/frameworks/air-config-template.xml | 2 +-
.../frameworks/createjs-config-template.xml | 6 +-
.../frameworks/jquery-config-template.xml | 6 +-
.../resources/frameworks/js-config-template.xml | 4 +-
.../resources/frameworks/node-config-template.xml | 6 +-
examples/build.xml | 3 +
.../royale/{TreeExample => MenuExample}/build.xml | 6 +-
.../MenuExample/src/main/royale/MenuExample.mxml | 7 +-
.../MenuExample/src/main/royale/MyInitialView.mxml | 168 +++++++
.../projects/Basic/src/main/resources/defaults.css | 2 +-
.../projects/Basic/src/main/royale/BasicClasses.as | 2 +
.../royale/org/apache/royale/core/LayoutBase.as | 83 ++--
.../main/royale/org/apache/royale/html/MenuBar.as | 39 --
.../org/apache/royale/html/beads/AlertView.as | 7 +-
.../royale/html/beads/CSSImageAndTextButtonView.as | 60 +--
.../apache/royale/html/beads/CSSTextButtonView.as | 76 ++--
.../{TextOverflow.as => CascadingMenuFactory.as} | 59 +--
.../org/apache/royale/html/beads/ContainerView.as | 11 +-
.../org/apache/royale/html/beads/GroupView.as | 41 +-
.../html/beads/{TextOverflow.as => MenuFactory.as} | 59 +--
.../org/apache/royale/html/beads/PanelView.as | 1 -
.../royale/html/beads/PanelWithControlBarView.as | 1 -
.../apache/royale/html/beads/SimpleAlertView.as | 7 +-
.../org/apache/royale/html/beads/TextInputView.as | 11 +-
.../royale/html/beads/TextInputWithBorderView.as | 6 +-
.../beads/controllers/MenuBarMouseController.as | 6 +-
.../royale/html/beads/layouts/DataGridLayout.as | 8 +-
.../layouts/FlexibleFirstChildHorizontalLayout.as | 8 +-
.../html/beads/layouts/HDividedContainerLayout.as | 9 +-
.../royale/html/beads/layouts/HScrollBarLayout.as | 8 +-
.../html/beads/layouts/HorizontalFlexLayout.as | 8 +-
.../html/beads/layouts/HorizontalFlowLayout.as | 9 +-
.../royale/html/beads/layouts/HorizontalLayout.as | 7 +-
.../layouts/HorizontalLayoutWithPaddingAndGap.as | 12 +-
.../layouts/OneFlexibleChildHorizontalLayout.as | 7 +-
.../OneFlexibleChildHorizontalLayoutForOverflow.as | 7 +-
.../layouts/OneFlexibleChildVerticalLayout.as | 7 +-
.../OneFlexibleChildVerticalLayoutForOverflow.as | 7 +-
.../royale/html/beads/layouts/SimpleTableLayout.as | 6 +-
.../royale/html/beads/layouts/TableCellLayout.as | 8 +-
.../royale/html/beads/layouts/TableHeaderLayout.as | 8 +-
.../apache/royale/html/beads/layouts/TileLayout.as | 9 +-
.../royale/html/beads/layouts/TreeGridLayout.as | 8 +-
.../html/beads/layouts/VDividedContainerLayout.as | 9 +-
.../royale/html/beads/layouts/VScrollBarLayout.as | 7 +-
.../html/beads/layouts/VerticalColumnLayout.as | 6 +-
.../html/beads/layouts/VerticalFlexLayout.as | 7 +-
.../royale/html/beads/layouts/VerticalLayout.as | 7 +-
.../layouts/VerticalLayoutWithPaddingAndGap.as | 11 +-
.../beads/layouts/VirtualListVerticalLayout.as | 7 +-
.../royale/html/beads/models/ViewportModel.as | 14 +-
.../royale/html/supportClasses/HScrollViewport.as | 7 +-
.../royale/html/supportClasses/OverflowViewport.as | 1 -
.../html/supportClasses/ScrollingViewport.as | 7 +-
.../html/supportClasses/TextFieldItemRenderer.as | 7 +-
.../royale/html/supportClasses/VScrollViewport.as | 6 +-
.../apache/royale/html/supportClasses/Viewport.as | 1 -
.../org/apache/royale/charts/beads/ChartView.as | 7 +-
.../projects/Core/src/main/royale/CoreClasses.as | 1 -
.../org/apache/royale/core/AllCSSValuesImpl.as | 498 ++++++++++++++++++++-
...tModel.as => IBorderPaddingMarginValuesImpl.as} | 106 ++---
.../org/apache/royale/core/IViewportModel.as | 10 +-
.../org/apache/royale/core/SimpleCSSValuesImpl.as | 466 ++++++++++++++++++-
.../org/apache/royale/core/layout/EdgeData.as} | 77 ++--
.../org/apache/royale/core/layout/LayoutData.as} | 66 ++-
.../org/apache/royale/core/layout/MarginData.as} | 32 +-
.../org/apache/royale/core/styles/BorderStyles.as} | 74 ++-
.../org/apache/royale/utils/CSSContainerUtils.as | 194 --------
.../royale/express/beads/layouts/DataGridLayout.as | 7 +-
.../apache/royale/mdl/beads/ExpandableSearch.as | 8 +-
71 files changed, 1650 insertions(+), 813 deletions(-)
copy examples/royale/{TreeExample => MenuExample}/build.xml (92%)
copy manualtests/ContainerTest/src/ContainerTest.mxml =>
examples/royale/MenuExample/src/main/royale/MenuExample.mxml (94%)
create mode 100644
examples/royale/MenuExample/src/main/royale/MyInitialView.mxml
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{TextOverflow.as
=> CascadingMenuFactory.as} (68%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{TextOverflow.as
=> MenuFactory.as} (68%)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IAlertModel.as
=> IBorderPaddingMarginValuesImpl.as} (51%)
mode change 100644 => 100755
copy
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/RangeStepper.as
=> Core/src/main/royale/org/apache/royale/core/layout/EdgeData.as} (51%)
copy
frameworks/projects/{RoyaleSite/src/main/royale/org/apache/royale/site/data/AnchorListData.as
=> Core/src/main/royale/org/apache/royale/core/layout/LayoutData.as} (58%)
copy
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/IDataGridView.as
=> Core/src/main/royale/org/apache/royale/core/layout/MarginData.as} (68%)
copy
frameworks/projects/{RoyaleSite/src/main/royale/org/apache/royale/site/data/AnchorListData.as
=> Core/src/main/royale/org/apache/royale/core/styles/BorderStyles.as} (58%)
delete mode 100644
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/CSSContainerUtils.as
--
To stop receiving notification emails like this one, please contact
[email protected].