You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/08 09:03:20 UTC

[1/9] git commit: [flex-sdk] [refs/heads/develop] - Renamed supportClazzes package to be called supoortClasses

Updated Branches:
  refs/heads/develop e3d52e485 -> 9c0607a23 (forced update)


Renamed supportClazzes package to be called supoortClasses


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

Branch: refs/heads/develop
Commit: c4aa9eecc30a0cb3e6d6d629fc1eba77cce61158
Parents: acc1b96
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 7 14:51:15 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 7 14:51:15 2013 +1100

----------------------------------------------------------------------
 frameworks/projects/experimental/src/ExperimentalClasses.as      | 4 ++--
 .../projects/experimental/src/spark/containers/DeferredGroup.as  | 2 +-
 .../projects/experimental/src/spark/containers/NavigatorGroup.as | 2 +-
 .../spark/containers/supportClazzes/DeferredCreationPolicy.as    | 2 +-
 .../spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c4aa9eec/frameworks/projects/experimental/src/ExperimentalClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/ExperimentalClasses.as b/frameworks/projects/experimental/src/ExperimentalClasses.as
index 21d4304..e017a91 100644
--- a/frameworks/projects/experimental/src/ExperimentalClasses.as
+++ b/frameworks/projects/experimental/src/ExperimentalClasses.as
@@ -33,9 +33,9 @@ package
 		import spark.components.itemRenderers.MenuCoreItemRenderer; MenuCoreItemRenderer;
 		import spark.components.itemRenderers.MenuItemRenderer; MenuItemRenderer;
 		import spark.components.listClasses.IListItemRenderer; IListItemRenderer;
-		import spark.components.supportClazzes.AnimationTarget; AnimationTarget;
+		import spark.components.supportClasses.AnimationTarget; AnimationTarget;
 		import spark.components.supportClasses.IDropDownContainer; IDropDownContainer;
-		import spark.containers.supportClazzes.DeferredCreationPolicy; DeferredCreationPolicy;
+		import spark.containers.supportClasses.DeferredCreationPolicy; DeferredCreationPolicy;
 		import spark.containers.Accordion; Accordion;
 		import spark.events.ColorChangeEvent; ColorChangeEvent;
 		import spark.events.MenuEvent; MenuEvent;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c4aa9eec/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as b/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
index 1bb6553..0425917 100644
--- a/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
+++ b/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
@@ -50,7 +50,7 @@ package spark.containers
 	import spark.layouts.BasicLayout;
 	import spark.layouts.supportClasses.LayoutBase;
 	
-	import spark.containers.supportClazzes.DeferredCreationPolicy;
+	import spark.containers.supportClasses.DeferredCreationPolicy;
 	
 	use namespace mx_internal;
 	

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c4aa9eec/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as b/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
index 3a4cb9f..83a7d3a 100644
--- a/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
+++ b/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
@@ -31,7 +31,7 @@ package spark.containers
 	import spark.events.IndexChangeEvent;
 	import spark.layouts.supportClasses.LayoutBase;
 	
-	import spark.containers.supportClazzes.DeferredCreationPolicy;
+	import spark.containers.supportClasses.DeferredCreationPolicy;
 	import spark.layouts.StackLayout;
 	import spark.layouts.supportClasses.AnimationNavigatorLayoutBase;
 	import spark.layouts.supportClasses.INavigatorLayout;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c4aa9eec/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as b/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as
