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

[1/3] git commit: [flex-sdk] [refs/heads/release4.11.0] - Correcting setButtonEnabled ASDOC comments. Better descriptions, corrected params, etc

Updated Branches:
  refs/heads/release4.11.0 ffdd6f706 -> fda0520da


Correcting setButtonEnabled ASDOC comments.  Better descriptions, corrected params, etc


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

Branch: refs/heads/release4.11.0
Commit: 90d76c6232269a712ae8e7d436f79c7df3961324
Parents: ba846c4
Author: Mark Kessler <Ke...@gmail.com>
Authored: Tue Oct 15 20:12:07 2013 -0400
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Tue Oct 15 20:12:07 2013 -0400

----------------------------------------------------------------------
 .../components/supportClasses/ButtonBarBase.as  | 24 ++++++++++++--------
 1 file changed, 15 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/90d76c62/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBarBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBarBase.as b/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBarBase.as
index ab5a28e..cdd4841 100644
--- a/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBarBase.as
+++ b/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBarBase.as
@@ -550,13 +550,16 @@ public class ButtonBarBase extends ListBase
 
 
     /**
-    *  Changes the <code>enabled</code> property of a ButtonBar's Button referencing it by the ButtonBarbutton's <code>label</code>. 
+    *  Allows changing the <code>enabled</code> property of a the child ButtonBarbutton's.
+    *  It identifies the button given its label field (default) or an different optional field name may be passed. 
     *
-    *  <p>The method takes a single ButtonBarButton label, a new <code>enabled</code> property value, and an optional field name to search for.</p>
-    *  <pre>myButtonBar.setButtonEnabled("My Button Label", false)</pre>
+    *  <p>The method takes a single ButtonBarButton label, a new <code>enabled</code> property value, and an optional field name to use as the comparison field.</p>
+    *  <pre>
+    *  myButtonBar.setButtonEnabled("My Button Label", false)</pre>
     *
-    *  @param labelValue Is the ButtonBarButton label
-    *  @param fieldName Field used for comparing the label
+    *  @param labelValue Is the ButtonBarButton label.
+    *  @param enabledValue The buttons new enabled value.
+    *  @param fieldName Field used to compare the label value against.
     *
     *  @langversion 3.0
     *  @playerversion Flash 11.1
@@ -570,13 +573,16 @@ public class ButtonBarBase extends ListBase
 
 
     /**
-    *  Disables several of a ButtonBar's Buttons, referencing them by the ButtonBarbutton's <code>label</code>. 
+    *  Allows changing the <code>enabled</code> property of several child ButtonBarbutton's.
+    *  It identifies the buttons given their label fields (default) or an different optional field name may be passed. 
     *
-    *  <p>The method takes an array of ButtonBarButton labels, a new <code>enabled</code> property value, and an optional field name to search for.</p>
-    *  <pre>myButtonBar.setButtonsEnabled(["My Button Label1", "My Label2"], false)</pre>
+    *  <p>The method takes an array of ButtonBarButton labels, a new <code>enabled</code> property value, and an optional field name to use as the comparison field.</p>
+    *  <pre>
+    *  myButtonBar.setButtonsEnabled(["My Button Label1", "My Label2"], false)</pre>
     *
     *  @param labelValues Is an array of ButtonBarButton labels.
-    *  @param fieldName Field used for comparing the label
+    *  @param enabledValue The buttons new enabled value.
+    *  @param fieldName Field used to compare the label value against.
     *
     *  @langversion 3.0
     *  @playerversion Flash 11.1


[3/3] git commit: [flex-sdk] [refs/heads/release4.11.0] - Merge commit '75bd4e35273d592c88d17dc3a50c24f510aa6c5c' into release4.11.0

Posted by jm...@apache.org.
Merge commit '75bd4e35273d592c88d17dc3a50c24f510aa6c5c' into release4.11.0


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

Branch: refs/heads/release4.11.0
Commit: fda0520da2590d60b9bbe08495aa4cb25a15de96
Parents: ffdd6f7 75bd4e3
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Oct 17 08:35:44 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Oct 17 08:35:44 2013 +1100

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

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



[2/3] git commit: [flex-sdk] [refs/heads/release4.11.0] - OSMF download failed ('X moved to Y'). Changed download URL to the direct link SourceForge suggested to be used.

Posted by jm...@apache.org.
OSMF download failed ('X moved to Y'). Changed download URL to the direct link SourceForge suggested to be used.

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/75bd4e35
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/75bd4e35
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/75bd4e35

Branch: refs/heads/release4.11.0
Commit: 75bd4e35273d592c88d17dc3a50c24f510aa6c5c
Parents: 90d76c6
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Oct 16 09:13:11 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Oct 16 09:13:11 2013 +0200

----------------------------------------------------------------------
 frameworks/downloads.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/75bd4e35/frameworks/downloads.xml
----------------------------------------------------------------------
diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml
index c652929..e13de4b 100644
--- a/frameworks/downloads.xml
+++ b/frameworks/downloads.xml
@@ -127,7 +127,10 @@
 
     <target name="download-osmf-swc" unless="osmf.swc.exists">
         <mkdir dir="${download.dir}"/>
-        <get src="http://sourceforge.net/projects/osmf.adobe/files/OSMF%202.0%20Release%20%28final%20source%2C%20ASDocs%2C%20pdf%20guides%20and%20release%20notes%29/OSMF.swc/download" 
+        <!-- get src="http://sourceforge.net/projects/osmf.adobe/files/OSMF%202.0%20Release%20%28final%20source%2C%20ASDocs%2C%20pdf%20guides%20and%20release%20notes%29/OSMF.swc/download" 
+            dest="${download.dir}/osmf.swc" 
+            verbose="false"/ -->
+        <get src="http://downloads.sourceforge.net/project/osmf.adobe/OSMF%202.0%20Release%20%28final%20source%2C%20ASDocs%2C%20pdf%20guides%20and%20release%20notes%29/OSMF.swc?r=&amp;ts=1381906346&amp;use_mirror=optimate" 
             dest="${download.dir}/osmf.swc" 
             verbose="false"/>
     </target>