This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a change to branch feature/router
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 2e2be0f todomvc-jewel: fix togglebuttons selected state, it needs to
have a set up for any defined stated, maybe something to improve in states
implementation?
add 6d54ef7 package declaration was accidentally omitted
add 5fda8b1 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
add 9288bfc todomvc-jewel: add missing license to readme.md
add 6d69516 Rename readme.md to readme.txt
add e032477 Revert "Rename readme.md to readme.txt"
add 55a5494 License header for .md files
add e376e79 jewel-checkbox: move the size of the check part to an
optional CheckBoxSize bead to make it more PAYG, and left Jewel ChecBoxView
optional as before (and only SWF for now)
add bdfd510 jewel-iinputbutton: refactor CheckButtonSize to
InputButtonSize to affect CheckBox and RadioButton using IInputButton interface
new c948088 Merge branch 'develop' into feature/router
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:
examples/jewel/todomvc/readme.md | 19 +++
.../todomvc/src/main/resources/todomvc-styles.css | 4 +-
.../jewel/todomvc/renderers/TodoItemRenderer.mxml | 9 +-
.../src/main/royale/ColorPickerPopUpWithPalette.as | 2 +-
.../src/main/royale/CheckBoxPlayGround.mxml | 15 +-
.../src/main/royale/RadioButtonPlayGround.mxml | 24 +++
.../projects/Jewel/src/main/resources/defaults.css | 10 +-
.../Jewel/src/main/resources/jewel-manifest.xml | 2 +
.../royale/org/apache/royale/jewel/CheckBox.as | 60 ++-----
.../royale/org/apache/royale/jewel/RadioButton.as | 16 +-
.../royale/jewel/beads/controls/InputButtonSize.as | 189 +++++++++++++++++++++
.../royale/jewel/beads/views/CheckBoxView.as | 60 +++----
.../royale/jewel/supportClasses/IInputButton.as} | 19 ++-
.../Jewel/src/main/sass/components/_checkbox.sass | 10 +-
.../src/main/sass/components/_radiobutton.sass | 6 +-
15 files changed, 336 insertions(+), 109 deletions(-)
create mode 100644
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/InputButtonSize.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IToolTipBead.as
=>
Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/IInputButton.as}
(79%)