This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/router
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit c9480883b2be3d237d7a2735665d1436defcee43
Merge: 2e2be0f bdfd510
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Feb 3 01:05:15 2020 +0100

    Merge branch 'develop' into feature/router
    
    * develop:
      jewel-iinputbutton: refactor CheckButtonSize to InputButtonSize to affect 
CheckBox and RadioButton using IInputButton interface
      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)
      License header for .md files
      Revert "Rename readme.md to readme.txt"
      Rename readme.md to readme.txt
      todomvc-jewel: add missing license to readme.md
      package declaration was accidentally omitted

 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    |  43 +++++
 .../Jewel/src/main/sass/components/_checkbox.sass  |  10 +-
 .../src/main/sass/components/_radiobutton.sass     |   6 +-
 15 files changed, 369 insertions(+), 100 deletions(-)


Reply via email to