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 2012/05/03 00:45:08 UTC

svn commit: r1333232 [10/34] - in /incubator/flex/trunk: ./ frameworks/tests/ frameworks/tests/basicTests/ frameworks/tests/basicTests/dmv/ frameworks/tests/basicTests/dmv/scripts/ frameworks/tests/basicTests/dmv/views/ frameworks/tests/basicTests/fxg/...

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/HelloWorld.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/HelloWorld.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/HelloWorld.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/HelloWorld.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,182 @@
+<?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
+
+      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.
+
+-->
+<s:Application
+xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:mx="library://ns.adobe.com/flex/halo"
+    xmlns:s="library://ns.adobe.com/flex/spark" 
+    creationComplete="creationCompleteHandler()" >
+
+<fx:Script>
+<![CDATA[
+
+    // import all Spark Components to make sure mx.swc is not
+    // dragged in.
+    import spark.effects.AddAction; AddAction;
+    import spark.effects.Animate; Animate;
+    import spark.effects.AnimateColor; AnimateColor;
+    import spark.effects.AnimateFilter; AnimateFilter;
+    import spark.effects.AnimateTransitionShader; AnimateTransitionShader;
+    import spark.effects.AnimateTransform; AnimateTransform;
+    import spark.effects.AnimateTransform3D; AnimateTransform3D;
+    import spark.effects.animation.Animation; Animation;
+    import spark.layouts.BasicLayout; BasicLayout;
+    import spark.filters.BevelFilter; BevelFilter;
+    import spark.primitives.BitmapImage; BitmapImage;
+    import spark.layouts.supportClasses.Block; Block;
+    import spark.filters.BlurFilter; BlurFilter;
+    import spark.components.BorderContainer; BorderContainer;
+    import spark.effects.easing.Bounce; Bounce;
+    import spark.components.Button; Button;
+    import spark.components.ButtonBar; ButtonBar;
+    import spark.components.ButtonBarButton; ButtonBarButton;
+    import spark.components.supportClasses.ButtonBarHorizontalLayout; ButtonBarHorizontalLayout;
+    import spark.components.supportClasses.ButtonBase; ButtonBase;
+    import spark.effects.CallAction; CallAction;
+    import spark.components.CheckBox; CheckBox;
+    import spark.filters.ColorMatrixFilter; ColorMatrixFilter;
+    import spark.layouts.ColumnAlign; ColumnAlign;
+    import spark.components.ComboBox; ComboBox;
+    import spark.layouts.ConstraintLayout; ConstraintLayout;
+    import spark.core.ContentCache; ContentCache;
+    import spark.filters.ConvolutionFilter; ConvolutionFilter;
+    import spark.effects.CrossFade; CrossFade;
+    import spark.components.DataGroup; DataGroup;
+    import spark.components.DataRenderer; DataRenderer;
+    import spark.filters.DisplacementMapFilter; DisplacementMapFilter;
+    import spark.components.DropDownList; DropDownList;
+    import spark.layouts.supportClasses.DropLocation; DropLocation;
+    import spark.filters.DropShadowFilter; DropShadowFilter;
+    import spark.components.mediaClasses.DynamicStreamingVideoSource; DynamicStreamingVideoSource;
+    import spark.components.mediaClasses.DynamicStreamingVideoItem; DynamicStreamingVideoItem;
+    import spark.effects.easing.Elastic; Elastic;
+    import spark.primitives.Ellipse; Ellipse;
+    import spark.effects.Fade; Fade;
+    import spark.primitives.supportClasses.FilledElement; FilledElement;
+    import spark.filters.GlowFilter; GlowFilter;
+    import spark.filters.GradientBevelFilter; GradientBevelFilter;
+    import spark.filters.GradientFilter; GradientFilter;
+    import spark.filters.GradientGlowFilter; GradientGlowFilter;
+    import spark.primitives.Graphic; Graphic;
+    import spark.primitives.supportClasses.GraphicElement; GraphicElement;
+    import spark.components.Group; Group;
+    import spark.components.supportClasses.GroupBase; GroupBase;
+    import spark.components.HGroup; HGroup;
+    import spark.layouts.HorizontalLayout; HorizontalLayout;
+    import spark.effects.interpolation.HSBInterpolator; HSBInterpolator;
+    import spark.components.HScrollBar; HScrollBar;
+    import spark.components.HSlider; HSlider;
+    import spark.components.Image; Image;
+    import spark.components.supportClasses.ItemRenderer; ItemRenderer;
+    import spark.effects.animation.Keyframe; Keyframe;
+    import spark.components.Label; Label;
+    import spark.layouts.supportClasses.LayoutBase; LayoutBase;
+    import spark.primitives.Line; Line;
+    import spark.effects.easing.Linear; Linear;
+    import spark.components.List; List;
+    import spark.components.supportClasses.ListBase; ListBase;
+    import spark.core.MaskType; MaskType;
+    import spark.effects.animation.MotionPath; MotionPath;
+    import spark.effects.Move; Move;
+    import spark.effects.Move3D; Move3D;
+    import spark.effects.interpolation.MultiValueInterpolator; MultiValueInterpolator;
+    import spark.components.mediaClasses.MuteButton; MuteButton;
+    import spark.components.NavigatorContent; NavigatorContent;
+    import spark.effects.interpolation.NumberInterpolator; NumberInterpolator;
+    import spark.components.NumericStepper; NumericStepper
+    import spark.components.Panel; Panel;
+    import spark.primitives.Path; Path;
+    import spark.components.PopUpAnchor; PopUpAnchor;
+    import spark.components.PopUpPosition; PopUpPosition;
+    import spark.effects.easing.Power; Power;
+    import spark.components.RadioButton; RadioButton;
+    import spark.components.RadioButtonGroup; RadioButtonGroup;
+    import spark.components.supportClasses.Range; Range;
+    import spark.primitives.Rect; Rect;
+    import spark.primitives.RectangularDropShadow; RectangularDropShadow;
+    import spark.effects.RemoveAction; RemoveAction;
+    import spark.effects.Resize; Resize;
+    import spark.effects.interpolation.RGBInterpolator; RGBInterpolator;
+    import spark.components.RichEditableText; RichEditableText;
+    import spark.components.RichText; RichText;
+    import spark.effects.Rotate; Rotate;
+    import spark.effects.Rotate3D; Rotate3D;
+    import spark.layouts.RowAlign; RowAlign;
+    import spark.effects.Scale; Scale;
+    import spark.effects.Scale3D; Scale3D;
+    import spark.components.supportClasses.ScrollBarBase; ScrollBarBase;
+    import spark.components.Scroller; Scroller;
+    import spark.components.supportClasses.ScrollerLayout; ScrollerLayout;
+    import spark.components.mediaClasses.ScrubBar; ScrubBar;
+    import spark.effects.SetAction; SetAction;
+    import spark.filters.ShaderFilter; ShaderFilter;
+    import spark.effects.animation.SimpleMotionPath; SimpleMotionPath;
+    import spark.effects.easing.Sine; Sine;
+    import spark.components.supportClasses.Skin; Skin;
+    import spark.components.supportClasses.SkinnableComponent; SkinnableComponent;
+    import spark.components.SkinnableContainer; SkinnableContainer;
+    import spark.components.supportClasses.SkinnableContainerBase; SkinnableContainerBase;
+    import spark.components.SkinnableDataContainer; SkinnableDataContainer;
+    import spark.components.supportClasses.SkinnableTextBase; SkinnableTextBase;
+    import spark.components.supportClasses.SliderBase; SliderBase;
+    import spark.skins.SparkSkin; SparkSkin;
+    import spark.components.Spinner; Spinner;
+    import spark.core.SpriteVisualElement; SpriteVisualElement;
+    import spark.primitives.supportClasses.StrokedElement; StrokedElement;
+    import spark.components.TabBar; TabBar;
+    import spark.components.TextArea; TextArea;
+    import spark.components.supportClasses.TextBase; TextBase;
+    import spark.components.TextInput; TextInput;
+    import spark.components.TextSelectionHighlighting; TextSelectionHighlighting;
+    import spark.utils.TextUtil; TextUtil;
+    import spark.components.TileGroup; TileGroup;
+    import spark.layouts.TileLayout; TileLayout;
+    import spark.layouts.TileOrientation; TileOrientation;
+    import spark.components.TitleWindow; TitleWindow;
+    import spark.components.ToggleButton; ToggleButton;
+    import spark.components.supportClasses.ToggleButtonBase; ToggleButtonBase;
+    import spark.components.supportClasses.TrackBase; TrackBase;
+    import spark.layouts.VerticalAlign; VerticalAlign;
+    import spark.layouts.VerticalLayout; VerticalLayout;
+    import spark.components.VGroup; VGroup;
+    import spark.components.VideoDisplay; VideoDisplay;
+    import spark.components.VideoPlayer; VideoPlayer;
+    import spark.components.mediaClasses.VolumeBar; VolumeBar;
+    import spark.components.VScrollBar; VScrollBar;
+    import spark.components.VSlider; VSlider;
+    import spark.effects.Wipe; Wipe;
+
+    private function creationCompleteHandler():void
+    {
+        var isAvailable:Boolean = false;
+ 
+        if (ApplicationDomain.currentDomain.hasDefinition("mx.controls::Label"))
+            isAvailable = true;
+
+          //trace("mx.controls::Label is available = " + isAvailable);
+	    systemManager.dispatchEvent(new FocusEvent("valueIsReady", false, false, null, isAvailable));
+    }
+
+]]>
+</fx:Script>
+
+
+    <s:Label text="Hello World"/>
+
+</s:Application> 
\ No newline at end of file

