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 392a0a3 Spacer
new 94cb1a5 hide mustella output
new 261b230 add MXRoyale to build
new e91b8c5 add checkbox to mxtests
new f872742 add model and view for checkbox
new daf345e add checkbox to mxtests
new b765925 checkbox test passes on SWF
new 1653bb4 set typename as expected. Mustella will search for it
new ef1f88c Checkbox has a label property
new 48e9ec6 fix how we find the root now that mx:Application is not the
body
new 19804bf output stack trace
The 10 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:
.gitignore | 1 +
build.xml | 2 +-
frameworks/build.xml | 5 +++++
.../MXRoyale/src/main/resources/defaults.css | 10 ++++++++++
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 1 +
.../MXRoyale/src/main/royale/mx/controls/Button.as | 5 +++--
.../src/main/royale/mx/controls/CheckBox.as | 8 ++++----
.../main/royale/mx/controls}/beads/CheckBoxView.as | 22 ++++++++++++++++------
.../src/main/royale/mx/core/Application.as | 4 +---
.../java/marmotinni/DispatchMouseClickEvent.java | 1 +
.../src/main/java/marmotinni/MarmotinniRunner.java | 1 +
mustella/src/main/java/marmotinni/TestStep.java | 10 +++++++---
.../tests/mxtests/basicTests/BasicTests-config.xml | 2 +-
.../halo/scripts/CheckBoxTestScript.mxml | 2 +-
14 files changed, 53 insertions(+), 21 deletions(-)
copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html =>
MXRoyale/src/main/royale/mx/controls}/beads/CheckBoxView.as (93%)
--
To stop receiving notification emails like this one, please contact
[email protected].