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/03/07 02:05:11 UTC

[01/50] git commit: [flex-sdk] [refs/heads/master] - update with recent changes

Repository: flex-sdk
Updated Branches:
  refs/heads/master db1aa1e6a -> 1de726c31


update with recent changes


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

Branch: refs/heads/master
Commit: 4e0fba5180021aac4f65cdfb28dd881709ce83bd
Parents: 95d1e35
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Feb 24 12:21:51 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Feb 24 12:21:51 2014 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4e0fba51/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index a7b7a0c..270ddee 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -50,6 +50,7 @@ SDK Changes
 - iOS7 status bar support.
 - Improved try/catch performance in several areas. 
 - New MaskedTextinput component.
+- JSON support for ArrayCollection and ArrayList.
 
 Build Changes
 ---------------
@@ -71,6 +72,9 @@ Bug Fixes
 
 JIRA Issue Number and Summary                                                                                        
 -------------------------------------------------------------------------------------------------------------------
+FLEX-34108  JSON.stringify and arraycollection
+FLEX-34104  fontswf utility fails with exception
+FLEX-34101  Regression from 4.8 to 4.10: Spark list doesn't refresh with filterFunction
 FLEX-34097  Missing Assets In The mobile.swc Theme File
 FLEX-34088  CalloutButton with Dropdown
 FLEX-34084  Error with PopupButton/Menu in headerrenderer in DataGrid


[37/50] git commit: [flex-sdk] [refs/heads/master] - don't cache sdk-installer-config filefile

Posted by jm...@apache.org.
don't cache sdk-installer-config filefile


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

Branch: refs/heads/master
Commit: 0bc65538ab1a362be47f7567a619f55f673ca1b1
Parents: 4e2708f
Author: Alex Harui <ah...@apache.org>
Authored: Fri Feb 28 22:07:34 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Feb 28 22:08:57 2014 -0800

----------------------------------------------------------------------
 installer.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0bc65538/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 49e9e97..baeecbc 100644
--- a/installer.xml
+++ b/installer.xml
@@ -117,6 +117,7 @@
     </condition>
 
     <target name="get-data" >
+        <property name="do-not-cache-next-get" value="true" />
         <get src="${xml.properties}" dest="${basedir}/sdk-installer-config-4.0.xml" />
         <xmlproperty file="${basedir}/sdk-installer-config-4.0.xml" semanticAttributes="true" collapseAttributes="true"/>
         <property name="air.sdk.url.path.ref" value="air.sdk.path.${platform}.${air.sdk.version}" />


[48/50] git commit: [flex-sdk] [refs/heads/master] - update build date/version number

Posted by jm...@apache.org.
update build date/version number


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

Branch: refs/heads/master
Commit: cad53c1bf37f95ca2bd7dc5a1349bdffd3c91b01
Parents: 6e87e4c
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Mar 4 09:13:37 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Mar 4 09:13:37 2014 +1100

----------------------------------------------------------------------
 flex-sdk-description.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cad53c1b/flex-sdk-description.xml
----------------------------------------------------------------------
diff --git a/flex-sdk-description.xml b/flex-sdk-description.xml
index 42828b1..7a41361 100644
--- a/flex-sdk-description.xml
+++ b/flex-sdk-description.xml
@@ -20,6 +20,6 @@
 <flex-sdk-description>
 <name>Apache Flex 4.12.0 FP11.1 AIR3.9 en_US</name>
 <version>4.12.0</version>
-<build>20140301</build>
+<build>20140303</build>
 </flex-sdk-description>
         
\ No newline at end of file


