You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2020/09/25 13:06:41 UTC

[royale-asjs] branch develop updated (a6b34d3 -> ecff4af)

This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


 discard a6b34d3  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
 discard a57545f  Got new emulation stubs to compile
 discard a259d5f  Comment out Version.as references
 discard eb0e161  VideoDisplay stub - remove all but API
 discard 6fc9e97  Get rid of more flash dependencies in new emulation stubs
 discard 8a3bb0e  Adding some spark filter dependency stubs
 discard 55b8c1e  Replacing some flash with royale objects
 discard 2e72832  Adding some mx stubs
 discard ce49439  Some spark subs
     new ecff4af  Update Moonshine IDE file for examples/royale/RemoteObjectAMFTest example

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a6b34d3)
            \
             N -- N -- N   refs/heads/develop (ecff4af)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .../RemoteObjectAMFTest.as3proj                    |   77 +-
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   12 -
 .../mx/collections/errors/ItemPendingError.as      |  133 --
 .../mx/controls/scrollClasses/ScrollThumb.as       |  230 --
 .../main/royale/mx/effects/EffectTargetFilter.as   |  331 ---
 .../MXRoyale/src/main/royale/mx/effects/IEffect.as |  692 ------
 .../main/royale/mx/effects/IEffectTargetHost.as    |  122 -
 .../mx/effects/effectClasses/PropertyChanges.as    |  151 --
 .../MXRoyale/src/main/royale/mx/events/RSLEvent.as |  363 ---
 .../main/royale/mx/filters/BaseDimensionFilter.as  |  235 --
 .../src/main/royale/mx/filters/BaseFilter.as       |   76 -
 .../src/main/royale/mx/filters/IBitmapFilter.as    |   48 -
 .../mx/skins/halo/DataGridHeaderSeparator.as       |  116 -
 .../royale/spark/components/ButtonBarButton.as     |  284 ---
 .../main/royale/spark/components/IItemRenderer.as  |  120 -
 .../spark/components/SkinnableDataContainer.as     |  810 -------
 .../main/royale/spark/components/VideoDisplay.as   | 2466 --------------------
 .../spark/components/mediaClasses/ScrubBar.as      |  276 ---
 .../spark/components/mediaClasses/VolumeBar.as     |  582 -----
 .../supportClasses/ButtonBarHorizontalLayout.as    |  285 ---
 .../src/main/royale/spark/effects/AnimateColor.as  |  163 --
 .../src/main/royale/spark/effects/Fade.as          |   28 -
 .../src/main/royale/spark/effects/Resize.as        |  294 ---
 .../src/main/royale/spark/effects/SetAction.as     |  179 --
 .../src/main/royale/spark/effects/easing/IEaser.as |   71 -
 .../src/main/royale/spark/effects/easing/Power.as  |  154 --
 .../royale/spark/events/TitleWindowBoundsEvent.as  |  283 ---
 .../main/royale/spark/filters/ColorMatrixFilter.as |  145 --
 .../main/royale/spark/filters/DropShadowFilter.as  |  362 ---
 .../src/main/royale/spark/filters/GlowFilter.as    |  267 ---
 .../src/main/royale/spark/primitives/Ellipse.as    |  355 ---
 .../src/main/royale/spark/skins/SparkButtonSkin.as |  529 -----
 .../fullScreen/PlayPauseButtonSkin.mxml            |  142 --
 .../mediaClasses/fullScreen/ScrubBarSkin.mxml      |  135 --
 .../mediaClasses/fullScreen/VolumeBarSkin.mxml     |   88 -
 .../mediaClasses/normal/PlayPauseButtonSkin.mxml   |  214 --
 .../spark/mediaClasses/normal/ScrubBarSkin.mxml    |  178 --
 .../spark/mediaClasses/normal/VolumeBarSkin.mxml   |  112 -
 .../src/main/royale/spark/utils/LabelUtil.as       |  130 --
 39 files changed, 42 insertions(+), 11196 deletions(-)
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/collections/errors/ItemPendingError.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/controls/scrollClasses/ScrollThumb.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/effects/EffectTargetFilter.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/effects/IEffect.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/effects/IEffectTargetHost.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/effects/effectClasses/PropertyChanges.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/events/RSLEvent.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/filters/BaseDimensionFilter.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/filters/BaseFilter.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/filters/IBitmapFilter.as
 delete mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/skins/halo/DataGridHeaderSeparator.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/ButtonBarButton.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/IItemRenderer.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableDataContainer.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/VideoDisplay.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/mediaClasses/ScrubBar.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/mediaClasses/VolumeBar.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ButtonBarHorizontalLayout.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/effects/AnimateColor.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Resize.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/effects/SetAction.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/effects/easing/IEaser.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/effects/easing/Power.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/events/TitleWindowBoundsEvent.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/filters/ColorMatrixFilter.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/filters/DropShadowFilter.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/filters/GlowFilter.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Ellipse.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/SparkButtonSkin.as
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/mediaClasses/fullScreen/PlayPauseButtonSkin.mxml
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/mediaClasses/fullScreen/ScrubBarSkin.mxml
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/mediaClasses/fullScreen/VolumeBarSkin.mxml
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/mediaClasses/normal/PlayPauseButtonSkin.mxml
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/mediaClasses/normal/ScrubBarSkin.mxml
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/mediaClasses/normal/VolumeBarSkin.mxml
 delete mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/utils/LabelUtil.as


