You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2017/12/06 12:28:47 UTC

[royale-asjs] branch develop updated (ac81374 -> 14918d2)

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 ac81374  Updated NOTICE
     add 9e8fc81  Added IToggleButton
     add a55609e  Added ISelectable
     add 81fb1f0  Merge branch 'develop' into feature/togglebuttonbar
     add 098962b  Changed signature of ValueEvent
     add b488b63  Code Cleanup
     add 6bc311e  Made childrenAdded and childrenRemoved ValueEvents
     add b25a48c  Added SingleSelectionContainerBead
     add 56aa849  Added rangeCheck
     add 70ba34b  And reference
     add 285dd6c  Index handling
     new 14918d2  Merge branch 'feature/togglebuttonbar' into develop

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:
 .../Basic/src/main/resources/basic-manifest.xml    |   1 +
 .../royale/org/apache/royale/core/ContainerBase.as |  16 +-
 .../org/apache/royale/core/DataContainerBase.as    |   2 +-
 .../royale/org/apache/royale/core/GroupBase.as     |  20 +-
 .../royale/org/apache/royale/core/LayoutBase.as    |  12 +-
 .../royale/org/apache/royale/html/CSSCheckBox.as   |   5 +-
 .../main/royale/org/apache/royale/html/CheckBox.as |   4 +-
 .../royale/org/apache/royale/html/RadioButton.as   |   5 +-
 .../org/apache/royale/html/ToggleTextButton.as     |   3 +-
 .../royale/html/beads/DisableChildrenBead.as       |   2 +-
 .../html/beads/SingleSelectionContainerBead.as     | 316 +++++++++++++++++++++
 .../html/beads/layouts/RemovableBasicLayout.as     | 102 +++----
 .../org/apache/royale/svg/GraphicContainer.as      |   7 +-
 .../projects/Core/src/main/royale/CoreClasses.as   |   2 +
 .../org/apache/royale/core/AllCSSValuesImpl.as     |   4 +-
 .../core/{IStyleObject.as => ISelectable.as}       |  15 +-
 .../org/apache/royale/core/SimpleCSSValuesImpl.as  |   4 +-
 .../royale/org/apache/royale/events/ValueEvent.as  |   6 +-
 .../royale/org/apache/royale/utils/EffectTimer.as  |   4 +-
 .../{date/addYears.as => array/rangeCheck.as}      |  11 +-
 .../{StrandTesterTest.as => ArrayUtilsTest.as}     |  16 +-
 .../src/test/royale/flexUnitTests/CoreTester.as    |   1 +
 22 files changed, 449 insertions(+), 109 deletions(-)
 create mode 100644 frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/SingleSelectionContainerBead.as
 copy frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IStyleObject.as => ISelectable.as} (80%)
 copy frameworks/projects/Core/src/main/royale/org/apache/royale/utils/{date/addYears.as => array/rangeCheck.as} (80%)
 copy frameworks/projects/Core/src/test/royale/flexUnitTests/{StrandTesterTest.as => ArrayUtilsTest.as} (76%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].

[royale-asjs] 01/01: Merge branch 'feature/togglebuttonbar' into develop

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

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

commit 14918d23b58eb34c5f93871e908d69bcbf6c0bd3
Merge: ac81374 285dd6c
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Dec 6 14:28:34 2017 +0200

    Merge branch 'feature/togglebuttonbar' into develop

 .../Basic/src/main/resources/basic-manifest.xml    |   1 +
 .../royale/org/apache/royale/core/ContainerBase.as |  16 +-
 .../org/apache/royale/core/DataContainerBase.as    |   2 +-
 .../royale/org/apache/royale/core/GroupBase.as     |  20 +-
 .../royale/org/apache/royale/core/LayoutBase.as    |  12 +-
 .../royale/org/apache/royale/html/CSSCheckBox.as   |   5 +-
 .../main/royale/org/apache/royale/html/CheckBox.as |   4 +-
 .../royale/org/apache/royale/html/RadioButton.as   |   5 +-
 .../org/apache/royale/html/ToggleTextButton.as     |   3 +-
 .../royale/html/beads/DisableChildrenBead.as       |   2 +-
 .../html/beads/SingleSelectionContainerBead.as     | 316 +++++++++++++++++++++
 .../html/beads/layouts/RemovableBasicLayout.as     | 102 +++----
 .../org/apache/royale/svg/GraphicContainer.as      |   7 +-
 .../projects/Core/src/main/royale/CoreClasses.as   |   2 +
 .../org/apache/royale/core/AllCSSValuesImpl.as     |   4 +-
 .../royale/org/apache/royale/core/ISelectable.as}  |  35 ++-
 .../org/apache/royale/core/SimpleCSSValuesImpl.as  |   4 +-
 .../royale/org/apache/royale/events/ValueEvent.as  |   6 +-
 .../royale/org/apache/royale/utils/EffectTimer.as  |   4 +-
 .../org/apache/royale/utils/array/rangeCheck.as}   |  20 +-
 .../{CoreTester.as => ArrayUtilsTest.as}           |  45 ++-
 .../src/test/royale/flexUnitTests/CoreTester.as    |   1 +
 22 files changed, 497 insertions(+), 119 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.