blob: 9b34191e8c7fb6ed6c5871a0c944c292566ba376 [file] [log] [blame]
------------------------------------------------------------------------
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
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.filesystem.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.geom.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.globalization.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.html.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.media.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.net.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.printing.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.sampler.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.security.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.system.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.text.engine.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.text.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.ui.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/ru_RU/docs/flash.xml.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/__Global__.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/adobe.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/air.desktop.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/air.net.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/air.update.events.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/air.update.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.accessibility.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.data.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.desktop.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.display.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.errors.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.events.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.external.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.filesystem.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.geom.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.globalization.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.html.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.media.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.net.dns.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.net.drm.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.net.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.printing.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.sampler.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.security.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.system.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.text.engine.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.text.ime.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.text.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.ui.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/zh_CN/docs/flash.xml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.messaging.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.messaging.messages.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.messaging.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.http.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.http.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.remoting.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.remoting.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.soap.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.soap.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.rpc.xml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/de_DE/docs/mx.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.messaging.channels.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.messaging.config.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.messaging.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.messaging.management.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.messaging.messages.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.messaging.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.netmon.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.http.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.http.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.remoting.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.soap.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.rpc.xml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fr_FR/docs/mx.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.messaging.channels.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.messaging.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.messaging.messages.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.messaging.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.http.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.http.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.remoting.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.remoting.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.soap.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.soap.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.rpc.xml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ja_JP/docs/mx.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.messaging.channels.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.messaging.config.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.messaging.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.messaging.messages.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.messaging.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.rpc.http.mxml.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.rpc.http.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.rpc.remoting.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.rpc.soap.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.rpc.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ru_RU/docs/mx.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/docs/mx.messaging.events.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/docs/mx.messaging.messages.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_CN/docs/mx.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/mx.controls.dataGridClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/packages.dita
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.accessibility.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.collections.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.components.gridClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.components.mediaClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.components.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.components.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.effects.animation.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.effects.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.effects.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.events.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.formatters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.globalization.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.globalization.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.layouts.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.primitives.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.primitives.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.skins.spark.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/docs/spark.validators.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/mx.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/packages.dita
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.accessibility.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.collections.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.components.gridClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.components.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.components.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.effects.animation.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.effects.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.effects.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.events.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.formatters.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.formatters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.globalization.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.layouts.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.layouts.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.modules.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.primitives.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.primitives.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.skins.spark.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/docs/spark.validators.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/mx.controls.dataGridClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/mx.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/packages.dita
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.accessibility.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.collections.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.components.gridClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.components.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.components.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.effects.animation.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.events.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.formatters.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.formatters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.globalization.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.modules.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.primitives.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.primitives.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.skins.spark.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.validators.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/docs/spark.validators.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/mx.controls.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/mx.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/packages.dita
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.accessibility.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.collections.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.components.gridClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.components.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.components.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.effects.animation.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.effects.easing.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.effects.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.events.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.globalization.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.layouts.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.layouts.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.modules.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.primitives.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.primitives.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.skins.spark.mediaClasses.fullScreen.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.skins.spark.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.validators.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/docs/spark.validators.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/packages.dita
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.collections.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.components.gridClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.components.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.components.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.core.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.formatters.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.formatters.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.globalization.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.globalization.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.primitives.supportClasses.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.primitives.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/docs/spark.skins.spark.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.compose.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.container.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.conversion.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.edit.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.elements.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.events.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.formats.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.operations.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.textLayout.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/docs/flashx.undo.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.compose.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.container.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.conversion.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.edit.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.elements.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.events.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.factory.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.formats.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.textLayout.operations.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/docs/flashx.undo.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.compose.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.container.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.conversion.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.edit.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.elements.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.events.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.formats.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.textLayout.operations.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/docs/flashx.undo.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.compose.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.container.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.conversion.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.edit.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.elements.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.events.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.formats.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.operations.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/docs/flashx.textLayout.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_CN/docs/flash.text.ime.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_CN/docs/flashx.textLayout.compose.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_CN/docs/flashx.textLayout.container.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_CN/docs/flashx.textLayout.edit.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_CN/docs/flashx.textLayout.elements.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_CN/docs/flashx.textLayout.events.xml
Localization updates from change 323274
------------------------------------------------------------------------
------------------------------------------------------------------------
r22707 | build@adobe.com | 2011-09-23 08:50:32 -0400 (Fri, 23 Sep 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/components.properties
Localization property file updates from 323272
------------------------------------------------------------------------
------------------------------------------------------------------------
r22683 | mvujovic@adobe.com | 2011-09-21 21:25:52 -0400 (Wed, 21 Sep 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as
ASDoc update in Accordion to clarify that resizeToContent does not support the use case described in bug SDK-31485 (When AccordionContent is resized down, only the primary dimension resizes smoothly with animation while the secondary dimension snaps).
QE notes: None
Doc notes: None
Bugs: SDK-31485
Reviewer: Chiedo Acholonu
Tests run: Checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22679 | mvujovic@adobe.com | 2011-09-21 20:40:44 -0400 (Wed, 21 Sep 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
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
D /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/AccordionLayoutBase.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
Rewrite of VerticalAccordionLayout and HorizontalAccordionLayout. Now they extend VerticalLayout and HorizontalLayout, respectively, instead of AccordionLayoutBase. AccordionLayoutBase has been removed. All component logic, including destruction policy application, has been removed from the VerticalAccordionSkin and HorizontalAccordionSkin. Because of the layout rewrite, the skins no longer have to register themselves with the layout when they are animating.
QE notes: None
Doc notes: None
Bugs: None
Reviewer: Kevin Lin, Chiedo Acholonu
Tests run: Checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22650 | smgilson@adobe.com | 2011-09-20 14:46:09 -0400 (Tue, 20 Sep 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
Fix for ASDoc loc bug #2937537
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22620 | mvujovic@adobe.com | 2011-09-16 18:44:28 -0400 (Fri, 16 Sep 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
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/AccordionLayoutBase.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 Accordion Bug SDK-31083 - Content destroyed should only be destroyed after closing animation completes
QE notes: None
Doc notes: None
Bugs: SDK-31083
Reviewer: Kevin Lin
Tests run: Checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22597 | smgilson@adobe.com | 2011-09-16 08:36:28 -0400 (Fri, 16 Sep 2011) | 9 lines
Changed paths:
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/CalloutButtonExample.mxml
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/CalloutExample.mxml
Adding Callout examples to ASdoc
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22587 | mvujovic@adobe.com | 2011-09-15 18:25:23 -0400 (Thu, 15 Sep 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/defaults.css
Spark Tool Tips: Commented out toolTipClass in defaults.css to verify on the build machines that the CSS ClassReference is causing the increases in incremental compilation time.
QE notes: None
Doc notes: None
Bugs: None
Reviewer: Chiedo Acholonu
Tests run: Checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22529 | smgilson@adobe.com | 2011-09-13 11:05:19 -0400 (Tue, 13 Sep 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ToolTip.as
Add mssing </p> tag to ASDoc comment
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22525 | build@adobe.com | 2011-09-12 22:50:54 -0400 (Mon, 12 Sep 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/collections.properties
Localization property file updates from 321581
------------------------------------------------------------------------
------------------------------------------------------------------------
r22510 | mvujovic@adobe.com | 2011-09-12 16:27:47 -0400 (Mon, 12 Sep 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/defaults.css
M /private/flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/MarshallingSupport.as
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/core
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/core/IToolTip.as
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/IToolTipManagerImpl.as
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/ToolTipManager.as
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/ToolTipManagerImpl.as
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/marshalClasses
A /private/flex/sdk/trunk/frameworks/projects/framework/src/spark/managers/marshalClasses/ToolTipManagerMarshalMixin.as
M /private/flex/sdk/trunk/frameworks/projects/spark/defaults.css
M /private/flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ToolTip.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ToolTipSkin.mxml
M /private/flex/sdk/trunk/frameworks/spark-manifest.xml
Spark ToolTipManager and accompanying files initial checkin.
QE notes: Only UIComponent's toolTipData (not toolTip) is hooked up to the new ToolTipManager right now.
Doc notes: None
Bugs: None
Reviewer: Alex Harui
Tests run: Checkintests, Mustella
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22504 | aharui@adobe.com | 2011-09-12 15:26:20 -0400 (Mon, 12 Sep 2011) | 7 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
Fix scale mode handling. Use loaderInfo.width/height when scaled instead of stageWidth/Height. Requirement is still that the UI must fit within the loaderInfo.width/height.
QE notes: none
Doc notes: none
Bugs: SDK-30613
Reviewer: Evtim
Tests run: Mustella cyclone
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r22478 | mvujovic@adobe.com | 2011-09-09 18:07:40 -0400 (Fri, 09 Sep 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/supportClasses/AccordionLayoutBase.as
Fix for SDK-31469 - Spark Accordion: Removing unopened AccordionContent crashes IE
Fix for SDK-31487 - Spark Accordion: changeEnd event at times get's triggered before all the animation ends
QE notes: None
Doc notes: None
Bugs: SDK-31469, SDK-31487
Reviewer: Kevin Lin
Tests run: Checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22471 | chiedozi@adobe.com | 2011-09-09 14:49:21 -0400 (Fri, 09 Sep 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexGlobals.as
Made topLevelApplication bindable so that developers can bind to properties on the main application
QE notes:
Doc notes:
Bugs:SDK-31232
Reviewer: Kevin L
Tests run:
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22464 | cframpto@adobe.com | 2011-09-08 18:06:03 -0400 (Thu, 08 Sep 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/RichEditableTextContainerManager.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/styles/metadata/AdvancedInheritingTextStyles.as
- Added styles to correspond to 4 new text layout formats in TLF3 (containerBreakBefore/After, columnBreakBefore/After).
- When the popup is added the text input becomes inactive but it is still focused so there should be an insertion point. Changed the inactiveSelectionFormat to include an insertion point if the text is editable.
QE notes:
Doc notes:
Bugs: SDK-30411
Reviewer: Alex
Tests run: cyclone
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22453 | cframpto@adobe.com | 2011-09-08 16:41:44 -0400 (Thu, 08 Sep 2011) | 8 lines
Changed paths:
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/GridSelection.as
Make sure bindings on DataGrid selectedIndex/selectedItem/selectedIndices/selectedItems properties are triggered if the selection changes as the result of a collection change event.
QE notes:
Doc notes:
Bugs: SDK-30465
Reviewer: Hans
Tests run: cyclone
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22437 | mvujovic@adobe.com | 2011-09-07 19:39:43 -0400 (Wed, 07 Sep 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
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/AccordionLayoutBase.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-31430 - Spark Accordion: Event that is triggered on animation complete isn't implemented correctly
QE notes: None
Doc notes: None
Bugs: SDK-31430
Reviewer: Kevin Lin
Tests run: Checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22421 | hmuller@adobe.com | 2011-09-06 19:20:29 -0400 (Tue, 06 Sep 2011) | 11 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/spark-manifest.xml
Added spark.collections.SubListView class to spark-manifest.mxml
QE notes: This should simplify writing SubListView unit tests
Doc notes:
Bugs:
Reviewer: Evtim
Tests run: checkin, mustella
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r22404 | jimurphy@adobe.com | 2011-09-06 11:30:07 -0400 (Tue, 06 Sep 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/build.xml
put the call to other.locales back in for tlf until we sort out the testing aspect of the process
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22402 | jimurphy@adobe.com | 2011-09-06 10:46:27 -0400 (Tue, 06 Sep 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/build.xml
update the other.locales not to build TLF - will have to work with i18n team to make sure they are sending the files to the TLF team and not relying on the SDK.
removed the framework-textlayout target
QE notes: no
Doc notes: no
Bugs: no
Reviewer: carol
Tests run: no
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22384 | cframpto@adobe.com | 2011-09-02 10:46:33 -0400 (Fri, 02 Sep 2011) | 10 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/build.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flash.text.ime.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.compose.xml
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.conversion.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.edit.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.events.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.factory.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/bundles/en_US/docs/flashx.textLayout.operations.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.undo.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/packages.dita
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/CoreClasses.as
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/Parcel.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/StandardFlowComposer.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/conversion/FormatDescriptor.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/conversion/TextFieldHtmlImporter.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/conversion/TextLayoutImporter.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/EditManager.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ModelEdit.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionManager.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/GlobalSettings.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
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/LinkElement.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/ListItemElement.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/SubParagraphGroupElement.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/SubParagraphGroupElementBase.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/FlowElementEventDispatcher.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/FlowElementMouseEventManager.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/ScrollEventDirection.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/factory/StringTextLineFactory.as
A /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/BreakStyle.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/Category.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ClearFloats.as
A /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/Color.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/Float.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/LeadingModel.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ListMarkerFormat.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ListStylePosition.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ListStyleType.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
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/PasteOperation.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/SplitElementOperation.as
M /private/flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/NavigationUtil.as
D /private/flex/sdk/trunk/frameworks/rsls/textLayout_2.0.0.232.swf
A /private/flex/sdk/trunk/frameworks/rsls/textLayout_3.0.0.18.swf
First integration with TLF3 - 3.0.0.18.
See frameworks/projects/textLayout/ReleaseNotes.txt for changes
QE notes: Test TextArea_properties_tester Spark_TextArea_content2 needs to have version changed from 2 to 3.
Doc notes:
Bugs:
Reviewer:
Tests run: full cyclone
Is noteworthy for integration: yes
------------------------------------------------------------------------
------------------------------------------------------------------------
r22316 | smgilson@adobe.com | 2011-08-31 13:27:32 -0400 (Wed, 31 Aug 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as
Fix broken ASDoc comment in AccordionContent.as
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22257 | rofong@adobe.com | 2011-08-26 20:59:16 -0400 (Fri, 26 Aug 2011) | 10 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
QE notes: I tried to fix bug SDK-31083. Only managed to get part way, see comments in Accordion, and AccordionContentSkins.
The fix deals with firing an event after the animation completes. Right now the event gets fired from the resizeEffectEnd handler, which is not a very general way of doing it and probably should get looked at again. (The main motivation for checking in this less than ideal solution is so that QE does not get blocked)
Doc notes:
Bugs:
Reviewer: Max V
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22256 | rofong@adobe.com | 2011-08-26 19:15:51 -0400 (Fri, 26 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as
Fixed RTE's introduced in the last commit
QE notes:
Doc notes:
Bugs: SDK-31370 SDK-31371
Reviewer: Kevin L
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22255 | klin@adobe.com | 2011-08-26 19:12:39 -0400 (Fri, 26 Aug 2011) | 18 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridDimensions.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DataGridSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultGridHeaderRenderer.mxml
Fix ListCollectionView bug and some Grid bugs.
ListCollectionView.as
- RTE happens because addAllAt() wasn't taking into account that some of the added items could be filtered out. Now, it checks the length as it is adding items. If the insertion index goes out of bounds because of filtering, it adds the rest of the items at the end.
GridDimensions.as
- Fixed issue with heights not being consistent. setRowHeight() didn't work before.
- Added some ASDoc for bookmarked rows and put clearing the bookmarks into a method.
DataGridSkin.as, DefaultGridHeaderRenderer.mxml
- Added fb:purpose="styling" attribute to script blocks.
QE notes: No
Doc notes: No
Bugs: SDK-29539, SDK-30492, SDK-30519, SDK-31036
Reviewer: Hans, Bear
Tests run: cyclone server, checkintests
Is noteworthy for integration: Yes
------------------------------------------------------------------------
------------------------------------------------------------------------
r22254 | rofong@adobe.com | 2011-08-26 18:01:13 -0400 (Fri, 26 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as
QE notes:
Doc notes:
Bugs: SDK-31328
Reviewer: Kevin L
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22250 | rofong@adobe.com | 2011-08-26 16:58:04 -0400 (Fri, 26 Aug 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
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/AccordionLayoutBase.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/HorizontalAccordionSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionToggleButtonSkin.mxml
Some bugs fixed, skin complete
QE notes:
Doc notes:
Bugs: SDK-31249 SDK-31327 SDK-31082
Reviewer: Kevin L
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22249 | hmuller@adobe.com | 2011-08-26 16:56:32 -0400 (Fri, 26 Aug 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
Defer adding IAdvancedStyleClients to a Group until after its children have been created with createChildren().
QE notes:
Doc notes:
Bugs: SDK-30452
Reviewer: Glenn
Tests run: checkin, mustella
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r22247 | mijordan@adobe.com | 2011-08-26 16:24:45 -0400 (Fri, 26 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/RichEditableTextAccImpl.as
Fix for SDK-31271. spark.components.TextInput with displayAsPassword = true will now return a string masked by asterisks instead of the actual value through MSAA
QE notes: No automated test to verify fix. Will verify manually with screen reader.
Doc notes:
Bugs: SDK-31271
Reviewer: Adam Altman
Tests run: checkin, mustella
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r22246 | mvujovic@adobe.com | 2011-08-26 14:49:41 -0400 (Fri, 26 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/mx-manifest.xml
M /private/flex/sdk/trunk/frameworks/spark-manifest.xml
Fix for SDK-31243 - Tag mapping for some of the components in rpc.swc are missing
QE notes: None
Doc notes: None
Bugs: SDK-31243
Reviewer: Chiedo
Tests run: Checkintests, Mustella
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22226 | smgilson@adobe.com | 2011-08-25 16:05:38 -0400 (Thu, 25 Aug 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ScrollSnappingMode.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Scroller.as
Update ASdoc for List Item Snapping and On-Demand scrollbar specs
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22180 | mvujovic@adobe.com | 2011-08-24 14:42:17 -0400 (Wed, 24 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
Fix for SDK-22911 - UIComponent errorString keeps displaying prior errors if different validator instance use per validation
QE notes: None
Doc notes: None
Bugs: SDK-22911
Reviewer: Jason Szeto
Tests run: Checkintests, Mustella
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r22167 | rofong@adobe.com | 2011-08-23 18:36:53 -0400 (Tue, 23 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.as
M /private/flex/sdk/trunk/frameworks/projects/spark/defaults.css
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/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/effects/supportClasses/ResizeInstance.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/HorizontalAccordionSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HorizontalAccordionToggleButtonSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionToggleButtonSkin.mxml
QE notes:
Doc notes:
Bugs: SDK-31216 SDK-31269 SDK-31237 SDK-31235 SDK-31234 SDK-31207
Reviewer: Kevin L
Tests run: Checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22139 | hmuller@adobe.com | 2011-08-22 18:28:13 -0400 (Mon, 22 Aug 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/collections/SubListView.as
Added DataGrid implementation-private SubListView class.
QE notes:
Doc notes:
Bugs:
Reviewer: Kevin
Tests run: checkin, mustella
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r22134 | smgilson@adobe.com | 2011-08-22 10:45:38 -0400 (Mon, 22 Aug 2011) | 9 lines
Changed paths:
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/preloaders
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/preloaders/exmaples
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/preloaders/exmaples/SplashScreenImage1.mxml
Move SplashScreenImage1.mxml to preloaders dir from components
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22100 | build@adobe.com | 2011-08-19 13:58:40 -0400 (Fri, 19 Aug 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/collections.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/components.properties
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc_nb.properties
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc_sv.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_da.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_de.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_es.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_fi.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_fr.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_it.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_ja.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_ko.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_nb.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_nl.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_pt.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_ru.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_sv.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_zh_CN.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_zh_TW.properties
Localization property file updates from 318372
------------------------------------------------------------------------
------------------------------------------------------------------------
r22094 | hmuller@adobe.com | 2011-08-19 11:00:37 -0400 (Fri, 19 Aug 2011) | 11 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridDimensions.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridDimensionsView.as
GridDimensions updates for DataGrid locked rows and columns.
Added implementation-private GridDimensionsView class.
QE notes:
Doc notes:
Bugs:
Reviewer: Kevin
Tests run: checkin, mustella
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r22085 | rofong@adobe.com | 2011-08-18 19:17:38 -0400 (Thu, 18 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
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/components/SkinnableContainer.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/AccordionLayoutBase.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/HorizontalAccordionSkin.mxml
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HorizontalAccordionToggleButtonSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionSkin.mxml
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionToggleButtonSkin.mxml
In addition to some bugs, fixed some things with elementCreationPolicy: updated createContentIfNeeded method to check elementCreationPolicy instead of deprecated creationPolicy
QE notes:
Doc notes: Changed IDeferredContentOwner.as elementCreationPolicy asdocs
Bugs: SDK-31224 SDK-31230 SDK-31220 SDK-31217 SDK-31194 SDK-31027 SDK-31063 SDK-31061
Reviewer: Kevin L
Tests run: checkintests, full cyclone
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r22029 | rofong@adobe.com | 2011-08-16 16:31:27 -0400 (Tue, 16 Aug 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
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ViewStack.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
QE notes: Made some changes to ViewStack as well for deferred content creation logic,
need to run changes to SkinnableContainer thru cyclone for them to take effect
Doc notes:
Bugs: SDK-31194, SDK-31063, SDK-31061, SDK-31027
Reviewer: Evtim G
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21978 | smgilson@adobe.com | 2011-08-15 10:35:43 -0400 (Mon, 15 Aug 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/supportClasses/AccordionLayoutBase.as
fix broken ASDoc comments in Accordion.as and AccordionLayoutBase.as
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r21973 | rofong@adobe.com | 2011-08-12 19:41:34 -0400 (Fri, 12 Aug 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
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/AccordionLayoutBase.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/HorizontalAccordionSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionSkin.mxml
M /private/flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
M /private/flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
A /private/flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/AccordionTestScript.mxml
A /private/flex/sdk/trunk/frameworks/tests/basicTests/spark/views/AccordionTests.mxml
Code Complete Checkin
QE notes: Fixed bugs, added selectedWidth/selectedHeight property, added resizeToContent property to AccordionLayoutBase
Doc notes:
Bugs: SDK-31117, SDK-31115, SDK-31074, SDK-31071, SDK-31061, SDK-31063
Reviewer: Kevin L
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21938 | jimurphy@adobe.com | 2011-08-11 14:05:36 -0400 (Thu, 11 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk
M /private/flex/sdk/trunk/in/air/mac/AIR Integration Kit.tbz2
M /private/flex/sdk/trunk/in/air/win/AIR Integration Kit.zip
get the correct AIR player in: 371
QE notes: no
Doc notes: no
Bugs: no
Reviewer: jojo
Tests run: no
Is noteworthy for integration:no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21891 | cframpto@adobe.com | 2011-08-08 13:54:20 -0400 (Mon, 08 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
Fix event dispatcher being removed from the wrong skin part in partRemoved().
QE notes:
Doc notes:
Bugs: SDK-29012
Reviewer: Max
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21885 | rofong@adobe.com | 2011-08-05 19:31:40 -0400 (Fri, 05 Aug 2011) | 12 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/mxml-manifest.xml
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/components/supportClasses/AccordionLayoutBase.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
Keyboard commands updated-Tab doesn't fully meet specification yet
Element creation/destruction policy hooked in
Focus logic updated
Event dispatching fixed
QE notes:
Doc notes:
Bugs: Still incomplete
Reviewer: Kevin Lin
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21819 | deeptika@adobe.com | 2011-08-04 04:34:22 -0400 (Thu, 04 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/automation_airspark/src/spark/automation/delegates/components/SparkWindowAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_airspark/src/spark/automation/delegates/components/SparkWindowedApplicationAutomationImpl.as
Changing playerversion in asdocs for spark delegates
QE notes:
Doc notes:
Bugs: FLEXDOCS-1348 (All Spark automation class documentation states Flash 9 and Flex 4.)
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21818 | deeptika@adobe.com | 2011-08-04 04:34:02 -0400 (Thu, 04 Aug 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/mx/automation/delegates/controls/dataGridClasses/FTEDataGridItemRendererAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/mx/automation/delegates/core/UIFTETextFieldAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/codec/SparkDropDownListBaseSelectedItemCodec.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/SparkRichEditableTextAutomationHelper.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkApplicationAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkBorderContainerAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkButtonAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkDataGroupAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkDropDownListAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkGroupAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkLabelAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkListAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkNavigatorContentAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkNumericStepperAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkPanelAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkRadioButtonAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkRichEditableTextAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkSkinnableContainerAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkSkinnableDataContainerAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkSpinnerAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkTabBarAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkTextInputAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkTileGroupAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkTitleWindowAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkToggleButtonAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkVideoDisplayAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkVideoPlayerAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/gridClasses/SparkGridItemRendererAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/mediaClasses/SparkMuteButtonAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkDropDownListBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkGroupBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkRangeAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkSkinnableComponentAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkSkinnableContainerBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkTextBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkToggleButtonBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkTrackBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/skins/spark/SparkDefaultGridItemRendererAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/skins/spark/SparkUITextFieldGridItemRendererAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/events/SparkDataGridItemSelectEvent.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/events/SparkListItemSelectEvent.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/events/SparkValueChangeAutomationEvent.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/RichEditableTextTabularData.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/SkinnableContainerTabularData.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/SkinnableDataContainerTabularData.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/SparkListBaseTabularData.as
Changing playerversion in asdocs for spark delegates
QE notes:
Doc notes:
Bugs: FLEXDOCS-1348 (All Spark automation class documentation states Flash 9 and Flex 4.)
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21812 | chiedozi@adobe.com | 2011-08-04 00:20:04 -0400 (Thu, 04 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests-config.xml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/SplitViewNavigatorTestScript.mxml (from /private/flex/sdk/branches/4.y/frameworks/tests/airMobileBasicTests/src/mobile/scripts/SplitViewNavigatorTestScript.mxml:21783)
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/tests/SplitViewNavigatorTest.mxml (from /private/flex/sdk/branches/4.y/frameworks/tests/airMobileBasicTests/src/mobile/tests/SplitViewNavigatorTest.mxml:21783)
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/DetailView.mxml (from /private/flex/sdk/branches/4.y/frameworks/tests/airMobileBasicTests/src/mobile/views/DetailView.mxml:21783)
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/MasterCategory.mxml (from /private/flex/sdk/branches/4.y/frameworks/tests/airMobileBasicTests/src/mobile/views/MasterCategory.mxml:21783)
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/MasterView.mxml (from /private/flex/sdk/branches/4.y/frameworks/tests/airMobileBasicTests/src/mobile/views/MasterView.mxml:21783)
Adding SplitViewNavigator checkintests
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests, mustella-mobile
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r21784 | rofong@adobe.com | 2011-08-02 18:28:23 -0400 (Tue, 02 Aug 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/mxml-manifest.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/defaults.css
M /private/flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Accordion.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/AccordionContent.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/AccordionLayoutBase.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/HorizontalAccordionLayout.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/VerticalAccordionLayout.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HorizontalAccordionContentSkin.mxml
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HorizontalAccordionSkin.mxml
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionContentSkin.mxml
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VerticalAccordionSkin.mxml
M /private/flex/sdk/trunk/frameworks/spark-manifest.xml
First Spark Accordion Commit
QE notes:
Doc notes:
Bugs: Not Completed
Reviewer: Evtim G, Kevin L
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21748 | cframpto@adobe.com | 2011-07-28 14:27:26 -0400 (Thu, 28 Jul 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml
M /private/flex/sdk/trunk/frameworks/spark-manifest.xml
Add some mx Validators and Formatters to the manifest and add a ToDo in ImageSkin to replace Range with ProgressBar when it is available.
QE notes:
Doc notes:
Bugs: SDK-30649, SDK-30829
Reviewer: Hans, Kevin
Tests run: checkintests
Is noteworthy for integration: yes
------------------------------------------------------------------------
------------------------------------------------------------------------
r21691 | rofong@adobe.com | 2011-07-22 14:09:25 -0400 (Fri, 22 Jul 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ViewStack.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as
QE notes:
Doc notes:
Bugs: Changed BitmapImage's _bitmapData property to mx_internal, added a comment to ViewStack explaining default resizeToContent behavior
Reviewer: Evtim
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21688 | build@adobe.com | 2011-07-22 09:02:28 -0400 (Fri, 22 Jul 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/locale/pt_BR/metadata.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/da_DK/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/de_DE/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/es_ES/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fi_FI/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/datamanagement.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/fr_FR/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/it_IT/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ja_JP/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ko_KR/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/nb_NO/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/nl_NL/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/pt_BR/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/ru_RU/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/sv_SE/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/zh_CN/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/bundles/zh_TW/olap.properties
M /private/flex/sdk/trunk/frameworks/projects/charts/bundles/fr_FR/charts.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/de_DE/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ja_JP/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/validators.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/validators.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_CN/core.properties
M /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/core.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/osmf.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/layout.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/layout.properties
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_pt.properties
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_pt.properties
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_fr.properties
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_pt.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_de.properties
M /private/flex/sdk/trunk/modules/debugger/src/java/flex/tools/debugger/cli/fdb_pt.properties
M /private/flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_pt.properties
Localization property file updates from 315825
------------------------------------------------------------------------
------------------------------------------------------------------------
r21665 | cframpto@adobe.com | 2011-07-21 12:19:41 -0400 (Thu, 21 Jul 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
If the ComboBox selectedItem is set to null or undefined, the label display should be cleared.
If the text in the ComboBox label is deleted, and then the mouse is used to select the same item from the dropdown, the label should update with the selected text.
QE notes:
Doc notes:
Bugs: SDK-30479, SDK-30547
Reviewer: Jason
Tests run: cyclone, mustella spark ComboBox tests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21610 | cframpto@adobe.com | 2011-07-18 15:38:30 -0400 (Mon, 18 Jul 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Grid.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
Fix ASdoc typos/errors.
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21599 | deeptika@adobe.com | 2011-07-18 08:58:41 -0400 (Mon, 18 Jul 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AdvancedDataGridSelectedCellCodec.as
M /private/flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/TabObjectCodec.as
M /private/flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ContainerAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/UIComponentAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_air/src/mx/automation/air/AirFunctionsHelper.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/codec/SparkDropDownListBaseSelectedItemCodec.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkGroupBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/supportClasses/SparkScrollBarBaseAutomationImpl.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/RichEditableTextTabularData.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/SkinnableContainerTabularData.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/SkinnableDataContainerTabularData.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/tabularData/SparkDataGridTabularData.as
Removing some unused import statements and restructuring to remove dependency on non-core swcs.
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21596 | anirudhs@adobe.com | 2011-07-18 08:17:28 -0400 (Mon, 18 Jul 2011) | 10 lines
Changed paths:
M /private/flex/sdk/trunk
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
Integrating change 21595 from 4.y branch to trunk - Native extension support for ADL launching.
QE notes: None
Doc notes: None
Bugs: None
Reviewer:
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r21518 | dloverin@adobe.com | 2011-07-01 16:43:43 -0400 (Fri, 01 Jul 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
M /private/flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
A /private/flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/ViewStackTestScript.mxml
A /private/flex/sdk/trunk/frameworks/tests/basicTests/spark/views/ViewStackTests.mxml
ViewStack checkintest
QE notes: None.
Doc notes: None.
Bugs:
Reviewer: Kevin
Tests run: checkintests
Is noteworthy for integration: No.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21514 | dloverin@adobe.com | 2011-07-01 10:34:03 -0400 (Fri, 01 Jul 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NavigatorContent.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ViewStack.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ViewStackLayout.as
ViewStack bug fixes.
QE notes: None.
Doc notes: None.
Bugs: SDK-30719,SDK-30717,SDK-30716
Reviewer: Roger, Kevin
Tests run: checkintests
Is noteworthy for integration: No.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21495 | dloverin@adobe.com | 2011-06-29 14:41:08 -0400 (Wed, 29 Jun 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
Add version 5.0 to the compiler's -compatiblity-version option.
QE notes: None.
Doc notes: None.
Bugs:
Reviewer: Pete
Tests run: cyclone
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r21463 | anirudhs@adobe.com | 2011-06-27 08:11:23 -0400 (Mon, 27 Jun 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk
M /private/flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/DManager.java
M /private/flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java
Integrating revision 21460 from 4.y branch to trunk.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21462 | jimurphy@adobe.com | 2011-06-27 07:57:20 -0400 (Mon, 27 Jun 2011) | 8 lines
Changed paths:
D /private/flex/sdk/trunk/in/player/11/lnx/libflashplayer.so.tar.gz
remove libflashplayer temporarily to resolve compression error
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21459 | jimurphy@adobe.com | 2011-06-27 07:46:14 -0400 (Mon, 27 Jun 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/in/player/11/lnx/libflashplayer.so.tar.gz
updated libflashplayer - trying to resolve svn bad compression error
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21458 | jimurphy@adobe.com | 2011-06-27 07:35:07 -0400 (Mon, 27 Jun 2011) | 8 lines
Changed paths:
A /private/flex/sdk/trunk/in/player/11/lnx/flashplayerdebugger.tar.gz
re-add player 11 debugger for linux to fix svn prop
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21457 | jimurphy@adobe.com | 2011-06-27 07:32:37 -0400 (Mon, 27 Jun 2011) | 8 lines
Changed paths:
D /private/flex/sdk/trunk/in/player/11/lnx/flashplayerdebugger.tar.gz
Remove linux player to get svn properties straightened out (will re-add)
QE notes: no
Doc notes: no
Bugs: no
Reviewer:no
Tests run: no
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21456 | dloverin@adobe.com | 2011-06-24 15:56:43 -0400 (Fri, 24 Jun 2011) | 43 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexVersion.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.as
D /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/core/ContainerDestructionPolicy.as
M /private/flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Container.as
M /private/flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/components.properties
M /private/flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NavigatorContent.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ViewStack.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ViewStackLayout.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/core/ContainerDestructionPolicy.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/modules/ModuleLoader.as
ViewStack, creation policy, destruction policy changes.
* ViewStack fixes
* IDeferredContentOwner interface modified
* Implement destruction policy
Details:
frameworks/projects/framework/src/mx/core/FlexVersion.as
Added “5.0” and may it the current version.
frameworks/projects/framework/src/mx/core/IDeferredContentOwner.as
Deprecate creationPolicy
Add elementCreationPolicy property
Add elementDestructionPolicy property
Add removeDeferredContent method
frameworks/projects/mobilecomponents/src/spark/core/ContainerDestructionPolicy.as
frameworks/projects/spark/src/spark/core/ContainerDestructionPolicy.as
Move destruction policy from mobilecomponents to spark.
frameworks/projects/mx/src/mx/core/Container.as
Update for IDeferredContentOwner changes.
frameworks/projects/spark/src/spark/components/NavigatorContent.as
Works with Spark ViewStack. CreationPolicy is no longer inherited from the parent.
frameworks/projects/spark/src/spark/components/SkinnableContainer.as
CreationPolicy is deprecated and no longer inherited.
Implement IDeferredContentOwner.
Implement destruction policy.
frameworks/projects/spark/src/spark/modules/ModuleLoader.as
Implement IDeferredContentOwner.
Implement destruction policy.
QE notes: Ready to test.
Doc notes: New Feature.
Bugs: SDK-30680,SDK-30672,SDK-30671,SDK-30668,SDK-30667
Reviewer: Hans
Tests run: cyclone server
Is noteworthy for integration: Yes.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21409 | dloverin@adobe.com | 2011-06-20 10:47:30 -0400 (Mon, 20 Jun 2011) | 13 lines
Changed paths:
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ViewStack.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ViewStack.png
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ViewStackLayout.as
M /private/flex/sdk/trunk/frameworks/spark-manifest.xml
Initial commit for Spark ViewStack.
QE notes: Ready to Test with known limitations:
* NavigatorContent does not support deferred instantiation with Spark ViewStack.
* Destruction policy is not supported.
* Effects are not supported.
Doc notes: None.
Bugs:
Reviewer: Carol
Tests run: cyclone server
Is noteworthy for integration: No.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21408 | rofong@adobe.com | 2011-06-17 16:25:57 -0400 (Fri, 17 Jun 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/build.xml
M /private/flex/sdk/trunk/setup.sh
Added quotations around some of the file paths in build.xml and setup.sh to support file paths with spaces in them in Windows.
QE notes: No
Doc notes: No
Bugs: No
Reviewer: Kevin
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r21386 | dloverin@adobe.com | 2011-06-15 15:08:28 -0400 (Wed, 15 Jun 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/defaults.css
M /private/flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as
A /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/DataGridDragProxy.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridLayout.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DataGridSkin.mxml
DataGrid Drag and Drop.
QE notes: None.
Doc notes: None.
Bugs:
Reviewer: Hans
Tests run: cyclone server
Is noteworthy for integration: No.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21357 | rbhat@adobe.com | 2011-06-08 08:25:24 -0400 (Wed, 08 Jun 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/libs/automation_agent.swc
M /private/flex/sdk/trunk/frameworks/libs/qtp.swc
M /private/flex/sdk/trunk/frameworks/libs/qtp_air.swc
M /private/flex/sdk/trunk/frameworks/locale/da_DK/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/da_DK/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/de_DE/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/de_DE/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/en_US/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/en_US/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/es_ES/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/es_ES/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/fi_FI/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/fi_FI/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/fr_FR/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/fr_FR/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/it_IT/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/it_IT/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/ja_JP/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/ja_JP/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/ko_KR/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/ko_KR/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/nb_NO/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/nb_NO/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/nl_NL/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/nl_NL/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/pt_BR/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/pt_BR/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/ru_RU/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/ru_RU/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/sv_SE/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/sv_SE/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/zh_CN/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/zh_CN/qtp_air_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/zh_TW/automation_agent_rb.swc
M /private/flex/sdk/trunk/frameworks/locale/zh_TW/qtp_air_rb.swc
Updating automation_agent swcs..
------------------------------------------------------------------------
------------------------------------------------------------------------
r21341 | jimurphy@adobe.com | 2011-06-06 11:35:57 -0400 (Mon, 06 Jun 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/in/player/10.2/mac
add *.app to the ignores list in the mac player directory
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21324 | jimurphy@adobe.com | 2011-06-02 10:04:07 -0400 (Thu, 02 Jun 2011) | 7 lines
Changed paths:
M /private/flex/sdk/trunk/build.xml
Update the package names - 4 to 5
QE notes: no
Doc notes: no
Bugs: no
Reviewer:no
Tests run: no
Is noteworthy for integration:no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21321 | jimurphy@adobe.com | 2011-06-01 15:12:28 -0400 (Wed, 01 Jun 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/build.properties
M /private/flex/sdk/trunk/frameworks/air-config.xml
M /private/flex/sdk/trunk/frameworks/flex-config.xml
Fix the build by finishing the version update to 5.0.0.
QE notes: no
Doc notes: no
Bugs: no
Reviewer:no
Tests run: ct
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21318 | build@adobe.com | 2011-06-01 13:26:59 -0400 (Wed, 01 Jun 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/build.properties
M /private/flex/sdk/trunk/frameworks/flex-config.xml
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/airspark/src/spark/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_air/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_dmv/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/charts/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/rpc/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/spark_dmv/src/spark/core/Version.as
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/tools/VersionInfo.java
Version update to 5.0.0
------------------------------------------------------------------------
------------------------------------------------------------------------
r21302 | jasonsj@adobe.com | 2011-05-26 17:36:57 -0400 (Thu, 26 May 2011) | 8 lines
Changed paths:
D /private/flex/sdk/trunk/.project
Removing stray .project file from trunk from my previous checkin 21301.
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21279 | cframpto@adobe.com | 2011-05-19 10:05:23 -0400 (Thu, 19 May 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnablePopUpContainer.as
Fix typo in ASDoc.
QE notes:
Doc notes:
Bugs: SDK-30387
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21274 | build@adobe.com | 2011-05-17 16:01:28 -0400 (Tue, 17 May 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/__Global__.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.data.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.desktop.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display.xml
A /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display3D.textures.xml
A /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display3D.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.events.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.external.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filesystem.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.geom.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.globalization.xml
A /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.hid.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.html.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.drm.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.sampler.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.security.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.engine.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.ui.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.utils.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/packages.dita
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21178 | build@adobe.com | 2011-04-29 15:45:39 -0400 (Fri, 29 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21167 | rhauck@adobe.com | 2011-04-28 21:37:12 -0400 (Thu, 28 Apr 2011) | 1 line
Changed paths:
A /private/flex/sdk/trunk/frameworks/tests/performance/mobile/ComponentCatalog/ComponentCatalogSU-metrics.xml
Missing from my previous checkin - add startup tests for launching an AIR mobile app when there is already one running
------------------------------------------------------------------------
------------------------------------------------------------------------
r21166 | rhauck@adobe.com | 2011-04-28 21:19:27 -0400 (Thu, 28 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/ComponentCatalog/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TransitionTests/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/WeatherApp/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/WeatherApp/src/PageScroller.as
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/ant/include/mobilepackager.xml
Add conditional compilation flag to the WeatherApp so we can use it as a control app in the new startup perf tests that require an app to already be running
------------------------------------------------------------------------
------------------------------------------------------------------------
r21165 | jasonsj@adobe.com | 2011-04-28 21:14:26 -0400 (Thu, 28 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextInputSkin.as
Fix regression on vertical alignment of TextInput text when text height is taller than the unscaled TextInput skin height minus padding.
QE notes: Fix for 33 Mustella failures as of rev 21158
Doc notes: none
Bugs: SDK-29887
Reviewer: chiedozi
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21164 | chiedozi@adobe.com | 2011-04-28 19:45:00 -0400 (Thu, 28 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreen.as
Fixing a small typo in ASDocs for SplashScreen
------------------------------------------------------------------------
------------------------------------------------------------------------
r21161 | chiedozi@adobe.com | 2011-04-28 16:16:49 -0400 (Thu, 28 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/components/View.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as
Force a application resize and validation when an orientationChanging event is received on an iOS device. This removes flickering and rendering issues that occurred after iOS' orientation change animation.
QE notes:
Doc notes:
Bugs: SDK-30133
Reviewer: Glenn
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21158 | jasonsj@adobe.com | 2011-04-27 17:13:03 -0400 (Wed, 27 Apr 2011) | 10 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextInputSkin.as
iOS TextInput clear button fix
Remove paddingBottom hit area fix when the soft keyboard is active. Fixes alignment of native clear button in iOS TextInput editing.
QE notes: none
Doc notes: none
Bugs: SDK-29887
Reviewer: jszeto
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21157 | pfarland@adobe.com | 2011-04-27 16:14:22 -0400 (Wed, 27 Apr 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGLog_en.properties
M /private/flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
M /private/flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.java
Removing mobile-specific warnings for FXG features that were thought to have poor performance. The mobile team suggested they no longer need this as they don't use the GPU.
QE notes: N/A
Doc notes: N/A
Bugs: SDK-29985
Reviewer: Glenn
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r21156 | build@adobe.com | 2011-04-27 15:49:04 -0400 (Wed, 27 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/__Global__.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filesystem.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21152 | jasonsj@adobe.com | 2011-04-26 20:52:07 -0400 (Tue, 26 Apr 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/MobileSkins/.actionScriptProperties
A /private/flex/sdk/trunk/frameworks/tests/MobileSkins/libs
M /private/flex/sdk/trunk/frameworks/tests/MobileSkins/src/MobileSkins-app.xml
M /private/flex/sdk/trunk/frameworks/tests/MobileSkins/src/MobileSkins.mxml
A /private/flex/sdk/trunk/frameworks/tests/MobileSkins/src/assets/fx_86px.png
M /private/flex/sdk/trunk/frameworks/tests/MobileSkins/src/components/StyleDialog.mxml
M /private/flex/sdk/trunk/frameworks/tests/MobileSkins/src/views/SettingsView.mxml
Fixed compile errors in StyleDialog after API change to overlayControls.
Added NativeApplication.runtimeVersion to Settings output
Updated main application to add back button support for QNX and iOS
------------------------------------------------------------------------
------------------------------------------------------------------------
r21140 | jszeto@adobe.com | 2011-04-25 22:29:42 -0400 (Mon, 25 Apr 2011) | 13 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextAreaSkin.as
iOS TextArea bug fix
SDK-30246 - TextAreaSkin needs to use TextField scrolling instead of Scroller scrolling
When we are in non-edit mode, size the underlying TextField to the size of the text and use Scroller's scrolling. When we go into edit mode, size the TextField to the size of the TextArea and use the TextField's scrolling.
QE notes: none
Doc notes: none
Bugs: SDK-30246
Reviewer: Glenn
Tests run:
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21136 | build@adobe.com | 2011-04-25 15:49:26 -0400 (Mon, 25 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21135 | smgilson@adobe.com | 2011-04-25 13:53:04 -0400 (Mon, 25 Apr 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/managers/PersistenceManager.as
fix broken @see tag
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21133 | smgilson@adobe.com | 2011-04-25 11:33:46 -0400 (Mon, 25 Apr 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/StringUtil.as
Fix incorrect @product version tags on repeat(0 and restrict()
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21131 | build@adobe.com | 2011-04-23 15:50:45 -0400 (Sat, 23 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.events.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.html.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21126 | jchuang@adobe.com | 2011-04-22 13:19:20 -0400 (Fri, 22 Apr 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/libs/player/10.2/playerglobal.swc
M /private/flex/sdk/trunk/in/player/10.2/lnx/flashplayerdebugger.tar.gz
M /private/flex/sdk/trunk/in/player/10.2/lnx/install_flash_player_10_linux_sa.tar.gz
M /private/flex/sdk/trunk/in/player/10.2/lnx/libflashplayer.so.tar.gz
M /private/flex/sdk/trunk/in/player/10.2/mac/Flash Player Debugger.app.zip
M /private/flex/sdk/trunk/in/player/10.2/mac/Install Adobe Flash Player Debugger 10.2.dmg
M /private/flex/sdk/trunk/in/player/10.2/win/FlashPlayerDebugger.exe
M /private/flex/sdk/trunk/in/player/10.2/win/InstallAX.exe
M /private/flex/sdk/trunk/in/player/10.2/win/InstallPlugin.exe
Flash Player 10.2.159.1
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21125 | smgilson@adobe.com | 2011-04-22 10:44:03 -0400 (Fri, 22 Apr 2011) | 9 lines
Changed paths:
D /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/ActionBar/ActionBarExample2.mxml
D /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/ActionBar/ActionBarExample3.mxml
D /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/ActionBar/ActionBarExampleHomeView.mxml
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/ActionBarExample2.mxml
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/ActionBarExample3.mxml
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/ActionBarExampleHomeView.mxml
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/asdoc/en_US/spark/components/examples/TabbedViewNavigatorExample.mxml
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/components/ActionBar.as
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/components/TabbedViewNavigator.as
D /private/flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/TabbedViewNavigatorExample.mxml
update ActionBar.as and TabbedViewNavigator.as to include the examples and move the example to the correct folders
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21121 | chiedozi@adobe.com | 2011-04-21 20:58:19 -0400 (Thu, 21 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/components/IconItemRenderer.as
IconItemRenderer now displays the iconPlaceholder image when the icon fails to load
QE notes:
Doc notes:
Bugs: SDK-30141
Reviewer: Tom Kraikit
Tests run: checkintests-mobile
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21120 | chiedozi@adobe.com | 2011-04-21 19:00:52 -0400 (Thu, 21 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as
SoftKeyboardEvent.SOFT_KEYBOARD_DEACTIVE events are now attached to the text component that activates the softkeyboard instead of the application.
QE notes:
Doc notes:
Bugs: SDK-29973
Reviewer: Jason Szeto
Tests run: checkintests-mobile
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21119 | chiedozi@adobe.com | 2011-04-21 16:50:44 -0400 (Thu, 21 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreen.as
Refactored the SplashScreen component to increase its extensibility. Also added an autoAlign mx_internal property that allows iOS devices to turn off the built-in splash screen orientation logic.
QE notes:
Doc notes:
Bugs: SDK-30261
Reviewer: Evtim
Tests run: checkintests-mobile
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21118 | build@adobe.com | 2011-04-21 16:07:44 -0400 (Thu, 21 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/__Global__.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.desktop.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.data.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.desktop.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.errors.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.events.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filesystem.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.drm.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.security.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.utils.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21117 | smgilson@adobe.com | 2011-04-21 12:34:32 -0400 (Thu, 21 Apr 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/FormItem.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/events/IndexChangeEvent.as
ASDoc fixes for FLEXDOCS-1357 and FLEXDOCS-1358
QE notes:
Doc notes:
Bugs: FLEXDOCS-1357, FLEXDOCS-1358
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21109 | gruehle@adobe.com | 2011-04-20 19:56:18 -0400 (Wed, 20 Apr 2011) | 10 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/animation/Animation.as
Change Animation timer interval from 10ms to 60fps (~16.667ms). The runtime throttles timers to 60fps anyway, and specifying 10ms was causing occasional animation glitches due to rounding to the nearest 60th of a second.
QE notes: none
Doc notes: none
Bugs: SDK-30174
Reviewer: Eric
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21103 | jimurphy@adobe.com | 2011-04-19 18:23:25 -0400 (Tue, 19 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/build.properties
Not sure why FB can't concatenate the name and the version but since they don't I updated the name to be Flex 4.5.1
QE notes: no
Doc notes:no
Bugs: http://bugs.adobe.com/jira/browse/SDK-30242 - take 2
Reviewer: jojo
Tests run: no
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21102 | build@adobe.com | 2011-04-19 15:40:43 -0400 (Tue, 19 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21100 | jimurphy@adobe.com | 2011-04-19 08:46:28 -0400 (Tue, 19 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/build.properties
Update release from superhero to SDK
QE notes: no
Doc notes: no
Bugs: http://bugs.adobe.com/jira/browse/SDK-30242
Reviewer: no
Tests run: no
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21098 | tkraikit@adobe.com | 2011-04-18 20:45:15 -0400 (Mon, 18 Apr 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/preloaders/SplashScreen.as
SDK-27397, SDK 30140: SplashScreen orientation should stay fixed to the device's default orientation regardless of orientation changes prior to or during splash screen display. Code revised to use the (more dependable) Stage.orientation to counteract orientation changes and keep the splash screen aligned correctly.
QE notes: SDK-30140's reproducibility is possibly device-dependent; this will need to be tested on as many devices as possible.
Doc notes: none
Bugs: SDK-27397, SDK-30140
Reviewer: Evtim
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21083 | jasonsj@adobe.com | 2011-04-14 20:36:54 -0400 (Thu, 14 Apr 2011) | 10 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/transitions/ViewTransitionBase.as
Force ActionBar to update content groups positions after animating. If the width and height change during the transition, we need re-layout it's children because during the transition they are removed from layout and missed during the validation pass. See SDK-30142.
QE notes: none
Doc notes: none
Bugs:
SDK-30142 Changing orientation during a view transition can cause the ActionBar title to change position
Reviewer: chiedozi
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21081 | build@adobe.com | 2011-04-14 15:48:49 -0400 (Thu, 14 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21076 | jasonsj@adobe.com | 2011-04-13 17:20:17 -0400 (Wed, 13 Apr 2011) | 10 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
Fix title alignment regression from previous SDK-30131 fix. Corrected tightWidth to unscaledWidth for proper sizing and truncation.
QE notes: none
Doc notes: none
Bugs:
SDK-30131 The titleDisplay of the actionBar steals mouse events because its bounds extend that of the ActionBar
Reviewer: tkraikit
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21075 | jimurphy@adobe.com | 2011-04-13 17:18:51 -0400 (Wed, 13 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/lib/flex-messaging-common.jar
Update to flex-messaging-common.jar from lcds_trunk build 309524
QE notes:
Doc notes:
Bugs: http://bugs.adobe.com/jira/browse/SDK-30082
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21074 | jimurphy@adobe.com | 2011-04-13 17:15:42 -0400 (Wed, 13 Apr 2011) | 1 line
Changed paths:
D /private/flex/sdk/trunk/development/eclipse/flex/mobileTest/libs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/da_DK/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/es_ES/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/fi_FI/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/it_IT/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/ko_KR/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/nb_NO/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/nl_NL/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/pt_BR/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/sv_SE/docs
D /private/flex/sdk/trunk/frameworks/projects/airframework/bundles/zh_TW/docs
D /private/flex/sdk/trunk/frameworks/projects/airspark/bundles/en_US
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/docs
D /private/flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/docs
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/de_DE
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/en_US
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/fi_FI
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/fr_FR
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/it_IT
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/ja_JP
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/ko_KR
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/nb_NO
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/nl_NL
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/pt_BR
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/ru_RU
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/sv_SE
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/zh_CN
D /private/flex/sdk/trunk/frameworks/projects/automation_air/bundles/zh_TW
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/de_DE
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/en_US
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/fi_FI
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/fr_FR
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/it_IT
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/ja_JP
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/ko_KR
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/nb_NO
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/nl_NL
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/pt_BR
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/ru_RU
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/sv_SE
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/zh_CN
D /private/flex/sdk/trunk/frameworks/projects/automation_dmv/bundles/zh_TW
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/da_DK/docs
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/de_DE
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/es_ES/docs
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/fi_FI
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/fr_FR
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/it_IT
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/ja_JP
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/ko_KR
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/nb_NO
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/nl_NL
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/pt_BR
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/ru_RU
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/sv_SE
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/zh_CN
D /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/zh_TW
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/da_DK/docs
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/de_DE
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/en_US
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/es_ES/docs
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/fi_FI
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/fr_FR
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/it_IT
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/ja_JP
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/ko_KR
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/nb_NO
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/nl_NL
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/pt_BR
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/ru_RU
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/sv_SE
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/zh_CN
D /private/flex/sdk/trunk/frameworks/projects/automation_spark/bundles/zh_TW
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/ko_KR/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/sv_SE/docs
D /private/flex/sdk/trunk/frameworks/projects/framework/bundles/zh_TW/docs
D /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/.settings
D /private/flex/sdk/trunk/frameworks/projects/mobiletheme/.settings
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/da_DK/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/es_ES/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/fi_FI/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/it_IT/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/ko_KR/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/nb_NO/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/nl_NL/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/pt_BR/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/sv_SE/docs
D /private/flex/sdk/trunk/frameworks/projects/rpc/bundles/zh_TW/docs
D /private/flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/graphics
D /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/windowClasses
D /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/effectClasses
D /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/assets
D /private/flex/sdk/trunk/frameworks/projects/sparkskins/assets
D /private/flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/assets
D /private/flex/sdk/trunk/frameworks/projects/textLayout/bin
D /private/flex/sdk/trunk/frameworks/tests/MobileSkins/libs
D /private/flex/sdk/trunk/frameworks/tests/ShoppingCartLib/bin
D /private/flex/sdk/trunk/frameworks/tests/TourDeMobileFlex/bin-debug
D /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/libs
D /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/util
D /private/flex/sdk/trunk/frameworks/tests/performance/GridMark/.settings
D /private/flex/sdk/trunk/frameworks/tests/performance/mobile/ComponentCatalog/libs
D /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TransitionTests/libs
D /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TwitterSearch/libs
D /private/flex/sdk/trunk/frameworks/tests/performance/mobile/WeatherApp/libs
D /private/flex/sdk/trunk/frameworks/tests/shoppingcart_mobile/bin-debug
D /private/flex/sdk/trunk/frameworks/tests/shoppingcart_mobile/libs
D /private/flex/sdk/trunk/modules/asc/test/compiler/sanity/strict/strict
D /private/flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/extensions/util
D /private/flex/sdk/trunk/tools/diffpack/libs
Remove empty directories that should not be in our source tree.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21073 | build@adobe.com | 2011-04-13 15:49:01 -0400 (Wed, 13 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21064 | jasonsj@adobe.com | 2011-04-12 18:04:05 -0400 (Tue, 12 Apr 2011) | 10 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
Updated ActionBarSkin title to work with tight text height consistently. Fixes double-adjustment of titleDisplay height causing the titleDisplay to overlap on the View hit area.
QE notes: none
Doc notes: none
Bugs:
SDK-30131 The titleDisplay of the actionBar steals mouse events because its bounds extend that of the ActionBar
Reviewer: chiedozi
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21061 | chiedozi@adobe.com | 2011-04-12 14:12:33 -0400 (Tue, 12 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/transitions/SlideViewTransition.as
SlideViewTransition now clips the navigator when animating between views
QE notes:
Doc notes:
Bugs: SDK-29309
Reviewer: Jason SJ
Tests run: checkintests-mobile
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21052 | build@adobe.com | 2011-04-11 09:52:30 -0400 (Mon, 11 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.update.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.events.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filters.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.geom.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.globalization.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.html.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.security.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.engine.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.ui.xml
Playerglobal dita updates for Player version 10.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r21049 | tkraikit@adobe.com | 2011-04-08 21:29:19 -0400 (Fri, 08 Apr 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
reducing number of graphics checkin tests to keep overall runtime to under 2 min.
------------------------------------------------------------------------
------------------------------------------------------------------------
r21046 | tkraikit@adobe.com | 2011-04-07 18:39:10 -0400 (Thu, 07 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests-config.xml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/ViewMenuTestScript.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/ViewTestScript.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/tests/ViewMenuTest.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestViewMenu1.mxml
ViewMenu initial checkin tests
------------------------------------------------------------------------
------------------------------------------------------------------------
r21041 | jimurphy@adobe.com | 2011-04-07 15:22:25 -0400 (Thu, 07 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/build.xml
Update mac plugin name change for packaging mac/Flash Player Plugin Debugger.dmg -> mac/Install Adobe Flash Player Plugin Debugger 10.2.dmg
QE notes: no
Doc notes: no
Bugs: no
Reviewer:no
Tests run: no
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r21040 | cframpto@adobe.com | 2011-04-07 15:18:56 -0400 (Thu, 07 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListSkin.mxml
Fix typo in ASdoc.
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21036 | chiedozi@adobe.com | 2011-04-06 20:09:17 -0400 (Wed, 06 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/src/spark/transitions/SlideViewTransition.as
Fixed an issue in SlideViewTransition where includeInLayout wasn't properly restored on the initial view.
QE notes:
Doc notes:
Bugs: SDK-30128
Reviewer: Tom
Tests run: checkintests-mobile
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21029 | mhorn@adobe.com | 2011-04-06 11:31:40 -0400 (Wed, 06 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/charts/src/mx/charts/series/LineSeries.as
minor ASDoc update/fix
------------------------------------------------------------------------
------------------------------------------------------------------------
r21025 | gauravj@adobe.com | 2011-04-05 17:12:58 -0400 (Tue, 05 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/build.xml
Removing unnecessary code from the fat-swc target.
QE notes: N/A
Doc notes: N/A
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r21019 | tkraikit@adobe.com | 2011-04-05 13:07:54 -0400 (Tue, 05 Apr 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests-config.xml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/OrientationTestScript.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/TabbedViewNavTestScript.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/TestScriptTemplate.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/ViewTestScript.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/tests/RootTestView.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView2.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView3.mxml
revising mobile checkintests to run in TabbedViewNavigatorApplication so we can test core mobile functionality (e.g. ViewMenu, ViewNavigator)
------------------------------------------------------------------------
------------------------------------------------------------------------
r21010 | cframpto@adobe.com | 2011-04-01 08:09:11 -0400 (Fri, 01 Apr 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGrid.as
Added missing a few closing tags to ASdoc - replace <i> with </i>
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r21005 | tkraikit@adobe.com | 2011-03-31 15:31:44 -0400 (Thu, 31 Mar 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk/mustella/MustellaResultsParser.java
AIR log output includes native-style newlines which seem to break the mustella parser; adding blankline/newline exclusion for MustellaResultsParser.java
------------------------------------------------------------------------
------------------------------------------------------------------------
r20996 | tkraikit@adobe.com | 2011-03-29 19:36:42 -0400 (Tue, 29 Mar 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests-config.xml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/OrientationTestScript.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/ViewTestScript.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/tests/OrientationTest.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView1.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView3.mxml
mobile checkintests for ViewNavigator handling device orientation correctly
------------------------------------------------------------------------
------------------------------------------------------------------------
r20995 | jchuang@adobe.com | 2011-03-29 18:02:58 -0400 (Tue, 29 Mar 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/in/air/mac/AIR Integration Kit.tbz2
M /private/flex/sdk/trunk/in/air/win/AIR Integration Kit.zip
Check in AIR Spicier 2.6 20110311_apqo1912
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r20984 | tkraikit@adobe.com | 2011-03-28 21:36:58 -0400 (Mon, 28 Mar 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/TestScriptTemplate.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/tests
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/tests/ActionBarTest.mxml (from /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/ActionBarTest.mxml:20979)
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/tests/ViewTest.mxml (from /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/ViewTest.mxml:20979)
D /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/ActionBarTest.mxml
D /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/ViewTest.mxml
reorganizing mobile checkintest files; added template for script files
------------------------------------------------------------------------
------------------------------------------------------------------------
r20982 | tkraikit@adobe.com | 2011-03-28 18:49:22 -0400 (Mon, 28 Mar 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk/build.xml
added "checkintests-mobile" target to build.xml
------------------------------------------------------------------------
------------------------------------------------------------------------
r20980 | tkraikit@adobe.com | 2011-03-28 15:15:13 -0400 (Mon, 28 Mar 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk/build.xml
updated mobile checkintests target: use mobileDevice profile, Samsung Galaxy Tab screen size
------------------------------------------------------------------------
------------------------------------------------------------------------
r20979 | tkraikit@adobe.com | 2011-03-28 15:14:02 -0400 (Mon, 28 Mar 2011) | 9 lines
Changed paths:
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/AirExit.as
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/WaitForEvent.as
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests-app.xml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests-config.xml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/airMobileBasicTests.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/ActionBarTestScript.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/scripts/ViewTestScript.mxml
M /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/ActionBarTest.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView1.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView2.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView3.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView4.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/TestView5.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/mobile/views/ViewTest.mxml
A /private/flex/sdk/trunk/frameworks/tests/airMobileBasicTests/src/util
mobile checkintests, initial framework and first tests
QE notes: tests follow same basic structure as desktop checkintests
Doc notes: -
Bugs: -
Reviewer: -
Tests run: -
Is noteworthy for integration: -
------------------------------------------------------------------------
------------------------------------------------------------------------
r20978 | tkraikit@adobe.com | 2011-03-28 14:34:08 -0400 (Mon, 28 Mar 2011) | 3 lines
Changed paths:
M /private/flex/sdk/trunk/mustella/MustellaResultsParser.java
Update to ignore certain expected error lines for checkintests
------------------------------------------------------------------------
------------------------------------------------------------------------
r20966 | jasonsj@adobe.com | 2011-03-24 17:28:11 -0400 (Thu, 24 Mar 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/src/spark/skins/mobile/TextInputSkin.as
Remove hitArea improvements for iOS to fix padding doubling (leftMargin/rightMargin usage on retina) and to get vertical centering on the native text clear button.
QE notes: On retina we still see a 2px horizontal and 3px vertical jump when editing.
Doc notes:
Bugs: SDK-29905, SDK-29887
Reviewer: jszeto
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
------------------------------------------------------------------------
r20951 | cframpto@adobe.com | 2011-03-23 09:47:14 -0400 (Wed, 23 Mar 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk
M /private/flex/sdk/trunk/frameworks/projects/airframework/.settings
M /private/flex/sdk/trunk/frameworks/projects/airspark/.settings
M /private/flex/sdk/trunk/frameworks/projects/authoringsupport/.settings
M /private/flex/sdk/trunk/frameworks/projects/core/.settings
M /private/flex/sdk/trunk/frameworks/projects/flash-integration/.settings
M /private/flex/sdk/trunk/frameworks/projects/framework/.settings
A /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/.settings
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/.settings
M /private/flex/sdk/trunk/frameworks/projects/mx/.settings
M /private/flex/sdk/trunk/frameworks/projects/osmf/.settings
M /private/flex/sdk/trunk/frameworks/projects/rpc/.settings
M /private/flex/sdk/trunk/frameworks/projects/spark/.settings
M /private/flex/sdk/trunk/frameworks/projects/sparkskins/.settings
M /private/flex/sdk/trunk/frameworks/projects/textLayout/.settings
A /private/flex/sdk/trunk/frameworks/projects/textLayout/bin
M /private/flex/sdk/trunk/frameworks/projects/wireframe/.settings
M /private/flex/sdk/trunk/lib
Ignore all these unversioned files that get created either by the build or by importing the framework projects into FlashBuilder.
------------------------------------------------------------------------
------------------------------------------------------------------------
r20939 | rhauck@adobe.com | 2011-03-21 17:45:52 -0400 (Mon, 21 Mar 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/ant/include/mobilepackager.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/bar/launch.sh
Fixes to support bundling the runtime in the bar file
------------------------------------------------------------------------
------------------------------------------------------------------------
r20931 | cframpto@adobe.com | 2011-03-21 10:21:57 -0400 (Mon, 21 Mar 2011) | 1 line
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
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Image.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Scroller.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableDataContainer.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/gridClasses/GridItemEditor.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBase.as
ASdoc changes that missed Flex 4.5 - mostly the mxml syntax sections for the new DataGrid and Image components but also some other errors I noticed in various classes.
------------------------------------------------------------------------
------------------------------------------------------------------------
r20920 | build@adobe.com | 2011-03-18 15:54:14 -0400 (Fri, 18 Mar 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/flex-config.xml
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/airspark/src/spark/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_air/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_dmv/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/charts/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/mx/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/rpc/src/mx/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/spark/src/spark/core/Version.as
M /private/flex/sdk/trunk/frameworks/projects/spark_dmv/src/spark/core/Version.as
M /private/flex/sdk/trunk/modules/compiler/src/java/flex2/tools/VersionInfo.java
Version update to 4.5.1
------------------------------------------------------------------------
------------------------------------------------------------------------
r20918 | rhauck@adobe.com | 2011-03-18 15:05:21 -0400 (Fri, 18 Mar 2011) | 1 line
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/RadioStations/RadioStations-metrics.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TextTest/TextTest-metrics.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TransitionTests/TransitionTests-metrics.xml
Turn on startup tests in all the mobile perf tests
------------------------------------------------------------------------
------------------------------------------------------------------------
r20898 | cframpto@adobe.com | 2011-03-17 11:13:02 -0400 (Thu, 17 Mar 2011) | 13 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/textLayout/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties
Change libraryPathEntry from 10.2 to path="${PROJECT_FRAMEWORKS}/libs/player/10.3/playerglobal.swc" so dev builds in Eclipse will work in the new trunk.
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r20897 | cframpto@adobe.com | 2011-03-17 11:11:45 -0400 (Thu, 17 Mar 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/projects/authoringsupport/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/core/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/flash-integration/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/mx/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/osmf/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
Change libraryPathEntry from 10.2 to path="${PROJECT_FRAMEWORKS}/libs/player/10.3/playerglobal.swc" so dev builds in Eclipse will work in the new trunk.
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r20870 | rhauck@adobe.com | 2011-03-15 21:21:50 -0400 (Tue, 15 Mar 2011) | 2 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/ComponentCatalog/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/RadioStations/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TextTest/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TextTest/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/TransitionTests/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/WeatherApp/.actionScriptProperties
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/WeatherApp/build.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/WeatherApp/src/WeatherAppGPU-app.xml
M /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/ant/include/mobilepackager.xml
A /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/apk
A /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/apk/androidCert.p12
A /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/bar
A /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/bar/blackberry-tablet.xml
A /private/flex/sdk/trunk/frameworks/tests/performance/mobile/common/bar/launch.sh
- Modified the build-bar target to use the native packager to include the runtime in the bar file
- Fixed perf apps FB project files
------------------------------------------------------------------------
------------------------------------------------------------------------
r20867 | jchuang@adobe.com | 2011-03-15 17:14:11 -0400 (Tue, 15 Mar 2011) | 10 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/libs/player/10.3/playerglobal.swc
M /private/flex/sdk/trunk/in/air/mac/AIR Integration Kit.tbz2
M /private/flex/sdk/trunk/in/air/win/AIR Integration Kit.zip
M /private/flex/sdk/trunk/in/player/10.3/lnx/flashplayerdebugger.tar.gz
M /private/flex/sdk/trunk/in/player/10.3/lnx/install_flash_player_10_linux_sa.tar.gz
M /private/flex/sdk/trunk/in/player/10.3/lnx/libflashplayer.so.tar.gz
M /private/flex/sdk/trunk/in/player/10.3/mac/Flash Player Debugger.app.zip
M /private/flex/sdk/trunk/in/player/10.3/mac/Flash Player Plugin Debugger.dmg
M /private/flex/sdk/trunk/in/player/10.3/win/FlashPlayerDebugger.exe
M /private/flex/sdk/trunk/in/player/10.3/win/InstallAX.exe
M /private/flex/sdk/trunk/in/player/10.3/win/InstallPlugin.exe
AIR 20110311_apqt1907
Player 10_3_d180_56
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r20866 | jimurphy@adobe.com | 2011-03-15 16:09:40 -0400 (Tue, 15 Mar 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/build.properties
M /private/flex/sdk/trunk/build.xml
M /private/flex/sdk/trunk/frameworks/air-config.xml
M /private/flex/sdk/trunk/frameworks/airmobile-config.xml
M /private/flex/sdk/trunk/frameworks/build_framework.xml
M /private/flex/sdk/trunk/frameworks/flex-config.xml
D /private/flex/sdk/trunk/frameworks/libs/player/10.2
A /private/flex/sdk/trunk/frameworks/libs/player/10.3 (from /private/flex/sdk/trunk/frameworks/libs/player/10.2:20863)
M /private/flex/sdk/trunk/frameworks/projects/advancedgrids/build.xml
M /private/flex/sdk/trunk/frameworks/projects/airframework/build.xml
M /private/flex/sdk/trunk/frameworks/projects/airspark/build.xml
M /private/flex/sdk/trunk/frameworks/projects/automation/build.xml
M /private/flex/sdk/trunk/frameworks/projects/automation_air/build.xml
M /private/flex/sdk/trunk/frameworks/projects/automation_airspark/build.xml
M /private/flex/sdk/trunk/frameworks/projects/automation_dmv/build.xml
M /private/flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
M /private/flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
M /private/flex/sdk/trunk/frameworks/projects/core/build.xml
M /private/flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
M /private/flex/sdk/trunk/frameworks/projects/framework/build.xml
M /private/flex/sdk/trunk/frameworks/projects/halo/build.xml
M /private/flex/sdk/trunk/frameworks/projects/mobilecomponents/build.xml
M /private/flex/sdk/trunk/frameworks/projects/mobiletheme/build.xml
M /private/flex/sdk/trunk/frameworks/projects/mx/build.xml
M /private/flex/sdk/trunk/frameworks/projects/osmf/build.xml
M /private/flex/sdk/trunk/frameworks/projects/playerglobal/build.xml
M /private/flex/sdk/trunk/frameworks/projects/rpc/build.xml
M /private/flex/sdk/trunk/frameworks/projects/spark/build.xml
M /private/flex/sdk/trunk/frameworks/projects/sparkskins/build.xml
M /private/flex/sdk/trunk/frameworks/projects/textLayout/build.xml
M /private/flex/sdk/trunk/frameworks/projects/wireframe/build.xml
D /private/flex/sdk/trunk/in/player/10.2
A /private/flex/sdk/trunk/in/player/10.3 (from /private/flex/sdk/trunk/in/player/10.2:20863)
M /private/flex/sdk/trunk/samples/themes/arcade/build.xml
M /private/flex/sdk/trunk/samples/themes/cobalt/build.xml
M /private/flex/sdk/trunk/samples/themes/graphite/build.xml
M /private/flex/sdk/trunk/samples/themes/zen/build.xml
update default player from 10.2 to 10.3. This is only a directory and build file update only, no asdoc or localization was updated.
QE notes: no
Doc notes: as files will have to be updated
Bugs: http://bugs.adobe.com/jira/browse/SDK-29892
Reviewer: Gaurav
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
------------------------------------------------------------------------
r20814 | jimurphy@adobe.com | 2011-03-11 15:10:58 -0500 (Fri, 11 Mar 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/air-config.xml
M /private/flex/sdk/trunk/frameworks/flex-config.xml
update the config files to reflect the build number 4.5.1
QE notes: no
Doc notes: no
Bugs: no
Reviewer: lauren
Tests run: ct
Is noteworthy for integration:no
------------------------------------------------------------------------
------------------------------------------------------------------------
r20789 | jchuang@adobe.com | 2011-03-11 05:40:50 -0500 (Fri, 11 Mar 2011) | 9 lines
Changed paths:
M /private/flex/sdk/trunk/in/air/mac/AIR Integration Kit.tbz2
M /private/flex/sdk/trunk/in/air/win/AIR Integration Kit.zip
AIR Wasabi build: 20110308_apqt1903
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r20751 | jchuang@adobe.com | 2011-03-09 20:17:45 -0500 (Wed, 09 Mar 2011) | 12 lines
Changed paths:
M /private/flex/sdk/trunk/frameworks/libs/player/10.2/playerglobal.swc
M /private/flex/sdk/trunk/in/air/mac/AIR Integration Kit.tbz2
M /private/flex/sdk/trunk/in/air/win/AIR Integration Kit.zip
M /private/flex/sdk/trunk/in/player/10.2/lnx/flashplayerdebugger.tar.gz
M /private/flex/sdk/trunk/in/player/10.2/lnx/install_flash_player_10_linux_sa.tar.gz
M /private/flex/sdk/trunk/in/player/10.2/lnx/libflashplayer.so.tar.gz
M /private/flex/sdk/trunk/in/player/10.2/mac/Flash Player Debugger.app.zip
M /private/flex/sdk/trunk/in/player/10.2/mac/Flash Player Plugin Debugger.dmg
M /private/flex/sdk/trunk/in/player/10.2/win/FlashPlayerDebugger.exe
M /private/flex/sdk/trunk/in/player/10.2/win/InstallAX.exe
M /private/flex/sdk/trunk/in/player/10.2/win/InstallPlugin.exe
Checking in Wasabi runtimes:
Flash Player 10.3.180.45
AIR 2.7 20110303_apqt1900
QE notes:
Doc notes:
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration:
------------------------------------------------------------------------
------------------------------------------------------------------------
r20722 | jimurphy@adobe.com | 2011-03-09 13:39:37 -0500 (Wed, 09 Mar 2011) | 8 lines
Changed paths:
M /private/flex/sdk/trunk/build.properties
update build.properties with version 4.5.1 and release = Superhero for flex-sdk-description.xml
QE notes: no
Doc notes: no
Bugs: no
Reviewer: lauren
Tests run: no
Is noteworthy for integration: FB might need to be aware of these new values
------------------------------------------------------------------------
------------------------------------------------------------------------
r20694 | jimurphy@adobe.com | 2011-03-08 16:13:38 -0500 (Tue, 08 Mar 2011) | 3 lines
Changed paths:
A /private/flex/sdk/trunk (from /private/flex/sdk/branches/hero_private:20693)
Create trunk in the private repository based off hero_private branch at revision 20690
------------------------------------------------------------------------