[royale-asjs] 01/01: Update Moonshine IDE file for examples/royale/RemoteObjectAMFTest example

Posted by pi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ecff4af7e464a90291be040a953afdfaf7acfa02
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Sep 25 15:04:36 2020 +0200

    Update Moonshine IDE file for examples/royale/RemoteObjectAMFTest example
---
 .../RemoteObjectAMFTest.as3proj                    | 77 ++++++++++++----------
 1 file changed, 42 insertions(+), 35 deletions(-)

diff --git a/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj b/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
index 5664075..0d6288f 100644
--- a/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
+++ b/examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
 <project>
   <output>
-    <movie disabled="False"/>
     <movie platform="Flash Player"/>
-    <movie version="11"/>
-    <movie width="800"/>
+    <movie disabled="False"/>
     <movie fps="60"/>
-    <movie height="600"/>
     <movie background="#FFFFFF"/>
+    <movie version="11"/>
     <movie path="bin-debug/App.swf"/>
+    <movie width="800"/>
+    <movie height="600"/>
     <movie input=""/>
   </output>
   &lt;!-- Other classes to be compiled into your SWF --&gt;
@@ -39,32 +39,35 @@
   <moonshineResourcePaths></moonshineResourcePaths>
   <moonshineNativeExtensionPaths></moonshineNativeExtensionPaths>
   <build>
+    <option antBuildPath="build/build.xml"/>
+    <option customSDK=""/>
+    <option useResourceBundleMetadata="True"/>
+    <option sourceMap="False"/>
     <option showDeprecationWarnings="True"/>
-    <option showUnusedTypeSelectorWarnings="True"/>
+    <option benchmark="False"/>
+    <option allowSourcePathOverlap="False"/>
+    <option compilerConstants=""/>
     <option locale=""/>
-    <option strict="True"/>
-    <option additional="-html-template=src/main/resources/jewel-example-index-template.html -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css"/>
     <option accessible="False"/>
     <option useNetwork="True"/>
-    <option antBuildPath="build/build.xml"/>
-    <option useResourceBundleMetadata="True"/>
-    <option benchmark="False"/>
+    <option showUnusedTypeSelectorWarnings="True"/>
+    <option additional="-html-template=src/main/resources/jewel-example-index-template.html -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css"/>
+    <option strict="True"/>
     <option warnings="True"/>
+    <option showBindingWarnings="True"/>
     <option es="False"/>
     <option verboseStackTraces="False"/>
-    <option customSDK=""/>
     <option loadConfig=""/>
     <option linkReport=""/>
     <option optimize="False"/>
     <option staticLinkRSL="False"/>
     <option showActionScriptWarnings="True"/>
-    <option compilerConstants=""/>
-    <option allowSourcePathOverlap="False"/>
-    <option showBindingWarnings="True"/>
   </build>
   <mavenBuild>
+    <option dominoNotesProgram=""/>
     <option mavenBuildPath=""/>
     <option settingsFilePath=""/>
+    <option dominoNotesPlatform=""/>
     <option commandLine=""/>
     <actions>
       <action actionName="Build" action="install"/>
@@ -79,6 +82,7 @@
   <rslPaths></rslPaths>
   <intrinsics></intrinsics>
   <library></library>
+  <modules/>
   <compileTargets>
     <compile path="src/main/royale/App.mxml"/>
   </compileTargets>
@@ -87,22 +91,25 @@
   <postBuildCommand alwaysRun="False">null</postBuildCommand>
   <trustSVNCertificate>False</trustSVNCertificate>
   <options>
-    <option visualEditorExportPath=""/>
-    <option testMovie=""/>
     <option testMovieCommand=""/>
-    <option showHiddenPaths="False"/>
+    <option isPrimeFacesVisualEditor="False"/>
     <option defaultBuildTargets=""/>
+    <option showHiddenPaths="False"/>
+    <option isRoyale="True"/>
     <option isExportedToExistingSource="False"/>
-    <option isPrimeFacesVisualEditor="False"/>
+    <option testMovie=""/>
+    <option visualEditorExportPath=""/>
   </options>
   <moonshineRunCustomization>
-    <option launchMethod="Simulator"/>
-    <option targetPlatform="2"/>
-    <option projectType="2"/>
-    <option urlToLaunch=""/>
     <option customUrlToLaunch=""/>
+    <option deviceConnectType="USB"/>
     <option deviceSimulator="null"/>
-    <deviceSimulator>null</deviceSimulator>
+    <option projectType="2"/>
+    <option launchMethod="Simulator"/>
+    <option webBrowser="Google Chrome"/>
+    <option targetPlatform="5"/>
+    <option urlToLaunch=""/>
+    <deviceSimulator>Apple iPad</deviceSimulator>
     <certAndroid>null</certAndroid>
     <certIos>null</certIos>
     <certIosProvisioning>null</certIosProvisioning>