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/02/28 08:56:52 UTC

[1/5] git commit: [flex-sdk] [refs/heads/develop] - a couple of tweaks to README

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 51e3d4528 -> 4e2708f0d


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/develop
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)


[2/5] git commit: [flex-sdk] [refs/heads/develop] - 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/develop
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.


[5/5] git commit: [flex-sdk] [refs/heads/develop] - 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/develop
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)


[3/5] git commit: [flex-sdk] [refs/heads/develop] - 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/develop
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
----------------------------------------------------------------------


[4/5] git commit: [flex-sdk] [refs/heads/develop] - 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/develop
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(-)
----------------------------------------------------------------------