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 E3CC3DB2B for ; Mon, 17 Sep 2012 21:13:10 +0000 (UTC) Received: (qmail 13070 invoked by uid 500); 17 Sep 2012 21:13:10 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 13035 invoked by uid 500); 17 Sep 2012 21:13:10 -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 13028 invoked by uid 99); 17 Sep 2012 21:13:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 21:13:10 +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, 17 Sep 2012 21:13:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7B6612388A56; Mon, 17 Sep 2012 21:12:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1386843 - in /incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList: Properties/baselines/ SWFs/ Date: Mon, 17 Sep 2012 21:12:26 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120917211226.7B6612388A56@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cframpton Date: Mon Sep 17 21:12:25 2012 New Revision: 1386843 URL: http://svn.apache.org/viewvc?rev=1386843&view=rev Log: Goes with rev 138640 which was prematurely committed. Move global styles to the correct file so they are applied. Note of the RTL tests were actually doing RTL. Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/HorizontalList_Mirroring_rtl.png incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection1_Mirroring_rtl.png incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection_Mirroring_rtl.png incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection_end_Mirroring_rtl.png incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/SWFs/HorizontalList_Mirroring_Basic.mxml Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/HorizontalList_Mirroring_rtl.png URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/HorizontalList_Mirroring_rtl.png?rev=1386843&r1=1386842&r2=1386843&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection1_Mirroring_rtl.png URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection1_Mirroring_rtl.png?rev=1386843&r1=1386842&r2=1386843&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection_Mirroring_rtl.png URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection_Mirroring_rtl.png?rev=1386843&r1=1386842&r2=1386843&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection_end_Mirroring_rtl.png URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/Properties/baselines/Key_selection_end_Mirroring_rtl.png?rev=1386843&r1=1386842&r2=1386843&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/SWFs/HorizontalList_Mirroring_Basic.mxml URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/SWFs/HorizontalList_Mirroring_Basic.mxml?rev=1386843&r1=1386842&r2=1386843&view=diff ============================================================================== --- incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/SWFs/HorizontalList_Mirroring_Basic.mxml (original) +++ incubator/flex/sdk/branches/develop/mustella/tests/components/HorizontalList/SWFs/HorizontalList_Mirroring_Basic.mxml Mon Sep 17 21:12:25 2012 @@ -43,6 +43,11 @@ @namespace "library://ns.adobe.com/flex/mx"; + + global { + direction: rtl; + layoutDirection: rtl; + } HorizontalList{ fontFamily: MyVerdana;