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 2014/03/20 17:58:18 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - REFIX- FLEX-33350 CalloutButton for Web removed warning: The style 'rollOverOpenDelay' is only supported by type spark.components.CalloutButton' with the theme(s) 'spark'.

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 2d7527fa5 -> b303d9eff


REFIX- FLEX-33350 CalloutButton for Web
removed warning: The style 'rollOverOpenDelay' is only supported by type spark.components.CalloutButton' with the theme(s) 'spark'.


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

Branch: refs/heads/develop
Commit: 13ae99f5a2283ad8d8da44eff7f3e1796fd23f6d
Parents: e7611cb
Author: mamsellem <ma...@systar.com>
Authored: Thu Mar 20 17:53:43 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Thu Mar 20 17:53:43 2014 +0100

----------------------------------------------------------------------
 frameworks/projects/spark/defaults.css | 3 ---
 frameworks/themes/Spark/spark.css      | 5 +++++
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/13ae99f5/frameworks/projects/spark/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/defaults.css b/frameworks/projects/spark/defaults.css
index 79eecc1..0ced94e 100644
--- a/frameworks/projects/spark/defaults.css
+++ b/frameworks/projects/spark/defaults.css
@@ -60,9 +60,6 @@ Callout
     borderThickness: 1;
 }
 
-CalloutButton {
-    rollOverOpenDelay: NaN;   /* default behavior is clicking button to open callout*/
-}
 
 CheckBox
 {

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/13ae99f5/frameworks/themes/Spark/spark.css
----------------------------------------------------------------------
diff --git a/frameworks/themes/Spark/spark.css b/frameworks/themes/Spark/spark.css
index 22fb55b..78e8ce0 100644
--- a/frameworks/themes/Spark/spark.css
+++ b/frameworks/themes/Spark/spark.css
@@ -53,4 +53,9 @@ s|TitleWindow
     borderColor: 0;
     cornerRadius: 0;
     dropShadowVisible: true;
+}
+
+s|CalloutButton
+{
+    rollOverOpenDelay: NaN; /* default behavior is clicking button to open callout for spark*/
 }
\ No newline at end of file


[2/2] 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 ma...@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/b303d9ef
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/b303d9ef
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/b303d9ef

Branch: refs/heads/develop
Commit: b303d9eff21d508b954c7c578e4a61ff53919e18
Parents: 13ae99f 2d7527f
Author: mamsellem <ma...@systar.com>
Authored: Thu Mar 20 17:56:40 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Thu Mar 20 17:56:40 2014 +0100

----------------------------------------------------------------------
 CONTRIBUTING                                    | 105 +++++++++++++++++++
 README                                          |   4 +-
 RELEASE_NOTES                                   |  13 ++-
 build.xml                                       |   1 +
 .../AdvancedDataGridBase.as                     |  26 +++--
 .../AdvancedDataGridColumn.as                   |  11 +-
 .../AdvancedDataGridColumnGroup.as              |   2 +-
 .../controls/dataGridClasses/DataGridColumn.as  |  11 +-
 8 files changed, 147 insertions(+), 26 deletions(-)
----------------------------------------------------------------------