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 34d0f1c Added mx:Text. Enabled more properties such as selectable.
Updated ControlsExample.
new c6f6680 add $ methods so they can be overridden
new f62ec1c Flex has states and transitions out-of-the-box
new 4f2d2a1 try using addedToParent
new fdcf746 try to implement more APIs
new 10aa230 need custom context for mustella
new ecc81f5 need the right parent
new 4fc74ec need button view that doesn't require SimpleButton
new 5bcd087 fix some of the wrapping
new e1515f9 ignore 'not implemented' output
new 67efe4f try unwrapping the SWF side. Otherwise Basic views would
need to be adjusted to use . Seems to work. SWF mxtests passed
new 8f01fb6 fix paths to scripts
new c93a85d handle no initialView
The 12 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 | 6 +-
.../main/royale/org/apache/royale/core/UIBase.as | 78 +++++++++--
.../MXRoyale/src/main/resources/defaults.css | 9 +-
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 4 +
.../controls}/beads/CSSImageAndTextButtonView.as | 10 +-
.../src/main/royale/mx/core/Application.as | 40 +++---
.../MXRoyale/src/main/royale/mx/core/Container.as | 12 ++
.../MXRoyale/src/main/royale/mx/core/IChildList.as | 41 ++++--
.../main/royale/mx/core/IDisplayObjectInterface.as | 4 +-
.../src/main/royale/mx/core/IFlexDisplayObject.as | 7 +
.../src/main/royale/mx/core/UIComponent.as | 151 +++++++++------------
mustella/src/main/java/marmotinni/TestStep.java | 3 +-
.../main/java/mustella/MustellaResultsParser.java | 3 +
.../tests/mxtests/basicTests/BasicTests-config.xml | 1 +
.../{ => mxtests}/basicTests/RoyaleContext.as | 2 +-
15 files changed, 231 insertions(+), 140 deletions(-)
copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html =>
MXRoyale/src/main/royale/mx/controls}/beads/CSSImageAndTextButtonView.as (98%)
copy mustella/tests/{ => mxtests}/basicTests/RoyaleContext.as (95%)
--
To stop receiving notification emails like this one, please contact
[email protected].