This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 96dcb46 Updated ControlsExample to include NumericStepper.
new 3971a6e force a dependency to allow namespaces to work. Should
revisit this at some point. Language can't really cause circulars
new 296d625 mx_internal and RadioButtonView needed for RadioButton
new 51816c6 fix up component/document chain
new c366004 MXML components are top of component/document chain
new 9f46e48 mx radiobutton passes checkintests
new 8db355e radiobutton mx checkintests
The 6 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:
build.xml | 5 +-
.../projects/Language/src/main/royale/Namespace.as | 3 +
.../MXRoyale/src/main/resources/defaults.css | 6 +
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 2 +
.../src/main/royale/mx/controls/RadioButton.as | 139 ++++++++++++++-
.../main/royale/mx/controls/RadioButtonGroup.as | 191 +++++++++++----------
.../royale/mx/controls}/beads/RadioButtonView.as | 113 ++++++++++--
.../MXRoyale/src/main/royale/mx/core/Container.as | 3 +
.../src/main/royale/mx/core/UIComponent.as | 18 +-
.../src/main/royale/mx/core/mx_internal.as} | 29 ++--
.../tests/mxtests/basicTests/BasicTests-config.xml | 2 +-
mustella/tests/mxtests/basicTests/BasicTests.mxml | 4 +-
.../halo/scripts/RadioButtonTestScript.mxml | 2 +-
.../basicTests/halo/views/RadioButtonTests.mxml | 2 +-
14 files changed, 370 insertions(+), 149 deletions(-)
copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html =>
MXRoyale/src/main/royale/mx/controls}/beads/RadioButtonView.as (65%)
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/utils/HTMLLoader.as
=> MXRoyale/src/main/royale/mx/core/mx_internal.as} (69%)
--
To stop receiving notification emails like this one, please contact
[email protected].