You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/05/12 16:51:15 UTC

[1/3] git commit: [flex-sdk] [refs/heads/develop] - Clean also needed to pick up env.TLF_HOME

Updated Branches:
  refs/heads/develop ea9763641 -> 49239e24a


Clean also needed to pick up env.TLF_HOME


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1865a6c9
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1865a6c9
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1865a6c9

Branch: refs/heads/develop
Commit: 1865a6c9cacc26e06d2ac690377b177f72943c89
Parents: ea97636
Author: Alex Harui <ah...@apache.org>
Authored: Sat May 11 23:31:09 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun May 12 07:51:01 2013 -0700

----------------------------------------------------------------------
 frameworks/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1865a6c9/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 68724aa..448b944 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -241,7 +241,7 @@
         <ant antfile="${basedir}/downloads.xml" target="clean" dir="${basedir}"/>
     </target>
     
-    <target name="clean" depends="automation-clean,airsdk-clean" description="Cleans all SWCs and their resource bundles">
+    <target name="clean" depends="check-tlf-home,automation-clean,airsdk-clean" description="Cleans all SWCs and their resource bundles">
         <delete file="${basedir}/flex-config.xml"/>
         <!-- Delete output from SWC projects -->
         <ant dir="${basedir}/projects/textLayout" target="clean"/>


[2/3] git commit: [flex-sdk] [refs/heads/develop] - clean target needed to handle env.TLF_HOME

Posted by ah...@apache.org.
clean target needed to handle env.TLF_HOME


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3804968d
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3804968d
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/3804968d

Branch: refs/heads/develop
Commit: 3804968dfdc7788608a2d99b960cf2b76db9ce68
Parents: 1865a6c
Author: Alex Harui <ah...@apache.org>
Authored: Sun May 12 07:48:53 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun May 12 07:51:02 2013 -0700

----------------------------------------------------------------------
 frameworks/projects/textLayout/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3804968d/frameworks/projects/textLayout/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/textLayout/build.xml b/frameworks/projects/textLayout/build.xml
index 1555574..5dacbc9 100644
--- a/frameworks/projects/textLayout/build.xml
+++ b/frameworks/projects/textLayout/build.xml
@@ -185,7 +185,7 @@
 		<bundler locale="zh_TW"/><!-- Traditional Chinese resources -->
 	</target>
 	
-	<target name="clean" depends="bundles-clean,clean-external" description="Deletes the combined swc">
+	<target name="clean" depends="check-tlf-home,bundles-clean,clean-external" description="Deletes the combined swc">
 		<delete failonerror="false">
 			<fileset dir="${basedir}">
 				<include name="bundles.properties"/>


[3/3] git commit: [flex-sdk] [refs/heads/develop] - add waitforeffects for selection tweens to end

Posted by ah...@apache.org.
add waitforeffects for selection tweens to end


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/49239e24
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/49239e24
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/49239e24

Branch: refs/heads/develop
Commit: 49239e24a4feff23ebd490a610ee8c72ef480e05
Parents: 3804968
Author: Alex Harui <ah...@apache.org>
Authored: Sun May 12 07:49:19 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun May 12 07:51:03 2013 -0700

----------------------------------------------------------------------
 .../List/Styles/ListStyleListBaseTester.mxml       |    9 +++++++++
 .../List/Styles/ListStyleListBaseTester_spark.mxml |    9 +++++++++
 .../ListStyleScrollControlBaseTester_spark.mxml    |    2 +-
 3 files changed, 19 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/49239e24/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml b/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml
index 86f58f1..5ca00f0 100644
--- a/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml
+++ b/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml
@@ -157,6 +157,7 @@
 	    <body>
 		   <SetStyle target="mybox.mylist" styleName="selectionColor" value="0xcc2211" />
 		   <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="1" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		   <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionColor_0x.png"  />
 	     </body>
 	  </TestCase>
@@ -167,6 +168,7 @@
 	    <body>
 		   <SetStyle target="mybox.mylist" styleName="selectionColor" value="cyan" />
 		   <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="2" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		   <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionColor_string.png"  />
 	     </body>
 	  </TestCase>
@@ -177,6 +179,7 @@
 	    <body>
 		  <SetStyle target="mybox.mylist" styleName="selectionColor" value="#225533" />
 		  <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="3" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		  <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionColor_hash.png"  />
 	     </body>
 	  </TestCase>
@@ -188,6 +191,7 @@
 		   <SetStyle target="mybox.mylist" styleName="selectionDisabledColor" value="0x002e20"  waitEvent="updateComplete" waitTarget="mybox.mylist"/>
 		   <SetProperty target="mybox.mylist" propertyName="enabled" value="false" />
 		  <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="1" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		   <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionDisabledColor_0x.png"  />
 	     </body>
 	  </TestCase>
@@ -199,6 +203,7 @@
 		   <SetStyle target="mybox.mylist" styleName="selectionDisabledColor" value="yellow" />
 		    <SetProperty target="mybox.mylist" propertyName="enabled" value="false" />
 		   <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="2" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		   <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionDisabledColor_string.png"  />
 	     </body>
 	  </TestCase>
