return to downloads

------------------------------------------------------------------------
r11120 | hmuller@adobe.com | 2009-10-23 20:02:50 -0400 (Fri, 23 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/AsyncListView.as

Added a toString() override to AsyncListView.

QE notes:
Doc notes: none
Bugs: sdk-23799
Reviewer: Alex
Tests run:
Is noteworthy for integration: no

------------------------------------------------------------------------
r11118 | gosmith@adobe.com | 2009-10-23 19:35:38 -0400 (Fri, 23 Oct 2009) | 12 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/CheckBox.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextInput.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBase.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTextBase.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as

Did some code cleanup on the Spark components to enforce the conventions about how to order stuff within an AS file.

QE notes: None
Doc notes: None
Bugs: None
Reviewer: None; no functional changes
Tests run: ant checkintests
Is noteworthy for integration: No

------------------------------------------------------------------------
r11114 | build@adobe.com | 2009-10-23 17:06:24 -0400 (Fri, 23 Oct 2009) | 1 line
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_da.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_de.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_es.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_fi.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_fr.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_it.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_ja.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_ko.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_nb.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_nl.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_pt.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_ru.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_sv.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_zh_CN.properties
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_zh_TW.properties

Localization property file update 4.0.0.11113
------------------------------------------------------------------------
r11113 | mmoreart@adobe.com | 2009-10-23 16:43:58 -0400 (Fri, 23 Oct 2009) | 1 line
Changed paths:
M /flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/DMessage.java
M /flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/DValue.java

Fixes for 64-bit debugging
------------------------------------------------------------------------
r11112 | hmuller@adobe.com | 2009-10-23 15:35:31 -0400 (Fri, 23 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableDataContainer.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ScrollerLayout.as

DatGroup and SkinnableDataContainer dispatch a "dataProviderChanged" event when the dataProvder changes. Fixed a ScrollerLayout typo.

QE notes:
Doc notes: none
Bugs: sdk-23489
Reviewer: Ryan
Tests run: DataGroup
Is noteworthy for integration: no

------------------------------------------------------------------------
r11104 | clucier@adobe.com | 2009-10-23 09:11:28 -0400 (Fri, 23 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ApplicationSkin.mxml
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableContainerSkin.mxml
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TitleWindowSkin.mxml

Tweaks to defaults so simplified skins have better defaults.

QE notes: None
Doc notes: None
Bugs: SDK-23783
Reviewer: Glenn
Tests run: Checkin
Is noteworthy for integration: No

------------------------------------------------------------------------

return to downloads