You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mk...@apache.org on 2013/04/07 18:12:23 UTC

[1/3] git commit: FLEX-33477: Corrected the ASDOC tags for the versions implemented and tested the changes with.

Updated Branches:
  refs/heads/develop 2b3c3c090 -> 317e88442


FLEX-33477: Corrected the ASDOC tags for the versions implemented and tested the changes with.


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

Branch: refs/heads/develop
Commit: 0223005900897d55ecaf245f3f26d1efc158966b
Parents: 2b3c3c0
Author: Mark Kessler <Ke...@gmail.com>
Authored: Sun Apr 7 11:48:27 2013 -0400
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Sun Apr 7 11:48:27 2013 -0400

----------------------------------------------------------------------
 .../spark/src/spark/components/ComboBox.as         |    6 +++---
 .../spark/components/supportClasses/ListBase.as    |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/02230059/frameworks/projects/spark/src/spark/components/ComboBox.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/ComboBox.as b/frameworks/projects/spark/src/spark/components/ComboBox.as
index 18bf6f2..79905b7 100644
--- a/frameworks/projects/spark/src/spark/components/ComboBox.as
+++ b/frameworks/projects/spark/src/spark/components/ComboBox.as
@@ -888,9 +888,9 @@ public class ComboBox extends DropDownListBase implements IIMESupport
      *  @copy spark.components.supportClasses.ListBase#setSelectedIndex()
      *  
      *  @langversion 3.0