Propchange: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/HelloWorld.mxml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ImageTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ImageTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ImageTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ImageTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,35 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+	
+]]>
+</fx:Script>
+
+	<s:VGroup id="bitmapGroup" width="200" height="200">
+		<s:Image id="image1"  />
+		<s:Image id="image2" preliminaryWidth="50" preliminaryHeight="50" />
+	</s:VGroup>
+</s:Group>

Propchange: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ImageTests.mxml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutDirectionTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutDirectionTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutDirectionTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutDirectionTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,33 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx">
+
+    <s:VGroup id="testGroup" layoutDirection="rtl" direction="rtl" width="300">       
+        <mx:DateChooser id="mx_datechooser" textFieldClass="mx.core.UIFTETextField" />
+        <s:TextInput id="spark_textinput" text="layoutDirection test" />
+        <s:Button id="spark_button" label="spark button" />
+        <s:CheckBox id="spark_checkbox" label="spark check box" />
+        <s:BitmapImage id="spark_image" source="@Embed('../../basicimage.JPG')" width="143"/>
+    </s:VGroup>
+
+</s:Group>

Propchange: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutDirectionTests.mxml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/LayoutTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,30 @@
+<!--
+
+  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.
+
+-->
+<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"
+    width="800"
+    height="800">
+
+    <s:layout> <s:BasicLayout/> </s:layout>
+
+    <mx:Button id="b1" label="Hello"/>
+
+</s:Group>
+

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ListDragDropTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ListDragDropTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ListDragDropTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ListDragDropTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,67 @@
+<!--
+
+  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.
+
+-->
+<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"
+    width="800"
+    height="800">
+
+	<fx:Script>
+		<![CDATA[
+			import mx.collections.*;
+			
+			
+			public function createPlayersAC():ArrayCollection
+			{
+				var players:ArrayCollection = new ArrayCollection([
+					{team:"PTeam",jerseyNumber:80, lastName:"Brown",    firstName:"Tom"},
+					{team:"JTeam", jerseyNumber:7,  lastName:"Left", firstName:"Brian"},
+					{team:"PTeam",jerseyNumber:12, lastName:"Brady",    firstName:"Brad"},
+					{team:"PTeam",jerseyNumber:21, lastName:"Gore",      firstName:"Ron"},
+					{team:"RTeam", jerseyNumber:34, lastName:"OName",    firstName:"Don"},
+					{team:"PTeam",jerseyNumber:12, lastName:"VName",	firstName:"AName"},
+					{team:"JTeam", jerseyNumber:7,  lastName:"Boone",     firstName:"BName"},
+				]);
+				return players;
+			}
+			
+			
+			public function createAbc():ArrayList
+			{
+				var col:ArrayList =
+					new ArrayList(['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']);
+				return (col);
+			}
+			public function createNullDupData():ArrayList
+			{
+				var col:ArrayList =
+					new ArrayList([null,'A',null,'A','a','a','a','B','C','D','E','F','G','H','I','J','K',
+						'L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','a','a','aa','aa',null,null]);
+				return (col);
+			}
+			
+			
+		]]>
+	</fx:Script>
+	<s:HGroup id="hg" paddingLeft="10" paddingTop="10" paddingRight="10" paddingBottom="10">
+		<s:List id="dragFrom"/>
+		<s:List id="l2"/>
+	</s:HGroup>
+</s:Group>
+

