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

[1/3] git commit: [flex-sdk] [refs/heads/develop] - blazeDs -> blazeDS

Updated Branches:
  refs/heads/develop 66b542611 -> e11df3058


blazeDs -> blazeDS


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

Branch: refs/heads/develop
Commit: b5f6abb000ea1ae4b8e681476c364f05aa7c1d4b
Parents: 2e0f18c
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Dec 2 09:05:45 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Dec 2 09:05:45 2013 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b5f6abb0/README
----------------------------------------------------------------------
diff --git a/README b/README
index c704593..8f35fd0 100644
--- a/README
+++ b/README
@@ -441,7 +441,7 @@ Software Dependencies
     libs/external/optional.
 
     flex-messaging-common.jar
-        Provides integration with Adobe BlazeDs.
+        Provides integration with Adobe BlazeDS.
                
         This files are extracted from: 
         http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip


[2/3] git commit: [flex-sdk] [refs/heads/develop] - update with recent changes in JIRA

Posted by jm...@apache.org.
update with recent changes in JIRA


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

Branch: refs/heads/develop
Commit: 54efdac8501642b23ca5e179235e9b4f21dea047
Parents: b5f6abb
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Dec 2 09:06:20 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Dec 2 09:06:20 2013 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/54efdac8/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index df6d018..f4f4557 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -40,7 +40,9 @@ SDK Changes
 - Improved UID generation performance.
 - Changed DPI to be 160 for iPad and 320 for iPad mini.
 - Improvements to Falcon MXML code generation.
-- Option to not store last call result in RomoteObject and WebService
+- 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 
 
 Bug Fixes
 ----------
@@ -53,6 +55,10 @@ Bug Fixes
 
 JIRA Issue Number and Summary                                                                                        
 -------------------------------------------------------------------------------------------------------------------
+FLEX-33860  Support For iOS7 status bar
+FLEX-33947  Errors in mobile ButtonBar Flex 4.11
+FLEX-33920  spark ComboBox.changeHighlightedSelection doesn't check the newindex upperbound
+FLEX-33919  Listbase selectItem getter does not validate selectedIndex for values below 0 other than -1.
 FLEX-33899  DataGrid goes blank when removing last item from dataProvider when requestedRowCount is set
 FLEX-33885  BindingManager#executeBindings : Avoid unneeded memory allocation
 FLEX-33884  Android mobile app crashes when you click on a modal


[3/3] git commit: [flex-sdk] [refs/heads/develop] - 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/e11df305
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e11df305
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e11df305

Branch: refs/heads/develop
Commit: e11df3058b5f9a0b17d0ce5c2817f3dafb314fed
Parents: 54efdac 66b5426
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Dec 2 09:06:56 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Dec 2 09:06:56 2013 +1100

----------------------------------------------------------------------
 .../framework/src/mx/utils/MediaQueryParser.as  | 28 ++++++++++++-
 frameworks/projects/mobiletheme/defaults.css    | 43 ++++++++++++++++++++
 .../TabbedViewNavigatorApplicationSkin.as       |  7 ++--
 .../mobile/ViewNavigatorApplicationSkin.as      |  7 ++--
 .../spark/src/spark/components/Application.as   | 12 ++++++
 .../src/spark/skins/spark/ApplicationSkin.mxml  | 29 +++++++++----
 6 files changed, 110 insertions(+), 16 deletions(-)
----------------------------------------------------------------------