You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/06/19 22:49:53 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - minor touch ups for mobile runs

Updated Branches:
  refs/heads/develop 47014136b -> 3730fd251


minor touch ups for mobile runs


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

Branch: refs/heads/develop
Commit: fa29cf2617691d8691cff8e8f22e39c9c72a439c
Parents: 4701413
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 19 13:26:35 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 19 13:49:47 2013 -0700

----------------------------------------------------------------------
 mustella/.gitignore  | 2 +-
 mustella/mini_run.sh | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fa29cf26/mustella/.gitignore
----------------------------------------------------------------------
diff --git a/mustella/.gitignore b/mustella/.gitignore
index 42c1815..c048f97 100644
--- a/mustella/.gitignore
+++ b/mustella/.gitignore
@@ -11,4 +11,4 @@ deps.xml
 changes.txt
 catalog.xml
 library.swf
-
+as3/src/mustella/MobileConfig.as

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fa29cf26/mustella/mini_run.sh
----------------------------------------------------------------------
diff --git a/mustella/mini_run.sh b/mustella/mini_run.sh
index 55f4cc5..96e9139 100755
--- a/mustella/mini_run.sh
+++ b/mustella/mini_run.sh
@@ -80,6 +80,8 @@ if [ $# -lt 1 ]
     echo ""
     echo "   -mail=name@address  send mail, if any, to this address only"
     echo ""
+    echo "   -mobile      - run mobile tests"
+    echo ""
     echo "   -myExcludes  - do not fetch excludes from the database; use the ones already present in"
     echo "                  qa/sdk/testsuites/mustella/tests"
     echo ""


[2/2] git commit: [flex-sdk] [refs/heads/develop] - fix mobile theme

Posted by ah...@apache.org.
fix mobile theme


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

Branch: refs/heads/develop
Commit: 3730fd251d822d2642edfe365713ecffbdf87332
Parents: fa29cf2
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 19 13:49:26 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 19 13:49:48 2013 -0700

----------------------------------------------------------------------
 .../projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as      | 2 +-
 .../mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3730fd25/frameworks/projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as
index 593240f..c7ec98a 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as
@@ -101,7 +101,7 @@ public class ButtonSkin extends ButtonSkinBase
         
         switch (applicationDPI)
         {
-			case DPIClassification.DPI_240:
+			case DPIClassification.DPI_480:
 			{
 				// Note provisional may need changes
 				upBorderSkin = spark.skins.mobile480.assets.Button_up;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3730fd25/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
index c87b16e..5fd3094 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ToggleSwitchSkin.as
@@ -75,7 +75,7 @@ public class ToggleSwitchSkin extends MobileSkin
         
         switch(applicationDPI) 
         {
-			case DPIClassification.DPI_240:
+			case DPIClassification.DPI_480:
 			{
 				// Note provisional may need changes
 				layoutThumbWidth = 140;