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 c79e07e093 Merge pull request #1289 from tzivz/bar-loader
add d7c9175ca1 Added Text Button.
add c0ad7d6d51 Fixed TextButton FontSize
add 1d3ae2a365 Fixed Button (Added TextButton and IconButton)
add f50119740c Fixed HoverState and Color
add 1c8f79bd9e Added Link component.
add 0e5afb75ae Merge remote-tracking branch 'upstream/develop' into develop
add 7dcefae744 Merge remote-tracking branch 'upstream/develop' into develop
add 6909aedd0e Merge branch 'develop' into text-button
add b794f0c2ca removed duplicate hoverState in style-manifest.xml
add c041466e68 Fixed Icon/Text Buttons and fixed FontSize
add a0f1a45017 Removed Link changes from TextButton PR.
add 418b330946 Removed Link from TextButton Pr
add de7ddcd465 Revert Link changes
add e5f6163ccc converted spaces to tabs
add 8a477216a1 Merge branch 'develop' into text-button
add 184e5b196c Removed fileInput from textButton
add 62d58b86a9 Removed elements from manifest
add 52d5bf30c1 Merge branch 'develop' into text-button
add 024da4bf40 removed fileInput
new 3a01f01f89 Merge pull request #1272 from NechamiWormser/text-button
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 | 10 +-
.../Style/src/main/resources/style-manifest.xml | 7 +-
.../main/royale/org/apache/royale/style/Button.as | 93 +++++++++++++++
.../royale/style/{FileInput.as => IconButton.as} | 42 ++++++-
.../royale/org/apache/royale/style/TextButton.as} | 43 +++++--
.../org/apache/royale/style/skins/ButtonSkin.as | 128 +++++++++++++++++++++
.../org/apache/royale/style/skins/FileInputSkin.as | 98 ----------------
7 files changed, 302 insertions(+), 119 deletions(-)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/Button.as
rename
frameworks/projects/Style/src/main/royale/org/apache/royale/style/{FileInput.as
=> IconButton.as} (56%)
copy
frameworks/projects/{HTML/src/main/royale/org/apache/royale/html/elements/Audio.as
=> Style/src/main/royale/org/apache/royale/style/TextButton.as} (59%)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/ButtonSkin.as
delete mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/FileInputSkin.as