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:48 UTC

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

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>.