Propchange: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ListDragDropTests.mxml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberFormatterTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberFormatterTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberFormatterTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberFormatterTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,40 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+    
+    <fx:Declarations>
+	    <s:NumberFormatter id="nfFormatterNoLocaleInline" errorText="#####"/>
+        <s:NumberFormatter id="nfFormatter" locale="xx"/>
+        <s:NumberFormatter id="nfFormatterDecimalSeparator" locale="en-US" decimalSeparator="@" />
+        <s:NumberFormatter id="nfFormatterDigitsType" locale="en-US" digitsType="{NationalDigitsType.CHAM}"/>
+        <s:NumberFormatter id="nfFormatterFractionalDigits" locale="en-US" fractionalDigits="{1}" trailingZeros="true" useGrouping="true" groupingSeparator=","  groupingPattern='*'/>
+    </fx:Declarations>
+    <fx:Script>
+        <![CDATA[
+            import flash.globalization.NationalDigitsType;
+        ]]>
+    </fx:Script>
+    
+    <s:Label id="nfLabel" text="{nfFormatterDigitsType.digitsType}" />
+	<s:Label id="getLocale" text="{getStyle('locale')}" />
+</s:Group>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberValidatorTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberValidatorTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberValidatorTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumberValidatorTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,36 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+    
+    <fx:Declarations>
+        <s:NumberValidator id="nv" source="{tb1}" property="text" />
+    </fx:Declarations>
+    <fx:Script>
+        <![CDATA[
+        ]]>
+    </fx:Script>
+    
+    <s:Label text="Input Number"/>
+    <s:TextInput id="tb1"/>
+   
+</s:Group>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumericStepperTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumericStepperTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumericStepperTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/NumericStepperTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,37 @@
+<?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
+
+      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.
+
+-->
+<mx:Panel title="NumericStepper" 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+    <s:NumericStepper id="testNumStep" />
+
+</mx:Panel>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/PanelControlBarTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/PanelControlBarTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/PanelControlBarTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/PanelControlBarTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,52 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+    <s:Panel id="testPanel" >
+        <s:Group>
+            <s:layout>
+                <s:VerticalLayout />
+            </s:layout>
+            <s:TextInput id="contentTextInput" height="100" />
+            <s:Button id="contentButton" label="Content Button" height="100" click="contentTextInput.text = 'content clicked'" />
+        </s:Group>
+        <s:controlBarContent>
+            <s:TextInput id="controlTextInput" height="100" />
+            <s:Button id="controlButton" label="Control Button" height="100" click="controlTextInput.text = 'control clicked'" />
+        </s:controlBarContent>
+        <s:controlBarLayout>
+            <s:HorizontalLayout gap="40" paddingTop="5" paddingBottom="5" paddingLeft="5" paddingRight="5" />
+        </s:controlBarLayout>
+    </s:Panel>
+
+</s:Group>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/RadioButtonTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/RadioButtonTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/RadioButtonTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/RadioButtonTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,49 @@
+<?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
+
+      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.
+
+-->
+<s:Panel title="RadioButtons" 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+
+
+]]>
+</fx:Script>
+
+<fx:Declarations>
+    <s:RadioButtonGroup id="spark" />
+</fx:Declarations>
+
+    <s:layout>
+        <s:VerticalLayout />
+    </s:layout>
+    <s:RadioButton id="testRadio1" label="test Radio1" groupName="spark" />
+    <s:RadioButton id="testRadio2" label="test Radio2" groupName="spark" />
+    <s:RadioButton id="testRadio3" label="test Radio3" groupName="spark" />
+
+
+</s:Panel>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ScrollBarTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ScrollBarTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ScrollBarTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/ScrollBarTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,42 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+	<s:layout>
+		<s:VerticalLayout/>
+	</s:layout>
+    <s:CheckBox id="enabler" selected="true" label="Enabled"/>
+    <s:VScrollBar id="testVScrollBar" minimum="0" maximum="100" enabled="{enabler.selected}" />
+    <s:HScrollBar id="testHScrollBar" minimum="0" maximum="100" enabled="{enabler.selected}"/>
+
+</s:Group>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SliderTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SliderTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SliderTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SliderTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,41 @@
+<?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
+
+      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.
+
+-->
+<mx:Canvas 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+    <s:HSlider id="testSlider" width="150" 
+            minimum="0" maximum="100"  snapInterval="1"
+            liveDragging="true"
+            change="testSlider.alpha = (testSlider.value / 100);"
+            />
+
+</mx:Canvas>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SortTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SortTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SortTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SortTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,64 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"  >
+    
+    <fx:Declarations>
+	    <s:SortField id="mySparkSortField"/>
+        <s:Sort id="mySparkSort" fields="{[mySparkSortField]}"/>
+		<mx:SortField id="myMXSortField"/>
+        <s:Sort id="myMXSort" fields="{[myMXSortField]}"/>
+    </fx:Declarations>
+
+    <fx:Script>
+        <![CDATA[
+            
+         
+		 import mx.collections.ArrayCollection;
+            
+            
+            
+            [Bindable]
+            public var myArrayCollection:ArrayCollection =
+                new ArrayCollection(["cote", "côte", "coté", "côté",
+                    "海 (U+6D77)", "雨 (U+96E8)", "水 (U+6C34)", "川 (U+5DDD)"]);
+			
+            public function sortArraycollectionSpark(localeStyle:String):void
+            {
+			    mySparkSortField.setStyle("locale",localeStyle);
+                myArrayCollection.sort = mySparkSort;
+                myArrayCollection.refresh();
+                
+            }
+           
+		   public function sortArraycollectionMX():void
+            {
+			    myArrayCollection.sort = myMXSort;
+                myArrayCollection.refresh();
+                
+            }
+        ]]>
+    </fx:Script>
+    
+		
+  
+</s:Group>

