This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 392a65f add disableCompression to CompressedRemoteObject
new 4e7c1ad set royale-config to list all swcs except emulation swcs.
Emulation users must switch to flex-config via +configname=flex. Fix up build
now that some SWCs will be missing as we start to build from sources
new 00d0217 use flex config in mxroyale
new 25fbbd4 allow easy injection of other or alternate event converters.
I think this might be faster than a growing switch statement anyway
new 9399d78 emulation applications replace the event converter to use
mx.events.MouseEvent and switch all emulation components to output
mx.events.MouseEvent
The 4 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:
examples/mxroyale/ControlsExample/build.xml | 1 +
.../src/main/royale/ControlsExample.mxml | 1 -
examples/mxroyale/HelloWorld/build.xml | 1 +
examples/mxroyale/RemoteObjectAMFTest/build.xml | 1 +
examples/mxroyale/SparkHelloWorld/build.xml | 1 +
examples/mxroyale/tourdeflexmodules/build.xml | 4 +-
frameworks/flex-config-template.xml | 5 +-
.../royale/FlexUnitRoyaleApplication-config.xml} | 34 ++--
.../projects/Basic/src/test/royale/build.xml | 9 +-
.../org/apache/royale/core/HTMLElementWrapper.as | 24 +--
.../royale/FlexUnitRoyaleApplication-config.xml} | 181 ++++++++++-----------
frameworks/projects/Core/src/test/royale/build.xml | 9 +-
.../MXRoyale/src/main/royale/mx/controls/Button.as | 2 +-
.../MXRoyale/src/main/royale/mx/controls/Label.as | 2 +-
.../src/main/royale/mx/core/Application.as | 8 +-
.../src/main/royale/mx/events/MouseEvent.as | 47 +++++-
.../royale/mx}/events/utils/MouseEventConverter.as | 15 +-
.../main/royale/spark/components/Application.as | 10 ++
frameworks/royale-config-template.xml | 63 ++++++-
19 files changed, 258 insertions(+), 160 deletions(-)
copy frameworks/projects/Basic/src/{main/config/compile-swf-config.xml =>
test/royale/FlexUnitRoyaleApplication-config.xml} (78%)
copy frameworks/projects/{Icons/src/main/config/compile-swf-config.xml =>
Core/src/test/royale/FlexUnitRoyaleApplication-config.xml} (82%)
copy frameworks/projects/{Core/src/main/royale/org/apache/royale =>
MXRoyale/src/main/royale/mx}/events/utils/MouseEventConverter.as (92%)