@@ -210,6 +215,7 @@
 		  <SetStyle target="mybox.mylist" styleName="selectionDisabledColor" value="#125503" />
 		   <SetProperty target="mybox.mylist" propertyName="enabled" value="false"/>
 		  <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="3" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		  <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionDisabledColor_hash.png"  />
 	     </body>
 	  </TestCase>
@@ -250,6 +256,7 @@
 	    <body>
 		   <SetStyle target="mybox.mylist" styleName="textSelectedColor" value="0x00ff00" />
 		   <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="1" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		   <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_textSelectedColor_0x.png"  />
 	     </body>
 	  </TestCase>
@@ -260,6 +267,7 @@
 	    <body>
 		   <SetStyle target="mybox.mylist" styleName="textSelectedColor" value="cyan" />
 		   <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="2" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		   <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_textSelectedColor_string.png"  />
 	     </body>
 	  </TestCase>
@@ -270,6 +278,7 @@
 	    <body>
 		  <SetStyle target="mybox.mylist" styleName="textSelectedColor" value="#ff00ff" />
 		  <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="3" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
 		  <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_textSelectedColor_hash.png"  />
 	     </body>
 	  </TestCase>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/49239e24/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml b/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml
index 57a7ec5..5cb8d55 100644
--- a/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml
+++ b/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml
@@ -175,6 +175,7 @@
         <body>
            <SetStyle target="mybox.mylist" styleName="selectionColor" value="0xcc2211" />
            <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="1" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
            <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionColor_0x_spark.png"  />
          </body>
       </TestCase>
@@ -185,6 +186,7 @@
         <body>
            <SetStyle target="mybox.mylist" styleName="selectionColor" value="cyan" />
            <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="2" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
            <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionColor_string_spark.png"  />
          </body>
       </TestCase>
@@ -195,6 +197,7 @@
         <body>
           <SetStyle target="mybox.mylist" styleName="selectionColor" value="#225533" />
           <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="3" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
           <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionColor_hash_spark.png"  />
          </body>
       </TestCase>
@@ -206,6 +209,7 @@
            <SetStyle target="mybox.mylist" styleName="selectionDisabledColor" value="0x002e20"  waitEvent="updateComplete" waitTarget="mybox.mylist"/>
            <SetProperty target="mybox.mylist" propertyName="enabled" value="false" />
           <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="1" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
            <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionDisabledColor_0x_spark.png"  />
          </body>
       </TestCase>
@@ -217,6 +221,7 @@
            <SetStyle target="mybox.mylist" styleName="selectionDisabledColor" value="yellow" />
             <SetProperty target="mybox.mylist" propertyName="enabled" value="false" />
            <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="2" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
            <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionDisabledColor_string_spark.png"  />
          </body>
       </TestCase>
@@ -228,6 +233,7 @@
           <SetStyle target="mybox.mylist" styleName="selectionDisabledColor" value="#125503" />
            <SetProperty target="mybox.mylist" propertyName="enabled" value="false"/>
           <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="3" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
           <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_selectionDisabledColor_hash_spark.png"  />
          </body>
       </TestCase>
@@ -268,6 +274,7 @@
         <body>
            <SetStyle target="mybox.mylist" styleName="textSelectedColor" value="0x00ff00" />
            <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="1" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
            <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_textSelectedColor_0x_spark.png"  />
          </body>
       </TestCase>
@@ -278,6 +285,7 @@
         <body>
            <SetStyle target="mybox.mylist" styleName="textSelectedColor" value="cyan" />
            <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="2" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
            <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_textSelectedColor_string_spark.png"  />
          </body>
       </TestCase>
@@ -288,6 +296,7 @@
         <body>
           <SetStyle target="mybox.mylist" styleName="textSelectedColor" value="#ff00ff" />
           <SetProperty target="mybox.mylist" propertyName="selectedIndex" value="3" waitEvent="updateComplete" waitTarget="mybox.mylist"/>
+            <WaitForEffectsToEnd/>
           <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_textSelectedColor_hash_spark.png"  />
          </body>
       </TestCase>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/49239e24/mustella/tests/components/List/Styles/ListStyleScrollControlBaseTester_spark.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/components/List/Styles/ListStyleScrollControlBaseTester_spark.mxml b/mustella/tests/components/List/Styles/ListStyleScrollControlBaseTester_spark.mxml
index d50c1a9..b9cd8c3 100644
--- a/mustella/tests/components/List/Styles/ListStyleScrollControlBaseTester_spark.mxml
+++ b/mustella/tests/components/List/Styles/ListStyleScrollControlBaseTester_spark.mxml
@@ -122,7 +122,7 @@
              </setup>
              <body>
                    <SetProperty target="mybox.mylist" propertyName="selectedIndex" value= "2" waitEvent="updateComplete" />
-
+                 <WaitForEffectsToEnd/>
                <CompareBitmap numColorVariances="7" maxColorVariance="20"  target="mybox" url="../Styles/Baselines/list_scrollcontrolbase_fontfamily_arial_as_spark.png" />
              </body>
         </TestCase>