[27/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-33987 Add fault tolerance to FocusManager. Getting null here probably means that something is mis-configured. See bug notes for more info.

Posted by jm...@apache.org.
FLEX-33987 Add fault tolerance to FocusManager.  Getting null here probably means that something is mis-configured. See bug notes for more info.


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

Branch: refs/heads/master
Commit: 2a9073e052d2aa59466f27ada96657cc8b733471
Parents: 60a53fe
Author: Alex Harui <ah...@apache.org>
Authored: Wed Feb 26 16:48:49 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Feb 26 16:49:20 2014 -0800

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/managers/FocusManager.as | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2a9073e0/frameworks/projects/framework/src/mx/managers/FocusManager.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/managers/FocusManager.as b/frameworks/projects/framework/src/mx/managers/FocusManager.as
index b815c38..27da1eb 100644
--- a/frameworks/projects/framework/src/mx/managers/FocusManager.as
+++ b/frameworks/projects/framework/src/mx/managers/FocusManager.as
@@ -1590,7 +1590,8 @@ public class FocusManager extends EventDispatcher implements IFocusManager
     public function getNextFocusManagerComponent(
                             backward:Boolean = false):IFocusManagerComponent
 	{
-		return getNextFocusManagerComponent2(backward, fauxFocus).displayObject as IFocusManagerComponent;
+        const focusInfo:FocusInfo = getNextFocusManagerComponent2(backward, fauxFocus); 
+        return focusInfo ? focusInfo.displayObject as IFocusManagerComponent : null; 
 	}
 	
 	/**


[23/50] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'release4.12.0' into develop

Posted by jm...@apache.org.
Merge branch 'release4.12.0' 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/c502f442
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c502f442
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c502f442

Branch: refs/heads/master
Commit: c502f442c28478acdaa199111e410de741b39184
Parents: 4502b01 296ca01
Author: Alex Harui <ah...@apache.org>
Authored: Tue Feb 25 17:16:23 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Feb 25 17:16:23 2014 -0800

----------------------------------------------------------------------
 installer.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 53 insertions(+), 8 deletions(-)
----------------------------------------------------------------------



[50/50] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'release4.12.0'

Posted by jm...@apache.org.
Merge branch 'release4.12.0'

Merged into master


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

Branch: refs/heads/master
Commit: 1de726c31e71dd1c35bd672dcce48df2534dd8a9
Parents: db1aa1e 65294c8
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Mar 7 12:04:20 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Mar 7 12:04:20 2014 +1100

----------------------------------------------------------------------
 KEYS                                            |  141 +-
 LICENSE.pb                                      |  203 ++
 NOTICE                                          |    2 +-
 NOTICE.pb                                       |    9 +
 README                                          |  386 ++-
 README.pb                                       |  162 ++
 RELEASE_NOTES                                   |  161 +-
 SVN-TEST.txt                                    |    3 +-
 apache-flex-sdk-installer-config.xml            |  356 +++
 bin/fontswf.bat                                 |    2 +-
 build.properties                                |    6 +-
 build.xml                                       |  223 +-
 build/check_sigs.sh                             |   12 +-
 build/deploy_release.sh                         |   83 +
 build/deploy_release_candidate.sh               |    1 +
 build/sign_and_hash.sh                          |   10 +-
 flex-sdk-description.xml                        |    6 +-
 frameworks/air-config-template.xml              |  443 ++++
 frameworks/air-config.xml                       |    4 +-
 frameworks/airmobile-config-template.xml        |  365 +++
 frameworks/airmobile-config.xml                 |    2 +-
 frameworks/build.xml                            |   24 +-
 frameworks/downloads.xml                        |   82 +-
 .../src/mx/controls/AdvancedDataGridBaseEx.as   |   45 +-
 .../AdvancedDataGridBase.as                     |    6 +-
 .../AdvancedDataGridColumn.as                   |   39 +-
 .../AdvancedDataGridColumnGroup.as              |   16 +-
 .../advancedgrids/src/mx/core/Version.as        |    2 +-
 .../airframework/src/mx/core/Version.as         |    2 +-
 .../projects/airframework/src/mx/core/Window.as |    3 +-
 .../src/mx/core/WindowedApplication.as          |    3 +-
 .../src/mx/core/windowClasses/TitleBar.as       |   25 +-
 .../src/mx/managers/NativeDragManagerImpl.as    |    3 +-
 .../src/mx/skins/halo/WindowCloseButtonSkin.as  |    3 +-
 .../mx/skins/halo/WindowMaximizeButtonSkin.as   |    3 +-
 .../mx/skins/halo/WindowMinimizeButtonSkin.as   |    3 +-
 .../spark/components/windowClasses/TitleBar.as  |   19 +-
 .../projects/airspark/src/spark/core/Version.as |    2 +-
 frameworks/projects/apache/src/core/Version.as  |    2 +-
 .../projects/automation/src/mx/core/Version.as  |    2 +-
 .../automation_agent/src/mx/core/Version.as     |    2 +-
 .../automation_air/src/mx/core/Version.as       |    2 +-
 .../automation_dmv/src/mx/core/Version.as       |    2 +-
 .../src/mx/core/Version.as                      |    2 +-
 .../automation_spark/src/mx/core/Version.as     |    2 +-
 .../automation_spark/src/spark/core/Version.as  |    2 +-
 .../charts/src/mx/charts/AxisRenderer.as        |    8 +-
 .../projects/charts/src/mx/core/Version.as      |    2 +-
 .../experimental/bundles/zh_CN/alert.properties |    8 +-
 frameworks/projects/experimental/defaults.css   |   19 +
 frameworks/projects/experimental/manifest.xml   |    4 +
 .../experimental/src/ExperimentalClasses.as     |    1 +
 .../src/spark/components/MaskedTextInput.as     |  623 +++++
 .../examples/views/MobileGridView.mxml          |   12 +-
 .../examples/views/MobileGridView2.mxml         |   12 +-
 .../supportClasses/MobileGridHeader.as          |    8 +-
 .../src/spark/skins/MobileGridSkin.as           |    6 +-
 frameworks/projects/framework/build.xml         |   13 +-
 .../framework/src/mx/binding/Binding.as         |   28 +-
 .../framework/src/mx/binding/BindingManager.as  |    8 +-
 .../src/mx/collections/ArrayCollection.as       |   18 +-
 .../framework/src/mx/collections/ArrayList.as   |   17 +-
 .../src/mx/collections/ListCollectionView.as    |   21 +-
 .../framework/src/mx/collections/Sort.as        |    5 +-
 .../src/mx/collections/XMLListAdapter.as        |   20 +-
 .../framework/src/mx/core/FlexVersion.as        |   16 +-
 .../framework/src/mx/core/RuntimeDPIProvider.as |   55 +-
 .../framework/src/mx/core/UIComponent.as        |  480 +++-
 .../projects/framework/src/mx/core/Version.as   |    2 +-
 .../framework/src/mx/effects/EffectManager.as   |    5 +-
 .../framework/src/mx/managers/FocusManager.as   |   40 +-
 .../src/mx/managers/PopUpManagerImpl.as         |   35 +-
 .../systemClasses/ActiveWindowManager.as        |   11 +-
 .../framework/src/mx/resources/LocaleSorter.as  |   68 +-
 .../src/mx/resources/ResourceManager.as         |    8 +-
 .../src/mx/resources/ResourceManagerImpl.as     |   88 +-
 .../framework/src/mx/states/AddItems.as         |  340 ++-
 .../src/mx/styles/CSSStyleDeclaration.as        |   22 +-
 .../framework/src/mx/styles/StyleProtoChain.as  |    7 +-
 .../framework/src/mx/utils/LoaderUtil.as        |   12 +-
 .../framework/src/mx/utils/MatrixUtil.as        |   13 +-
 .../framework/src/mx/utils/MediaQueryParser.as  |   71 +-
 .../projects/framework/src/mx/utils/Platform.as |  239 ++
 .../projects/framework/src/mx/utils/UIDUtil.as  |   12 +-
 .../src/MobileComponentsClasses.as              |    1 +
 .../src/spark/components/LabelItemRenderer.as   |   22 +-
 .../supportClasses/IStyleableEditableText.as    |   36 +
 .../supportClasses/ScrollableStageText.as       | 2249 ++++++++++++++++++
 .../supportClasses/StyleableStageText.as        |    7 +-
 .../supportClasses/StyleableTextField.as        |    2 +-
 .../ViewNavigatorApplicationBase.as             |    7 +-
 .../supportClasses/ViewNavigatorBase.as         |   29 +-
 .../src/spark/transitions/ViewTransitionBase.as |    4 +-
 frameworks/projects/mobiletheme/defaults.css    |   47 +-
 .../mobiletheme/src/MobileThemeClasses.as       |    2 +
 .../src/spark/skins/mobile/ActionBarSkin.as     |   17 +-
 .../skins/mobile/BeveledActionButtonSkin.as     |    6 +-
 .../spark/skins/mobile/BeveledBackButtonSkin.as |    3 +-
 .../skins/mobile/ButtonBarLastButtonSkin.as     |   12 +-
 .../skins/mobile/ButtonBarMiddleButtonSkin.as   |    6 +-
 .../src/spark/skins/mobile/CheckBoxSkin.as      |    4 +-
 .../src/spark/skins/mobile/RadioButtonSkin.as   |   46 +
 .../skins/mobile/ScrollingStageTextAreaSkin.as  |   53 +
 .../skins/mobile/ScrollingStageTextInputSkin.as |   53 +
 .../src/spark/skins/mobile/StageTextAreaSkin.as |    3 +-
 .../TabbedViewNavigatorApplicationSkin.as       |    7 +-
 .../TabbedViewNavigatorTabBarFirstTabSkin.as    |   23 +-
 .../TabbedViewNavigatorTabBarLastTabSkin.as     |   36 +-
 .../src/spark/skins/mobile/TextAreaSkin.as      |    3 +-
 .../src/spark/skins/mobile/TextInputSkin.as     |    3 +-
 .../mobile/ViewNavigatorApplicationSkin.as      |    7 +-
 .../mobile/supportClasses/StageTextSkinBase.as  |   16 +-
 .../mobile120/assets/BeveledBackButton_down.fxg |   24 +-
 .../mobile120/assets/BeveledBackButton_fill.fxg |    9 +-
 .../mobile120/assets/BeveledBackButton_up.fxg   |   24 +-
 .../skins/mobile480/assets/CheckBox_down.fxg    |   96 +-
 .../mobile480/assets/CheckBox_downSymbol.fxg    |   44 +-
 .../assets/CheckBox_downSymbolSelected.fxg      |   44 +-
 .../skins/mobile480/assets/CheckBox_up.fxg      |   80 +-
 .../mobile480/assets/CheckBox_upSymbol.fxg      |   44 +-
 .../assets/CheckBox_upSymbolSelected.fxg        |   44 +-
 .../skins/mobile480/assets/RadioButton_down.fxg |   62 +-
 .../mobile480/assets/RadioButton_downSymbol.fxg |   30 +-
 .../assets/RadioButton_downSymbolSelected.fxg   |   30 +-
 .../skins/mobile480/assets/RadioButton_up.fxg   |   48 +-
 .../mobile480/assets/RadioButton_upSymbol.fxg   |   30 +-
 .../assets/RadioButton_upSymbolSelected.fxg     |   30 +-
 .../skins/mobile640/assets/CheckBox_down.fxg    |   14 +-
 .../mobile640/assets/CheckBox_downSymbol.fxg    |    6 +-
 .../assets/CheckBox_downSymbolSelected.fxg      |   11 +-
 .../skins/mobile640/assets/CheckBox_up.fxg      |   12 +-
 .../mobile640/assets/CheckBox_upSymbol.fxg      |    6 +-
 .../assets/CheckBox_upSymbolSelected.fxg        |    9 +-
 .../skins/mobile640/assets/RadioButton_down.fxg |    8 +-
 .../mobile640/assets/RadioButton_downSymbol.fxg |    4 +-
 .../assets/RadioButton_downSymbolSelected.fxg   |    4 +-
 .../skins/mobile640/assets/RadioButton_up.fxg   |    6 +-
 .../mobile640/assets/RadioButton_upSymbol.fxg   |    4 +-
 .../assets/RadioButton_upSymbolSelected.fxg     |    4 +-
 .../mx/src/mx/controls/CalendarLayout.as        |    2 +-
 .../projects/mx/src/mx/controls/DataGrid.as     |    4 +
 frameworks/projects/mx/src/mx/controls/List.as  |    4 +-
 frameworks/projects/mx/src/mx/controls/Menu.as  |    7 +-
 .../mx/src/mx/controls/PopUpMenuButton.as       |    5 +-
 .../controls/dataGridClasses/DataGridColumn.as  |   50 +-
 .../projects/mx/src/mx/core/Application.as      |    6 +-
 frameworks/projects/mx/src/mx/core/Version.as   |    2 +-
 frameworks/projects/rpc/src/mx/core/Version.as  |    2 +-
 .../projects/rpc/src/mx/rpc/AbstractInvoker.as  |   43 +
 .../projects/rpc/src/mx/rpc/AbstractService.as  |   33 +
 .../rpc/src/mx/rpc/remoting/RemoteObject.as     |    1 +
 .../src/mx/rpc/remoting/mxml/RemoteObject.as    |    1 +
 .../projects/rpc/src/mx/rpc/soap/WebService.as  |    2 +
 .../rpc/src/mx/rpc/soap/mxml/WebService.as      |    1 +
 .../projects/rpc/src/mx/utils/RPCUIDUtil.as     |   65 +-
 frameworks/projects/spark/build.xml             |   11 +-
 frameworks/projects/spark/defaults.css          |    6 +
 .../spark/src/spark/collections/Sort.as         |    6 +-
 .../spark/src/spark/components/Application.as   |   65 +-
 .../spark/src/spark/components/BusyIndicator.as |    8 +-
 .../spark/src/spark/components/CalloutButton.as |   42 +-
 .../spark/src/spark/components/CheckBox.as      |  103 +-
 .../spark/src/spark/components/ComboBox.as      |   13 +-
 .../spark/src/spark/components/DataGrid.as      |    6 +-
 .../projects/spark/src/spark/components/Grid.as |   20 +-
 .../spark/src/spark/components/Group.as         |   18 +
 .../spark/src/spark/components/HScrollBar.as    |    9 +-
 .../src/spark/components/NumericStepper.as      |    1 +
 .../spark/src/spark/components/PopUpAnchor.as   |   51 +-
 .../src/spark/components/RichEditableText.as    |   23 +-
 .../spark/src/spark/components/Scroller.as      |    2 +-
 .../src/spark/components/SkinnableContainer.as  |   11 +-
 .../spark/src/spark/components/VScrollBar.as    |   13 +-
 .../spark/components/gridClasses/GridColumn.as  |   15 +-
 .../supportClasses/DropDownController.as        |   19 +-
 .../components/supportClasses/LabelPlacement.as |   95 +
 .../spark/components/supportClasses/ListBase.as |    2 +-
 .../components/supportClasses/ScrollerLayout.as |   64 +-
 .../src/spark/components/supportClasses/Skin.as |    2 +-
 .../supportClasses/SkinnableComponent.as        |    4 +
 .../supportClasses/SkinnableTextBase.as         |  106 +-
 .../supportClasses/TouchScrollHelper.as         |    3 +-
 .../src/spark/core/IProxiedStageTextWrapper.as  |   43 +
 .../projects/spark/src/spark/core/Version.as    |    2 +-
 .../spark/src/spark/layouts/ConstraintLayout.as |   17 +-
 .../supportClasses/LayoutElementHelper.as       |   78 +-
 .../spark/src/spark/primitives/BitmapImage.as   |    2 +-
 .../primitives/supportClasses/GraphicElement.as |  507 ++++
 .../src/spark/skins/ActionScriptSkinBase.as     |    2 +-
 .../src/spark/skins/spark/ApplicationSkin.mxml  |   29 +-
 .../src/spark/skins/spark/CheckBoxSkin.mxml     |  153 +-
 .../spark/src/spark/utils/MouseEventUtil.as     |    2 +
 .../spark_dmv/src/spark/core/Version.as         |    2 +-
 frameworks/projects/tool/src/mx/core/Version.as |    2 +-
 .../projects/tool_air/src/mx/core/Version.as    |    2 +-
 ide/addAIRtoSDK.sh                              |   20 +-
 ide/checkAllPlayerGlobals.sh                    |    4 +-
 ide/flashbuilder/config/air-config.xml          |   26 +-
 ide/flashbuilder/config/airmobile-config.xml    |    4 +-
 ide/flashbuilder/config/flex-config.xml         |   20 +-
 ide/flashbuilder/makeApacheFlexForIDE.bat       |   27 +-
 ide/flashbuilder/makeApacheFlexForIDE.sh        |   18 +-
 ide/setFlashPlayerVersion.sh                    |   36 +-
 installer.properties/de_DE.properties           |  122 +
 installer.properties/el_GR.properties           |  124 +
 installer.properties/en_US.properties           |  124 +
 installer.properties/es_ES.properties           |  124 +
 installer.properties/fr_FR.properties           |  122 +
 installer.properties/ko_KR.properties           |  123 +
 installer.properties/nl_NL.properties           |  127 +
 installer.properties/pt_BR.properties           |  125 +
 installer.xml                                   |  680 ++++++
 jenkins.xml                                     |   24 +-
 local-template.properties                       |    4 +-
 modules/asc/build/java/build.xml                |    5 +-
 modules/compiler/build.xml                      |   10 +-
 .../compiler/common/MxmlConfiguration.java      |    5 +-
 .../src/java/flex2/tools/VersionInfo.java       |    2 +-
 modules/debugger/build.xml                      |    5 +-
 .../java/flex/tools/debugger/cli/DebugCLI.java  |  292 +--
 .../tools/debugger/cli/ExpressionCache.java     |   68 +-
 .../tools/debugger/cli/ExpressionContext.java   |    8 +-
 .../flex/tools/debugger/cli/Extensions.java     |    9 +-
 .../java/flash/swf/types/CXFormWithAlpha.java   |    6 +
 .../forks/velocity/runtime/parser/Parser.java   |    4 +-
 .../flex/forks/velocity/texen/Generator.java    |   12 +-
 .../velocity/util/EnumerationIterator.java      |   12 +-
 mustella/as3/src/mustella/FakeSoftKeyboard.as   |    3 +-
 mustella/as3/src/mustella/UnitTester.as         |  427 +++-
 mustella/build.xml                              |   37 +
 mustella/jenkins.sh                             |  156 +-
 mustella/run_mustella_on_git_status.sh          |    0
 .../GlobalStyles_mxmlOverride_tester.mxml       |    2 +-
 .../tests/Printing/SWFs/FlexPrintJob_Basic.mxml |    1 -
 .../Integration/RTL_Integration_Flex20SWC.mxml  |   50 -
 .../RTL_SparkSkin/SWFs/RTL_Flex20SWCTest.mxml   |   24 -
 .../Styles/RadioButton_Mirroring_Styles.mxml    |    1 -
 .../RadioButton/swfs/RadioButton_Basic2.mxml    |    2 +-
 .../Properties/Tree_PropertiesDragDrop.mxml     |    8 +-
 .../Tree_PropertiesDragDrop_spark.mxml          |    8 +-
 .../Properties/baselines/Tree_DP_XML_Copy.png   |  Bin 9657 -> 11936 bytes
 .../baselines/Tree_DP_XML_Copy_spark.png        |  Bin 10681 -> 10275 bytes
 .../Properties/CallOutButton_Basic.mxml         |  564 -----
 .../baselines/calloutbutton_afterAfter.png      |  Bin 38142 -> 0 bytes
 .../baselines/calloutbutton_afterAuto.png       |  Bin 37292 -> 0 bytes
 .../baselines/calloutbutton_afterBefore.png     |  Bin 38303 -> 0 bytes
 .../baselines/calloutbutton_afterEnd.png        |  Bin 37563 -> 0 bytes
 .../baselines/calloutbutton_afterMiddle.png     |  Bin 37746 -> 0 bytes
 .../baselines/calloutbutton_afterStart.png      |  Bin 37087 -> 0 bytes
 .../baselines/calloutbutton_autoAfter.png       |  Bin 37935 -> 0 bytes
 .../baselines/calloutbutton_autoAuto.png        |  Bin 38849 -> 0 bytes
 .../baselines/calloutbutton_autoBefore.png      |  Bin 39105 -> 0 bytes
 .../baselines/calloutbutton_autoEnd.png         |  Bin 38015 -> 0 bytes
 .../baselines/calloutbutton_autoMiddle.png      |  Bin 38110 -> 0 bytes
 .../baselines/calloutbutton_autoStart.png       |  Bin 37248 -> 0 bytes
 .../baselines/calloutbutton_beforeAfter.png     |  Bin 38693 -> 0 bytes
 .../baselines/calloutbutton_beforeAuto.png      |  Bin 38632 -> 0 bytes
 .../baselines/calloutbutton_beforeBefore.png    |  Bin 40032 -> 0 bytes
 .../baselines/calloutbutton_beforeEnd.png       |  Bin 38917 -> 0 bytes
 .../baselines/calloutbutton_beforeMiddle.png    |  Bin 38850 -> 0 bytes
 .../baselines/calloutbutton_beforeStart.png     |  Bin 38058 -> 0 bytes
 .../baselines/calloutbutton_click.png           |  Bin 37275 -> 0 bytes
 .../baselines/calloutbutton_endAfter.png        |  Bin 38480 -> 0 bytes
 .../baselines/calloutbutton_endAuto.png         |  Bin 39207 -> 0 bytes
 .../baselines/calloutbutton_endBefore.png       |  Bin 39563 -> 0 bytes
 .../baselines/calloutbutton_endEnd.png          |  Bin 38614 -> 0 bytes
 .../baselines/calloutbutton_endMiddle.png       |  Bin 38325 -> 0 bytes
 .../baselines/calloutbutton_endStart.png        |  Bin 38037 -> 0 bytes
 .../baselines/calloutbutton_middleAfter.png     |  Bin 39173 -> 0 bytes
 .../baselines/calloutbutton_middleAuto.png      |  Bin 39906 -> 0 bytes
 .../baselines/calloutbutton_middleBefore.png    |  Bin 40471 -> 0 bytes
 .../baselines/calloutbutton_middleEnd.png       |  Bin 41244 -> 0 bytes
 .../baselines/calloutbutton_middleMiddle.png    |  Bin 39412 -> 0 bytes
 .../baselines/calloutbutton_middleStart.png     |  Bin 39408 -> 0 bytes
 .../Properties/baselines/calloutbutton_over.png |  Bin 36808 -> 0 bytes
 .../baselines/calloutbutton_startAfter.png      |  Bin 39745 -> 0 bytes
 .../baselines/calloutbutton_startAuto.png       |  Bin 40580 -> 0 bytes
 .../baselines/calloutbutton_startBefore.png     |  Bin 40545 -> 0 bytes
 .../baselines/calloutbutton_startEnd.png        |  Bin 39799 -> 0 bytes
 .../baselines/calloutbutton_startMiddle.png     |  Bin 39379 -> 0 bytes
 .../baselines/calloutbutton_startStart.png      |  Bin 38803 -> 0 bytes
 .../CallOutButton/SWFs/CallOutButton_Main.mxml  |  269 ---
 .../CallOutButton/SWFs/assets/help.png          |  Bin 3081 -> 0 bytes
 .../SPUC_KeyboardEffects_Callout.mxml           |   28 +-
 ...on_actionContent_ManyEArr@android_240ppi.png |  Bin 3875 -> 3863 bytes
 ...n_actionLayout_tileLayout@android_240ppi.png |  Bin 6814 -> 6815 bytes
 ...avigationContent_ManyEArr@android_240ppi.png |  Bin 4844 -> 4838 bytes
 ...vigationLayout_tileLayout@android_240ppi.png |  Bin 6782 -> 6786 bytes
 ...ion_titleContent_ManyEArr@android_240ppi.png |  Bin 5417 -> 5414 bytes
 ...on_titleLayout_tileLayout@android_240ppi.png |  Bin 7492 -> 7498 bytes
 ...or_actionContent_ManyEArr@android_240ppi.png |  Bin 3875 -> 3863 bytes
 ...avigationContent_ManyEArr@android_240ppi.png |  Bin 4844 -> 4838 bytes
 ...vigationContent_MobileArr@android_240ppi.png |  Bin 1710 -> 1726 bytes
 ...tor_titleContent_ManyEArr@android_240ppi.png |  Bin 5417 -> 5414 bytes
 .../ActionBar_FocusColor@android_240ppi.png     |  Bin 1020 -> 1021 bytes
 ...isplay_TextDecoration@android_240ppi.png.xml |   56 +-
 .../Properties/TextInput_properties_tester.mxml |    2 +-
 .../ADV_style_method_parent_main_tester.mxml    |    2 +-
 .../Compiler/Compc_Params_Spaces.mxml           |   85 -
 .../SWFs/Compc_Params_Spaces_App.compile        |    2 -
 .../SWFs/Compc_Params_Spaces_App.mxml           |   28 -
 .../Properties/CalloutButton_Basic.mxml         |  660 +++++
 .../baselines/calloutbutton_afterAfter.png      |  Bin 0 -> 38386 bytes
 .../baselines/calloutbutton_afterAuto.png       |  Bin 0 -> 37065 bytes
 .../baselines/calloutbutton_afterBefore.png     |  Bin 0 -> 37733 bytes
 .../baselines/calloutbutton_afterEnd.png        |  Bin 0 -> 37013 bytes
 .../baselines/calloutbutton_afterMiddle.png     |  Bin 0 -> 37245 bytes
 .../baselines/calloutbutton_afterStart.png      |  Bin 0 -> 36916 bytes
 .../baselines/calloutbutton_autoAfter.png       |  Bin 0 -> 37648 bytes
 .../baselines/calloutbutton_autoAuto.png        |  Bin 0 -> 37380 bytes
 .../baselines/calloutbutton_autoBefore.png      |  Bin 0 -> 37592 bytes
 .../baselines/calloutbutton_autoEnd.png         |  Bin 0 -> 36888 bytes
 .../baselines/calloutbutton_autoMiddle.png      |  Bin 0 -> 37327 bytes
 .../baselines/calloutbutton_autoStart.png       |  Bin 0 -> 36726 bytes
 .../baselines/calloutbutton_beforeAfter.png     |  Bin 0 -> 38242 bytes
 .../baselines/calloutbutton_beforeAuto.png      |  Bin 0 -> 37428 bytes
 .../baselines/calloutbutton_beforeBefore.png    |  Bin 0 -> 38638 bytes
 .../baselines/calloutbutton_beforeEnd.png       |  Bin 0 -> 37477 bytes
 .../baselines/calloutbutton_beforeMiddle.png    |  Bin 0 -> 38433 bytes
 .../baselines/calloutbutton_beforeStart.png     |  Bin 0 -> 38264 bytes
 .../baselines/calloutbutton_click.png           |  Bin 0 -> 37971 bytes
 .../baselines/calloutbutton_endAfter.png        |  Bin 0 -> 38600 bytes
 .../baselines/calloutbutton_endAuto.png         |  Bin 0 -> 38777 bytes
 .../baselines/calloutbutton_endBefore.png       |  Bin 0 -> 37336 bytes
 .../baselines/calloutbutton_endEnd.png          |  Bin 0 -> 37497 bytes
 .../baselines/calloutbutton_endMiddle.png       |  Bin 0 -> 38239 bytes
 .../baselines/calloutbutton_endStart.png        |  Bin 0 -> 38543 bytes
 .../baselines/calloutbutton_middleAfter.png     |  Bin 0 -> 40154 bytes
 .../baselines/calloutbutton_middleAuto.png      |  Bin 0 -> 40280 bytes
 .../baselines/calloutbutton_middleBefore.png    |  Bin 0 -> 40226 bytes
 .../baselines/calloutbutton_middleEnd.png       |  Bin 0 -> 40294 bytes
 .../baselines/calloutbutton_middleMiddle.png    |  Bin 0 -> 39501 bytes
 .../baselines/calloutbutton_middleStart.png     |  Bin 0 -> 41539 bytes
 .../Properties/baselines/calloutbutton_over.png |  Bin 0 -> 37130 bytes
 .../baselines/calloutbutton_startAfter.png      |  Bin 0 -> 41939 bytes
 .../baselines/calloutbutton_startAuto.png       |  Bin 0 -> 41513 bytes
 .../baselines/calloutbutton_startBefore.png     |  Bin 0 -> 41344 bytes
 .../baselines/calloutbutton_startEnd.png        |  Bin 0 -> 40073 bytes
 .../baselines/calloutbutton_startMiddle.png     |  Bin 0 -> 39944 bytes
 .../baselines/calloutbutton_startStart.png      |  Bin 0 -> 39893 bytes
 .../CalloutButton/SWFs/CallOutButton_Main.mxml  |  278 +++
 .../CalloutButton/SWFs/assets/help.png          |  Bin 0 -> 3081 bytes
 pixelbender.xml                                 |  124 +
 343 files changed, 12561 insertions(+), 2999 deletions(-)
----------------------------------------------------------------------



[15/50] git commit: [flex-sdk] [refs/heads/master] - Flash Player 13 is swf version 24

Posted by jm...@apache.org.
Flash Player 13 is swf version 24


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

Branch: refs/heads/master
Commit: 74be0b3418be9aade4a2b53895a7e32f2434fe2c
Parents: 203a3ed
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 12:29:39 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 12:29:39 2014 +1100

----------------------------------------------------------------------
 frameworks/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/74be0b34/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 18fa0eb..d71defd 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -198,7 +198,7 @@
 		<condition property="playerglobal.swfversion" value="23">
 			<equals arg1="${playerglobal.version}" arg2="12.0" />
 		</condition>
-		<condition property="playerglobal.swfversion" value="23">
+		<condition property="playerglobal.swfversion" value="24">
 			<equals arg1="${playerglobal.version}" arg2="13.0" />
 		</condition>
 	</target>	


[24/50] git commit: [flex-sdk] [refs/heads/master] - Updating to AIR 13 beta

Posted by jm...@apache.org.
Updating to AIR 13 beta

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

Branch: refs/heads/master
Commit: 5648d88872c622b3ccc845aed26e3beded05d228
Parents: c502f44
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Feb 26 09:23:18 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Feb 26 09:23:18 2014 +0100

----------------------------------------------------------------------
 mustella/jenkins.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5648d888/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index db3aa28..9f734c3 100755
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -67,8 +67,8 @@ then
 elif [ "$FLASH_VERSION" == "12.0" ]
 then
   FLASH_VERSION=13.0
-  AIR_VERSION=4.0
-  AIR_SDK_DIR=4.0_beta
+  AIR_VERSION=13
+  AIR_SDK_DIR=13_beta
 else
   FLASH_VERSION=11.1
   AIR_VERSION=3.7


[10/50] git commit: [flex-sdk] [refs/heads/master] - Merge remote-tracking branch 'origin/release4.12.0' into develop

Posted by jm...@apache.org.
Merge remote-tracking branch 'origin/release4.12.0' 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/7179441a
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7179441a
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7179441a

Branch: refs/heads/master
Commit: 7179441aa4cffcd4f96c07919fd00c169081f556
Parents: a7f4064 5e8fb6e
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 10:28:42 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 10:28:42 2014 +1100

----------------------------------------------------------------------
 modules/asc/build/java/build.xml |  5 ++++-
 modules/compiler/build.xml       | 10 ++++++++--
 modules/debugger/build.xml       |  5 ++++-
 3 files changed, 16 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[13/50] git commit: [flex-sdk] [refs/heads/master] - update build date

Posted by jm...@apache.org.
update build date


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

Branch: refs/heads/master
Commit: e036013661cd71f65d3604de6061169c21ca03dd
Parents: 9f0a520
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 11:32:18 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 11:32:18 2014 +1100

----------------------------------------------------------------------
 flex-sdk-description.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e0360136/flex-sdk-description.xml
----------------------------------------------------------------------
diff --git a/flex-sdk-description.xml b/flex-sdk-description.xml
index c8da755..4264b39 100644
--- a/flex-sdk-description.xml
+++ b/flex-sdk-description.xml
@@ -20,6 +20,6 @@
 <flex-sdk-description>
 <name>Apache Flex 4.12.0 FP11.1 AIR3.9 en_US</name>
 <version>4.12.0</version>
-<build>20140208</build>
+<build>20140225</build>
 </flex-sdk-description>
         
\ No newline at end of file


[30/50] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'release4.12.0' into develop

Posted by jm...@apache.org.
Merge branch 'release4.12.0' 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/9d2a5173
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9d2a5173
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9d2a5173

Branch: refs/heads/master
Commit: 9d2a5173d233c207de8c32a671986f7f807a2fd4
Parents: dcdf0e8 ceb97bc
Author: Alex Harui <ah...@apache.org>
Authored: Wed Feb 26 16:52:51 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Feb 26 16:52:51 2014 -0800

----------------------------------------------------------------------
 README                                                    | 10 +++++-----
 RELEASE_NOTES                                             |  6 +++---
 build.xml                                                 |  7 ++++++-
 .../projects/framework/src/mx/managers/FocusManager.as    |  3 ++-
 4 files changed, 16 insertions(+), 10 deletions(-)
----------------------------------------------------------------------



[14/50] git commit: [flex-sdk] [refs/heads/master] - Update to FP 11.9 and version 4.12 rather than 4.11

Posted by jm...@apache.org.
Update to FP 11.9 and version 4.12 rather than 4.11


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

Branch: refs/heads/master
Commit: 203a3ede6b1f302d56e71b6b115c1555f6e6842a
Parents: e036013
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 11:33:25 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 11:33:25 2014 +1100

----------------------------------------------------------------------
 ide/flashbuilder/config/air-config.xml       | 26 +++++++++++------------
 ide/flashbuilder/config/airmobile-config.xml |  4 ++--
 2 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/203a3ede/ide/flashbuilder/config/air-config.xml
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/config/air-config.xml b/ide/flashbuilder/config/air-config.xml
index 65d26ef..c7b740f 100644
--- a/ide/flashbuilder/config/air-config.xml
+++ b/ide/flashbuilder/config/air-config.xml
@@ -21,10 +21,10 @@
 
 <flex-config>
     <!-- Specifies the minimum player version that will run the compiled SWF. -->
-     <target-player>11.9</target-player>
-     
+    <target-player>11.1</target-player>
+
     <!-- Specifies the version of the compiled SWF -->
-    <swf-version>22</swf-version>
+    <swf-version>14</swf-version>
     
    <compiler>
 
@@ -353,7 +353,7 @@
       <!-- Framework SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/framework.swc</path-element>
-		<rsl-url>framework_4.11.0.0.swf</rsl-url>
+		<rsl-url>framework_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
 	  
 	  <!-- TextLayout SWC -->
@@ -363,37 +363,37 @@
     -->
     <runtime-shared-library-path>
 		<path-element>libs/textLayout.swc</path-element>
-		<rsl-url>textLayout_4.11.0.0.swf</rsl-url>
+		<rsl-url>textLayout_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
     
       <!-- Spark SWC-->
    	<runtime-shared-library-path>
 		<path-element>libs/spark.swc</path-element>
-		<rsl-url>spark_4.11.0.0.swf</rsl-url>
+		<rsl-url>spark_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
 	
       <!-- Sparkskins SWC-->
    	<runtime-shared-library-path>
 		<path-element>libs/sparkskins.swc</path-element>
-		<rsl-url>sparkskins_4.11.0.0.swf</rsl-url>
+		<rsl-url>sparkskins_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
 	 
 	  <!-- RPC SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/rpc.swc</path-element>
-		<rsl-url>rpc_4.11.0.0.swf</rsl-url>
+		<rsl-url>rpc_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
     	
       <!-- Charts SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/charts.swc</path-element>
-		<rsl-url>charts_4.11.0.0.swf</rsl-url>
+		<rsl-url>charts_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
 
       <!-- Spark_dmv SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/spark_dmv.swc</path-element>
-		<rsl-url>spark_dmv_4.11.0.0.swf</rsl-url>
+		<rsl-url>spark_dmv_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
 
       <!-- OSMF SWC -->
@@ -403,19 +403,19 @@
     -->
     <runtime-shared-library-path>
 		<path-element>libs/osmf.swc</path-element>
-		<rsl-url>osmf_4.11.0.0.swf</rsl-url>
+		<rsl-url>osmf_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
       
       <!-- MX SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/mx/mx.swc</path-element>
-		<rsl-url>mx_4.11.0.0.swf</rsl-url>
+		<rsl-url>mx_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
    
       <!-- Advancedgrids SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/advancedgrids.swc</path-element>
-		<rsl-url>advancedgrids_4.11.0.0.swf</rsl-url>
+		<rsl-url>advancedgrids_4.12.0.0.swf</rsl-url>
 	</runtime-shared-library-path>
 	
     <!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/203a3ede/ide/flashbuilder/config/airmobile-config.xml
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/config/airmobile-config.xml b/ide/flashbuilder/config/airmobile-config.xml
index cc05231..c19dc38 100644
--- a/ide/flashbuilder/config/airmobile-config.xml
+++ b/ide/flashbuilder/config/airmobile-config.xml
@@ -21,10 +21,10 @@
 
 <flex-config>
     <!-- Specifies the minimum player version that will run the compiled SWF. -->
-     <target-player>11.9</target-player>
+    <target-player>11.1</target-player>
 
     <!-- Specifies the version of the compiled SWF -->
-    <swf-version>22</swf-version>
+    <swf-version>14</swf-version>
     
    <compiler>
 


[39/50] git commit: [flex-sdk] [refs/heads/master] - added config file to deploy script

Posted by jm...@apache.org.
added config file to deploy script


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

Branch: refs/heads/master
Commit: 7929307a051033b575f5c3c78cfea716145ea5a4
Parents: 290b51d
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Mar 2 09:56:16 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Mar 2 09:56:16 2014 +1100

----------------------------------------------------------------------
 build/deploy_release_candidate.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7929307a/build/deploy_release_candidate.sh
----------------------------------------------------------------------
diff --git a/build/deploy_release_candidate.sh b/build/deploy_release_candidate.sh
index 8dcf01b..204d35a 100755
--- a/build/deploy_release_candidate.sh
+++ b/build/deploy_release_candidate.sh
@@ -76,6 +76,7 @@ cp README "${RC_DIR}"
 cp RELEASE_NOTES "${RC_DIR}"
 cp ./out/*-src.* "${RC_DIR}"
 cp ./out/*-bin.* "${BIN_DIR}"
+cp ./out/*-config.xml "${BIN_DIR}"
 cp ./out/*-asdocs.* "${DOC_DIR}"
 
 


[43/50] git commit: [flex-sdk] [refs/heads/master] - update with recent fix

Posted by jm...@apache.org.
update with recent fix


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

Branch: refs/heads/master
Commit: 306a2f0abfd124bb184ff425803a5b484d6a1688
Parents: bda1a15
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Mar 2 12:28:34 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Mar 2 12:28:34 2014 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/306a2f0a/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 6a9ad8f..65e7e49 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -71,6 +71,7 @@ Bug Fixes
 
 JIRA Issue Number and Summary                                                                                        
 -------------------------------------------------------------------------------------------------------------------
+FLEX-34124  1069 error when try to close a Callout by clicking outside the component
 FLEX-34109  Bevel 120DPI back-arrow design problem
 FLEX-34107  IconItemRenderer separators disappear when using a large font
 FLEX-34108  JSON.stringify and arraycollection


[04/50] git commit: [flex-sdk] [refs/heads/master] - Updated version number to 4.12.0

Posted by jm...@apache.org.
Updated version number to 4.12.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/c9406643
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c9406643
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c9406643

Branch: refs/heads/master
Commit: c940664340a16efe38069cae9be26ce243265afa
Parents: 1cfe168
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Feb 24 18:05:24 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Feb 24 18:05:24 2014 +1100

----------------------------------------------------------------------
 frameworks/projects/advancedgrids/src/mx/core/Version.as           | 2 +-
 frameworks/projects/airframework/src/mx/core/Version.as            | 2 +-
 frameworks/projects/airspark/src/spark/core/Version.as             | 2 +-
 frameworks/projects/apache/src/core/Version.as                     | 2 +-
 frameworks/projects/automation/src/mx/core/Version.as              | 2 +-
 frameworks/projects/automation_agent/src/mx/core/Version.as        | 2 +-
 frameworks/projects/automation_air/src/mx/core/Version.as          | 2 +-
 frameworks/projects/automation_dmv/src/mx/core/Version.as          | 2 +-
 frameworks/projects/automation_flashflexkit/src/mx/core/Version.as | 2 +-
 frameworks/projects/automation_spark/src/mx/core/Version.as        | 2 +-
 frameworks/projects/automation_spark/src/spark/core/Version.as     | 2 +-
 frameworks/projects/charts/src/mx/core/Version.as                  | 2 +-
 frameworks/projects/framework/src/mx/core/Version.as               | 2 +-
 frameworks/projects/mx/src/mx/core/Version.as                      | 2 +-
 frameworks/projects/rpc/src/mx/core/Version.as                     | 2 +-
 frameworks/projects/spark/src/spark/core/Version.as                | 2 +-
 frameworks/projects/spark_dmv/src/spark/core/Version.as            | 2 +-
 frameworks/projects/tool/src/mx/core/Version.as                    | 2 +-
 frameworks/projects/tool_air/src/mx/core/Version.as                | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/advancedgrids/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/advancedgrids/src/mx/core/Version.as b/frameworks/projects/advancedgrids/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/advancedgrids/src/mx/core/Version.as
+++ b/frameworks/projects/advancedgrids/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/airframework/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/airframework/src/mx/core/Version.as b/frameworks/projects/airframework/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/airframework/src/mx/core/Version.as
+++ b/frameworks/projects/airframework/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/airspark/src/spark/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/airspark/src/spark/core/Version.as b/frameworks/projects/airspark/src/spark/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/airspark/src/spark/core/Version.as
+++ b/frameworks/projects/airspark/src/spark/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/apache/src/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/apache/src/core/Version.as b/frameworks/projects/apache/src/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/apache/src/core/Version.as
+++ b/frameworks/projects/apache/src/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/automation/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation/src/mx/core/Version.as b/frameworks/projects/automation/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/automation/src/mx/core/Version.as
+++ b/frameworks/projects/automation/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/automation_agent/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_agent/src/mx/core/Version.as b/frameworks/projects/automation_agent/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/automation_agent/src/mx/core/Version.as
+++ b/frameworks/projects/automation_agent/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/automation_air/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_air/src/mx/core/Version.as b/frameworks/projects/automation_air/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/automation_air/src/mx/core/Version.as
+++ b/frameworks/projects/automation_air/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/automation_dmv/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_dmv/src/mx/core/Version.as b/frameworks/projects/automation_dmv/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/automation_dmv/src/mx/core/Version.as
+++ b/frameworks/projects/automation_dmv/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as b/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
index d54be65..5dc0b6c 100644
--- a/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
+++ b/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
@@ -24,4 +24,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/automation_spark/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_spark/src/mx/core/Version.as b/frameworks/projects/automation_spark/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/automation_spark/src/mx/core/Version.as
+++ b/frameworks/projects/automation_spark/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/automation_spark/src/spark/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_spark/src/spark/core/Version.as b/frameworks/projects/automation_spark/src/spark/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/automation_spark/src/spark/core/Version.as
+++ b/frameworks/projects/automation_spark/src/spark/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/charts/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/charts/src/mx/core/Version.as b/frameworks/projects/charts/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/charts/src/mx/core/Version.as
+++ b/frameworks/projects/charts/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/framework/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/core/Version.as b/frameworks/projects/framework/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/framework/src/mx/core/Version.as
+++ b/frameworks/projects/framework/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/mx/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mx/src/mx/core/Version.as b/frameworks/projects/mx/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/mx/src/mx/core/Version.as
+++ b/frameworks/projects/mx/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/rpc/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/rpc/src/mx/core/Version.as b/frameworks/projects/rpc/src/mx/core/Version.as
index 874b580..946ed7e 100644
--- a/frameworks/projects/rpc/src/mx/core/Version.as
+++ b/frameworks/projects/rpc/src/mx/core/Version.as
@@ -22,4 +22,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/spark/src/spark/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/core/Version.as b/frameworks/projects/spark/src/spark/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/spark/src/spark/core/Version.as
+++ b/frameworks/projects/spark/src/spark/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/spark_dmv/src/spark/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark_dmv/src/spark/core/Version.as b/frameworks/projects/spark_dmv/src/spark/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/spark_dmv/src/spark/core/Version.as
+++ b/frameworks/projects/spark_dmv/src/spark/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/tool/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/tool/src/mx/core/Version.as b/frameworks/projects/tool/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/tool/src/mx/core/Version.as
+++ b/frameworks/projects/tool/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c9406643/frameworks/projects/tool_air/src/mx/core/Version.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/tool_air/src/mx/core/Version.as b/frameworks/projects/tool_air/src/mx/core/Version.as
index baeb9bb..533c8b5 100644
--- a/frameworks/projects/tool_air/src/mx/core/Version.as
+++ b/frameworks/projects/tool_air/src/mx/core/Version.as
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
  *  @private
  *  Version string for this class.
  */
-mx_internal static const VERSION:String = "4.11.0.0";
+mx_internal static const VERSION:String = "4.12.0.0";


[21/50] git commit: [flex-sdk] [refs/heads/master] - Merge remote-tracking branch 'origin/release4.12.0' into develop

Posted by jm...@apache.org.
Merge remote-tracking branch 'origin/release4.12.0' 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/4502b01e
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4502b01e
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/4502b01e

Branch: refs/heads/master
Commit: 4502b01e58216230f6df98318a2271bf2ff98254
Parents: 8420d0e 8747164
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Feb 26 11:11:36 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Feb 26 11:11:36 2014 +1100

----------------------------------------------------------------------
 .../framework/src/mx/collections/ArrayCollection.as  | 13 ++-----------
 .../framework/src/mx/collections/ArrayList.as        | 15 +++------------
 2 files changed, 5 insertions(+), 23 deletions(-)
----------------------------------------------------------------------



[20/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-34108 Change to simpler implementation. On 10.2/10.3 no issue as the function shouldn't be called directly.

Posted by jm...@apache.org.
FLEX-34108 Change to simpler implementation. On 10.2/10.3 no issue as the function shouldn't be called directly.


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

Branch: refs/heads/master
Commit: 8747164401f9ab4ad0dc8ac522912a3890aabd0f
Parents: 27236b6
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Feb 26 11:06:22 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Feb 26 11:06:22 2014 +1100

----------------------------------------------------------------------
 .../framework/src/mx/collections/ArrayCollection.as  | 13 ++-----------
 .../framework/src/mx/collections/ArrayList.as        | 15 +++------------
 2 files changed, 5 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/87471644/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ArrayCollection.as b/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
index ab195b9..6d91c88 100644
--- a/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
+++ b/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
@@ -149,6 +149,7 @@ public class ArrayCollection extends ListCollectionView implements IExternalizab
 
 	/**
 	 *  Converts an Array Collection to JavaScript Object Notation (JSON) format.
+	 *  Called by the JSON.stringify() method and should not be called directly.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 11
@@ -157,17 +158,7 @@ public class ArrayCollection extends ListCollectionView implements IExternalizab
 	 */
 	public function toJSON(s:String):*
 	{
-		var array:Array = toArray();
-		
-		if (ApplicationDomain.currentDomain.hasDefinition("JSON"))
-		{
-			var json:Class = Class(ApplicationDomain.currentDomain.getDefinition("JSON"));
-			return json["stringify"](array);
-		}
-		else
-		{
-			return '{"error": "Not supported on Flash Player 10"}';
-		}
+		return toArray();
 	}
 	
     /**

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/87471644/frameworks/projects/framework/src/mx/collections/ArrayList.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ArrayList.as b/frameworks/projects/framework/src/mx/collections/ArrayList.as
index 42ac624..79545d3 100644
--- a/frameworks/projects/framework/src/mx/collections/ArrayList.as
+++ b/frameworks/projects/framework/src/mx/collections/ArrayList.as
@@ -273,7 +273,8 @@ public class ArrayList extends EventDispatcher
     //--------------------------------------------------------------------------
 
 	/**
-	 *  Converts an Array Collection to JavaScript Object Notation (JSON) format.
+	 *  Converts an Array List to JavaScript Object Notation (JSON) format.
+	 * 	Called by the JSON.stringify() method and should not be called directly.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 11
@@ -282,17 +283,7 @@ public class ArrayList extends EventDispatcher
 	 */
 	public function toJSON(s:String):*
 	{
-		var array:Array = toArray();
-		
-		if (ApplicationDomain.currentDomain.hasDefinition("JSON"))
-		{
-			var json:Class = Class(ApplicationDomain.currentDomain.getDefinition("JSON"));
-			return json["stringify"](array);
-		}
-		else
-		{
-			return '{"error": "Not supported on Flash Player 10"}';
-		}
+		return toArray();
 	}
 	
     /**


[33/50] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'release4.12.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.12.0

Posted by jm...@apache.org.
Merge branch 'release4.12.0' of https://git-wip-us.apache.org/repos/asf/flex-sdk into release4.12.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/e609b917
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e609b917
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e609b917

Branch: refs/heads/master
Commit: e609b9173dfe1e7b8f5a1f3c92671ff925a1a25a
Parents: f2a5713 888c980
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Feb 27 22:10:30 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Feb 27 22:10:30 2014 +1100

----------------------------------------------------------------------
 README                                                      | 9 +++++----
 RELEASE_NOTES                                               | 1 +
 build.xml                                                   | 7 ++++++-
 .../projects/framework/src/mx/managers/FocusManager.as      | 3 ++-
 4 files changed, 14 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e609b917/RELEASE_NOTES
----------------------------------------------------------------------


[12/50] git commit: [flex-sdk] [refs/heads/master] - updated with recent changes

Posted by jm...@apache.org.
updated with recent changes


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

Branch: refs/heads/master
Commit: 9f0a520981d42710cc3bf074f43b35a6f0823257
Parents: fc1a2ec
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 10:42:20 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 10:42:20 2014 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9f0a5209/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 3cbf38d..4e562f0 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -72,6 +72,8 @@ Bug Fixes
 
 JIRA Issue Number and Summary                                                                                        
 -------------------------------------------------------------------------------------------------------------------
+FLEX-34109  Bevel 120DPI back-arrow design problem
+FLEX-34107  IconItemRenderer separators disappear when using a large font
 FLEX-34108  JSON.stringify and arraycollection
 FLEX-34104  fontswf utility fails with exception
 FLEX-34101  Regression from 4.8 to 4.10: Spark list doesn't refresh with filterFunction


[25/50] git commit: [flex-sdk] [refs/heads/master] - Change part of the playerglobal example to 12.0

Posted by jm...@apache.org.
Change part of the playerglobal example to 12.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/dcdf0e80
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/dcdf0e80
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/dcdf0e80

Branch: refs/heads/master
Commit: dcdf0e80fe3115516e8a2f3e3229628ab1f9e8f7
Parents: 5648d88
Author: Mark Kessler <Ke...@gmail.com>
Authored: Wed Feb 26 17:26:54 2014 -0500
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Wed Feb 26 17:26:54 2014 -0500

----------------------------------------------------------------------
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/dcdf0e80/README
----------------------------------------------------------------------
diff --git a/README b/README
index 50bcb46..104158b 100644
--- a/README
+++ b/README
@@ -307,9 +307,9 @@ Adobe Flash Player Version Support
     Change the playerglobal.version in the build.properties file to have a value other
     than "11.1". For this change to take effect the SDK needs to be recompiled.
     For example to compile against the latest version of the Adobe Flash Player set
-    the value of playerglobal.version to be "11.8" like so:
+    the value of playerglobal.version to be "12.0" like so:
 
-        playerglobal.version = 11.8
+        playerglobal.version = 12.0
 
     OR
 


[08/50] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

Posted by jm...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk 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/a7f40648
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a7f40648
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/a7f40648

Branch: refs/heads/master
Commit: a7f40648a0174bda9a23b2475375fa446b4fc093
Parents: d8a3602 9ab0f42
Author: mamsellem <ma...@systar.com>
Authored: Tue Feb 25 00:14:24 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Tue Feb 25 00:14:24 2014 +0100

----------------------------------------------------------------------
 RELEASE_NOTES                                   |  5 ++++
 build.xml                                       | 19 ++++++++------
 .../advancedgrids/src/mx/core/Version.as        |  2 +-
 .../airframework/src/mx/core/Version.as         |  2 +-
 .../projects/airspark/src/spark/core/Version.as |  2 +-
 frameworks/projects/apache/src/core/Version.as  |  2 +-
 .../projects/automation/src/mx/core/Version.as  |  2 +-
 .../automation_agent/src/mx/core/Version.as     |  2 +-
 .../automation_air/src/mx/core/Version.as       |  2 +-
 .../automation_dmv/src/mx/core/Version.as       |  2 +-
 .../src/mx/core/Version.as                      |  2 +-
 .../automation_spark/src/mx/core/Version.as     |  2 +-
 .../automation_spark/src/spark/core/Version.as  |  2 +-
 .../projects/charts/src/mx/core/Version.as      |  2 +-
 .../src/mx/collections/ArrayCollection.as       | 27 ++++++++++++++++++--
 .../framework/src/mx/collections/ArrayList.as   | 26 ++++++++++++++++++-
 .../src/mx/collections/ListCollectionView.as    | 18 ++++++-------
 .../projects/framework/src/mx/core/Version.as   |  2 +-
 frameworks/projects/mx/src/mx/core/Version.as   |  2 +-
 frameworks/projects/rpc/src/mx/core/Version.as  |  2 +-
 .../projects/spark/src/spark/core/Version.as    |  2 +-
 .../spark_dmv/src/spark/core/Version.as         |  2 +-
 frameworks/projects/tool/src/mx/core/Version.as |  2 +-
 .../projects/tool_air/src/mx/core/Version.as    |  2 +-
 24 files changed, 93 insertions(+), 40 deletions(-)
----------------------------------------------------------------------



[32/50] git commit: [flex-sdk] [refs/heads/master] - Corrected iPad change description

Posted by jm...@apache.org.
Corrected iPad change description


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

Branch: refs/heads/master
Commit: f2a5713335ff33da1ca5842fd0c4e2febe7940d1
Parents: 6e4fcdc
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Feb 27 22:09:29 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Feb 27 22:09:29 2014 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f2a57133/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index e8a017b..4ba1b8a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -41,7 +41,7 @@ SDK Changes
 - Improved UID generation performance.
 - Improved mobile memory usage/performance.
 - Improved CSS styles memory usage/performance.
-- Changed DPI to be 160 for iPad and 320 for iPad mini.
+- Changed DPI to be 160 for iPad/iPad mini and 320 for iPad retina/iPad mini retina.
 - Fixed scaling of Checkbox and Radio button 320dpi skins.
 - Option to not store last call result in RomoteObject and WebService.
 - StageTextInput can now be included in scrollable content.


[11/50] git commit: [flex-sdk] [refs/heads/master] - Adjust size and spacing of BeveledBackButton in 120 DPI

Posted by jm...@apache.org.
Adjust size and spacing of BeveledBackButton in 120 DPI


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

Branch: refs/heads/master
Commit: fc1a2ec7fc3ea9421528a790b86e6c72d2c437d7
Parents: 7179441
Author: Om <bi...@gmail.com>
Authored: Mon Feb 24 15:17:05 2014 -0800
Committer: Om <bi...@gmail.com>
Committed: Mon Feb 24 15:32:20 2014 -0800

----------------------------------------------------------------------
 .../spark/skins/mobile/BeveledBackButtonSkin.as |  3 +--
 .../mobile120/assets/BeveledBackButton_down.fxg | 24 +++++++++++---------
 .../mobile120/assets/BeveledBackButton_fill.fxg |  9 ++++----
 .../mobile120/assets/BeveledBackButton_up.fxg   | 24 +++++++++++---------
 4 files changed, 32 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fc1a2ec7/frameworks/projects/mobiletheme/src/spark/skins/mobile/BeveledBackButtonSkin.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/BeveledBackButtonSkin.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/BeveledBackButtonSkin.as
index e49403d..c4f0312 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/BeveledBackButtonSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/BeveledBackButtonSkin.as
@@ -146,11 +146,10 @@ public class BeveledBackButtonSkin extends ButtonSkin
 			}
 			case DPIClassification.DPI_120:
 			{
-				// Note provisional may need changes
 				layoutBorderSize = 0;
 				layoutPaddingTop = 0;
 				layoutPaddingBottom = 0;
-				layoutPaddingLeft = 12;
+				layoutPaddingLeft = 14;
 				layoutPaddingRight = 8;
 				measuredDefaultWidth = 44;
 				measuredDefaultHeight = 21;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fc1a2ec7/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_down.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_down.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_down.fxg
index 923f8d3..d54314a 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_down.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_down.fxg
@@ -18,29 +18,31 @@
 
 -->
 
+
 <Graphic version="2.0" xmlns="http://ns.adobe.com/fxg/2008"
-	scaleGridLeft="20" scaleGridRight="80" scaleGridTop="6" scaleGridBottom="36">
+	scaleGridLeft="0" scaleGridRight="54" scaleGridTop="5" scaleGridBottom="23">
 
 	<!-- invisible fix for scaling -->
-	<Rect x="0" y="0" width="87" height="42">
+	<Rect x="0" y="0" width="58" height="28">
 		<fill>
 			<SolidColor color="#ffffff" alpha="0"/>
 		</fill>
 	</Rect>
 
 	<!-- border -->
-      <Path winding="nonZero" data="M81 1C83.7568 1 86 3.24316 86 6L86 36C86 38.7568 83.7568 41 81 41L19.0337 41.001C15.2959 41.001 13.3623 36.8662 12.1064 35.6104 12.0649 35.5498 5.34229 26.6387 1.5 20.8906 5.34668 15.1328 12.1392 6.30762 12.1753 6.25586 14.4209 3.43457 15.813
- 1 19 1L81 1 81 1ZM19 0C14.8569 0 14.0151 1.91504 11.3584 5.67871 11.3584 5.67871 4 15 0 21 4 27 11.2847 36.1797 11.2847 36.1797 14.2847 40.1797 15 42 19 42L81 42C84.3135 42 87 39.3135 87 36L87 6C87 2.68652 84.3135 0 81 0L19 0Z">
+      <Path winding="nonZero" data="M54 0.666504C55.8374 0.666504 57.333 2.16211 57.333 4L57.333 24C57.333 25.8379 55.8374 27.3335 54 27.3335L12.689 27.3335C10.1973 27.3335 8.9082 24.5771 8.0708 23.7402 8.04297 23.7002 3.56104 17.7588 1 13.9272 3.56445 10.0884 8.09229 4.20508 8.11719
+ 4.1709 9.61377 2.28955 10.5415 0.666504 12.667 0.666504L54 0.666504 54 0.666504ZM12.667 0C9.90479 0 9.34375 1.27637 7.57227 3.78564 7.57227 3.78564 2.6665 10 0 14 2.6665 18 7.52295 24.1196 7.52295 24.1196 9.52344 26.7866 10 28 12.667 28L54 28
+C56.209 28 58 26.209 58 24L58 4C58 1.79102 56.209 0 54 0L12.667 0Z">
         <fill>
           <SolidColor color="#323232"/>
         </fill>
       </Path>
 
 	<!-- shadow fill -->
-      <Path x="1.5" y="1" winding="nonZero" data="M79.5 0C82.2568 0 84.5 2.24316 84.5 5L84.5 35C84.5 37.7568 82.2568 40 79.5 40L17.5337 40.001C13.7959 40.001 11.8623 35.8662 10.6064 34.6104 10.5649 34.5498 3.84229 25.6387 0 19.8906 3.84668 14.1328 10.6392 5.30762 10.6753 5.25586 12.9209 2.43457
- 14.5 0 17.5 0L79.5 0 79.5 0Z">
+      <Path x="1" y="0.666504" winding="nonZero" data="M53 0C54.8374 0 56.333 1.49561 56.333 3.3335L56.333 23.3335C56.333 25.1714 54.8374 26.667 53 26.667L11.689 26.667C9.19727 26.667 7.9082 23.9106 7.0708 23.0737 7.04297 23.0337 2.56104 17.0923 0 13.2607 2.56445 9.42188 7.09229 3.53857 7.11719 3.50439
+ 8.61377 1.62305 9.47949 0 11.667 0L53 0 53 0Z">
         <fill>
-          <LinearGradient x="42.2495" y="0" scaleX="22.6145" rotation="90">
+          <LinearGradient x="28.1665" y="0" scaleX="15.0762" rotation="90">
             <GradientEntry ratio="0" alpha="0.25"/>
             <GradientEntry ratio="1" alpha="0"/>
           </LinearGradient>
@@ -48,11 +50,11 @@
       </Path>
 
 	<!-- highlight border -->
-      <Path x="1.5" y="0.999023" winding="nonZero" data="M79.5 1C81.7051 1 83.5 2.79395 83.5 5L83.5 35C83.5 37.2061 81.7051 39.001 79.5 39.001L17.5337 39.001C14.7188 39.001 11.3052 33.8457 11.3052 33.8457 8.83691 29.9521 3.33154 23.0889 1.20215 19.8906 3.3042 16.7393 11.4839 5.8457 11.4839 5.8457 11.8906
- 5.26562 14.7344 1 17.5 1L79.5 1M17.1719 0C14.375 0 12.313 3.19824 10.6753 5.25586 10.6392 5.30762 3.84668 14.1328 0 19.8906 3.84229 25.6387 10.5649 34.5498 10.6064 34.6104 11.8623 35.8662 13.7959 40.001 17.5337 40.001L79.5 40.001C82.2568 40.001
- 84.5 37.7568 84.5 35L84.5 5C84.5 2.24316 82.2568 0 79.375 0L17.1719 0Z">
+      <Path x="1" y="0.666016" winding="nonZero" data="M53 0.666504C54.4702 0.666504 55.666 1.8623 55.666 3.3335L55.666 23.333C55.666 24.8037 54.4702 26.001 53 26.001L11.689 26.001C9.81201 26.001 7.53613 22.5645 7.53613 22.5645 5.89111 19.9683 2.2207 15.3926 0.80127 13.2607 2.20264 11.1592 7.65576
+ 3.89697 7.65576 3.89697 7.92725 3.51025 9.82275 0.666504 11.667 0.666504L53 0.666504ZM11.375 0C9.34375 0 8.2085 2.13232 7.11719 3.50391 7.09229 3.53857 2.56445 9.42188 0 13.2607 2.56104 17.0918 7.04297 23.0332 7.0708 23.0732 7.9082 23.9111 9.19727
+ 26.6675 11.689 26.6675L53 26.6675C54.8374 26.6675 56.333 25.1714 56.333 23.333L56.333 3.3335C56.333 1.49561 54.8374 0 53 0L11.375 0Z">
         <fill>
-          <LinearGradient x="42.2495" y="0" scaleX="42.7844" rotation="90">
+          <LinearGradient x="28.1665" y="0" scaleX="28.5232" rotation="90">
             <GradientEntry ratio="0" color="#FFFFFF" alpha="0.05"/>
             <GradientEntry ratio="1" color="#FFFFFF" alpha="0.1"/>
           </LinearGradient>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fc1a2ec7/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_fill.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_fill.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_fill.fxg
index 4fb534a..3ae5b46 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_fill.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_fill.fxg
@@ -18,19 +18,20 @@
 
 -->
 
+
 <Graphic version="2.0" xmlns="http://ns.adobe.com/fxg/2008"
-	scaleGridLeft="20" scaleGridRight="80" scaleGridTop="6" scaleGridBottom="36">
+	scaleGridLeft="13" scaleGridRight="54" scaleGridTop="5" scaleGridBottom="23">
 
 	<!-- invisible fix for scaling -->
-	<Rect x="0" y="0" width="87" height="42">
+	<Rect x="0" y="0" width="58" height="28">
 		<fill>
 			<SolidColor color="#ffffff" alpha="0"/>
 		</fill>
 	</Rect>
 
 	<!-- chromeColor fill -->
-      <Path x="1.5" y="1" winding="nonZero" data="M79.5 0C82.2568 0 84.5 2.24316 84.5 5L84.5 35C84.5 37.7568 82.2568 40 79.5 40L17.5337 40.001C13.7959 40.001 11.8623 35.8662 10.6064 34.6104 10.5649 34.5498 3.84229 25.6387 0 19.8906 3.84668 14.1328 10.6392 5.30762 10.6753 5.25586 12.9209 2.43457
- 14.313 0 17.5 0L79.5 0 79.5 0Z">
+      <Path x="1" y="0.666504" winding="nonZero" data="M53 0C54.8374 0 56.333 1.49561 56.333 3.3335L56.333 23.3335C56.333 25.1714 54.8374 26.667 53 26.667L11.6895 26.667C9.19727 26.667 7.9082 23.9106 7.0708 23.0737 7.04346 23.0337 2.56152 17.0923 0 13.2607 2.56445 9.42188 7.09277 3.53857 7.1167 3.50439
+ 8.61377 1.62305 9.54199 0 11.667 0L53 0 53 0Z">
         <fill>
           <SolidColor color="#484848"/>
         </fill>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fc1a2ec7/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_up.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_up.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_up.fxg
index 63adf4e..7ae0736 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_up.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile120/assets/BeveledBackButton_up.fxg
@@ -18,29 +18,31 @@
 
 -->
 
+
 <Graphic version="2.0" xmlns="http://ns.adobe.com/fxg/2008"
-	scaleGridLeft="20" scaleGridRight="80" scaleGridTop="6" scaleGridBottom="36">
+	scaleGridLeft="0" scaleGridRight="54" scaleGridTop="3" scaleGridBottom="21">
 
 	<!-- invisible fix for scaling -->
-	<Rect x="0" y="0" width="87" height="42">
+	<Rect x="0" y="0" width="58" height="28">
 		<fill>
 			<SolidColor color="#ffffff" alpha="0"/>
 		</fill>
 	</Rect>
 
 	<!-- border -->
-      <Path winding="nonZero" data="M81 1C83.7568 1 86 3.24316 86 6L86 36C86 38.7568 83.7568 41 81 41L19.0337 41.001C15.2959 41.001 13.3623 36.8662 12.1064 35.6104 12.0649 35.5498 5.34229 26.6387 1.5 20.8906 5.34668 15.1328 12.1392 6.30762 12.1753 6.25586 14.4209 3.43457 15.813
- 1 19 1L81 1 81 1ZM19 0C14.8569 0 14.0151 1.91504 11.3584 5.67871 11.3584 5.67871 4 15 0 21 4 27 11.2847 36.1797 11.2847 36.1797 14.2847 40.1797 15 42 19 42L81 42C84.3135 42 87 39.3135 87 36L87 6C87 2.68652 84.3135 0 81 0L19 0Z">
+      <Path winding="nonZero" data="M54 0.666504C55.8374 0.666504 57.333 2.16211 57.333 4L57.333 24C57.333 25.8379 55.8374 27.3335 54 27.3335L12.6895 27.3335C10.1973 27.3335 8.9082 24.5771 8.0708 23.7402 8.04346 23.7002 3.56152 17.7588 1 13.9272 3.56445 10.0884 8.09277 4.20508 8.1167
+ 4.1709 9.61377 2.28955 10.542 0.666504 12.667 0.666504L54 0.666504 54 0.666504ZM12.667 0C9.9043 0 9.34326 1.27637 7.57227 3.78564 7.57227 3.78564 2.6665 10 0 14 2.6665 18 7.52295 24.1196 7.52295 24.1196 9.52344 26.7866 10 28 12.667 28L54 28C56.209
+ 28 58 26.209 58 24L58 4C58 1.79102 56.209 0 54 0L12.667 0Z">
         <fill>
           <SolidColor color="#323232"/>
         </fill>
       </Path>
 
 	<!-- shadow fill -->
-      <Path x="1.5" y="1" winding="nonZero" data="M79.5 0C82.2568 0 84.5 2.24316 84.5 5L84.5 35C84.5 37.7568 82.2568 40 79.5 40L17.5337 40.001C13.7959 40.001 11.8623 35.8662 10.6064 34.6104 10.5649 34.5498 3.84229 25.6387 0 19.8906 3.84668 14.1328 10.6392 5.30762 10.6753 5.25586 12.9209 2.43457
- 14.5 0 17.5 0L79.5 0 79.5 0Z">
+      <Path x="1" y="0.666504" winding="nonZero" data="M53 0C54.8374 0 56.333 1.49561 56.333 3.3335L56.333 23.3335C56.333 25.1714 54.8374 26.667 53 26.667L11.6895 26.667C9.19727 26.667 7.9082 23.9106 7.0708 23.0737 7.04346 23.0337 2.56152 17.0923 0 13.2607 2.56445 9.42188 7.09277 3.53857 7.1167 3.50439
+ 8.61377 1.62305 9.6665 0 11.667 0L53 0 53 0Z">
         <fill>
-          <LinearGradient x="42.2495" y="-0.784668" scaleX="40.6027" rotation="90">
+          <LinearGradient x="28.1665" y="-0.522949" scaleX="27.0682" rotation="90">
             <GradientEntry ratio="0" color="#FFFFFF" alpha="0.4"/>
             <GradientEntry ratio="1" color="#FFFFFF" alpha="0.1"/>
           </LinearGradient>
@@ -48,11 +50,11 @@
       </Path>
 
 	<!-- highlight border -->
-      <Path x="1.5" y="0.999023" winding="nonZero" data="M79.5 1C81.7051 1 83.5 2.79395 83.5 5L83.5 35C83.5 37.2061 81.7051 39.001 79.5 39.001L17.5337 39.001C14.7188 39.001 11.3052 33.8457 11.3052 33.8457 8.83691 29.9521 3.33154 23.0889 1.20215 19.8906 3.3042 16.7393 11.4839 5.8457 11.4839 5.8457 11.8906
- 5.26562 14.7344 1 17.5 1L79.5 1M17.1719 0C14.375 0 12.313 3.19824 10.6753 5.25586 10.6392 5.30762 3.84668 14.1328 0 19.8906 3.84229 25.6387 10.5649 34.5498 10.6064 34.6104 11.8623 35.8662 13.7959 40.001 17.5337 40.001L79.5 40.001C82.2568 40.001
- 84.5 37.7568 84.5 35L84.5 5C84.5 2.24316 82.2568 0 79.375 0L17.1719 0Z">
+      <Path x="1" y="0.666016" winding="nonZero" data="M53 0.666504C54.4702 0.666504 55.6665 1.8623 55.6665 3.3335L55.6665 23.333C55.6665 24.8037 54.4702 26.001 53 26.001L11.6895 26.001C9.8125 26.001 7.53662 22.5645 7.53662 22.5645 5.89111 19.9683 2.2207 15.3926 0.80127 13.2607 2.20264 11.1592 7.65576
+ 3.89697 7.65576 3.89697 7.92676 3.51025 9.82275 0.666504 11.667 0.666504L53 0.666504ZM11.4482 0C9.58301 0 8.2085 2.13232 7.1167 3.50391 7.09277 3.53857 2.56445 9.42188 0 13.2607 2.56152 17.0918 7.04346 23.0332 7.0708 23.0732 7.9082 23.9111 9.19727
+ 26.6675 11.6895 26.6675L53 26.6675C54.8374 26.6675 56.333 25.1714 56.333 23.333L56.333 3.3335C56.333 1.49561 54.8374 0 52.9165 0L11.4482 0Z">
         <fill>
-          <LinearGradient x="42.2495" y="0" scaleX="40.0015" rotation="90">
+          <LinearGradient x="28.1665" y="0" scaleX="26.6675" rotation="90">
             <GradientEntry ratio="0" alpha="0.35"/>
             <GradientEntry ratio="0.662577" alpha="0.1"/>
             <GradientEntry ratio="0.871166" color="#FFFFFF" alpha="0.05"/>


[36/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-34101 likley fix for regression issue

Posted by jm...@apache.org.
FLEX-34101 likley fix for regression issue


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

Branch: refs/heads/master
Commit: 4e2708f0d10d4e701fb8fdc4e378d86b71e86f28
Parents: 788fec7
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Feb 28 18:55:39 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Feb 28 18:55:39 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/collections/ListCollectionView.as     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4e2708f0/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
index 3ef2f1a..5267b2d 100644
--- a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
+++ b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
@@ -1173,6 +1173,7 @@ public class ListCollectionView extends Proxy
 					else
 					{
 						loc = -1;
+						addLocation = -1;
 					}
 				}
 				else if (sort)


[31/50] git commit: [flex-sdk] [refs/heads/master] - a couple of tweaks to README

Posted by jm...@apache.org.
a couple of tweaks to README


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

Branch: refs/heads/master
Commit: 888c980cbdd5fe5b67f814d9f681bee509da844d
Parents: ceb97bc
Author: Alex Harui <ah...@apache.org>
Authored: Wed Feb 26 23:56:18 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Feb 26 23:56:18 2014 -0800

----------------------------------------------------------------------
 README | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/888c980c/README
----------------------------------------------------------------------
diff --git a/README b/README
index cf59781..c8ef8ca 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ Getting the convenience packages for Apache Flex
     The SDK installer requires the Adobe AIR runtime to be installed.
 
     Starting with Apache Flex 4.12 the binary distribution can be installed using only Ant.
-    This is the recomended method for Linux users.
+    This is the recommended method for Linux users.
 
       https://cwiki.apache.org/confluence/display/FLEX/Installation+help#Installationhelp-Antinstaller
 
@@ -122,9 +122,10 @@ Install Prerequisites
     used by checkintests and other pieces of the test subsystem to run compiled
     applications.
 
-    The build scripts assume that the folder containing the Text Layout Framework (tlf)
-    folder is at the same level as the sdk folder.  If this is not true, then you must
-    set the TLF_HOME environment variable to point to the tlf folder.
+    The build scripts assume that the source code folder containing the Text Layout
+    Framework (tlf) folder is at the same level as the sdk folder or located inside
+    the frameworks/projects folder.   If this is not true, then you must set the 
+    TLF_HOME environment variable to point to the tlf folder.
 
     ==================================================================================
     SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)


[26/50] git commit: [flex-sdk] [refs/heads/master] - minor updated based on feedback from RC2

Posted by jm...@apache.org.
minor updated based on feedback from RC2


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

Branch: refs/heads/master
Commit: 6e4fcdc5947ae97e8f2f0f923e649692bd79baf1
Parents: 296ca01
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Feb 27 09:49:43 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Feb 27 09:49:43 2014 +1100

----------------------------------------------------------------------
 README        | 14 +++++++-------
 RELEASE_NOTES |  5 ++---
 2 files changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6e4fcdc5/README
----------------------------------------------------------------------
diff --git a/README b/README
index 50bcb46..cf59781 100644
--- a/README
+++ b/README
@@ -111,8 +111,8 @@ Install Prerequisites
     corresponding environment variables using absolute file paths.  Relative file paths
     will result in build errors.
 
-    The environment variables PLAYERGLOBAL_HOME, AIR_HOME, FLASHPLAYER_DEBUGGER, TLF_HOME,
-    and ADOBE_EXTENSION_MANAGER can also be set in the property file
+    The environment variables PLAYERGLOBAL_HOME, AIR_HOME, FLASHPLAYER_DEBUGGER,
+    TLF_HOME, and ADOBE_EXTENSION_MANAGER can also be set in the property file
     called env.properties. See the env-template.properties file for instructions.
 
     The Adobe Flash Player playerglobal.swc is needed to compile all the components
@@ -123,8 +123,8 @@ Install Prerequisites
     applications.
 
     The build scripts assume that the folder containing the Text Layout Framework (tlf)
-    folder is a sibling of the sdk folder.  If this is not true, then you must set the
-    TLF_HOME environment variable to point to the tlf folder.
+    folder is at the same level as the sdk folder.  If this is not true, then you must
+    set the TLF_HOME environment variable to point to the tlf folder.
 
     ==================================================================================
     SOFTWARE                                    ENVIRONMENT VARIABLE (absolute paths)
@@ -307,9 +307,9 @@ Adobe Flash Player Version Support
     Change the playerglobal.version in the build.properties file to have a value other
     than "11.1". For this change to take effect the SDK needs to be recompiled.
     For example to compile against the latest version of the Adobe Flash Player set
-    the value of playerglobal.version to be "11.8" like so:
+    the value of playerglobal.version to be "12.0" like so:
 
-        playerglobal.version = 11.8
+        playerglobal.version = 12.0
 
     OR
 
@@ -478,7 +478,7 @@ Using the Binary Distribution
 	This will create an Apache Flex 4.12 SDK that can be used with Flash Builder by
 	copying the required files from the Adobe Flex 4.6 SDK.
 
-	To create an SDK for other IDE or if you want to use Adobe AIR 3.9 (rather than
+	To create an SDK for other IDE or if you want to use Adobe AIR 4.0 (rather than
 	AIR 3.1 contained in Adobe Flex 4.6) run:
 
 		/ide/flashbuilder/makeApacheFlexForIDE.sh (on Mac and Linux)

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6e4fcdc5/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 4e562f0..e8a017b 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -33,7 +33,7 @@ Differences from Apache Flex 4.11 include:
 AIR and Flash Player support
 ------------------------------
  - Support Flash Player 12.0 and 13.0 beta.
- - Support for AIR 4.0 and 4.0 beta.
+ - Support for AIR 4.0 and 13.0 beta.
 
 SDK Changes
 -------------
@@ -43,7 +43,6 @@ SDK Changes
 - Improved CSS styles memory usage/performance.
 - Changed DPI to be 160 for iPad and 320 for iPad mini.
 - Fixed scaling of Checkbox and Radio button 320dpi skins.
-- Improvements to Falcon MXML code generation.
 - Option to not store last call result in RomoteObject and WebService.
 - StageTextInput can now be included in scrollable content.
 - new iOS os-version media css selector.
@@ -54,7 +53,7 @@ SDK Changes
 
 Build Changes
 ---------------
-- Made PixelBender a separate release.
+- Made PixelBender shader binaries a separate release.
 - Support for compiling with Java 7
 
 Compiler Changes


[17/50] git commit: [flex-sdk] [refs/heads/master] - Fix FLEX-34107 IconItemRenderer separators disappear when using a large font. changed usedOpaqueBackground to CSS

Posted by jm...@apache.org.
Fix FLEX-34107  IconItemRenderer separators disappear when using a large font.
changed usedOpaqueBackground to CSS


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

Branch: refs/heads/master
Commit: 6d9a61097fd29b718dcfd233760ff77aec160e87
Parents: 1999965
Author: mamsellem <ma...@systar.com>
Authored: Tue Feb 25 11:07:46 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Tue Feb 25 11:07:46 2014 +0100

----------------------------------------------------------------------
 .../src/spark/components/LabelItemRenderer.as   | 32 +++++++++-----------
 1 file changed, 14 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6d9a6109/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as b/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
index 00c1328..ca9dfdd 100644
--- a/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
+++ b/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
@@ -170,6 +170,18 @@ include "../styles/metadata/StyleableTextFieldTextStyles.as"
  */
 [Style(name="verticalAlign", type="String", enumeration="bottom,middle,top", inherit="no")]
 
+/**
+ * Option to use an opaqueBackground property for this renderer. This can improve scrolling speed.
+ * Since opaqueBackground adds  space around the text proportional to the font's size,
+ * you might need to turn it off when using large fonts to avoid background overflow.
+ * @default  true
+ *
+ *   @langversion 3.0
+ *  @playerversion AIR 3.0
+ *  @productversion Flex 4.12
+ */
+
+[Style(name="useOpaqueBackground", type="Boolean",  inherit="yes")]
 
 //--------------------------------------
 //  Excluded APIs
@@ -329,23 +341,6 @@ public class LabelItemRenderer extends UIComponent
      *  Whether or not we're the last element in the list
      */
     mx_internal var isLastItem:Boolean = false;
-
-    private var _useOpaqueBackground: Boolean = true;
-
-    /**
-     * Option to use an opaqueBackground property for this renderer. This can improve scrolling speed.
-     * Since opaqueBackground adds  space around the text proportional to the font's size,
-     * you might need to turn it off when using large fonts to avoid background overflow.
-     * @default  true
-     */
-    public function get useOpaqueBackground(): Boolean {
-        return _useOpaqueBackground;
-    }
-
-    public function set useOpaqueBackground(value: Boolean): void {
-        _useOpaqueBackground = value;
-        invalidateDisplayList();
-    }
     
     //--------------------------------------------------------------------------
     //
@@ -909,7 +904,8 @@ public class LabelItemRenderer extends UIComponent
 		{
 			// If our background is a solid color, use it as the opaqueBackground property
 			// for this renderer. This makes scrolling considerably faster.
-            if (_useOpaqueBackground)
+            var useOpaqueBackground: * = getStyle("useOpaqueBackground") ;        // if not defined, then true
+            if (useOpaqueBackground == undefined || useOpaqueBackground == true )
 			     opaqueBackgroundColor = backgroundColor;
 		}
 


[42/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-34124 change formatting/code to be in local style

Posted by jm...@apache.org.
FLEX-34124 change formatting/code to be in local style


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

Branch: refs/heads/master
Commit: bda1a15133d39b1facab7053289f909aae4e5eb7
Parents: ee5057f
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Mar 2 12:24:45 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Mar 2 12:24:45 2014 +1100

----------------------------------------------------------------------
 .../spark/components/supportClasses/DropDownController.as   | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/bda1a151/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as b/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
index 9193d36..e1ff2fd 100644
--- a/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
+++ b/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
@@ -608,10 +608,11 @@ public class DropDownController extends EventDispatcher
                 return;
 			
 			// don't close if something just been selected in a DropDownList
-			if (target is IUIComponent){
-                   var doc:  Object = (target as IUIComponent).document;
-                   if ( ("hostComponent" in doc ) && doc.hostComponent is DropDownList )
-			                  	return;
+			if (target is IUIComponent)
+			{
+                var document:Object = (target as IUIComponent).document;
+                if (("hostComponent" in document) && document.hostComponent is DropDownList)
+			        return;
             }
 
             if (hitAreaAdditions != null)


[38/50] git commit: [flex-sdk] [refs/heads/master] - Update build number

Posted by jm...@apache.org.
Update build number


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

Branch: refs/heads/master
Commit: 290b51de57004058ca4c81041033ed934c948c32
Parents: 0bc6553
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Mar 1 18:55:32 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Mar 1 18:55:32 2014 +1100

----------------------------------------------------------------------
 flex-sdk-description.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/290b51de/flex-sdk-description.xml
----------------------------------------------------------------------
diff --git a/flex-sdk-description.xml b/flex-sdk-description.xml
index 4264b39..42828b1 100644
--- a/flex-sdk-description.xml
+++ b/flex-sdk-description.xml
@@ -20,6 +20,6 @@
 <flex-sdk-description>
 <name>Apache Flex 4.12.0 FP11.1 AIR3.9 en_US</name>
 <version>4.12.0</version>
-<build>20140225</build>
+<build>20140301</build>
 </flex-sdk-description>
         
\ No newline at end of file


[49/50] git commit: [flex-sdk] [refs/heads/master] - Script to copy RC into release area

Posted by jm...@apache.org.
Script to copy RC into release area


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

Branch: refs/heads/master
Commit: 65294c80272a1dab99610e260abe05452390abd9
Parents: cad53c1
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Mar 7 11:47:17 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Mar 7 11:47:17 2014 +1100

----------------------------------------------------------------------
 build/deploy_release.sh | 83 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/65294c80/build/deploy_release.sh
----------------------------------------------------------------------
diff --git a/build/deploy_release.sh b/build/deploy_release.sh
new file mode 100755
index 0000000..ac311c5
--- /dev/null
+++ b/build/deploy_release.sh
@@ -0,0 +1,83 @@
+#!/bin/sh -e
+
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+if [ $# -ne 2 ]
+then
+    echo "Usage: deploy_candidate flex_version ([0-99].[0-99].[0-999]) release_candidate ([0-100])"
+fi
+
+FLEX_VERSION="$1"
+CHECK=`echo "$FLEX_VERSION" | grep -q -E '[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,3}$'`
+
+if [ $? -ne 0 ]
+then
+	echo "Apache Flex version needs to be in the form [0-99].[0-99].[0-999]"
+	exit 1;
+fi
+
+RELEASE_CANDIDATE="$2"
+CHECK=`echo "$RELEASE_CANDIDATE" | grep -q -E '[0-9]{1,2}'`
+
+if [ $? -ne 0 ]
+then
+	echo "Apache Flex release candidate to be in the range 1-99"
+	exit 1;
+fi
+
+# Assumes FLEX_DEV_AREA has been set up and point to SVN dev area
+# Assumes FLEX_REL_AREA has been set up and point to SVN release area
+
+RC_DIR="${FLEX_DEV_AREA}/sdk/${FLEX_VERSION}/rc${RELEASE_CANDIDATE}"
+RC_BIN_DIR="${FLEX_DEV_AREA}/sdk/${FLEX_VERSION}/rc${RELEASE_CANDIDATE}/binaries"
+RC_DOC_DIR="${FLEX_DEV_AREA}/sdk/${FLEX_VERSION}/rc${RELEASE_CANDIDATE}/docs"
+
+REL_VERSION_DIR="${FLEX_REL_AREA}/${FLEX_VERSION}"
+REL_DIR="${FLEX_REL_AREA}/${FLEX_VERSION}"
+REL_BIN_DIR="${FLEX_REL_AREA}/${FLEX_VERSION}/binaries"
+REL_DOC_DIR="${FLEX_REL_AREA}/${FLEX_VERSION}/docs"
+
+echo "RC directory is ${RC_DIR}"
+echo "Release directory is ${REL_DIR}"
+
+if [ ! -d "${REL_VERSION_DIR}" ]
+then
+	mkdir "${REL_VERSION_DIR}"
+fi
+
+if [ ! -d "${REL_BIN_DIR}" ]
+then
+	mkdir "${REL_BIN_DIR}"
+fi
+
+if [ ! -d "${REL_DOC_DIR}" ]
+then
+	mkdir "${REL_DOC_DIR}"
+fi
+
+cp "${RC_DIR}"/README "${REL_DIR}"
+cp "${RC_DIR}"/RELEASE_NOTES "${REL_DIR}"
+cp "${RC_DIR}"/*-src.* "${REL_DIR}"
+cp "${RC_BIN_DIR}"/*-bin.* "${REL_BIN_DIR}"
+cp "${RC_BIN_DIR}"/*-config.xml "${REL_BIN_DIR}"
+cp "${RC_DOC_DIR}"/*-asdocs.* "${REL_DOC_DIR}"
+
+
+


[40/50] git commit: [flex-sdk] [refs/heads/master] - Refix-FLEX-34088 CalloutWithDropDown FIX 34124 ( RTE when clicking outside of callout)

Posted by jm...@apache.org.
Refix-FLEX-34088 CalloutWithDropDown
FIX 34124 ( RTE when clicking outside of callout)


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

Branch: refs/heads/master
Commit: 5468de3f7e1b71d5e4ff14c30651f111050bd998
Parents: 0bc6553
Author: mamsellem <ma...@systar.com>
Authored: Sun Mar 2 00:47:51 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Sun Mar 2 00:47:51 2014 +0100

----------------------------------------------------------------------
 .../src/spark/components/supportClasses/DropDownController.as | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5468de3f/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as b/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
index c076211..9193d36 100644
--- a/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
+++ b/frameworks/projects/spark/src/spark/components/supportClasses/DropDownController.as
@@ -608,8 +608,11 @@ public class DropDownController extends EventDispatcher
                 return;
 			
 			// don't close if something just been selected in a DropDownList
-			if (target is IUIComponent && (target as IUIComponent).document.hostComponent is DropDownList)
-				return;	
+			if (target is IUIComponent){
+                   var doc:  Object = (target as IUIComponent).document;
+                   if ( ("hostComponent" in doc ) && doc.hostComponent is DropDownList )
+			                  	return;
+            }
 
             if (hitAreaAdditions != null)
             {


[05/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-34108 changed code so it compile under 10.2/10.3 and still works under 11.0+

Posted by jm...@apache.org.
FLEX-34108 changed code so it compile under 10.2/10.3 and still works under 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/39e52810
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/39e52810
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/39e52810

Branch: refs/heads/master
Commit: 39e5281037b6cd75eceab647630a6138995b5625
Parents: c940664
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Feb 24 19:24:20 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Feb 24 19:24:20 2014 +1100

----------------------------------------------------------------------
 .../framework/src/mx/collections/ArrayCollection.as   | 13 +++++++++++--
 .../framework/src/mx/collections/ArrayList.as         | 14 ++++++++++++--
 2 files changed, 23 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/39e52810/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ArrayCollection.as b/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
index 589cc41..ab195b9 100644
--- a/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
+++ b/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
@@ -19,7 +19,7 @@
 
 package mx.collections
 {
-
+import flash.system.ApplicationDomain;
 import flash.utils.IDataInput;
 import flash.utils.IDataOutput;
 import flash.utils.IExternalizable;
@@ -158,7 +158,16 @@ public class ArrayCollection extends ListCollectionView implements IExternalizab
 	public function toJSON(s:String):*
 	{
 		var array:Array = toArray();
-		return this["JSON"].stringify(array);
+		
+		if (ApplicationDomain.currentDomain.hasDefinition("JSON"))
+		{
+			var json:Class = Class(ApplicationDomain.currentDomain.getDefinition("JSON"));
+			return json["stringify"](array);
+		}
+		else
+		{
+			return '{"error": "Not supported on Flash Player 10"}';
+		}
 	}
 	
     /**

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/39e52810/frameworks/projects/framework/src/mx/collections/ArrayList.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ArrayList.as b/frameworks/projects/framework/src/mx/collections/ArrayList.as
index 117793a..42ac624 100644
--- a/frameworks/projects/framework/src/mx/collections/ArrayList.as
+++ b/frameworks/projects/framework/src/mx/collections/ArrayList.as
@@ -19,9 +19,10 @@
 
 package mx.collections 
 {
-    
+ 
 import flash.events.EventDispatcher;
 import flash.events.IEventDispatcher;
+import flash.system.ApplicationDomain;
 import flash.utils.IDataInput;
 import flash.utils.IDataOutput;
 import flash.utils.IExternalizable;
@@ -282,7 +283,16 @@ public class ArrayList extends EventDispatcher
 	public function toJSON(s:String):*
 	{
 		var array:Array = toArray();
-		return this["JSON"].stringify(array);
+		
+		if (ApplicationDomain.currentDomain.hasDefinition("JSON"))
+		{
+			var json:Class = Class(ApplicationDomain.currentDomain.getDefinition("JSON"));
+			return json["stringify"](array);
+		}
+		else
+		{
+			return '{"error": "Not supported on Flash Player 10"}';
+		}
 	}
 	
     /**


[34/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-33860: Support for iOS7 status bar fix : do not display status bar on ios7 for fullScreen apps

Posted by jm...@apache.org.
FLEX-33860: Support for iOS7 status bar
fix : do not display status bar on ios7 for fullScreen apps


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

Branch: refs/heads/master
Commit: 51e3d452828f1270a907ecba13f98c099d98a3d0
Parents: 9d2a517
Author: mamsellem <ma...@systar.com>
Authored: Thu Feb 27 19:54:39 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Thu Feb 27 19:54:39 2014 +0100

----------------------------------------------------------------------
 frameworks/projects/spark/src/spark/components/Application.as | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/51e3d452/frameworks/projects/spark/src/spark/components/Application.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/Application.as b/frameworks/projects/spark/src/spark/components/Application.as
index 3604668..a9626d5 100644
--- a/frameworks/projects/spark/src/spark/components/Application.as
+++ b/frameworks/projects/spark/src/spark/components/Application.as
@@ -388,7 +388,7 @@ public class Application extends SkinnableContainer
      *  @private
      */
     private static var _softKeyboardBehavior:String = null;
-    
+
     /**
      *  @private
      */
@@ -1368,6 +1368,11 @@ public class Application extends SkinnableContainer
             sm.stage.addEventListener("orientationChanging", stage_orientationChangingHandler);
             sm.stage.addEventListener("orientationChange", stage_orientationChange);
             sm.stage.addEventListener(FullScreenEvent.FULL_SCREEN, stage_fullScreenHandler)  ;
+
+            // if full screen app,  clear status bar height
+            if ( sm.stage.displayState == StageDisplayState.FULL_SCREEN || sm.stage.displayState == StageDisplayState.FULL_SCREEN_INTERACTIVE )  {
+                setStyle("osStatusBarHeight", 0);
+            }
         }
         
         _url = LoaderUtil.normalizeURL(sm.loaderInfo);


[29/50] git commit: [flex-sdk] [refs/heads/master] - update release notes

Posted by jm...@apache.org.
update release notes


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

Branch: refs/heads/master
Commit: ceb97bcc1ada9d1c2eaccd53920e6c3b4d950447
Parents: 2a9073e
Author: Alex Harui <ah...@apache.org>
Authored: Wed Feb 26 16:51:40 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Feb 26 16:51:40 2014 -0800

----------------------------------------------------------------------
 RELEASE_NOTES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ceb97bcc/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index e8a017b..aa91d53 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -102,6 +102,7 @@ FLEX-33999  spark.skins.mobile480.assets.BeveledActionButton_
 FLEX-33992  Zero division at Grid.as setters for horizontalScrollPosition and verticalScrollPosition
 FLEX-33990  RTE in AdvancedDataGridBase drawItem
 FLEX-33989  ViewNavigatorBase discards MultiDPIBitmapSource information for icon when saving and re-loading view
+FLEX-33987  FocusManager NPE
 FLEX-33985  [TLF] Pressing BACKSPACE key when editing a TextInput deletes a whole line
 FLEX-33984  Spark CheckBox does not support labelPlacement like it's mx counter part
 FLEX-33978  AIR mobile + flex sdk 4.10 + text field setFocus runtime error


[09/50] git commit: [flex-sdk] [refs/heads/master] - Changed so build number is current date

Posted by jm...@apache.org.
Changed so build number is current date


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

Branch: refs/heads/master
Commit: 5e8fb6e560537f456cb43a73c8097acf3c733049
Parents: 9ab0f42
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 10:23:55 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 10:23:55 2014 +1100

----------------------------------------------------------------------
 modules/asc/build/java/build.xml |  5 ++++-
 modules/compiler/build.xml       | 10 ++++++++--
 modules/debugger/build.xml       |  5 ++++-
 3 files changed, 16 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5e8fb6e5/modules/asc/build/java/build.xml
----------------------------------------------------------------------
diff --git a/modules/asc/build/java/build.xml b/modules/asc/build/java/build.xml
index 769e3fd..05bab0b 100644
--- a/modules/asc/build/java/build.xml
+++ b/modules/asc/build/java/build.xml
@@ -162,7 +162,10 @@
         <!-- Create a version.properties file with the build number. -->
         <!-- This file is read by getBuild() in Version.java -->
         <!-- It is created in the same directory as Version.class -->
-        <echo file="${basedir}/classes/macromedia/asc/util/version.properties" append="false">build=${build.number}</echo>
+        <tstamp>
+        	<format property="build.number.date" pattern="yyyyMMdd" />
+        </tstamp>
+        <echo file="${basedir}/classes/macromedia/asc/util/version.properties" append="false">build=${build.number.date}</echo>
     </target>
 
     <!-- Downgrades the generated bytecode to be compatible with Java 1.4.2; no longer used. -->

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5e8fb6e5/modules/compiler/build.xml
----------------------------------------------------------------------
diff --git a/modules/compiler/build.xml b/modules/compiler/build.xml
index c45a89f..1948f90 100644
--- a/modules/compiler/build.xml
+++ b/modules/compiler/build.xml
@@ -111,7 +111,10 @@
     <target name="compile" depends="prepare,run-depend" description="compile">
         <javac source="${javac.src}" target="${javac.src}" debug="${src.debug}" destdir="${module.classes}" srcdir="${module.src}"
             includes="**/*.java" classpathref="classpath"/>
-        <echo file="${module.classes}/flex2/tools/version.properties" append="false">build=${build.number}</echo>
+	        <tstamp>
+	        	<format property="build.number.date" pattern="yyyyMMdd" />
+	        </tstamp>
+        <echo file="${module.classes}/flex2/tools/version.properties" append="false">build=${build.number.date}</echo>
     </target>
 
     <target name="javacc">
@@ -407,7 +410,10 @@
         <!-- Dynamically creating /flex2/tools/version.properties,
              other locales would need to be manually created here -->
         <delete failonerror="false" file="${module.classes}/flex2/tools/version.properties" />
-        <echo file="${module.classes}/flex2/tools/version.properties" append="false">build=${build.number}</echo>
+        <tstamp>
+        	<format property="build.number.date" pattern="yyyyMMdd" />
+        </tstamp>
+        <echo file="${module.classes}/flex2/tools/version.properties" append="false">build=${build.number.date}</echo>
     </target>
 
 	<target name="clean" description="clean">

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5e8fb6e5/modules/debugger/build.xml
----------------------------------------------------------------------
diff --git a/modules/debugger/build.xml b/modules/debugger/build.xml
index 7431a25..1a7dcfd 100644
--- a/modules/debugger/build.xml
+++ b/modules/debugger/build.xml
@@ -66,7 +66,10 @@ build outputs: sdk/lib/fdb.jar
     <target name="compile" depends="available,prepare,run-depend" description="compile">
         <javac source="${javac.src}" target="${javac.src}" debug="${src.debug}" destdir="${module.classes}" srcdir="${module.src}"
             includes="**/*.java" classpathref="classpath"/>
-        <echo file="${module.classes}/flex/tools/debugger/cli/version.properties" append="false">build=${build.number}</echo>
+        <tstamp>
+        	<format property="build.number.date" pattern="yyyyMMdd" />
+        </tstamp>
+        <echo file="${module.classes}/flex/tools/debugger/cli/version.properties" append="false">build=${build.number.date}</echo>
         <copy todir="${module.classes}">
 			<fileset dir="${module.src}" includes="**/*.txt, **/*.properties" />
         </copy>


[07/50] git commit: [flex-sdk] [refs/heads/master] - Fix FLEX-34107 IconItemRenderer separators disappear when using a large font.

Posted by jm...@apache.org.
Fix FLEX-34107  IconItemRenderer separators disappear when using a large font.


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

Branch: refs/heads/master
Commit: d8a36027649722fcd8f636c228bd29a6df9e96f2
Parents: 6942969
Author: mamsellem <ma...@systar.com>
Authored: Tue Feb 25 00:14:00 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Tue Feb 25 00:14:00 2014 +0100

----------------------------------------------------------------------
 .../src/spark/components/LabelItemRenderer.as   | 26 +++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d8a36027/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as b/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
index 97ab8ee..00c1328 100644
--- a/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
+++ b/frameworks/projects/mobilecomponents/src/spark/components/LabelItemRenderer.as
@@ -329,6 +329,23 @@ public class LabelItemRenderer extends UIComponent
      *  Whether or not we're the last element in the list
      */
     mx_internal var isLastItem:Boolean = false;
+
+    private var _useOpaqueBackground: Boolean = true;
+
+    /**
+     * Option to use an opaqueBackground property for this renderer. This can improve scrolling speed.
+     * Since opaqueBackground adds  space around the text proportional to the font's size,
+     * you might need to turn it off when using large fonts to avoid background overflow.
+     * @default  true
+     */
+    public function get useOpaqueBackground(): Boolean {
+        return _useOpaqueBackground;
+    }
+
+    public function set useOpaqueBackground(value: Boolean): void {
+        _useOpaqueBackground = value;
+        invalidateDisplayList();
+    }
     
     //--------------------------------------------------------------------------
     //
@@ -892,13 +909,14 @@ public class LabelItemRenderer extends UIComponent
 		{
 			// If our background is a solid color, use it as the opaqueBackground property
 			// for this renderer. This makes scrolling considerably faster.
-			opaqueBackgroundColor = backgroundColor;
+            if (_useOpaqueBackground)
+			     opaqueBackgroundColor = backgroundColor;
 		}
 
         // Draw the separator for the item renderer
         drawBorder(unscaledWidth, unscaledHeight);
-        
-		opaqueBackground = opaqueBackgroundColor;
+
+		opaqueBackground =  opaqueBackgroundColor;
     }
     
     /**
@@ -1178,5 +1196,7 @@ public class LabelItemRenderer extends UIComponent
         down = (interactionStateDetector.state == InteractionState.DOWN);
         hovered = (interactionStateDetector.state == InteractionState.OVER);
     }
+
+
 }
 }
\ No newline at end of file


[06/50] git commit: [flex-sdk] [refs/heads/master] - fix version regexp and correct antelope tasks check (more recent version is lowercase)

Posted by jm...@apache.org.
fix version regexp and correct antelope tasks check (more recent version is lowercase)


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

Branch: refs/heads/master
Commit: 9ab0f42d588e244bac2a68061ffb6fc9467c7be4
Parents: 39e5281
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 09:46:47 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 09:46:47 2014 +1100

----------------------------------------------------------------------
 build.xml | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9ab0f42d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3f0ff10..30c67d5 100644
--- a/build.xml
+++ b/build.xml
@@ -68,7 +68,7 @@
     <!-- 
         Optional jars but should be in place for a real release build.
         
-        For <grep> put AntelopeTasks_*.jar in this path.
+        For <grep> put antelopetasks*.jar in this path.
         See version-update.
 
         For <rat> apache-rat-0.8.jar and apache-rat-tasks-0.8.jar should be in classpath.
@@ -76,11 +76,11 @@
     -->
     <path id="anttask.classpath">
         <fileset dir="${env.ANT_HOME}/lib">
-           <include name="**/AntelopeTasks_*.jar"/>
+           <include name="**/antelopetasks*.jar"/>
            <include name="**/apache-rat*.jar"/>
         </fileset>
         <fileset dir="${user.home}">
-           <include name=".ant/lib/**/AntelopeTasks_*.jar"/>
+           <include name=".ant/lib/**/antelopetasks*.jar"/>
            <include name=".ant/lib/**/apache-rat*.jar"/>
         </fileset>
     </path>
@@ -1161,7 +1161,7 @@ There are no known issues.
 	    Update all frameworks Version.as files in the kit stagging area with the 
 	    latest version build number info.
 	    
-	    You need to place the AntelopeTasks_*.jar jar file in the anttask.classpath
+	    You need to place the antelopetasks*.jar jar file in the anttask.classpath
 	    in order to do this.  If the jar isn't found, the update is skipped.
 	-->
 	<target name="version-update"
@@ -1176,14 +1176,17 @@ There are no known issues.
     </target>
 
     <target name="have-greptask" if="have.greptask">
-		<taskdef name="grep" classname="ise.antelope.tasks.Find"
-                 classpathref="anttask.classpath"/>                 
+		<taskdef name="grep" classname="ise.antelope.tasks.Find" classpathref="anttask.classpath"/>                 
 
+        <tstamp>
+        	<format property="build.number.date" pattern="yyyyMMdd" />
+        </tstamp>
+        	
         <echo message="Updating all frameworks/projects/**/Version.as files with version ${release.version}.${build.number.date}"/>
 		
         <!-- Update all Version.as files in the kit frameworks directory-->
         <replaceregexp>
-            <regexp pattern='"[0-9].[0-9].[0-9].[0-9]";'/>
+            <regexp pattern='"[0-9]\.[0-9]+\.[0-9]+\.[0-9]+";'/>
             <substitution expression='"${release.version}.${build.number.date}";'/>
             <fileset dir="${FLEX_HOME}/temp/frameworks/projects">
                 <include name="**/Version.as"/>
@@ -1193,7 +1196,7 @@ There are no known issues.
 
     <target name="no-greptask" unless="have.greptask">
         <echo message="Version files not updated."/>
-        <echo message="AntelopeTasks_*.jar not found in anttask.classpath"/>
+        <echo message="antelopetasks*.jar not found in anttask.classpath"/>
     </target>   
 
     <target name="stage-locales"


[02/50] git commit: [flex-sdk] [refs/heads/master] - Now able to compile on 10.2 and 10.3 which doesn't have JSON support

Posted by jm...@apache.org.
Now able to compile on 10.2 and 10.3 which doesn't have JSON support


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

Branch: refs/heads/master
Commit: daed2dfd37da70af303883d34780018e06b80b56
Parents: 4e0fba5
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Feb 24 17:57:45 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Feb 24 17:57:45 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/collections/ArrayCollection.as       | 2 +-
 frameworks/projects/framework/src/mx/collections/ArrayList.as      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/daed2dfd/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ArrayCollection.as b/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
index 9d6f18d..589cc41 100644
--- a/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
+++ b/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
@@ -158,7 +158,7 @@ public class ArrayCollection extends ListCollectionView implements IExternalizab
 	public function toJSON(s:String):*
 	{
 		var array:Array = toArray();
-		return JSON.stringify(array);
+		return this["JSON"].stringify(array);
 	}
 	
     /**

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/daed2dfd/frameworks/projects/framework/src/mx/collections/ArrayList.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ArrayList.as b/frameworks/projects/framework/src/mx/collections/ArrayList.as
index abdb09b..117793a 100644
--- a/frameworks/projects/framework/src/mx/collections/ArrayList.as
+++ b/frameworks/projects/framework/src/mx/collections/ArrayList.as
@@ -282,7 +282,7 @@ public class ArrayList extends EventDispatcher
 	public function toJSON(s:String):*
 	{
 		var array:Array = toArray();
-		return JSON.stringify(array);
+		return this["JSON"].stringify(array);
 	}
 	
     /**


[19/50] git commit: [flex-sdk] [refs/heads/master] - Merge remote-tracking branch 'origin/release4.12.0' into develop

Posted by jm...@apache.org.
Merge remote-tracking branch 'origin/release4.12.0' 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/8420d0e6
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8420d0e6
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8420d0e6

Branch: refs/heads/master
Commit: 8420d0e62887f9c3315c856e545b0891a215b34d
Parents: 6d9a610 27236b6
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Feb 26 08:22:01 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Feb 26 08:22:01 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/collections/ListCollectionView.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[16/50] git commit: [flex-sdk] [refs/heads/master] - Update checksums for new versions of 12.0 and 13.0

Posted by jm...@apache.org.
Update checksums for new versions of 12.0 and 13.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/19999654
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/19999654
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/19999654

Branch: refs/heads/master
Commit: 1999965469c66a695dbcd9a30350adb3768dbc01
Parents: 74be0b3
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 12:36:35 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 12:36:35 2014 +1100

----------------------------------------------------------------------
 ide/checkAllPlayerGlobals.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/19999654/ide/checkAllPlayerGlobals.sh
----------------------------------------------------------------------
diff --git a/ide/checkAllPlayerGlobals.sh b/ide/checkAllPlayerGlobals.sh
index dcab366..d2b350a 100755
--- a/ide/checkAllPlayerGlobals.sh
+++ b/ide/checkAllPlayerGlobals.sh
@@ -120,6 +120,6 @@ downloadPlayerGlobal 11.6 1b841a0a26ada3e5da26eb70c32ab263 http://download.macro
 downloadPlayerGlobal 11.7 12656571c57b2ad641838e5695a00e27 http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_7.swc
 downloadPlayerGlobal 11.8 35bc69eec5091f70e221b4e63b66b60f http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_8.swc
 downloadPlayerGlobal 11.9 d18244c3c00c61a41f2d4d791d09fedb http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_9.swc
-downloadPlayerGlobal 12.0 cf7bac41614e3b981906271026410118 http://download.macromedia.com/get/flashplayer/updaters/12/playerglobal12_0.swc
-downloadPlayerGlobal 13.0 32264baf66b95f99070b3ce04a0ef7e3 http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/flashplayer13_playerglobal.swc
+downloadPlayerGlobal 12.0 9375704f171cf632f24e6400d267f5f3 http://download.macromedia.com/get/flashplayer/updaters/12/playerglobal12_0.swc
+downloadPlayerGlobal 13.0 a0dabab00796fe7a1b1b64b68bba15e9 http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/flashplayer13_playerglobal.swc
 


[47/50] git commit: [flex-sdk] [refs/heads/master] - changed back to IOS as isIPad returns false in the simulator

Posted by jm...@apache.org.
changed back to IOS as isIPad returns false in the simulator


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

Branch: refs/heads/master
Commit: 6e87e4c2f09a4e6c6e93a2185a0045570a577ae5
Parents: 470705c
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 3 10:11:23 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 3 10:11:23 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/core/RuntimeDPIProvider.as       | 6 +++---
 frameworks/projects/framework/src/mx/utils/Platform.as         | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6e87e4c2/frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as b/frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as
index 48d9ee9..7ce8cc7 100644
--- a/frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as
+++ b/frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as
@@ -119,10 +119,10 @@ public class RuntimeDPIProvider
 
     public function get runtimeDPI():Number
     {
-        var isIPad:Boolean = Platform.isIPad;
+        var isIOS:Boolean = Platform.isIOS;
         var screenDPI:Number = Capabilities.screenDPI;
 
-        if (isIPad)
+        if (isIOS) // as isIPad returns false in the simulator
 		{
             var root:DisplayObject = SystemManager.getSWFRoot(this);
             if (root != null )  {
@@ -130,7 +130,7 @@ public class RuntimeDPIProvider
                 if (stage != null){
                     var scX:Number = stage.fullScreenWidth;
                     var scY:Number = stage.fullScreenHeight;
-                    /*  as of Dec 2013,  iPad (resp. iPad retina)   are the only iOS devices to have 1024 (resp. 2048) screen width or height
+                    /*  as of Dec 2013,  iPad (resp. iPad retina) are the only iOS devices to have 1024 (resp. 2048) screen width or height
                      cf http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density#Apple
                      * */
                     if ((scX == IPAD_RETINA_MAX_EXTENT || scY == IPAD_RETINA_MAX_EXTENT))

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6e87e4c2/frameworks/projects/framework/src/mx/utils/Platform.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/utils/Platform.as b/frameworks/projects/framework/src/mx/utils/Platform.as
index 6c89078..494b83c 100644
--- a/frameworks/projects/framework/src/mx/utils/Platform.as
+++ b/frameworks/projects/framework/src/mx/utils/Platform.as
@@ -65,6 +65,7 @@ public class Platform
 	
 	/**
 	 *  Returns true if the applciation is runing on an iPad.
+	 *  Note this returns false in the mobile device simulator.
 	 *
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10


[03/50] git commit: [flex-sdk] [refs/heads/master] - update release notes

Posted by jm...@apache.org.
update release notes


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

Branch: refs/heads/master
Commit: 1cfe1683749033bfa8c514634fdb41adecb7c0ff
Parents: daed2df
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Feb 24 17:58:26 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Feb 24 17:58:26 2014 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1cfe1683/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 270ddee..3cbf38d 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -145,6 +145,7 @@ FLEX-33715  Error: Attempted access of inaccessible method getStyle through a re
 FLEX-33671  Warning messages when using experimental components.
 FLEX-33632  Getting Run Time Error when loading resource module at runtime.
 FLEX-26768  When debugging multi-module projects impossible to set breakpoint
+FLEX-26308  ListCollectionView addAllAt causes RTE on filtered collections
 FLEX-25962  PopupAnchor needs modal functionality
 FLEX-24623  Remove private declarations in PopUpAnchor
 


[44/50] git commit: [flex-sdk] [refs/heads/master] - Minor changes to README and RELEASE NOTES. Grammar and formatting fixes.

Posted by jm...@apache.org.
Minor changes to README and RELEASE NOTES.  Grammar and formatting fixes.


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

Branch: refs/heads/master
Commit: 4fb600686bb1dfddc37ac8dff6946a6ebf6ca544
Parents: 306a2f0
Author: quetwo <ni...@theflexgroup.org>
Authored: Sun Mar 2 00:09:41 2014 -0500
Committer: quetwo <ni...@theflexgroup.org>
Committed: Sun Mar 2 00:09:41 2014 -0500

----------------------------------------------------------------------
 README        | 6 ++++--
 RELEASE_NOTES | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4fb60068/README
----------------------------------------------------------------------
diff --git a/README b/README
index c8ef8ca..b464bc2 100644
--- a/README
+++ b/README
@@ -51,8 +51,10 @@ Getting the convenience packages for Apache Flex
 
     The SDK installer requires the Adobe AIR runtime to be installed.
 
-    Starting with Apache Flex 4.12 the binary distribution can be installed using only Ant.
-    This is the recommended method for Linux users.
+    Starting with Apache Flex 4.12 the binary distribution can be installed using only ANT
+    in addition to the AIR installer mentioned above. This is the recommended method for
+    Linux users.  More information about installing the binary installtion with ANT can be
+    found on our wiki at :
 
       https://cwiki.apache.org/confluence/display/FLEX/Installation+help#Installationhelp-Antinstaller
 

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4fb60068/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 65e7e49..cef3006 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -23,7 +23,7 @@ attempt to correct this problem:
 
 https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug
 
-Adobe have provided a patch for Flash Builder 4.7 that resolves this issue:
+Adobe has provided a patch for Flash Builder 4.7 that resolves this issue:
 
 http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html
 
@@ -176,7 +176,7 @@ attempt to correct this problem:
 
 https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug
 
-Adobe have provided a patch for Flash Builder 4.7 that resolves this issue:
+Adobe has provided a patch for Flash Builder 4.7 that resolves this issue:
 
 http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html
 


[41/50] git commit: [flex-sdk] [refs/heads/master] - Merge remote-tracking branch 'origin/develop' into release4.12.0

Posted by jm...@apache.org.
Merge remote-tracking branch 'origin/develop' into release4.12.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/ee5057fc
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ee5057fc
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/ee5057fc

Branch: refs/heads/master
Commit: ee5057fc89fcaef4a09d891c2917fa47574f2e13
Parents: 7929307 5468de3
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Mar 2 11:15:35 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Mar 2 11:15:35 2014 +1100

----------------------------------------------------------------------
 .../src/spark/components/supportClasses/DropDownController.as | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[22/50] git commit: [flex-sdk] [refs/heads/master] - fix up -config.xml files with player version, swf version and locale

Posted by jm...@apache.org.
fix up -config.xml files with player version, swf version and locale


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

Branch: refs/heads/master
Commit: 296ca0195439c2d2863f027f58e4f2478105b6ef
Parents: 8747164
Author: Alex Harui <ah...@apache.org>
Authored: Tue Feb 25 17:14:34 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Feb 25 17:15:06 2014 -0800

----------------------------------------------------------------------
 installer.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 53 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/296ca019/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index bb7bd0e..49e9e97 100644
--- a/installer.xml
+++ b/installer.xml
@@ -129,6 +129,13 @@
         <property name="flash.sdk.url.file" refid="${flash.sdk.url.file.ref}" />
         <property name="flash.sdk.swfversion.ref" value="flash.sdk.swfversion.${flash.sdk.version}" />
         <property name="flash.sdk.swfversion" refid="${flash.sdk.swfversion.ref}" />
+        <property name="flash.sdk.default.swfversion.ref" value="flash.sdk.swfversion.${playerglobal.version}" />
+        <property name="flash.sdk.default.swfversion" refid="${flash.sdk.default.swfversion.ref}" />
+        <condition property="flash.swfversion.changed" value="true">
+            <not>
+                <equals arg1="${flash.sdk.swfversion}" arg2="${flash.sdk.default.swfversion}" />
+            </not>
+        </condition>
     </target>
     
     <target name="install" depends="get-data,check-binary,ask-licenses,get-third-party-files,fixup-config-files" description="Converts binary package to IDE compatible folder">
@@ -587,15 +594,53 @@
 
     <target name="fixup-config-files" depends="flex-sdk-description-flash,flex-sdk-description-air,flex-sdk-description-locale">
         <echo>${INFO_INSTALLING_CONFIG_FILES}</echo>
+        <antcall target="fixup-config-files-version" />
+        <antcall target="fixup-config-files-swfversion" />
+        <antcall target="fixup-config-files-locale" />
+    </target>
+    
+    <target name="fixup-config-files-version" if="flash.version.changed">
         <replace file="${FLEX_HOME}/frameworks/flex-config.xml">
-            <replacefilter token="@playerversion@"
-                            value="${flash.sdk.version}"/>
-            <replacefilter token="@swfversion@"
-                            value="${flash.sdk.swfversion}"/>
-            <replacefilter token="@locale@"
-                            value="${bundle}"/>
-            <replacefilter token="{playerglobalHome}"
-                            value="libs/player"/>
+            <replacefilter token="&lt;target-player&gt;${playerglobal.version}&lt;/target-player&gt;"
+                            value="&lt;target-player&gt;${flash.sdk.version}&lt;/target-player&gt;"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/air-config.xml">
+            <replacefilter token="&lt;target-player&gt;${playerglobal.version}&lt;/target-player&gt;"
+            value="&lt;target-player&gt;${flash.sdk.version}&lt;/target-player&gt;"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/airmobile-config.xml">
+            <replacefilter token="&lt;target-player&gt;${playerglobal.version}&lt;/target-player&gt;"
+            value="&lt;target-player&gt;${flash.sdk.version}&lt;/target-player&gt;"/>
+        </replace>
+    </target>
+    
+    <target name="fixup-config-files-swfversion" if="flash.swfversion.changed">
+        <replace file="${FLEX_HOME}/frameworks/flex-config.xml">
+            <replacefilter token="&lt;swf-version&gt;${flash.sdk.default.swfversion}&lt;/swf-version&gt;"
+                            value="&lt;swf-version&gt;${flash.sdk.swfversion}&lt;/swf-version&gt;"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/air-config.xml">
+            <replacefilter token="&lt;swf-version&gt;${flash.sdk.default.swfversion}&lt;/swf-version&gt;"
+            value="&lt;swf-version&gt;${flash.sdk.swfversion}&lt;/swf-version&gt;"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/airmobile-config.xml">
+            <replacefilter token="&lt;swf-version&gt;${flash.sdk.default.swfversion}&lt;/swf-version&gt;"
+            value="&lt;swf-version&gt;${flash.sdk.swfversion}&lt;/swf-version&gt;"/>
+        </replace>
+    </target>
+    
+    <target name="fixup-config-files-locale" if="locale.changed">
+        <replace file="${FLEX_HOME}/frameworks/flex-config.xml">
+            <replacefilter token="&lt;locale-element&gt;${locale}&lt;/locale-element&gt;"
+                            value="&lt;locale-element&gt;${bundle}&lt;/locale-element&gt;"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/air-config.xml">
+            <replacefilter token="&lt;locale-element&gt;${locale}&lt;/locale-element&gt;"
+            value="&lt;locale-element&gt;${bundle}&lt;/locale-element&gt;"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/airmobile-config.xml">
+            <replacefilter token="&lt;locale-element&gt;${locale}&lt;/locale-element&gt;"
+            value="&lt;locale-element&gt;${bundle}&lt;/locale-element&gt;"/>
         </replace>
     </target>
 


[28/50] git commit: [flex-sdk] [refs/heads/master] - add a default TLF_HOME to the TLF code in a source package

Posted by jm...@apache.org.
add a default TLF_HOME to the TLF code in a source package


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

Branch: refs/heads/master
Commit: 60a53fe4bb886bde22dbc38380c6474a91e8f6cc
Parents: 6e4fcdc
Author: Alex Harui <ah...@apache.org>
Authored: Wed Feb 26 16:47:23 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Feb 26 16:49:20 2014 -0800

----------------------------------------------------------------------
 build.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/60a53fe4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 30c67d5..6e17a1b 100644
--- a/build.xml
+++ b/build.xml
@@ -65,7 +65,12 @@
             property="TLF_HOME"
             value="${env.TLF_HOME}"/>
 
-    <!-- 
+    <available file="${FLEX_HOME}/frameworks/projects/textLayout/src"
+            type="dir"
+            property="TLF_HOME"
+            value="${FLEX_HOME}/frameworks/projects" />
+
+    <!--
         Optional jars but should be in place for a real release build.
         
         For <grep> put antelopetasks*.jar in this path.


[18/50] git commit: [flex-sdk] [refs/heads/master] - reverting FLEX-34101 as this cause several spark list test to fails and one to RTE

Posted by jm...@apache.org.
reverting FLEX-34101 as this cause several spark list test to fails and one to RTE


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

Branch: refs/heads/master
Commit: 27236b658e1920a462dc64554e73039bb10f4159
Parents: 203a3ed
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Feb 26 08:20:56 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Feb 26 08:20:56 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/collections/ListCollectionView.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/27236b65/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
index 3610d28..3ef2f1a 100644
--- a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
+++ b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
@@ -1208,7 +1208,7 @@ public class ListCollectionView extends Proxy
 			throw new CollectionViewError(message);
 		}
 
-        if (localIndex && addedItems.length > 0)
+        if (localIndex && addedItems.length > 1)
         {
             addLocation = -1;
         }


[35/50] git commit: [flex-sdk] [refs/heads/master] - Merge remote-tracking branch 'origin/develop' into release4.12.0

Posted by jm...@apache.org.
Merge remote-tracking branch 'origin/develop' into release4.12.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/788fec76
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/788fec76
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/788fec76

Branch: refs/heads/master
Commit: 788fec762d540ca09a4d4be9307c9af463c5b0dd
Parents: e609b91 51e3d45
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Feb 28 15:38:59 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Feb 28 15:38:59 2014 +1100

----------------------------------------------------------------------
 frameworks/build.xml                            |  2 +-
 .../src/spark/components/LabelItemRenderer.as   | 32 +++++++++-----------
 .../spark/src/spark/components/Application.as   |  7 ++++-
 ide/checkAllPlayerGlobals.sh                    |  4 +--
 mustella/jenkins.sh                             |  4 +--
 5 files changed, 25 insertions(+), 24 deletions(-)
----------------------------------------------------------------------



[45/50] git commit: [flex-sdk] [refs/heads/master] - replace tokens in config files

Posted by jm...@apache.org.
replace tokens in config files


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

Branch: refs/heads/master
Commit: 563c8e14766ee2b355f5c72ce8ec25c877c4b70c
Parents: 306a2f0
Author: Alex Harui <ah...@apache.org>
Authored: Sun Mar 2 08:42:34 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Mar 2 08:43:40 2014 -0800

----------------------------------------------------------------------
 installer.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/563c8e14/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index baeecbc..67935b5 100644
--- a/installer.xml
+++ b/installer.xml
@@ -598,6 +598,18 @@
         <antcall target="fixup-config-files-version" />
         <antcall target="fixup-config-files-swfversion" />
         <antcall target="fixup-config-files-locale" />
+        <replace file="${FLEX_HOME}/frameworks/flex-config.xml">
+            <replacefilter token="{playerglobalHome}"
+                value="libs/player"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/air-config.xml">
+            <replacefilter token="{airHome}/frameworks/libs"
+            value="libs"/>
+        </replace>
+        <replace file="${FLEX_HOME}/frameworks/airmobile-config.xml">
+            <replacefilter token="{airHome}/frameworks/libs"
+            value="libs"/>
+        </replace>
     </target>
     
     <target name="fixup-config-files-version" if="flash.version.changed">


[46/50] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'develop' into release4.12.0

Posted by jm...@apache.org.
Merge branch 'develop' into release4.12.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/470705c0
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/470705c0
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/470705c0

Branch: refs/heads/master
Commit: 470705c00049e2de12dcb55dd165e81d165a15ef
Parents: 4fb6006 563c8e1
Author: Alex Harui <ah...@apache.org>
Authored: Sun Mar 2 08:44:15 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Mar 2 08:44:15 2014 -0800

----------------------------------------------------------------------
 installer.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------