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 8C3EDD5E8 for ; Mon, 6 Aug 2012 21:27:05 +0000 (UTC) Received: (qmail 55901 invoked by uid 500); 6 Aug 2012 21:27:04 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 55862 invoked by uid 500); 6 Aug 2012 21:27:04 -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 55820 invoked by uid 99); 6 Aug 2012 21:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 21:27:04 +0000 X-ASF-Spam-Status: No, hits=-1999.0 required=5.0 tests=ALL_TRUSTED,FRT_ADOBE2 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, 06 Aug 2012 21:26:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2769223888FD; Mon, 6 Aug 2012 21:26:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370028 [2/43] - in /incubator/flex/whiteboard/cframpton/adobe.next: ./ frameworks/ frameworks/projects/advancedgrids/src/mx/collections/ frameworks/projects/advancedgrids/src/mx/controls/ frameworks/projects/airframework/src/mx/managers/ ... Date: Mon, 06 Aug 2012 21:26:02 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120806212616.2769223888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/flex/whiteboard/cframpton/adobe.next/CHANGES.adobe.next URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/cframpton/adobe.next/CHANGES.adobe.next?rev=1370028&view=auto ============================================================================== --- incubator/flex/whiteboard/cframpton/adobe.next/CHANGES.adobe.next (added) +++ incubator/flex/whiteboard/cframpton/adobe.next/CHANGES.adobe.next Mon Aug 6 21:25:54 2012 @@ -0,0 +1,4454 @@ +------------------------------------------------------------------------ +r23244 | bvijay@adobe.com | 2011-12-20 01:03:59 -0500 (Tue, 20 Dec 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSessionManager.java + +Changing the ADL parameter from "-simulation" to "-Xsimulation" as per request. + +QE notes: None +Doc notes: None +Bugs: None +Reviewer: None +Tests run: Checkin Tests +Is noteworthy for integration: No + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23222 | bvijay@adobe.com | 2011-12-05 05:11:00 -0500 (Mon, 05 Dec 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/AIRLaunchInfo.java + M /private/flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSessionManager.java + +Adding a simulation parameter in AIRLaunchInfo, for ADL to support the mobile gesture&Event simulator. +QE notes: None +Doc notes: None +Bugs: None +Reviewer: anirudhs +Tests run: CheckInTests +Is noteworthy for integration: No + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23219 | smgilson@adobe.com | 2011-12-02 14:12:41 -0500 (Fri, 02 Dec 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DataGridSkin.mxml + +Fix for ASDoc bugs + +QE notes: +Doc notes: +Bugs: #3020677, #3020730, #3020773 +Reviewer: +Tests run: checkintests +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23209 | smgilson@adobe.com | 2011-12-01 11:01:50 -0500 (Thu, 01 Dec 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/events/TreeDataAdapterChangeEventKind.as + +fix invalid HTML in ASDoc comment + +QE notes: +Doc notes: +Bugs: +Reviewer: +Tests run: checkintests +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23194 | klin@adobe.com | 2011-11-04 18:30:37 -0400 (Fri, 04 Nov 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/ITreeDataAdapter.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/ObjectTreeDataAdapter.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/XMLTreeDataAdapter.as + M /private/flex/sdk/trunk/frameworks/spark-manifest.xml + +Initial commit of ObjectTreeDataAdapter. ObjectTreeDataAdapter is an implementation of ITreeDataAdapter for generic object types. It provides methods to access the children and parent of an object within the tree. + +Note: This version of ObjectTreeDataAdapter only supports childrenField and parentField, the property names to access the children and parent. In the future, it might be better to use DataPath to do this. At the very least, we should add childrenFunction and parentFunction. + +QE notes: No +Doc notes: No +Bugs: No +Reviewer: Hans +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23187 | klin@adobe.com | 2011-11-03 20:54:03 -0400 (Thu, 03 Nov 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/TreeList.as + +Fix calculating the index of the node when a remove occurs. + +QE notes: No +Doc notes: No +Bugs: No +Reviewer: Evtim +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23174 | klin@adobe.com | 2011-11-02 13:39:07 -0400 (Wed, 02 Nov 2011) | 8 lines +Changed paths: + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/TreeList.as + +Initial commit of TreeList, a read-only IList implementation that exposes a flattened ITreeDataAdapter. Tree wraps its treeDataProvider internally with a TreeList. This class is excluded and isn't meant to be used directly. + +QE notes: Can begin testing of TreeList. +Doc notes: No +Bugs: No +Reviewer: Hans, Evtim +Tests run: cyclone server, checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23172 | klin@adobe.com | 2011-11-01 18:53:36 -0400 (Tue, 01 Nov 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SliderBase.as + +Fix for Slider dataTip not displaying correct precision on Mac. We just needed to set trailingZeros to true by default. + +QE notes: There's an existing known issue in the flash formatters for "0" not working with trailingZeros. +Doc notes: No +Bugs: SDK-31749 +Reviewer: Evtim +Tests run: cyclone server +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23166 | cframpto@adobe.com | 2011-11-01 12:09:52 -0400 (Tue, 01 Nov 2011) | 17 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/air-config.xml + M /private/flex/sdk/trunk/frameworks/flex-config.xml + M /private/flex/sdk/trunk/frameworks/libs/textLayout.swc + M /private/flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt + M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.compose.xml + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/TextLayoutVersion.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/BaseCompose.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/TextFlowLine.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/ContainerController.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/TextContainerManager.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/FlowElementMouseEventManager.as + D /private/flex/sdk/trunk/frameworks/rsls/textLayout_3.0.0.22.swf + A /private/flex/sdk/trunk/frameworks/rsls/textLayout_3.0.0.28.swf + +TLF3 Build 28. + +Build 27 + *Fix 3012943, two columns ordered list - when 2nd column scrolls the first column disappears. +Build 26 + *Fix 2988852, Scrolling in the application causes all text to disappear. + *Fix 2990689, [SDK-31396] Hover over links doesn't work correctly for RTL text. + *Fix 2988783, Some part of text that flows through new added containers cannot be selected after layout changes. + *Fix 2988817, Type Error when scrolling with the image selected. + *Fix 2907691, When composition starts in middle of the container, paddingBottom for the previous paragraph is ignored. + +QE notes: +Doc notes: +Bugs: SDK-31396 +Reviewer: +Tests run: full cyclone +Is noteworthy for integration: potentially final build for TLF3 +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23151 | mijordan@adobe.com | 2011-10-28 12:01:49 -0400 (Fri, 28 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as + +Restores an accessibilityImplementation if it no longer exists after text is updated programmatically. + +QE notes: +Doc notes: +Bugs: SDK-31905 +Reviewer: Carol +Tests run: checkintest, mustella, cyclone +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23142 | mvujovic@adobe.com | 2011-10-26 20:09:56 -0400 (Wed, 26 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + +Added a "caretChange" private event to Accordion to aid in focus test automation. + +QE notes: None +Doc notes: None +Bugs: None +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23128 | mijordan@adobe.com | 2011-10-26 10:30:50 -0400 (Wed, 26 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as + +Fix for AccImpl creating a named accessibility object with the role 'graphic' for each spark.components.Scroller or spark.components.supportClasses.GroupBase subclass descendant of a Form or FormItem. + +QE notes: +Doc notes: +Bugs: SDK-31931 +Reviewer: Carol Frampton +Tests run: mustella, checkintests, cyclone +Is noteworthy for integration: no +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23116 | dloverin@adobe.com | 2011-10-25 14:52:27 -0400 (Tue, 25 Oct 2011) | 12 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as + +Fix for resolving RSL parent and current Application Domain targets. + +The fix defers resolving the Application Domain for a "parent" or "current" targets until after the moduleFactory for those targets have been checked for loaded RSLs. + +QE notes: Add test in SDK-31808 to mustella. +Doc notes: None. +Bugs: SDK-31808. +Reviewer: Alex +Tests run: cyclone +Is noteworthy for integration: No. + + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23101 | kawatana@adobe.com | 2011-10-24 12:21:23 -0400 (Mon, 24 Oct 2011) | 7 lines +Changed paths: + A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/preloaders/exmaples/DynamicSplashScreenExample1.mxml + A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/preloaders/exmaples/DynamicSplashScreenExample1HomeView.mxml + +DynamicSplashScreen ASDoc examples to trunk +QE notes: +Doc notes: +Bugs: +Reviewer: +Tests run: +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23100 | smgilson@adobe.com | 2011-10-24 11:24:24 -0400 (Mon, 24 Oct 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as + +Fix for ASDoc bug #2986830 + +QE notes: +Doc notes: +Bugs: +Reviewer: +Tests run: checkintests +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23089 | mijordan@adobe.com | 2011-10-21 17:55:33 -0400 (Fri, 21 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/mx/src/mx/controls/RadioButtonGroup.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButtonGroup.as + +Renames RadioButtonGroup.breadthOrderCompare() sorting method to RadioButtonGroup.readOrderCompare() and adds support for sorting items within a RadioButtonGroup by tabIndex as a higher priority to sorting by breadth. + +QE notes: +Doc notes: +Bugs: SDK-31882 +Reviewer: Carol Frampton, Cindy Shen Hung +Tests run: mustella, checkintests, cyclone +Is noteworthy for integration: no +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23078 | mvujovic@adobe.com | 2011-10-20 19:27:03 -0400 (Thu, 20 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUITextField.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IToolTipManagerClient.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/core/IToolTip.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/IToolTipManagerImpl.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/ToolTipManager.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/ToolTipManagerImpl.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UIFTETextField.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ToolTip.as + +Spark ToolTipManager now expects target components that implement IToolTipManagerClient instead of UIComponent. IToolTipManagerClient has been expanded and the classes that implement it have been updated to conform to it. Classes include UIMovieClip, UITextField, and UIFTETextField. + +QE notes: None +Doc notes: None +Bugs: SDK-31678 +Reviewer: Hans +Tests run: checkintests, mustella +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23075 | jszeto@adobe.com | 2011-10-20 17:25:54 -0400 (Thu, 20 Oct 2011) | 13 lines +Changed paths: + M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java + +Update flex version to 4.6 for compatibility versinoning + +SDK-31319 - Compiler argument -compatibility-version=4.5 results in runtime FlexVersion.compatibilityVersion == 4.6 + +Needed to add version 4.6 to the compiler class flex2.compiler.common.MxmlConfigutation. + +QE notes: none +Doc notes: none +Bugs: SDK-31319 +Reviewer: Jason SJ, Glenn R +Tests run: checkintests, full cyclone +Is noteworthy for integration: no + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23053 | cframpto@adobe.com | 2011-10-18 17:22:42 -0400 (Tue, 18 Oct 2011) | 1 line +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Grid.as + +ASdoc corrections - missing word. +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23047 | dloverin@adobe.com | 2011-10-18 11:32:47 -0400 (Tue, 18 Oct 2011) | 11 lines +Changed paths: + M /private/flex/sdk/trunk/modules/antTasks/src/flex/ant/types/RuntimeSharedLibraryPath.java + M /private/flex/sdk/trunk/modules/antTasks/src/flex/ant/types/URLElement.java + +Fix RSL flextask when fork="true". + +Change RSL flextask to generate the "=" form of the command line with comma separated parameters instead of space separated parameters. Did this because ant inserts newlines between the space separated parameters (when fork="true") and we end up loosing empty strings. + +QE notes: Test RSL flextask with fork="true" and "false". +Doc notes: None. +Bugs: SDK-31068 +Reviewer: Erik +Tests run: cyclone server +Is noteworthy for integration: No. + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23041 | mvujovic@adobe.com | 2011-10-17 20:55:45 -0400 (Mon, 17 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + +Fix for SDK-31751 - Spark Accordion selectedIndex throws RTE when set to out of range value + +QE notes: None +Doc notes: None +Bugs: SDK-31751 +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r23030 | mvujovic@adobe.com | 2011-10-17 16:13:33 -0400 (Mon, 17 Oct 2011) | 11 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HorizontalAccordionContentSkin.mxml + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml + +Fix for SDK-31751 - Spark Accordion selectedIndex throws RTE when set to out of range value +Fix for SDK-31821 - Spark Accordion: Keyboard Navigation Outside In +Fix for SDK-31822 - Spark Accordion: Keyboard Navigation Inside Out +Fix for SDK-31739 - Spark Accordion: Shift+Tab doesn't work in reverse order of Tab when going out of Accordion + +QE notes: None +Doc notes: None +Bugs: SDK-31751, SDK-31821, SDK-31822, SDK-31739 +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22950 | mvujovic@adobe.com | 2011-10-10 21:13:45 -0400 (Mon, 10 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + +Fix for SDK-31739 - Spark Accordion: Shift+Tab doesn't work in reverse order of Tab when going out of Accordion + +QE notes: None +Doc notes: None +Bugs: SDK-31791 +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22946 | klin@adobe.com | 2011-10-10 18:57:27 -0400 (Mon, 10 Oct 2011) | 8 lines +Changed paths: + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/IMutableTreeDataAdapter.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/ITreeDataAdapter.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/XMLTreeDataAdapter.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/events/TreeDataAdapterChangeEvent.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/events/TreeDataAdapterChangeEventKind.as + M /private/flex/sdk/trunk/frameworks/spark-manifest.xml + +Initial XMLTreeDataAdapter check-in. Includes the ITreeDataAdapter and IMutableTreeDataAdapter interfaces along with the events dispatched by adapters. XMLTreeDataAdapter is our XML implementation of ITreeDataAdapter. Allows XML data to be used by components accepting hierarchical data like Tree. + +QE notes: XMLTreeDataAdapter ready to test. +Doc notes: No +Bugs: No +Reviewer: Hans +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22928 | hmuller@adobe.com | 2011-10-10 13:47:03 -0400 (Mon, 10 Oct 2011) | 13 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Grid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/GridColumnHeaderGroup.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridViewLayout.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultGridHeaderRenderer.mxml + +Multi-column sorting PARB and patent changes: + +showSelectedColumnIndex => highlightSelectedColumn +enableMultiColumnSorting => multiColumnSortingEnabled +// AdobePatentID="B1402" + +QE notes: +Doc notes: +Bugs: +Reviewer: Kevin +Tests run: checkin, mustella +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22926 | betravis@adobe.com | 2011-10-10 13:41:42 -0400 (Mon, 10 Oct 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as + +Changing drop shadow to use a non-repeating bitmap fill + +QE notes: Some dropshadows will be slightly different around the edges +Doc notes: None +Bugs: +SDK-31704: calloutbutton: callout arrow has some horizontal line over it on android +Reviewer: evtim +Tests run: checkintests, mustella +Is noteworthy for integration: Yes + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22923 | mvujovic@adobe.com | 2011-10-07 20:14:17 -0400 (Fri, 07 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + +Removing selected property from AccordionContent API because it is no longer necessary since Accordion only supports single selection now. This also makes the following bug obsolete because it was related to the selected property, which is now gone: SDK-31770 - Spark Accordion: All AccordionContent don't close even when requireSelection=false + +QE notes: None +Doc notes: None +Bugs: SDK-31770 +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22922 | mvujovic@adobe.com | 2011-10-07 18:51:40 -0400 (Fri, 07 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + +Fix for SDK-31791 - Spark Accordion: changeEnd gets fired on hovering over the Accordion + +QE notes: None +Doc notes: None +Bugs: SDK-31791 +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22917 | hmuller@adobe.com | 2011-10-07 16:40:00 -0400 (Fri, 07 Oct 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + +Added keyboard support for DataGrid column move (control+arrow) and column resize (control+shift+arrow). Revised internal DataGrid focus handling. + +QE notes: +Doc notes: +Bugs: +Reviewer: Carol +Tests run: checkin, mustella +Is noteworthy for integration: yes + + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22907 | hmuller@adobe.com | 2011-10-07 15:05:01 -0400 (Fri, 07 Oct 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/GridColumnHeaderGroup.as + +Small ASDoc updates for GridColumnHeaderGroup.as + +QE notes: +Doc notes: +Bugs: +Reviewer: +Tests run: +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22902 | mvujovic@adobe.com | 2011-10-07 12:38:05 -0400 (Fri, 07 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml + +Changed VerticalAccordionContentSkin animation duration. + +QE notes: None +Doc notes: None +Bugs: None +Reviewer: Kevin +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22894 | mvujovic@adobe.com | 2011-10-06 21:59:49 -0400 (Thu, 06 Oct 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/HorizontalAccordionLayout.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/VerticalAccordionLayout.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HorizontalAccordionContentSkin.mxml + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml + +Fix for SDK-31790 - Spark Accordion: If effect is interrupted, destruction policy is applied prematurely +Fix for SDK-31752 - Spark Accordion: selectedIndex not updating on Adding AccordionContent dynamically and opened AccordionContent closes +Fix for SDK-31736 - Spark Accordion: Add AccordionContent at runtime and open it using selectedIndex + +QE notes: None +Doc notes: None +Bugs: SDK-31790, SDK-31752, SDK-31736 +Reviewer: Chiedo +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22888 | mvujovic@adobe.com | 2011-10-06 18:30:56 -0400 (Thu, 06 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + +Fixed up a regression from the fix for SDK-31750 (Spark Accordion: Selected property on AccordionContent doesn't update SelectedIndex). The AccordionHeader selected state was not staying in sync with the AccordionContent selected state. Regression tests for this are already in place, but not mapped to cyclone yet, so I'm not logging a bug for this quick fix. + +QE notes: None +Doc notes: None +Bugs: None +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22887 | mvujovic@adobe.com | 2011-10-06 17:33:19 -0400 (Thu, 06 Oct 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + +Fix for SDK-31750 - Spark Accordion: Selected property on AccordionContent doesn't update SelectedIndex +Fix for SDK-31769 - Spark Accordion: setting selected to true at times doesn't fire changeEnd + +QE notes: None +Doc notes: None +Bugs: SDK-31750, SDK-31769 +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22885 | hmuller@adobe.com | 2011-10-06 13:19:30 -0400 (Thu, 06 Oct 2011) | 12 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/GridColumnHeaderGroup.as + +Updates to multi-column sorting per Carol's CR feedback. + +A good defense is the best offense, outside of a good offense. + +QE notes: +Doc notes: +Bugs: +Reviewer: Carol +Tests run: checkin, mustella +Is noteworthy for integration: no + + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22884 | hmuller@adobe.com | 2011-10-06 13:03:56 -0400 (Thu, 06 Oct 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridViewLayout.as + +Removed obsolete performance monitoring support from GridViewLayout. + +QE notes: +Doc notes: +Bugs: +Reviewer: Kevin +Tests run: checkin, mustella +Is noteworthy for integration: no +Removed obsolete performance monitoring support from GridViewLayout. + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22878 | hmuller@adobe.com | 2011-10-05 18:41:58 -0400 (Wed, 05 Oct 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Grid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/GridColumnHeaderGroup.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridHeaderViewLayout.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultGridHeaderRenderer.mxml + +Added DataGrid support for interactive multiple column sorting. + +QE notes: +Doc notes: +Bugs: +Reviewer: Carol +Tests run: checkin, mustella +Is noteworthy for integration: yes + + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22859 | cframpto@adobe.com | 2011-10-04 11:05:43 -0400 (Tue, 04 Oct 2011) | 1 line +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Grid.as + +Fix typo in ASdoc. +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22856 | deeptika@adobe.com | 2011-10-04 03:13:52 -0400 (Tue, 04 Oct 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/automation_dmv/src/mx/automation/delegates/advancedDataGrid/AdvancedDataGridAutomationImpl.as + +Fixing build warnings by removing duplicate variable definitions + +QE notes: +Doc notes: +Bugs: FLEXDMV-2664 (Fix build warnings in trunk) +Reviewer: +Tests run: +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22855 | klin@adobe.com | 2011-10-03 17:28:07 -0400 (Mon, 03 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SliderBase.as + +Fix for SDK-31718. When dragging the slider thumb around, the dataTip seems to lag behind the thumb. Turns out that when the slider's value changes, the dataTip still uses the old position of the thumb to position itself. To avoid this, we should validate the slider before updating the dataTip. + +QE notes: No +Doc notes: No +Bugs: SDK-31718 +Reviewer: Hans +Tests run: cyclone server +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22853 | cframpto@adobe.com | 2011-10-03 13:19:46 -0400 (Mon, 03 Oct 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as + +Tweak fix in 22797 for SDK-26166. In UITextField, truncateToFit(), handle the case where the guesstimate on where to truncate is 0 length. Added missing tab in DataGroup and removed extra space in ASdoc in GroupBase. + +QE notes: +Doc notes: +Bugs: +Reviewer: Hans +Tests run: +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22849 | smgilson@adobe.com | 2011-10-03 09:52:10 -0400 (Mon, 03 Oct 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + +Fix broken ASDoc comments + +QE notes: +Doc notes: +Bugs: +Reviewer: +Tests run: checkintests +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22844 | mvujovic@adobe.com | 2011-09-30 20:49:12 -0400 (Fri, 30 Sep 2011) | 12 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + +Fix for SDK-31727 - AccordionContent destruction policy application sometimes causes an RTE + +Refactored AccordionContent creation policy code from Accordion to AccordionContent. +Now AccordionContent will check if its deferred content has been created before trying to destroy it (This is important to check in case transitions are reversed). +Removed the wait 2 frames after effectEnd hack. Now AccordionContent uses the accepted pattern of waiting for changeEnd->render->enterFrame to signal final rendering of its animation. + +QE notes: None +Doc notes: None +Bugs: SDK-31727 +Reviewer: Bear +Tests run: checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22843 | aharui@adobe.com | 2011-09-30 20:02:44 -0400 (Fri, 30 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NavigatorContent.as + +Numelements was triggering creation of children. + +QE notes: none +Doc notes: none +Bugs: SDK-30923, SDK-30924 +Reviewer: MaxV +Tests run: Mustella cyclone +Is noteworthy for integration: no +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22840 | klin@adobe.com | 2011-09-30 17:56:15 -0400 (Fri, 30 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SliderBase.as + +Migrating all non-spark formatters in spark components to use spark formatters instead. + +QE notes: It might be worth testing whether the formatters respond to different locale changes...at least in the Slider case (since that one is doing dataTip formatting). +Doc notes: No +Bugs: SDK-29970 +Reviewer: Hans +Tests run: cyclone server, checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22839 | hmuller@adobe.com | 2011-09-30 17:43:48 -0400 (Fri, 30 Sep 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayList.as + +ArrayList/addAllAt() now dispatches just one CollectionEvent. + +QE notes: +Doc notes: +Bugs: SDK-30008 +Reviewer: Alex +Tests run: checkin, mustella +Is noteworthy for integration: no + + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22835 | betravis@adobe.com | 2011-09-30 17:02:26 -0400 (Fri, 30 Sep 2011) | 20 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as + M /private/flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/AccordionTestScript.mxml + M /private/flex/sdk/trunk/frameworks/tests/basicTests/spark/views/AccordionTests.mxml + +Rearchitecting Accordion selection to mirror DataGrid selection +Accordion now manages the selection of its children +Should fix most outstanding selection bugs for accordion +Removes multiple selection from Accordion + +QE notes: allowMultipleSelection and selectedIndices properties have been removed +change events are fired when a user interaction modifies an accordioncontent's selection +valuecommit events are fired whenever an accordioncontent's selection changes + +Doc notes: removes multiple selection from accordion + +Bugs: +SDK-31521 - Spark Accordion: RTE when removeElementAt is called right after selectedIndex +SDK-31453 - Spark Accordion: Order of selectedIndices changes automatically when set programmatically +SDK-31404 - Spark Accordion: RTE when selectedIndices is set to null + +Reviewer: mvujovic + +Tests run: checkintests, mustella +Is noteworthy for integration: Yes. API change removing multipleselection. +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22825 | aharui@adobe.com | 2011-09-30 13:29:11 -0400 (Fri, 30 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as + +Fix WindowedApplication handling of different stage scalemodes + +QE notes: none +Doc notes: none +Bugs: SDK-30458 +Reviewer: Darrell +Tests run: Mustella cyclone +Is noteworthy for integration: no +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22824 | cframpto@adobe.com | 2011-09-30 12:57:01 -0400 (Fri, 30 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as + +Setting mxmlContent on a SkinnableContainer should dispatch ElementExistenceEvents. + +QE notes: +Doc notes: +Bugs: SDK-30903 +Reviewer: Kevin +Tests run: cyclone +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22819 | klin@adobe.com | 2011-09-29 20:21:22 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Range.as + +Fix injection caused by 22801. Shouldn't round the offset value if the interval is an integer. Only round when we are scaling the values to remove the unneeded precision. + +QE notes: No +Doc notes: No +Bugs: SDK-31698 +Reviewer: Hans +Tests run: cyclone server +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22816 | mvujovic@adobe.com | 2011-09-29 19:28:46 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ViewStack.as + +Fix for SDK-31532 - NavigatorContent included in ViewStack is not displayed when transitioning between states + +QE notes: None +Doc notes: None +Bugs: SDK-31532 +Reviewer: Chiedo +Tests run: checkintests, mustella +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22814 | aharui@adobe.com | 2011-09-29 18:47:28 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as + +Fix centering of popups in RTL configs + +QE notes: none +Doc notes: none +Bugs: SDK-27060 +Reviewer: Carol +Tests run: Mustella cyclone +Is noteworthy for integration: no +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22803 | hmuller@adobe.com | 2011-09-29 15:10:32 -0400 (Thu, 29 Sep 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridViewLayout.as + +Call IGridItemRenderer/discard() whenever an item renderer is added to the internal free-list. + +QE notes: +Doc notes: +Bugs: SDK-31630 +Reviewer: Kevin +Tests run: checkin, mustella +Is noteworthy for integration: no + + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22802 | aharui@adobe.com | 2011-09-29 14:54:23 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IMarshalSystemManager.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/EventProxy.as + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/MarshallingSupport.as + +Fix infinite loop in Marshall Plan configs. WindowedSystemManager was thinking it was the sandbox root. + +QE notes: none +Doc notes: none +Bugs: SDK-31298 +Reviewer: Darrell +Tests run: Mustella cyclone +Is noteworthy for integration: no +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22801 | klin@adobe.com | 2011-09-29 12:57:56 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Range.as + +Fix for floating point errors showing up in NumericStepper. The errors stemmed from adding/subtracting the offset (the minimum value) from the value that's being validated. We avoided float errors in the rounding by scaling, but didn't account for errors when adjusting by the offset. Now, we scale the offset as well to remove these errors. + +QE notes: No +Doc notes: No +Bugs: SDK-31416, SDK-31417 +Reviewer: Hans +Tests run: cyclone server +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22800 | cframpto@adobe.com | 2011-09-29 12:52:02 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Grid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as + +Optimize DG selectedCells, selectedIndices and selectedItems so performance is reasonable for a long list and fix up docs on the DataGrid and GridColumn editable properties so the interaction between the properties is more clear. + +QE notes: +Doc notes: +Bugs: SDK-30536, SDK-30586 +Reviewer: Hans +Tests run: cyclone +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22799 | hmuller@adobe.com | 2011-09-29 12:11:55 -0400 (Thu, 29 Sep 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Grid.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/GridColumnHeaderGroup.as + D /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridColumnHeaderGroupLayout.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridHeaderLayout.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridHeaderViewLayout.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridLayer.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridLayout.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridView.as + A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridViewLayout.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DataGridSkin.mxml + M /private/flex/sdk/trunk/frameworks/spark-manifest.xml + +Initial commit of the DataGrid locked rows and columns feature. This change introduces an incompatibility in the DataGrid skin API as well as structurual incompatibilities that will affect applications that dispatch input events to the DataGrid or its descendants, or make assumptions about the grid or columnHeaderGroup skin parts' scrollRect or substructure. + +QE notes: Many tests failures are expected and should have been excludeded. +Doc notes: ASDoc is still imperfect, some of the boilerplate version information for new API needs to be updated +Bugs: +Reviewer: Kevin, Carol +Tests run: checkin, mustella +Is noteworthy for integration: yes + + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22798 | cframpto@adobe.com | 2011-09-29 12:10:16 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as + +In validateSkinChange(), if reloading a skin, detach the error skin if there is one, and reattach it, after loading the new skin to ensure it stays on top. + +QE notes: +Doc notes: +Bugs: SDK-30461 +Reviewer: Kevin +Tests run: cyclone +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22797 | cframpto@adobe.com | 2011-09-29 09:36:29 -0400 (Thu, 29 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as + +Fix truncateToFit so it makes a best guess on where to start the truncation rather than starting at the end of the string. This was always the intent but it was buggy. + +QE notes: +Doc notes: +Bugs: SDK-26166 +Reviewer: Hans +Tests run: cyclone +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22791 | hmuller@adobe.com | 2011-09-28 19:41:28 -0400 (Wed, 28 Sep 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer.as + +The labelDisplay var in ItemRenderer is now Bindable. + +QE notes: +Doc notes: +Bugs: SDK-31019 +Reviewer: Kevin +Tests run: checkin +Is noteworthy for integration: no + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22775 | hmuller@adobe.com | 2011-09-28 14:41:16 -0400 (Wed, 28 Sep 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + +Corrected an ASDOc typo. + +QE notes: +Doc notes: oops +Bugs: +Reviewer: Carol +Tests run: +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22773 | hmuller@adobe.com | 2011-09-28 14:35:07 -0400 (Wed, 28 Sep 2011) | 9 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as + +DataGrid/sortByColumns() no longer flips the columns' sortDescending property. DataGrid/columnHeaderGroup_clickHandler() reverses the sort direction as needed. + +QE notes: Two Mustella failures have been excluded +Doc notes: +Bugs: SDK-31211 +Reviewer: Carol, Kevin +Tests run: checkin, mustella +Is noteworthy for integration: no + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22757 | mvujovic@adobe.com | 2011-09-27 19:03:49 -0400 (Tue, 27 Sep 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/ToolTipManagerImpl.as + +Fix for SDK-31606 - Got RangeError when toolTipHideDelay is set to Infinity on an UIComponent. + +Implemented the checks and appropriate behavior for the tool tip show delay, hide delay, and scrub delay edge cases in Spark ToolTipManager. + +QE notes: None +Doc notes: None +Bugs: SDK-31606 +Reviewer: Kevin Lin +Tests run: Checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22751 | cframpto@adobe.com | 2011-09-27 16:08:14 -0400 (Tue, 27 Sep 2011) | 15 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/air-config.xml + M /private/flex/sdk/trunk/frameworks/flex-config.xml + M /private/flex/sdk/trunk/frameworks/libs/textLayout.swc + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt + M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.container.xml + M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.elements.xml + M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.formats.xml + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/TextLayoutVersion.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/TextContainerManager.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Configuration.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/FlowGroupElement.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/FlowLeafElement.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/IConfiguration.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/InlineGraphicElement.as + D /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/Color.as + A /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ColorName.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ITextLayoutFormat.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLayoutFormat.as + M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLayoutFormatInc.as + D /private/flex/sdk/trunk/frameworks/rsls/textLayout_3.0.0.18.swf + A /private/flex/sdk/trunk/frameworks/rsls/textLayout_3.0.0.22.swf + +TLF Build 22. Start using TextContainerManager preserveSelectionOnSetText flag. Remove temporary code from RichEditableText that did the same thing. + +Version 3.0 +Build 21 + * Fix 2931406, [SDK-30948] Add a configuration option to the text container manager so that it maintains the selection when text is set in the same way that TextField does + - in TextContainerManager, add an attribute 'preserveSelectionOnSetText'. If it's true, the selection is maintained after setText(). +Build 19 + * Fix 2931005 TLF cannot show Flex SWF after loading it as an ILG + +QE notes: +Doc notes: +Bugs: +Reviewer: +Tests run: +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22738 | cframpto@adobe.com | 2011-09-26 14:09:35 -0400 (Mon, 26 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/formatters/examples/CurrencyFormatterExample1.mxml + M /private/flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/formatters/examples/CurrencyFormatterExample2.mxml + M /private/flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/formatters/examples/DateTimeFormatterExample.mxml + M /private/flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/formatters/examples/NumberFormatterExample1.mxml + M /private/flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/formatters/examples/NumberFormatterExample2.mxml + +Fix up formatter examples to use s:Form, s:Label and s:HGroup rather than mx:Form, mx:Text and mx:HBox. + +QE notes: +Doc notes: +Bugs: SDK-29903 +Reviewer: +Tests run: +Is noteworthy for integration: +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22721 | mvujovic@adobe.com | 2011-09-23 16:27:17 -0400 (Fri, 23 Sep 2011) | 8 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/ToolTipManagerImpl.as + M /private/flex/sdk/trunk/frameworks/projects/spark/defaults.css + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ToolTip.as + M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ToolTipSkin.mxml + +Added styles to Spark ToolTipSkin. Added internal events for tool tip transition effect completion to ber used by QE team. Implemented ToolTipManager enabled property, resolving bug SDK-31559 (Tooltip still appears when ToolTipManager's enabled property is set to false). + +QE notes: Internal tool tip events have been added to make testing easier. +Doc notes: None +Bugs: SDK-31559 +Reviewer: Kevin Lin +Tests run: Checkintests +Is noteworthy for integration: No +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22717 | ymachiya@adobe.com | 2011-09-23 13:52:09 -0400 (Fri, 23 Sep 2011) | 10 lines +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents + A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/SplitViewNavigatorExample.mxml (from /private/flex/sdk/branches/4.y/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/SplitViewNavigatorExample.mxml:22712) + A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/views/DetailView.mxml (from /private/flex/sdk/branches/4.y/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/views/DetailView.mxml:22712) + A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/views/MasterView.mxml (from /private/flex/sdk/branches/4.y/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/views/MasterView.mxml:22712) + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/components/SplitViewNavigator.as + + +Add ASDoc example for SplitViewNavigator. + +QE notes: +Doc notes: +Bugs: +Reviewer: +Tests run: +Is noteworthy for integration: + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +r22709 | build@adobe.com | 2011-09-23 09:03:43 -0400 (Fri, 23 Sep 2011) | 1 line +Changed paths: + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/docs/mx.controls.advancedDataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/docs/mx.printing.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ja_JP/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ja_JP/docs/mx.controls.advancedDataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ja_JP/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ja_JP/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ja_JP/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ja_JP/docs/mx.olap.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ru_RU/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ru_RU/docs/mx.controls.advancedDataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ru_RU/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ru_RU/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ru_RU/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ru_RU/docs/mx.olap.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/zh_CN/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/zh_CN/docs/mx.controls.advancedDataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/zh_CN/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/docs/mx.core.windowClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/fr_FR/docs/mx.managers.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/ja_JP/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/ja_JP/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/ru_RU/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/ru_RU/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/ru_RU/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_CN/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/airspark/bundles/fr_FR/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/airspark/bundles/ja_JP/docs/spark.components.windowClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/airspark/bundles/ja_JP/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/airspark/bundles/ru_RU/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/docs/mx.automation.delegates.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/docs/mx.automation.delegates.xml + M /private/flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/docs/mx.automation.events.xml + M /private/flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/docs/mx.automation.events.xml + M /private/flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/docs/mx.automation.events.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/fr_FR/docs/mx.charts.chartClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/fr_FR/docs/mx.charts.series.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/fr_FR/docs/mx.charts.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/ja_JP/docs/mx.charts.chartClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/ja_JP/docs/mx.charts.series.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/ja_JP/docs/mx.charts.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/ru_RU/docs/mx.charts.chartClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/ru_RU/docs/mx.charts.series.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/ru_RU/docs/mx.charts.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/zh_CN/docs/mx.charts.chartClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/zh_CN/docs/mx.charts.series.xml + M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/zh_CN/docs/mx.charts.xml + M /private/flex/sdk/trunk/frameworks/projects/flash-integration/bundles/fr_FR/docs/mx.flash.xml + M /private/flex/sdk/trunk/frameworks/projects/flash-integration/bundles/ja_JP/docs/mx.flash.xml + M /private/flex/sdk/trunk/frameworks/projects/flash-integration/bundles/ru_RU/docs/mx.flash.xml + M /private/flex/sdk/trunk/frameworks/projects/flash-integration/bundles/zh_CN/docs/mx.flash.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.effects.effectClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.effects.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.formatters.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.geom.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.graphics.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.managers.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.modules.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.resources.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.rpc.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.skins.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.states.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.styles.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/docs/mx.validators.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.automation.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.binding.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.collections.errors.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.containers.utilityClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.effects.easing.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.effects.effectClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.effects.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.filters.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.formatters.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.graphics.codec.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.graphics.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.logging.errors.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.logging.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.managers.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.modules.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.resources.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.skins.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.states.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.styles.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/docs/mx.validators.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.binding.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.effects.effectClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.effects.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.formatters.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.graphics.codec.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.graphics.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.managers.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.modules.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.resources.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.rpc.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.skins.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.states.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.styles.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/docs/mx.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.binding.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.containers.utilityClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.effects.effectClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.effects.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.filters.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.formatters.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.geom.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.graphics.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.managers.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.printing.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.resources.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.rpc.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.skins.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.states.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.styles.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/docs/mx.validators.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.binding.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.collections.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.graphics.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.managers.xml + M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/docs/mx.styles.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/de_DE/docs/spark.components.calendarClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/de_DE/docs/spark.components.supportClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/de_DE/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/de_DE/docs/spark.events.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/de_DE/docs/spark.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/fr_FR/docs/spark.components.calendarClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/fr_FR/docs/spark.components.supportClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/fr_FR/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/fr_FR/docs/spark.events.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/fr_FR/docs/spark.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ja_JP/docs/spark.components.calendarClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ja_JP/docs/spark.components.supportClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ja_JP/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ja_JP/docs/spark.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ru_RU/docs/spark.components.calendarClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ru_RU/docs/spark.components.supportClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ru_RU/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ru_RU/docs/spark.events.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ru_RU/docs/spark.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/ru_RU/docs/spark.transitions.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/zh_CN/docs/spark.components.calendarClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/zh_CN/docs/spark.components.supportClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/zh_CN/docs/spark.components.xml + M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/bundles/zh_CN/docs/spark.preloaders.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.containers.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.dataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.menuClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.scrollClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.sliderClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.textClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.treeClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.videoClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.effects.effectClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.effects.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/de_DE/docs/mx.skins.halo.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.containers.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.dataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.menuClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.scrollClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.sliderClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.textClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.treeClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.videoClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.effects.easing.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.effects.effectClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.effects.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.printing.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/fr_FR/docs/mx.skins.halo.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.containers.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.controls.dataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.controls.menuClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.controls.textClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.controls.treeClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.effects.effectClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.effects.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ja_JP/docs/mx.modules.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.containers.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.dataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.menuClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.scrollClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.sliderClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.textClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.treeClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/ru_RU/docs/mx.events.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.containers.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.controls.dataGridClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.controls.listClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.controls.menuClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.controls.textClasses.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.controls.xml + M /private/flex/sdk/trunk/frameworks/projects/mx/bundles/zh_CN/docs/mx.core.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/de_DE/docs/org.osmf.elements.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/de_DE/docs/org.osmf.events.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/de_DE/docs/org.osmf.layout.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/de_DE/docs/org.osmf.media.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/de_DE/docs/org.osmf.metadata.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/de_DE/docs/org.osmf.traits.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/fr_FR/docs/org.osmf.elements.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/fr_FR/docs/org.osmf.events.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/fr_FR/docs/org.osmf.media.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/fr_FR/docs/org.osmf.traits.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/ru_RU/docs/org.osmf.events.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/ru_RU/docs/org.osmf.layout.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/ru_RU/docs/org.osmf.traits.xml + M /private/flex/sdk/trunk/frameworks/projects/osmf/bundles/zh_CN/docs/org.osmf.elements.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/__Global__.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/air.update.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.data.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.desktop.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.display.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.events.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.filesystem.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.filters.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.geom.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.html.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.media.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.net.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.system.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.text.engine.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.text.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.ui.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/de_DE/docs/flash.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/__Global__.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/adobe.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/air.net.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/air.update.events.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/air.update.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.data.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.desktop.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.display.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.events.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.filesystem.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.filters.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.geom.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.globalization.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.html.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.media.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.net.drm.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.net.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.printing.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.sampler.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.security.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.system.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.text.engine.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.text.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.ui.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/fr_FR/docs/flash.xml.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/__Global__.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/air.net.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/air.update.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.data.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.desktop.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.display.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.errors.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.events.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.external.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.filesystem.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.filters.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.geom.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.globalization.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.html.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.media.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.net.drm.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.net.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.printing.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.sampler.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.security.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.sensors.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.system.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.text.engine.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.text.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.ui.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ja_JP/docs/flash.utils.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/__Global__.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/air.update.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.accessibility.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.data.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.desktop.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.display.xml + M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.events.xml [... 2991 lines stripped ...]