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 2014/10/27 07:18:56 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - add people who voted in last RC

Repository: flex-utilities
Updated Branches:
  refs/heads/apache-tour-de-flex-1.2 7ba008b97 -> 0955925cc
  refs/heads/develop 719c6018c -> d49cc39b8


add people who voted in last RC


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

Branch: refs/heads/develop
Commit: d49cc39b8b3472fba9abbcc03d66879bb9527dd2
Parents: 719c601
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 27 17:17:26 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 27 17:17:26 2014 +1100

----------------------------------------------------------------------
 Squiggly/CONTRIBUTORS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d49cc39b/Squiggly/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/Squiggly/CONTRIBUTORS b/Squiggly/CONTRIBUTORS
index 78d4feb..7c27061 100644
--- a/Squiggly/CONTRIBUTORS
+++ b/Squiggly/CONTRIBUTORS
@@ -4,7 +4,7 @@ support to Apache Flex Squiggly.
 Apache Flex Squiggly 1.1
 ------------------------
 Alex Harui, Chris Martin, Christofer Dutz, Eliezer Reis, Justin Mclean,
-Kevin Atkinson, Mark Kessler
+Kevin Atkinson, Mark Kessler, Piotr Zarzycki
 
 Apache Flex Squiggly 1.0
 ------------------------


[2/2] git commit: [flex-utilities] [refs/heads/apache-tour-de-flex-1.2] - make layout in same style as other examples

Posted by jm...@apache.org.
make layout in same style as other examples


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

Branch: refs/heads/apache-tour-de-flex-1.2
Commit: 0955925cc380873ffad04645f37d0b25764cd63c
Parents: 7ba008b
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Oct 27 17:18:38 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Oct 27 17:18:38 2014 +1100

----------------------------------------------------------------------
 .../TourDeFlex3/src/apache/squiggly/SpellingExExample.mxml    | 4 ++--
 .../TourDeFlex3/src/apache/squiggly/SpellingExample.mxml      | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/0955925c/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExExample.mxml
index 53ab6f6..d6aea3a 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExExample.mxml
@@ -27,10 +27,10 @@
 
 	<s:Panel title="Spell Check" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>
 		<s:Group width="100%" height="100%">
-			<s:TextArea id="ta_en" width="50%" height="50%" fontSize="20"
+			<s:TextArea id="ta_en" width="50%" height="50%"
 						text="I know Enlish. Use the context menu to see the suggestions of the missbelled word."
 						creationComplete="SpellUI.enableSpelling(ta_en, 'en_US')"/>					
 		</s:Group>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/0955925c/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
index 62684aa..13e1985 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
@@ -19,7 +19,8 @@ limitations under the License.
 -->
 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
 				xmlns:s="library://ns.adobe.com/flex/spark"
-				layout="vertical">		
+				paddingBottom="0" paddingTop="0" paddingLeft="0" paddingRight="0"
+				height="100%" width="100%">		
 <mx:Script>
 	<![CDATA[
 			import com.adobe.linguistics.spelling.SpellUI;	
@@ -35,10 +36,10 @@ limitations under the License.
 </mx:Script>
 	<s:Panel title="Spell Check" width="100%" height="100%">
 		<s:layout>
-			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+			<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"/>
 		</s:layout>
 		<s:VGroup width="100%" height="100%">
-			<mx:TextArea id="textArea" width="50%" height="50%" fontSize="20" text="Spell cheecking in TextArea"/>
+			<mx:TextArea id="textArea" width="50%" height="50%" text="Spell cheecking in TextArea"/>
 			<mx:Button id="tt2" label="Check British English" click="enableGB()" /> 
 			<mx:Button id="tt3" label="Check American English" click="enableUS()" />			
 		</s:VGroup>