Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B833ED452 for ; Mon, 26 Nov 2012 00:45:41 +0000 (UTC) Received: (qmail 85541 invoked by uid 500); 26 Nov 2012 00:45:41 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 85514 invoked by uid 500); 26 Nov 2012 00:45:41 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 85503 invoked by uid 99); 26 Nov 2012 00:45:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 00:45:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 00:45:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3E4CD23889D5; Mon, 26 Nov 2012 00:45:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1413456 - in /incubator/flex/whiteboard/fthomas/developerToolSuite/trunk: org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/ org.apache.flex.utilities.developerToolSuite.standa... Date: Mon, 26 Nov 2012 00:45:16 -0000 To: flex-commits@incubator.apache.org From: fthomas@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121126004517.3E4CD23889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fthomas Date: Mon Nov 26 00:45:15 2012 New Revision: 1413456 URL: http://svn.apache.org/viewvc?rev=1413456&view=rev Log: A bit of code cleaning Added: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/ApplicationSkin.mxml - copied, changed from r1413454, incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/WindowedApplicationSkin.mxml Removed: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/WindowedApplicationSkin.mxml Modified: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css Modified: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml?rev=1413456&r1=1413455&r2=1413456&view=diff ============================================================================== --- incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml (original) +++ incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.host-swf/src/main/flex/org/apache/flex/utilities/developerToolSuite/MainApplication.mxml Mon Nov 26 00:45:15 2012 @@ -18,7 +18,6 @@ limitations under the License. @@ -34,19 +33,13 @@ limitations under the License. + dataProvider="{new ArrayCollection(LocaleUtil.AVAILABLE_LANGUAGES)}" + change="resourceManager.localeChain = LocaleUtil.getOrderedLocalChain(localeComboBox.selectedItem.data)" + selectedItem="{LocaleUtil.getOSLanguage()}"/> Copied: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/ApplicationSkin.mxml (from r1413454, incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/WindowedApplicationSkin.mxml) URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/ApplicationSkin.mxml?p2=incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/ApplicationSkin.mxml&p1=incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/WindowedApplicationSkin.mxml&r1=1413454&r2=1413456&rev=1413456&view=diff ============================================================================== --- incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/WindowedApplicationSkin.mxml (original) +++ incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/flex/org/apache/flex/utilities/developerToolSuite/ApplicationSkin.mxml Mon Nov 26 00:45:15 2012 @@ -21,18 +21,17 @@ limitations under the License. title bar, or title bar buttons.

You can either use system chrome, the FlexChromSkin class, or - the WindowedApplicationSkin class to define the appearance of + the ApplicationSkino define the appearance of the WindowedApplication and Window containers. - To use the WindowedApplicationSkin class with the WindowedApplication container, + To use the ApplicatApplicationSkinWindowedApplication container, set systemChrome to "none" in the application's .xml file, and set the skinClass style to - spark.skins.spark.WindowedApplicationSkin. - To use the WindowedApplicationSkin class with the Window container, + spark.skins.spark.ApplicationSkin.ApplicationSkinnSkin class wiApplicationSkin, set the Window.systemChrome property to "none", and set the skinClass style to - spark.skins.spark.WindowedApplicationSkin.

+ spark.skins.spark.ApplicationSkin.

- @see spark.components.WindowedApplication + @see sparApplicationSkinplication @langversion 3.0 @playerversion Flash 10 Modified: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css?rev=1413456&r1=1413455&r2=1413456&view=diff ============================================================================== --- incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css (original) +++ incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css Mon Nov 26 00:45:15 2012 @@ -20,5 +20,5 @@ limitations under the License. asf|MainApplication { backgroundColor: #DDDDDD; - skinClass: ClassReference("org.apache.flex.utilities.developerToolSuite.WindowedApplicationSkin"); + skinClass: ClassReference("org.apache.flex.utilities.developerToolSuite.ApplicationSkin"); }