This is an automated email from the ASF dual-hosted git repository.
Harbs pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 87d36dec01 Merge pull request #1290 from
apache/infrastructure-ruleset-bot/default-branch-protection
add eadd762559 Added BarLoader
add c585978f38 Merge branch 'develop' into bar-loader
add 4a9f906594 Removed extra function
new c79e07e093 Merge pull request #1289 from tzivz/bar-loader
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/Style/src/main/resources/defaults.css | 4 +
.../Style/src/main/resources/style-manifest.xml | 2 +
.../royale/org/apache/royale/style/BarLoader.as | 103 ++++++++++++++++++++
.../org/apache/royale/style/skins/BarLoaderSkin.as | 106 +++++++++++++++++++++
...{IAccordionSectionSkin.as => IBarLoaderSkin.as} | 6 +-
.../stylebeads/sizing/MeasurementStyleBase.as | 12 +--
6 files changed, 223 insertions(+), 10 deletions(-)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/BarLoader.as
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/BarLoaderSkin.as
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/{IAccordionSectionSkin.as
=> IBarLoaderSkin.as} (89%)