Propchange: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/SortTests.mxml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StringToolsTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StringToolsTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StringToolsTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StringToolsTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,35 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+    
+    <fx:Declarations>
+        <s:StringTools id="stringToolsNoLocaleInline" />
+		<s:StringTools id="stringTools" locale="xx"/>
+    </fx:Declarations>
+    <fx:Script>
+        <![CDATA[
+        ]]>
+    </fx:Script>
+	
+	<s:Label id="getLocale" text="{getStyle('locale')}" />
+</s:Group>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerModuleTest.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerModuleTest.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerModuleTest.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerModuleTest.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,34 @@
+<?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
+
+      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.
+
+-->
+<mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009" 
+           xmlns:s="library://ns.adobe.com/flex/spark" 
+           xmlns:mx="library://ns.adobe.com/flex/mx" layout="vertical" width="400" height="100">
+    <fx:Style>
+        @namespace s "library://ns.adobe.com/flex/spark";
+        @namespace mx "library://ns.adobe.com/flex/mx";
+  
+        s|TextInput{
+            paddingTop: 15;
+        }
+    </fx:Style>
+    
+    <s:TextInput id="moduleTestTextInput" text="paddingTop = 15" fontFamily="Arial" fontSize="12" />
+</mx:Module>
+

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/StyleManagerTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,49 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+
+<s:layout>
+<s:VerticalLayout/>
+</s:layout>
+
+<s:TextInput id="testTextInput" text="paddingTop = 5" fontLookup="device" fontFamily="Arial" fontSize="12" />
+<!--
+<s:Button label="get height" click="{testTextInput.text = String(testTextInput.height)}" />
+<s:Button id="loadModule" label="load module" click="{moduleLoader.url='spark/views/StyleManagerModuleTest.swf'}" />
+-->
+<mx:ModuleLoader id="moduleLoader" />
+<!--
+<s:Button label="get height" click="{Object(moduleLoader.child).moduleTestTextInput.text = String(Object(moduleLoader.child).moduleTestTextInput.height)}" />
+-->
+</s:Group>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextAreaTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextAreaTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextAreaTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextAreaTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,37 @@
+<?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
+
+      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.
+
+-->
+<s:SkinnableContainer 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+    <s:TextArea id="testTextArea" width="100" height="100" />
+
+</s:SkinnableContainer>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextInputTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextInputTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextInputTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TextInputTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,37 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+    <s:TextInput id="testTextInput" fontFamily="Arial" fontSize="12" />
+
+</s:Group>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TileGroupTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TileGroupTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TileGroupTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TileGroupTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,48 @@
+<?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
+
+      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.
+
+-->
+<s:SkinnableContainer 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+]]>
+</fx:Script>
+
+    <s:TileGroup id="testTileGroup" width="300" height="300">
+    	<s:Button label="1" />
+    	<s:Button label="2" />
+    	<s:Button label="3" />
+    	<s:Button label="4" />
+    	<s:Button id="btn5" label="5" />
+    	<s:Button label="6" />
+    	<s:Button label="7" />
+    	<s:Button label="8" />
+    	<s:Button label="9" />
+    	<s:Button label="10" />
+    </s:TileGroup>
+
+</s:SkinnableContainer>

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TitleWindowTests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TitleWindowTests.mxml?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TitleWindowTests.mxml (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TitleWindowTests.mxml Wed May  2 22:44:38 2012
@@ -0,0 +1,46 @@
+<?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
+
+      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.
+
+-->
+<s:Group 
+    xmlns:fx="http://ns.adobe.com/mxml/2009"
+    xmlns:s="library://ns.adobe.com/flex/spark"
+    xmlns:mx="library://ns.adobe.com/flex/mx"                >
+
+<fx:Script>
+<![CDATA[
+
+    import mx.collections.*;
+    import mx.controls.*;
+    import mx.events.*;
+    import mx.managers.*;
+	
+]]>
+</fx:Script>
+
+	<s:PopUpAnchor displayPopUp="false" top="100" id="pua">
+		<s:TitleWindow title="From PopUpAnchor..." id="popUp" width="150" height="100" close="pua.displayPopUp=false;">
+			<s:layout>
+				<s:VerticalLayout paddingLeft="10" paddingTop="10" paddingRight="10" paddingBottom="10" />
+			</s:layout>
+			<s:Button id="titleWindowButton" />
+		</s:TitleWindow>
+	</s:PopUpAnchor>
+	<s:Button id="popUpButton" click="pua.displayPopUp=true;" />
+
+</s:Group>

Propchange: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/TitleWindowTests.mxml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestClass.as
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestClass.as?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestClass.as (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestClass.as Wed May  2 22:44:38 2012
@@ -0,0 +1,119 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.views.styleTest
+{
+	import flash.events.Event;
+	
+	import mx.collections.ArrayCollection;
+	import mx.collections.IList;
+	import mx.collections.XMLListCollection;
+	import mx.core.FlexGlobals;
+	import mx.styles.AdvancedStyleClient;
+	import mx.styles.CSSStyleDeclaration;
+	
+	//The possible values of the format property of the [Style] metadata tag are:
+	// Boolean, Color, Number, Length, uint, Time, File, EmbeddedFile, int, 
+	// ICollectionView, Array, Class, String, Object 
+	
+	//style with String type
+	[Style(name="teststyle_1_string_noinh", type="String", inherit="no")]
+	
+	//sample as <s:ComboBox paddingBottom="13.5" />
+	[Style(name="teststyle_2_number_noinh", type="Number", inherit="no")]
+	
+	[Style(name="teststyle_3_uint_inh", type="uint", inherit="yes")]
+	
+	
+	
+	/**
+	 * this event will be dispatched when a style named start with "teststyle_" has been changed.
+	 * and event's property: changedStyleName will contain this style name.
+	 */
+	[Event(name="testStylesChanged", type="assets.styleTest.ADVStyleTestEvent")]
+		
+	public class ADVStyleTestClass extends AdvancedStyleClient
+	{
+		
+		// Define a static variable.
+		private static var classConstructed:Boolean = classConstruct();
+		
+		// Define a static method.
+		private static function classConstruct():Boolean {
+			if (!FlexGlobals.topLevelApplication.styleManager.getStyleDeclaration("assets.styleTest.ADVStyleTestClass"))
+			{
+				// If there is no CSS definition for StyledRectangle, 
+				// then create one and set the default value.
+				var cssStyle:CSSStyleDeclaration = new CSSStyleDeclaration();
+				cssStyle.defaultFactory = function():void
+				{
+					this.teststyle_1_string_noinh = 'defaultString';
+					/**
+					 * 2, 3 unset here, so can set them using Application and global selector.
+					 */
+					//this.teststyle_2_number_noinh = 11111.2345;
+					//this.teststyle_3_uint_inh = 9870;
+					
+				}
+					
+				FlexGlobals.topLevelApplication.styleManager.setStyleDeclaration("assets.styleTest.ADVStyleTestClass", cssStyle, true);
+				
+			}
+			
+			return true;
+		}
+		
+		/**
+		 * a list that fill with all style's name defined in this ADVStyleTestClass class.
+		 */
+		public static const STYLE_NAME_LIST:ArrayCollection = new ArrayCollection([
+			'teststyle_1_string_noinh',
+			'teststyle_2_number_noinh',
+			'teststyle_3_uint_inh'
+			
+		
+		]);
+		
+		public function ADVStyleTestClass()
+		{
+			super();
+		}
+		
+		/**
+		 *  Detects changes to style properties. When any style property is set,
+		 *  Flex calls the <code>styleChanged()</code> method,
+		 *  passing to it the name of the style being set.
+		 * 
+		 * 	Override this method to dispatch an event:ADVStyleTestEvent(ADVStyleTestEvent.TEST_STYLE_CHANGED)
+		 *  when a "teststyle_*" has changed.
+		 */
+		override public function styleChanged(styleProp:String):void {
+			super.styleChanged(styleProp);
+			
+			if (styleProp) {
+				if (styleProp.indexOf('teststyle_') == 0) {
+					var event:ADVStyleTestEvent = new ADVStyleTestEvent(ADVStyleTestEvent.TEST_STYLE_CHANGED);
+					event.changedStyleName = styleProp;
+					
+					this.dispatchEvent(event);
+				}
+			}
+		}
+
+	}
+}
\ No newline at end of file

Added: incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestEvent.as
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestEvent.as?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestEvent.as (added)
+++ incubator/flex/trunk/frameworks/tests/basicTests/spark/views/styleTest/ADVStyleTestEvent.as Wed May  2 22:44:38 2012
@@ -0,0 +1,42 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.views.styleTest
+{
+	import flash.events.Event;
+	
+	import mx.collections.ArrayCollection;
+	
+	public class ADVStyleTestEvent extends Event
+	{
+		public static const TEST_STYLE_CHANGED:String = "testStylesChanged";
+		
+		public static const TEST_STYLE_LOAD_COMPLETE:String = "testStylesLoadComplete";
+		
+		public var changedStyleName:String;
+		
+		public function ADVStyleTestEvent(type:String, bubbles:Boolean=false, cancelable:Boolean=false)
+		{
+			super(type, bubbles, cancelable);
+		}
+		
+		override public function clone():Event {
+			return new ADVStyleTestEvent(type, bubbles, cancelable);
+		}
+	}
+}
\ No newline at end of file

Added: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Bold.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Bold.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Bold.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Bold.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-BoldItalic.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-BoldItalic.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-BoldItalic.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-BoldItalic.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Italic.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Italic.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Italic.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Italic.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Regular.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Regular.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Regular.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/Cousine-Regular.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/OFL.txt
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Cousine/OFL.txt?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/mustella/Assets/Fonts/Cousine/OFL.txt (added)
+++ incubator/flex/trunk/mustella/Assets/Fonts/Cousine/OFL.txt Wed May  2 22:44:38 2012
@@ -0,0 +1,93 @@
+Copyright (c) 2010, Google Corporation. 
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/OFL.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Cousine/OFL.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Bold.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Bold.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Bold.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Bold.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-BoldItalic.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-BoldItalic.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-BoldItalic.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-BoldItalic.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Italic.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Italic.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Italic.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Italic.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Regular.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Regular.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Regular.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/LobsterTwo-Regular.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/OFL.txt
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/OFL.txt?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/OFL.txt (added)
+++ incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/OFL.txt Wed May  2 22:44:38 2012
@@ -0,0 +1,95 @@
+Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com),
+Copyright (c) 2011, Igino Marini. (www.ikern.com|mail@iginomarini.com),
+with Reserved Font Names "Lobster" and "Lobster Two".
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/OFL.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Lobster_Two/OFL.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/LICENSE.txt?rev=1333232&view=auto
==============================================================================
--- incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/LICENSE.txt (added)
+++ incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/LICENSE.txt Wed May  2 22:44:38 2012
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/LICENSE.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Bold.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Bold.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Bold.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Bold.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-BoldItalic.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-BoldItalic.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-BoldItalic.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-BoldItalic.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Italic.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Italic.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Italic.ttf
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Italic.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Regular.ttf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/Assets/Fonts/Open_Sans/OpenSans-Regular.ttf?rev=1333232&view=auto
==============================================================================
Binary file - no diff available.