You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/01 10:05:09 UTC

[royale-asjs] branch develop updated (67f9d09 -> f0f84f3)

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

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


    from 67f9d09  SWF needs to be first in asconfig
     add 12f792c  Merge pull request #1 from apache/develop
     add 6dcc517  Add files via upload
     add cf7ef87  for validator
     add 47d9302  for validator
     add 8da202b  for validator
     add 0a57bb7  fix package name
     new 3932e7f  Merge branch 'develop' of https://github.com/yestaro/royale-asjs add validators from Yu Taro
     new cae8fe7  Merge branch 'develop' of https://github.com/yestaro/royale-asjs into yestaro-develop
     new f0f84f3  Merge branch 'yestaro-develop' into develop

The 3 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:
 .../apache/royale/jewel/{Label.as => ErrorTip.as}  | 398 ++++++++++-----------
 .../main/royale/org/apache/royale/jewel/Form.as}   | 158 ++++----
 .../royale/jewel/beads/controls/Validator.as       | 317 ++++++++++++++++
 .../beads/controls/group/CheckBoxValidator.as}     | 185 +++++-----
 .../jewel/beads/controls/group/FormValidator.as    | 154 ++++++++
 .../beads/controls/group/RadioButtonValidator.as}  | 245 ++++++-------
 .../beads/controls/textinput/StringValidator.as    | 151 ++++++++
 7 files changed, 1105 insertions(+), 503 deletions(-)
 copy frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/{Label.as => ErrorTip.as} (70%)
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/DataGridColumnList.as => Jewel/src/main/royale/org/apache/royale/jewel/Form.as} (52%)
 create mode 100644 frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/Validator.as
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/models/DataGridPresentationModel.as => Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/group/CheckBoxValidator.as} (53%)
 create mode 100644 frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/group/FormValidator.as
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/models/ValueToggleButtonModel.as => Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/group/RadioButtonValidator.as} (50%)
 create mode 100644 frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/textinput/StringValidator.as


[royale-asjs] 02/03: Merge branch 'develop' of https://github.com/yestaro/royale-asjs add validators from Yu Taro

Posted by ca...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3932e7fde78fc404269eeef848e795c76b1a9f99
Merge: 67f9d09 0a57bb7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Sep 1 11:02:22 2018 +0200

    Merge branch 'develop' of https://github.com/yestaro/royale-asjs
    add validators from Yu Taro

 .../royale/org/apache/royale/jewel/ErrorTip.as     | 185 ++++++++++++
 .../main/royale/org/apache/royale/jewel/Form.as    |  82 ++++++
 .../royale/jewel/beads/controls/Validator.as       | 317 +++++++++++++++++++++
 .../beads/controls/group/CheckBoxValidator.as      |  97 +++++++
 .../jewel/beads/controls/group/FormValidator.as    | 154 ++++++++++
 .../beads/controls/group/RadioButtonValidator.as   | 119 ++++++++
 .../beads/controls/textinput/StringValidator.as    | 151 ++++++++++
 7 files changed, 1105 insertions(+)


[royale-asjs] 03/03: Merge branch 'yestaro-develop' into develop

Posted by ca...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f0f84f339def320594d62f65ff3835adb6131a7e
Merge: 3932e7f cae8fe7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Sep 1 12:00:59 2018 +0200

    Merge branch 'yestaro-develop' into develop
    
    Merged validators from Yutaro with some adaptations and examples to make it work (PR #281)



[royale-asjs] 01/03: Merge branch 'develop' of https://github.com/yestaro/royale-asjs into yestaro-develop

Posted by ca...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cae8fe7e3a4039adb4f1f3932e6ab9d66acd1cf1
Merge: 7033e52 0baa87b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 23 13:00:13 2018 +0200

    Merge branch 'develop' of https://github.com/yestaro/royale-asjs into yestaro-develop
    
    yestaro PR. itemsExpand still not work, fix again #274

 .../royale/jewel/beads/layouts/StyledLayoutBase.as | 103 +++++++++++++++------
 1 file changed, 75 insertions(+), 28 deletions(-)