You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ma...@apache.org on 2013/10/08 09:13:56 UTC

[12/17] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into callout FIXED https://issues.apache.org/jira/browse/FLEX-33350 - mobile Callout moved to spark - Added borderColor and b

Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into callout
FIXED https://issues.apache.org/jira/browse/FLEX-33350
- mobile Callout moved to spark
- Added borderColor and borderThickness styles to Callout
- Desktop & Mobile Callout uses same s:Callout
- MobileSkin refactored
   - new ActionScriptSkinBase class takes 99% of MobileSkin, and belongs to spark
   - MobileSkin inherts from ActionScriptSkinBase with few overriddes
- New skin for desktop  Callout = spark.skins.spark.CalloutSkin
  - inherits from ActionScriptSkinBase
  - duplicated from mobile skin (pure AS skin)
  - with different css settings:  lighter frame, and dark gray 1px border
  - Limitation: CalloutSkin not a SparkSkin (chromeColor has no effect)


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

Branch: refs/heads/develop
Commit: 891df758147b14003eb02ff9199482e7a5a09fe5
Parents: 074354c 320dea3
Author: mamsellem <ma...@systar.com>
Authored: Tue Oct 8 02:24:38 2013 +0200
Committer: mamsellem <ma...@systar.com>
Committed: Tue Oct 8 02:26:29 2013 +0200

----------------------------------------------------------------------
 frameworks/projects/experimental/compile-config.xml                | 2 +-
 frameworks/projects/experimental_mobile/compile-config.xml         | 2 +-
 .../src/spark/skins/mobile/supportClasses/CalloutArrow.as          | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/891df758/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/CalloutArrow.as
----------------------------------------------------------------------
diff --cc frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/CalloutArrow.as
index 453068c,35f8757..ac8823d
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/CalloutArrow.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/CalloutArrow.as
@@@ -20,7 -20,7 +20,6 @@@
  package spark.skins.mobile.supportClasses
  {
  import flash.display.BlendMode;
--import flash.display.DisplayObject;
  import flash.display.GradientType;
  import flash.display.Graphics;
  import flash.display.GraphicsPathCommand;