You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/05/21 19:50:23 UTC

[1/3] git commit: [flex-sdk] [refs/heads/develop] - Added 'asdoc-output' directory to .gitignore so it doesn't show up as 'added' in git, but remains available for review after an 'ant asdoc' run.

Updated Branches:
  refs/heads/develop c2fd27cc9 -> 06fe5af1e


Added 'asdoc-output' directory to .gitignore so it doesn't show up as 'added' in git, but remains available for review after an 'ant asdoc' run.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 13931e3d31d61108031a8bb601ef557c3d32c67f
Parents: c2fd27c
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue May 21 19:42:42 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue May 21 19:42:42 2013 +0200

----------------------------------------------------------------------
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/13931e3d/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9a00c0d..617cb7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -115,3 +115,5 @@ _ReSharper*/
 *.zip
 *.rar
 *.tar
+
+/asdoc-output/
\ No newline at end of file


[3/3] git commit: [flex-sdk] [refs/heads/develop] - Fixed the ASDoc by adding the missing

tags and some very minor reformatting.

Posted by er...@apache.org.
Fixed the ASDoc by adding the missing </p> tags and some very minor reformatting.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 06fe5af1ebd9a334cb76792ae0cbc8a07dcd7b8c
Parents: 33c0e34
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue May 21 19:47:37 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue May 21 19:47:37 2013 +0200

----------------------------------------------------------------------
 .../src/spark/layouts/CoverflowLayout.as           |   15 ++++++++-------
 .../src/spark/layouts/RolodexLayout.as             |    2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/06fe5af1/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as b/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
index 773257f..b9d3ab8 100644
--- a/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
+++ b/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
@@ -40,29 +40,30 @@ package spark.layouts
 	 *  <p>The horizontal position of the elements is determined by the combined
 	 *  reult of <code>horizontalAlign</code>, <code>horizontalDisplacement</code>,
 	 *  <code>horizontalAlignOffset</code> or <code>horizontalAlignOffsetPercent</code>,
-	 *  <code>elementHorizontalAlign</code> and <code>selectedHorizontalDisplacement</code>.
+	 *  <code>elementHorizontalAlign</code> and <code>selectedHorizontalDisplacement</code>.</p>
 	 * 
 	 *  <p>The horizontal position of the elements is determined by the combined
 	 *  reult of <code>verticalAlign</code>, <code>verticalDisplacement</code>,
 	 *  <code>verticalAlignOffset</code> or <code>verticalAlignOffsetPercent</code>,
-	 *  <code>elementVerticalAlign</code> and <code>selectedVerticalDisplacement</code>.
+	 *  <code>elementVerticalAlign</code> and <code>selectedVerticalDisplacement</code>.</p>
 	 * 
 	 *  <p>The z position of unselected elements is determined by the
-	 *  <code>maximumZ</code> property.</p>.
+	 *  <code>maximumZ</code> property.</p>
 	 * 
 	 *  <p>The rotation of the elements is determined by the <code>rotationX</code>,
-	 *  <code>rotationY</code> and <code>rotationZ</code> properties.</p>.
+	 *  <code>rotationY</code> and <code>rotationZ</code> properties.</p>
 	 * 
 	 *  <p>The color of unselected elements is determined by the <code>depthColor</code>
-	 *  and <code>depthColorAlpha</code> properties.</p>. If <code>depthColor</code> has
-	 *  a value of -1, no color transform is applied.
+	 *  and <code>depthColorAlpha</code> properties.</p>
+	 * 
+	 *  <p>If <code>depthColor</code> has a value of -1, no color transform is applied.</p>
 	 *  
 	 *  <p>The number elements or elements rendered is determined by the
 	 *  <code>numUnselectedElements</code> property. If <code>numUnselectedElements</code>
 	 *  has a value of -1 and <code>useVirtualLayout</code> has a value of true, 
 	 *  only the elements that fit within the bound of the target are rendered,
 	 *  If <code>numUnselectedElements</code> has a value of -1 and <code>useVirtualLayout</code>
-	 *  has a value of false, all elements are rendered.
+	 *  has a value of false, all elements are rendered.</p>
 	 * 
 	 *  @mxml
 	 *

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/06fe5af1/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as b/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
index 8fffcad..c7428d4 100644
--- a/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
+++ b/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
@@ -32,7 +32,7 @@ package spark.layouts
 	 * 
 	 * 	<p>When moving between elements the first element is rotated by 270 degrees,
 	 *  with the transform point anchored on the side of the element specified with
-	 *  <code>rotationAnchor</code> to transition the element in and out of view
+	 *  <code>rotationAnchor</code> to transition the element in and out of view.</p>
 	 *
 	 *  <p>The vertical position of the elements is determined by a combination
 	 *  of the <code>verticalAlign</code>, <code>verticalOffset</code>,


[2/3] git commit: [flex-sdk] [refs/heads/develop] - Replaced the 'last' of the ${tlf.branch} references in the build files with ${TLF_HOME}/textLayout.

Posted by er...@apache.org.
Replaced the 'last' of the ${tlf.branch} references in the build files with ${TLF_HOME}/textLayout.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 33c0e343d125a3034d128ff8c783815af58b28d5
Parents: 13931e3
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue May 21 19:44:20 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue May 21 19:44:20 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/33c0e343/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index 68c814b..df941ae 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -81,7 +81,7 @@
 			<compiler.source-path path-element="${flexlib}/projects/mx/src"/>
 			<compiler.source-path path-element="${flexlib}/projects/sparkskins/src"/>
 			<compiler.source-path path-element="${flexlib}/projects/rpc/src"/>
-		    <compiler.source-path path-element="${tlf.branch}/src"/>
+		    <compiler.source-path path-element="${TLF_HOME}/textLayout/src"/>
 			<!--compiler.source-path path-element="${flexlib}/projects/osmf/src"/-->
 			<compiler.source-path path-element="${flexlib}/projects/advancedgrids/src"/>
 			<compiler.source-path path-element="${flexlib}/projects/charts/src"/>
@@ -107,7 +107,7 @@
  			<doc-namespaces uri="http://flex.apache.org/ns"/>
  			<doc-namespaces uri="http://flex.apache.org/experimental/ns"/>
  			
-		    <namespace uri="library://ns.adobe.com/flashx/textLayout" manifest="${tlf.branch}/manifest.xml"/>
+		    <namespace uri="library://ns.adobe.com/flashx/textLayout" manifest="${TLF_HOME}/textLayout/manifest.xml"/>
 
 			<!-- namespace declaration for asdoc -->
 		    <namespace uri="http://www.adobe.com/2006/airmxml" manifest="${flexlib}/projects/airframework/manifest.xml"/>