index 0d8d2d2..954abd9 100644
--- a/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as
+++ b/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package spark.containers.supportClazzes
+package spark.containers.supportClasses
 {
 	
 

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c4aa9eec/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as b/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
index 7cbafe4..aa1fc3b 100644
--- a/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
+++ b/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
@@ -25,7 +25,7 @@ package spark.layouts.supportClasses
 	import spark.effects.easing.Linear;
 	import spark.effects.easing.Sine;
 	
-	import spark.components.supportClazzes.AnimationTarget;
+	import spark.components.supportClasses.AnimationTarget;
 
 	/**
 	 *  A AnimationNavigatorLayoutBase class is a base class for navigator layouts


[3/9] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'release4.11.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.11.0

Posted by jm...@apache.org.
Merge branch 'release4.11.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.11.0


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

Branch: refs/heads/develop
Commit: ad7b214c592c0096d23721f46d0d3ce442d453a1
Parents: 4bb95c6 c4aa9ee
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 7 14:57:00 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 7 14:57:00 2013 +1100

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/9] git commit: [flex-sdk] [refs/heads/develop] - Renamed supportClazzes package to be called supoortClasses

Posted by jm...@apache.org.
Renamed supportClazzes package to be called supoortClasses


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

Branch: refs/heads/develop
Commit: 4bb95c6918cfd1d3e67c88c54ad68cbe16025ba9
Parents: acc1b96
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 7 14:56:39 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 7 14:56:39 2013 +1100

----------------------------------------------------------------------
 .../experimental/src/ExperimentalClasses.as     |   4 +-
 .../supportClasses/AnimationTarget.as           |  68 ++++++++++
 .../supportClazzes/AnimationTarget.as           |  68 ----------
 .../src/spark/containers/DeferredGroup.as       |   2 +-
 .../src/spark/containers/NavigatorGroup.as      |   2 +-
 .../supportClasses/DeferredCreationPolicy.as    | 128 +++++++++++++++++++
 .../supportClazzes/DeferredCreationPolicy.as    | 128 -------------------
 .../AnimationNavigatorLayoutBase.as             |   2 +-
 8 files changed, 201 insertions(+), 201 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/ExperimentalClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/ExperimentalClasses.as b/frameworks/projects/experimental/src/ExperimentalClasses.as
index 21d4304..e017a91 100644
--- a/frameworks/projects/experimental/src/ExperimentalClasses.as
+++ b/frameworks/projects/experimental/src/ExperimentalClasses.as
@@ -33,9 +33,9 @@ package
 		import spark.components.itemRenderers.MenuCoreItemRenderer; MenuCoreItemRenderer;
 		import spark.components.itemRenderers.MenuItemRenderer; MenuItemRenderer;
 		import spark.components.listClasses.IListItemRenderer; IListItemRenderer;
-		import spark.components.supportClazzes.AnimationTarget; AnimationTarget;
+		import spark.components.supportClasses.AnimationTarget; AnimationTarget;
 		import spark.components.supportClasses.IDropDownContainer; IDropDownContainer;
-		import spark.containers.supportClazzes.DeferredCreationPolicy; DeferredCreationPolicy;
+		import spark.containers.supportClasses.DeferredCreationPolicy; DeferredCreationPolicy;
 		import spark.containers.Accordion; Accordion;
 		import spark.events.ColorChangeEvent; ColorChangeEvent;
 		import spark.events.MenuEvent; MenuEvent;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/spark/components/supportClasses/AnimationTarget.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/components/supportClasses/AnimationTarget.as b/frameworks/projects/experimental/src/spark/components/supportClasses/AnimationTarget.as
new file mode 100644
index 0000000..2c09ca9
--- /dev/null
+++ b/frameworks/projects/experimental/src/spark/components/supportClasses/AnimationTarget.as
@@ -0,0 +1,68 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
+package spark.components.supportClasses
+{
+	import spark.effects.animation.Animation;
+	import spark.effects.animation.IAnimationTarget;
+	
+	public class AnimationTarget implements IAnimationTarget
+	{
+		public var updateFunction:Function;
+		public var startFunction:Function;
+		public var stopFunction:Function;
+		public var endFunction:Function;
+		public var repeatFunction:Function;
+		
+		public function AnimationTarget(updateFunction:Function = null)
+		{
+			this.updateFunction = updateFunction;
+		}
+		
+		public function animationStart(animation:Animation):void
+		{
+			if (startFunction != null)
+				startFunction(animation);
+		}
+		
+		public function animationEnd(animation:Animation):void
+		{
+			if (endFunction != null)
+				endFunction(animation);
+		}
+		
+		public function animationStop(animation:Animation):void
+		{
+			if (stopFunction != null)
+				stopFunction(animation);
+		}
+		
+		public function animationRepeat(animation:Animation):void
+		{
+			if (repeatFunction != null)
+				repeatFunction(animation);
+		}
+		
+		public function animationUpdate(animation:Animation):void
+		{
+			if (updateFunction != null)
+				updateFunction(animation);
+		}
+		
+	}
+}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/spark/components/supportClazzes/AnimationTarget.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/components/supportClazzes/AnimationTarget.as b/frameworks/projects/experimental/src/spark/components/supportClazzes/AnimationTarget.as
deleted file mode 100644
index ce776b1..0000000
--- a/frameworks/projects/experimental/src/spark/components/supportClazzes/AnimationTarget.as
+++ /dev/null
@@ -1,68 +0,0 @@
-////////////////////////////////////////////////////////////////////////////////
-//
-//  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
-//
-//  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.
-//
-////////////////////////////////////////////////////////////////////////////////
-package spark.components.supportClazzes
-{
-	import spark.effects.animation.Animation;
-	import spark.effects.animation.IAnimationTarget;
-	
-	public class AnimationTarget implements IAnimationTarget
-	{
-		public var updateFunction:Function;
-		public var startFunction:Function;
-		public var stopFunction:Function;
-		public var endFunction:Function;
-		public var repeatFunction:Function;
-		
-		public function AnimationTarget(updateFunction:Function = null)
-		{
-			this.updateFunction = updateFunction;
-		}
-		
-		public function animationStart(animation:Animation):void
-		{
-			if (startFunction != null)
-				startFunction(animation);
-		}
-		
-		public function animationEnd(animation:Animation):void
-		{
-			if (endFunction != null)
-				endFunction(animation);
-		}
-		
-		public function animationStop(animation:Animation):void
-		{
-			if (stopFunction != null)
-				stopFunction(animation);
-		}
-		
-		public function animationRepeat(animation:Animation):void
-		{
-			if (repeatFunction != null)
-				repeatFunction(animation);
-		}
-		
-		public function animationUpdate(animation:Animation):void
-		{
-			if (updateFunction != null)
-				updateFunction(animation);
-		}
-		
-	}
-}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as b/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
index 1bb6553..0425917 100644
--- a/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
+++ b/frameworks/projects/experimental/src/spark/containers/DeferredGroup.as
@@ -50,7 +50,7 @@ package spark.containers
 	import spark.layouts.BasicLayout;
 	import spark.layouts.supportClasses.LayoutBase;
 	
-	import spark.containers.supportClazzes.DeferredCreationPolicy;
+	import spark.containers.supportClasses.DeferredCreationPolicy;
 	
 	use namespace mx_internal;
 	

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as b/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
index 3a4cb9f..83a7d3a 100644
--- a/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
+++ b/frameworks/projects/experimental/src/spark/containers/NavigatorGroup.as
@@ -31,7 +31,7 @@ package spark.containers
 	import spark.events.IndexChangeEvent;
 	import spark.layouts.supportClasses.LayoutBase;
 	
-	import spark.containers.supportClazzes.DeferredCreationPolicy;
+	import spark.containers.supportClasses.DeferredCreationPolicy;
 	import spark.layouts.StackLayout;
 	import spark.layouts.supportClasses.AnimationNavigatorLayoutBase;
 	import spark.layouts.supportClasses.INavigatorLayout;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/spark/containers/supportClasses/DeferredCreationPolicy.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/containers/supportClasses/DeferredCreationPolicy.as b/frameworks/projects/experimental/src/spark/containers/supportClasses/DeferredCreationPolicy.as
new file mode 100644
index 0000000..954abd9
--- /dev/null
+++ b/frameworks/projects/experimental/src/spark/containers/supportClasses/DeferredCreationPolicy.as
@@ -0,0 +1,128 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
+package spark.containers.supportClasses
+{
+	
+
+	/**
+	 *  The DeferredCreationPolicy class defines the constant values
+	 *  for the <code>creationPolicy</code> property of the DeferedGroup class.
+	 *
+	 *  @see spark.containers.DeferredGroup#creationPolicy
+	 *  
+	 *  @langversion 3.0
+	 *  @playerversion Flash 10
+	 *  @playerversion AIR 1.5
+	 *  @productversion Flex 4
+	 */
+	public class DeferredCreationPolicy
+	{
+		
+		
+		
+		//--------------------------------------------------------------------------
+		//
+		//  Class constants
+		//
+		//--------------------------------------------------------------------------
+		
+		/**
+		 *  Immediately create all descendants.
+		 *
+		 *  <p>Avoid using this <code>creationPolicy</code> because
+		 *  it increases the startup time of your application.
+		 *  There is usually no good reason to create components at startup
+		 *  which the user cannot see.
+		 *  If you are using this policy so that you can "push" data into
+		 *  hidden components at startup, you should instead design your
+		 *  application so that the data is stored in data variables
+		 *  and components which are created later "pull" in this data,
+		 *  via databinding or an <code>initialize</code> handler.</p>
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 9
+		 *  @playerversion AIR 1.1
+		 *  @productversion Flex 3
+		 */
+		public static const ALL:String = "all";
+		
+		/**
+		 *  Construct all decendants immediately but only inialize those
+		 *  that are visible.
+		 *  
+		 *  <p>This is useful if you using the container as a dataProvider
+		 *  to a MenuBar, as the MenuBar requires all the children to be created
+		 *  to get the correct dataProvider to drive its content.</p>
+		 * 
+		 *  @langversion 3.0
+		 *  @playerversion Flash 9
+		 *  @playerversion AIR 1.1
+		 *  @productversion Flex 3
+		 */
+		public static const CONSTRUCT:String = "construct";
+		
+		/**
+		 *  Only construct the immediate descendants and initialize
+		 *  those that are visible.
+		 * 
+		 *  @langversion 3.0
+		 *  @playerversion Flash 9
+		 *  @playerversion AIR 1.1
+		 *  @productversion Flex 3
+		 */
+		public static const VISIBLE:String = "visible";
+		
+		/**
+		 *  Do not create any children.
+		 *
+		 *  <p>With this <code>creationPolicy</code>, it is the developer's
+		 *  responsibility to programmatically create the children 
+		 *  from the UIComponentDescriptors by calling
+		 *  <code>createComponentsFromDescriptors()</code>
+		 *  on the parent container.</p>
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 9
+		 *  @playerversion AIR 1.1
+		 *  @productversion Flex 3
+		 */
+		public static const NONE:String = "none";
+		
+		
+		
+		//--------------------------------------------------------------------------
+		//
+		//  Constructor
+		//
+		//--------------------------------------------------------------------------
+		
+		/**
+		 *  Constructor
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 9
+		 *  @playerversion AIR 1.1
+		 *  @productversion Flex 3
+		 */
+		public function DeferredCreationPolicy()
+		{
+			
+		}
+	}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as b/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as
deleted file mode 100644
index 0d8d2d2..0000000
--- a/frameworks/projects/experimental/src/spark/containers/supportClazzes/DeferredCreationPolicy.as
+++ /dev/null
@@ -1,128 +0,0 @@
-////////////////////////////////////////////////////////////////////////////////
-//
-//  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
-//
-//  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.
-//
-////////////////////////////////////////////////////////////////////////////////
-package spark.containers.supportClazzes
-{
-	
-
-	/**
-	 *  The DeferredCreationPolicy class defines the constant values
-	 *  for the <code>creationPolicy</code> property of the DeferedGroup class.
-	 *
-	 *  @see spark.containers.DeferredGroup#creationPolicy
-	 *  
-	 *  @langversion 3.0
-	 *  @playerversion Flash 10
-	 *  @playerversion AIR 1.5
-	 *  @productversion Flex 4
-	 */
-	public class DeferredCreationPolicy
-	{
-		
-		
-		
-		//--------------------------------------------------------------------------
-		//
-		//  Class constants
-		//
-		//--------------------------------------------------------------------------
-		
-		/**
-		 *  Immediately create all descendants.
-		 *
-		 *  <p>Avoid using this <code>creationPolicy</code> because
-		 *  it increases the startup time of your application.
-		 *  There is usually no good reason to create components at startup
-		 *  which the user cannot see.
-		 *  If you are using this policy so that you can "push" data into
-		 *  hidden components at startup, you should instead design your
-		 *  application so that the data is stored in data variables
-		 *  and components which are created later "pull" in this data,
-		 *  via databinding or an <code>initialize</code> handler.</p>
-		 *  
-		 *  @langversion 3.0
-		 *  @playerversion Flash 9
-		 *  @playerversion AIR 1.1
-		 *  @productversion Flex 3
-		 */
-		public static const ALL:String = "all";
-		
-		/**
-		 *  Construct all decendants immediately but only inialize those
-		 *  that are visible.
-		 *  
-		 *  <p>This is useful if you using the container as a dataProvider
-		 *  to a MenuBar, as the MenuBar requires all the children to be created
-		 *  to get the correct dataProvider to drive its content.</p>
-		 * 
-		 *  @langversion 3.0
-		 *  @playerversion Flash 9
-		 *  @playerversion AIR 1.1
-		 *  @productversion Flex 3
-		 */
-		public static const CONSTRUCT:String = "construct";
-		
-		/**
-		 *  Only construct the immediate descendants and initialize
-		 *  those that are visible.
-		 * 
-		 *  @langversion 3.0
-		 *  @playerversion Flash 9
-		 *  @playerversion AIR 1.1
-		 *  @productversion Flex 3
-		 */
-		public static const VISIBLE:String = "visible";
-		
-		/**
-		 *  Do not create any children.
-		 *
-		 *  <p>With this <code>creationPolicy</code>, it is the developer's
-		 *  responsibility to programmatically create the children 
-		 *  from the UIComponentDescriptors by calling
-		 *  <code>createComponentsFromDescriptors()</code>
-		 *  on the parent container.</p>
-		 *  
-		 *  @langversion 3.0
-		 *  @playerversion Flash 9
-		 *  @playerversion AIR 1.1
-		 *  @productversion Flex 3
-		 */
-		public static const NONE:String = "none";
-		
-		
-		
-		//--------------------------------------------------------------------------
-		//
-		//  Constructor
-		//
-		//--------------------------------------------------------------------------
-		
-		/**
-		 *  Constructor
-		 *  
-		 *  @langversion 3.0
-		 *  @playerversion Flash 9
-		 *  @playerversion AIR 1.1
-		 *  @productversion Flex 3
-		 */
-		public function DeferredCreationPolicy()
-		{
-			
-		}
-	}
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4bb95c69/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as b/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
index 7cbafe4..aa1fc3b 100644
--- a/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
+++ b/frameworks/projects/experimental/src/spark/layouts/supportClasses/AnimationNavigatorLayoutBase.as
@@ -25,7 +25,7 @@ package spark.layouts.supportClasses
 	import spark.effects.easing.Linear;
 	import spark.effects.easing.Sine;
 	
-	import spark.components.supportClazzes.AnimationTarget;
+	import spark.components.supportClasses.AnimationTarget;
 
 	/**
 	 *  A AnimationNavigatorLayoutBase class is a base class for navigator layouts


[9/9] git commit: [flex-sdk] [refs/heads/develop] - moved mustella shell scripts to mustella directory

Posted by jm...@apache.org.
moved mustella shell scripts to mustella directory


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

Branch: refs/heads/develop
Commit: 9c0607a230b4cb4cad27e74d00409110ea5f4734
Parents: 223bdb9
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 8 17:54:58 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 8 17:54:58 2013 +1100

----------------------------------------------------------------------
 mustella/patch_testing_loop.sh         | 35 +++++++++++++++++
 mustella/run_mustella_on_git_status.sh | 37 ++++++++++++++++++
 mustella/test_patch.sh                 | 59 +++++++++++++++++++++++++++++
 mustella/test_patch_by_email.sh        | 58 ++++++++++++++++++++++++++++
 patch_testing_loop.sh                  | 33 ----------------
 run_mustella_on_git_status.sh          | 35 -----------------
 test_patch.sh                          | 57 ----------------------------
 test_patch_by_email.sh                 | 56 ---------------------------
 8 files changed, 189 insertions(+), 181 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/mustella/patch_testing_loop.sh
----------------------------------------------------------------------
diff --git a/mustella/patch_testing_loop.sh b/mustella/patch_testing_loop.sh
new file mode 100755
index 0000000..4dddc84
--- /dev/null
+++ b/mustella/patch_testing_loop.sh
@@ -0,0 +1,35 @@
+#!/bin/bash
+################################################################################
+##
+##  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
+##
+##  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.
+##
+################################################################################
+##
+## patch_test_loop keeps running test_patch_by_email.sh every
+## 10 minutes
+##
+
+cd ..
+
+while [ 1 ]
+do
+    echo "checking email at `date`" 
+    sh ./mustella/test_patch_by_email.sh
+    echo "going to sleep for a bit"
+    sleep 10m
+    echo "done sleeping"
+done
+

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/mustella/run_mustella_on_git_status.sh
----------------------------------------------------------------------
diff --git a/mustella/run_mustella_on_git_status.sh b/mustella/run_mustella_on_git_status.sh
new file mode 100644
index 0000000..a5236cc
--- /dev/null
+++ b/mustella/run_mustella_on_git_status.sh
@@ -0,0 +1,37 @@
+#!/bin/bash
+################################################################################
+##
+##  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
+##
+##  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.
+##
+################################################################################
+##
+## run_mustella_on_git_status.sh - runs git status, then runs 
+## mini_run.sh -changes and runs mini_run-failures if there are failures
+## mpte: does not build the sdk.  Assumes you did that already
+
+cd ..
+
+git status >gitstatus.txt
+cd ./mustella/utilities/MustellaTestChooser/src
+"$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" MustellaTestChooser-app.xml -- -file
+cd ../../../..
+if [ -s mustella/changes.txt ]
+then
+    cd mustella
+    sh ./test_changes.sh
+    cd ..
+fi
+

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/mustella/test_patch.sh
----------------------------------------------------------------------
diff --git a/mustella/test_patch.sh b/mustella/test_patch.sh
new file mode 100755
index 0000000..f7d43a2
--- /dev/null
+++ b/mustella/test_patch.sh
@@ -0,0 +1,59 @@
+#!/bin/bash
+################################################################################
+##
+##  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
+##
+##  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.
+##
+################################################################################
+##
+## test_patch.sh - creates changes.txt, runs mini_run.sh -changes and 
+## runs mini_run-failures if there are failures
+##
+
+cd ..
+
+if [ $# -lt 1 ]
+    then
+	echo "usage: test_patch.sh <patch_filename>"
+	exit
+fi
+echo "running patch for $2"
+git apply $1
+git status >gitstatus.txt
+cd mustella/utilities/MustellaTestChooser/src
+"$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" MustellaTestChooser-app.xml -- -file
+cd ../../../..
+if [ -s mustella/changes.txt ]
+then
+    if [ $# -gt 1 ]
+    then
+        mutt -s "Patch Received: running tests" $2 <mustella/changes.txt
+    fi 
+    ant main checkintests
+	rc=$?
+	if [[ $rc != 0 ]] ; then
+		exit $rc
+	fi
+	cd mustella
+    if [ $# -lt 2 ]
+    then
+	    sh ./test_changes.sh
+    else
+        sh ./test_changes.sh $2 $1
+    fi
+	cd ..
+fi
+git checkout .
+

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/mustella/test_patch_by_email.sh
----------------------------------------------------------------------
diff --git a/mustella/test_patch_by_email.sh b/mustella/test_patch_by_email.sh
new file mode 100755
index 0000000..f6366731
--- /dev/null
+++ b/mustella/test_patch_by_email.sh
@@ -0,0 +1,58 @@
+#!/bin/bash
+################################################################################
+##
+##  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
+##
+##  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.
+##
+################################################################################
+##
+## test_patch_by_email.sh gets email, finds patches, saves them to files 
+## runs test_patch
+##
+
+cd ..
+
+rm /var/spool/mail/mustellarunner
+fetchmail
+if [ -f "/var/spool/mail/mustellarunner" ]
+then
+cd ./mustella/utilities/PatchExtractor/src
+echo "launching patch extractor"
+"$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" PatchExtractor-app.xml -- c:/cygwin/var/spool/mail/mustellarunner
+cd ../../../..
+gotone=0
+for file in *.patch
+do
+    git pull --rebase
+    gotone=1
+    break;
+done
+if [ gotone == 0 ] ; then
+    echo "no patches"
+    exit 2
+fi
+
+for file in *.patch
+do
+d=`dirname $file`
+b=`basename $file .patch`
+read replyAddr < $d/$b.reply
+sh ./mustella/test_patch.sh $file $replyAddr
+rm $file
+rm $replyAddr
+done
+else
+    echo "no messages"
+fi

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/patch_testing_loop.sh
----------------------------------------------------------------------
diff --git a/patch_testing_loop.sh b/patch_testing_loop.sh
deleted file mode 100755
index 62b2de1..0000000
--- a/patch_testing_loop.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-################################################################################
-##
-##  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
-##
-##  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.
-##
-################################################################################
-##
-## patch_test_loop keeps running test_patch_by_email.sh every
-## 10 minutes
-##
-
-while [ 1 ]
-do
-    echo "checking email at `date`" 
-    sh test_patch_by_email.sh
-    echo "going to sleep for a bit"
-    sleep 10m
-    echo "done sleeping"
-done
-

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/run_mustella_on_git_status.sh
----------------------------------------------------------------------
diff --git a/run_mustella_on_git_status.sh b/run_mustella_on_git_status.sh
deleted file mode 100644
index 35f8f61..0000000
--- a/run_mustella_on_git_status.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-################################################################################
-##
-##  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
-##
-##  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.
-##
-################################################################################
-##
-## run_mustella_on_git_status.sh - runs git status, then runs 
-## mini_run.sh -changes and runs mini_run-failures if there are failures
-## mpte: does not build the sdk.  Assumes you did that already
-
-git status >gitstatus.txt
-cd mustella/utilities/MustellaTestChooser/src
-"$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" MustellaTestChooser-app.xml -- -file
-cd ../../../..
-if [ -s mustella/changes.txt ]
-then
-	cd mustella
-        sh ./test_changes.sh
-	cd ..
-fi
-

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/test_patch.sh
----------------------------------------------------------------------
diff --git a/test_patch.sh b/test_patch.sh
deleted file mode 100755
index c34338f..0000000
--- a/test_patch.sh
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/bash
-################################################################################
-##
-##  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
-##
-##  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.
-##
-################################################################################
-##
-## test_patch.sh - creates changes.txt, runs mini_run.sh -changes and 
-## runs mini_run-failures if there are failures
-##
-
-if [ $# -lt 1 ]
-    then
-	echo "usage: test_patch.sh <patch_filename>"
-	exit
-fi
-echo "running patch for $2"
-git apply $1
-git status >gitstatus.txt
-cd mustella/utilities/MustellaTestChooser/src
-"$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" MustellaTestChooser-app.xml -- -file
-cd ../../../..
-if [ -s mustella/changes.txt ]
-then
-    if [ $# -gt 1 ]
-    then
-        mutt -s "Patch Received: running tests" $2 <mustella/changes.txt
-    fi 
-    ant main checkintests
-	rc=$?
-	if [[ $rc != 0 ]] ; then
-		exit $rc
-	fi
-	cd mustella
-        if [ $# -lt 2 ]
-        then
-	    sh ./test_changes.sh
-        else
-            sh ./test_changes.sh $2 $1
-        fi
-	cd ..
-fi
-git checkout .
-

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c0607a2/test_patch_by_email.sh
----------------------------------------------------------------------
diff --git a/test_patch_by_email.sh b/test_patch_by_email.sh
deleted file mode 100755
index 2710c0b..0000000
--- a/test_patch_by_email.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-################################################################################
-##
-##  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
-##
-##  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.
-##
-################################################################################
-##
-## test_patch_by_email.sh gets email, finds patches, saves them to files 
-## runs test_patch
-##
-
-rm /var/spool/mail/mustellarunner
-fetchmail
-if [ -f "/var/spool/mail/mustellarunner" ]
-then
-cd mustella/utilities/PatchExtractor/src
-echo "launching patch extractor"
-"$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" PatchExtractor-app.xml -- c:/cygwin/var/spool/mail/mustellarunner
-cd ../../../..
-gotone=0
-for file in *.patch
-do
-    git pull --rebase
-    gotone=1
-    break;
-done
-if [ gotone == 0 ] ; then
-    echo "no patches"
-    exit 2
-fi
-
-for file in *.patch
-do
-d=`dirname $file`
-b=`basename $file .patch`
-read replyAddr < $d/$b.reply
-sh test_patch.sh $file $replyAddr
-rm $file
-rm $replyAddr
-done
-else
-    echo "no messages"
-fi


[6/9] git commit: [flex-sdk] [refs/heads/develop] - added line about mobile callout

Posted by jm...@apache.org.
added line about mobile callout


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

Branch: refs/heads/develop
Commit: 0b85494cf497da64f9e4d897eb44da91d505727c
Parents: 6b09552
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 8 14:39:38 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 8 14:39:38 2013 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0b85494c/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 365a725..e6b9106 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -48,6 +48,7 @@ SDK Changes
 - New experimental mobile spark datagrid.
 - Updated OSMF swc to latest version (2.0)
 - Renamed experimental supportClazzes package to be supportClasses. 
+- Mobile Callout moved to spark and can be used in Desktop and Browser apps.
 
 Compiler changes
 ------------------


[4/9] git commit: [flex-sdk] [refs/heads/develop] - fixed revert to release notes

Posted by jm...@apache.org.
fixed revert to release notes


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

Branch: refs/heads/develop
Commit: c3a1552b63823b5f728547ff7172afc4fec965b0
Parents: ad7b214
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 8 08:22:29 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 8 08:22:29 2013 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c3a1552b/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 0f0acd5..365a725 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -43,8 +43,11 @@ SDK Changes
 - s:DataGridEditor will now be visible in ASDocs and be visible in the Tag inspector.
 - Minor changes to make SDK compile with Falcon compiler.
 - Added access to imageDecodingPolicy in BitmapImage.
+- Changes to custom skin for s:DataGrid (was changed in 4.10 but missed in release notes)
+- Changed UIComponent removedFromStageHandler from private to protected to allow override
 - New experimental mobile spark datagrid.
 - Updated OSMF swc to latest version (2.0)
+- Renamed experimental supportClazzes package to be supportClasses. 
 
 Compiler changes
 ------------------
@@ -70,6 +73,7 @@ FLEX-33748  TabBar shouldn't be colorized in TabNavigatorSkin
 FLEX-33741  Propagation of Escape key in mx.controls.DateField should only be stopped if the DropDown is shown
 FLEX-33739  Duplication segment of code calling MultiBitmapSource getSource(dpi)
 FLEX-33738  ArrayCollection addAll() adds items in the wrong order
+FLEX-33736  NullPointer exception in VideoDisplay
 FLEX-33730  RTE in Application.as line 2157 in Air simulator
 FLEX-33726  DateField.stringToDate returns null when inputFormat has no separators
 FLEX-33724  Error in mx:DataGridBase.addClipMask() when using custom item renderer and locked columns


[7/9] git commit: [flex-sdk] [refs/heads/develop] - FLEX-32728 set initial anchor up so that shift works after selection has been programatically set

Posted by jm...@apache.org.
FLEX-32728 set initial anchor up so that shift works after selection has been programatically set


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

Branch: refs/heads/develop
Commit: 28ba4b74b848e5a86667a3f1546b5a87e17eb398
Parents: c3a1552
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 8 14:41:16 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 8 14:41:16 2013 +1100

----------------------------------------------------------------------
 .../src/mx/controls/listClasses/AdvancedListBase.as              | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/28ba4b74/frameworks/projects/advancedgrids/src/mx/controls/listClasses/AdvancedListBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/advancedgrids/src/mx/controls/listClasses/AdvancedListBase.as b/frameworks/projects/advancedgrids/src/mx/controls/listClasses/AdvancedListBase.as
index 4a55c47..d3e150f 100644
--- a/frameworks/projects/advancedgrids/src/mx/controls/listClasses/AdvancedListBase.as
+++ b/frameworks/projects/advancedgrids/src/mx/controls/listClasses/AdvancedListBase.as
@@ -6008,6 +6008,10 @@ public class AdvancedListBase extends ScrollControlBase
             {
                 _selectedIndex = index;
                 _selectedItem = data;
+				caretIndex = index;
+				caretBookmark = collectionIterator.bookmark;
+				anchorIndex = index;
+				anchorBookmark = collectionIterator.bookmark;
                 firstTime = false;
             }
             addSelectionData(itemToUID(data), new ListBaseSelectionData(data, index, false));


[8/9] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'release4.11.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.11.0

Posted by jm...@apache.org.
Merge branch 'release4.11.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.11.0


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

Branch: refs/heads/develop
Commit: 223bdb93b9a76c0945fb65f88e82670f06ce6cf3
Parents: 0b85494 28ba4b7
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 8 14:58:16 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 8 14:58:16 2013 +1100

----------------------------------------------------------------------
 .../src/mx/controls/listClasses/AdvancedListBase.as              | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------



[5/9] git commit: [flex-sdk] [refs/heads/develop] - added mention of 11.9 beta support

Posted by jm...@apache.org.
added mention of 11.9 beta support


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

Branch: refs/heads/develop
Commit: 6b095522ef3a7088d712549941e34a8a96bd3b4c
Parents: c3a1552
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 8 14:39:08 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 8 14:39:08 2013 +1100

----------------------------------------------------------------------
 README | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6b095522/README
----------------------------------------------------------------------
diff --git a/README b/README
index 6b8c699..2ed02f9 100644
--- a/README
+++ b/README
@@ -72,6 +72,8 @@ Getting the latest sources via git
     use the following command:
 
 	 git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+	 cd tlf
+	 git checkout develop
 
     In an Apache Flex source code package hosted on the distribution server or
     one of its mirrors, the Text Layout Framework code is already included in
@@ -174,7 +176,7 @@ Install Prerequisites
 
         This version of Apache Flex was certified for use with AIR 3.8, and should
         be compatible with other versions of AIR newer than 3.1. However it hasn't
-        been tested on AIR 3.2, 3.3, 3.5, 3.6 or 3.7.
+        been fully tested on AIR 3.2, 3.3, 3.5, 3.6 or 3.7.
 
         Download the AIR SDK for your platform and unzip it. Set AIR_HOME to the
         absolute path of the AIR SDK directory.
@@ -183,10 +185,10 @@ Install Prerequisites
             http://www.adobe.com/support/flashplayer/downloads.html
 
         This version of Apache Flex was certified for use with Adobe Flash Player 11.1,
-        and is compatible with versions 10.2 through 11.8. It has been tested with
-        versions 11.1, 11.7 and 11.8 on Windows and Mac. It has been compiled against
-        other Adobe Flash Player versions but has not been fully tested. It has not been
-        fully tested on Linux.
+        and is compatible with versions 10.2 through 11.9 beta. It has been tested with
+        versions 11.1, 11.7, 11.8 and 11.9 beta on Windows and Mac. It has been compiled
+        against other Adobe Flash Player versions but has not been fully tested. It has
+        not been fully tested on Linux.
             
         On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the filename
         of the FlashPlayerDebugger.exe. Note the filename of flash player debugger maybe
@@ -232,6 +234,7 @@ Install Prerequisites
             http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_6.swc
             http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_7.swc
             http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_8.swc
+            http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/flashplayer11-9_playerglobal.swc
             
         These can be used with Apache Flex but have not been fully tested.
         
@@ -302,7 +305,7 @@ Adobe Flash Player Version Support
 
     The Apache Flex SDK defaults to using the Adobe Flash Player 11.1. The SDK can be
     used with Flash Player versions 10.2, 10.3, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5,
-    11.6, 11.7 and 11.8.
+    11.6, 11.7, 11.8 and 11.9 beta.
     
     It is recommended that you update to the latest version of Adobe Flash Player.
     Newer versions of the Adobe Flash player address security vulnerabilities, fix
@@ -344,6 +347,7 @@ Adobe Flash Player Version Support
     http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_6.swc
     http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_7.swc
     http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_8.swc
+    http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/flashplayer11-9_playerglobal.swc
     
     Copy the target playerglobal.swc to the directory:
     
@@ -380,9 +384,12 @@ Adobe Flash Player Version Support
                          /playerglobal.swc 
                     /11.8
                          /playerglobal.swc  
+                    /11.9
+                         /playerglobal.swc  
+    
+    Apache Flex has been tested with Adobe Flash Player 11.1, 11.5, 11.7, 11.8 and
+    11.9 beta on Windows and Mac.
     
-    Apache Flex has been tested with Adobe Flash Player 11.1, 11.5, 11.7 and 11.8 on
-    Windows and Mac.
     Apache Flex has not been tested on Linux so some issue may exist in this release.
     
     It compiles against other Adobe Flash Player versions and is expected to work but