This is an automated email from the ASF dual-hosted git repository.
greg-dove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 5afa363943 Merge pull request #1280 from estib-prog/Radio
new 48f3172731 fix for BoxSizing generating empty declaration.
new 339cdffbe6 cumulative WIP on RadialProgress
The 2 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 | 3 +
.../Style/src/main/resources/style-manifest.xml | 2 +
.../org/apache/royale/style/RadialProgress.as | 229 +++++++++++++++++++
.../royale/org/apache/royale/style/StyleUIBase.as | 17 ++
.../royale/style/beads/AdaptiveTooltipBead.as | 3 -
.../org/apache/royale/style/beads/TooltipBead.as | 5 +-
.../{ITooltipSkin.as => IRadialProgressSkin.as} | 17 +-
.../royale/style/skins/RadialProgressSkin.as | 242 +++++++++++++++++++++
.../royale/style/stylebeads/LeafStyleBase.as | 5 +
.../stylebeads/background/BackgroundRepeat.as | 2 +-
.../royale/style/stylebeads/layout/BoxSizing.as | 4 +-
.../org/apache/royale/style/util/StyleManager.as | 41 ++++
12 files changed, 553 insertions(+), 17 deletions(-)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/RadialProgress.as
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/{ITooltipSkin.as
=> IRadialProgressSkin.as} (75%)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/RadialProgressSkin.as