-     *  @playerversion Flash 10
-     *  @playerversion AIR 1.5
-     *  @productversion Flex 4
+     *  @playerversion Flash 11.1
+     *  @playerversion AIR 3.4
+     *  @productversion Flex 4.10
      */
     override public function setSelectedIndex(value:int, dispatchChangeEvent:Boolean = false, changeCaret:Boolean = true):void
     {

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/02230059/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as b/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
index 20b9ad6..d0da37f 100644
--- a/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
+++ b/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
@@ -722,9 +722,9 @@ public class ListBase extends SkinnableDataContainer
      *  this method.  If false, caretIndex won't change.
      *
      *  @langversion 3.0
-     *  @playerversion Flash 10
-     *  @playerversion AIR 1.5
-     *  @productversion Flex 4
+     *  @playerversion Flash 11.1
+     *  @playerversion AIR 3.4
+     *  @productversion Flex 4.10
      */
     public function setSelectedIndex(rowIndex:int, dispatchChangeEvent:Boolean = false, changeCaret:Boolean = true):void
     {


[3/3] git commit: Merge branch 'FLEX-33190' into develop

Posted by mk...@apache.org.
Merge branch 'FLEX-33190' into develop


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

Branch: refs/heads/develop
Commit: 317e8844207a20ec9ff5cd9f3319fb1021b02ccb
Parents: 0223005 abc381b
Author: Mark Kessler <Ke...@gmail.com>
Authored: Sun Apr 7 12:10:55 2013 -0400
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Sun Apr 7 12:10:55 2013 -0400

----------------------------------------------------------------------
 .../spark/src/spark/components/DataGrid.as         |    6 +-
 .../projects/spark/src/spark/components/Grid.as    |    6 +-
 .../components/gridClasses/GridDoubleClickMode.as  |   33 ++++++++-------
 3 files changed, 23 insertions(+), 22 deletions(-)
----------------------------------------------------------------------



[2/3] git commit: FLEX-33190: Corrected ASDOC comments to use the new release version that it was tested with.

Posted by mk...@apache.org.
FLEX-33190: Corrected ASDOC comments to use the new release version that it was tested with.


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

Branch: refs/heads/develop
Commit: abc381bfa6ca8ded590a02b6d6be092738b78cee
Parents: 2b3c3c0
Author: Mark Kessler <Ke...@gmail.com>
Authored: Sun Apr 7 12:09:56 2013 -0400
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Sun Apr 7 12:09:56 2013 -0400

----------------------------------------------------------------------
 .../spark/src/spark/components/DataGrid.as         |    6 +-
 .../projects/spark/src/spark/components/Grid.as    |    6 +-
 .../components/gridClasses/GridDoubleClickMode.as  |   33 ++++++++-------
 3 files changed, 23 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/abc381bf/frameworks/projects/spark/src/spark/components/DataGrid.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/DataGrid.as b/frameworks/projects/spark/src/spark/components/DataGrid.as
index 681b7cf..85032f0 100644
--- a/frameworks/projects/spark/src/spark/components/DataGrid.as
+++ b/frameworks/projects/spark/src/spark/components/DataGrid.as
@@ -1572,9 +1572,9 @@ public class DataGrid extends SkinnableContainerBase
     *  @see spark.components.gridClasses.GridDoubleClickMode
     * 
     *  @langversion 3.0
-    *  @playerversion Flash 10
-    *  @playerversion AIR 2.5
-    *  @productversion Flex 4.5
+    *  @playerversion Flash 11.1
+    *  @playerversion AIR 3.4
+    *  @productversion Flex 4.10
     */
 
     public function get doubleClickMode():String

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/abc381bf/frameworks/projects/spark/src/spark/components/Grid.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/Grid.as b/frameworks/projects/spark/src/spark/components/Grid.as
index 3b49cfd..02c71b3 100644
--- a/frameworks/projects/spark/src/spark/components/Grid.as
+++ b/frameworks/projects/spark/src/spark/components/Grid.as
@@ -1212,9 +1212,9 @@ public class Grid extends Group implements IDataGridElement
      *  @see spark.components.gridClasses.GridDoubleClickMode
      * 
      *  @langversion 3.0
-     *  @playerversion Flash 10
-     *  @playerversion AIR 2.5
-     *  @productversion Flex 4.5
+     *  @playerversion Flash 11.1
+     *  @playerversion AIR 3.4
+     *  @productversion Flex 4.10
      */
     public function get doubleClickMode():String
     {

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/abc381bf/frameworks/projects/spark/src/spark/components/gridClasses/GridDoubleClickMode.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/gridClasses/GridDoubleClickMode.as b/frameworks/projects/spark/src/spark/components/gridClasses/GridDoubleClickMode.as
index 47f88d6..f978a6f 100644
--- a/frameworks/projects/spark/src/spark/components/gridClasses/GridDoubleClickMode.as
+++ b/frameworks/projects/spark/src/spark/components/gridClasses/GridDoubleClickMode.as
@@ -27,13 +27,14 @@ package spark.components.gridClasses
     *  <p>Use the constants in ActionsScript, as the following example shows: </p>
     *  <pre>
     *    myDG.doubleClickMode = GridDoubleClickMode.ROW;
+    *    myDG.doubleClickEnabled = true;
     *  </pre>
     *
     *  <p>In MXML, use the String value of the constants, 
     *  as the following example shows:</p>
     *  <pre>
     *    &lt;s:DataGrid id="myGrid" width="350" height="150"
-    *        doubleClickMode="row"&gt; 
+    *        doubleClickMode="row" doubleClickEnabled="true"&gt; 
     *        ...
     *    &lt;/s:DataGrid&gt; 
     *  </pre>
@@ -42,9 +43,9 @@ package spark.components.gridClasses
     *  @see spark.components.Grid#doubleClickMode
     *  
     *  @langversion 3.0
-    *  @playerversion Flash 10
-    *  @playerversion AIR 2.5
-    *  @productversion Flex 4.5
+    *  @playerversion Flash 11.1
+    *  @playerversion AIR 3.4
+    *  @productversion Flex 4.10
     */
     public final class GridDoubleClickMode
     {
@@ -52,9 +53,9 @@ package spark.components.gridClasses
         *  Constructor.
         * 
         *  @langversion 3.0
-        *  @playerversion Flash 10
-        *  @playerversion AIR 2.5
-        *  @productversion Flex 4.5
+        *  @playerversion Flash 11.1
+        *  @playerversion AIR 3.4
+        *  @productversion Flex 4.10
         */
         public function GridDoubleClickMode()
         {
@@ -68,9 +69,9 @@ package spark.components.gridClasses
         *  Specifies that the doubleClick event should be based on a cell.
         * 
         *  @langversion 3.0
-        *  @playerversion Flash 10
-        *  @playerversion AIR 2.5
-        *  @productversion Flex 4.5
+        *  @playerversion Flash 11.1
+        *  @playerversion AIR 3.4
+        *  @productversion Flex 4.10
         */
         public static const CELL:String = "cell";
 
@@ -79,9 +80,9 @@ package spark.components.gridClasses
         *  Specifies that the doubleClick event should be based on the entire grid.
         * 
         *  @langversion 3.0
-        *  @playerversion Flash 10
-        *  @playerversion AIR 2.5
-        *  @productversion Flex 4.5
+        *  @playerversion Flash 11.1
+        *  @playerversion AIR 3.4
+        *  @productversion Flex 4.10
         */
         public static const GRID:String = "grid";
 
@@ -90,9 +91,9 @@ package spark.components.gridClasses
         *  Specifies that the doubleClick event should be based on a row.
         * 
         *  @langversion 3.0
-        *  @playerversion Flash 10
-        *  @playerversion AIR 2.5
-        *  @productversion Flex 4.5
+        *  @playerversion Flash 11.1
+        *  @playerversion AIR 3.4
+        *  @productversion Flex 4.10
         */
         public static const ROW:String = "row";