return to downloads

------------------------------------------------------------------------
r11290 | build@adobe.com | 2009-10-29 22:00:25 -0400 (Thu, 29 Oct 2009) | 1 line
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/components.properties

Localization property file update 4.0.0.11289
------------------------------------------------------------------------
r11289 | egeorgie@adobe.com | 2009-10-29 21:38:52 -0400 (Thu, 29 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/components.properties
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
A /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DisplayLayer.as (from /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DisplayPlane.as:11280)
D /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DisplayPlane.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/OverlayDepth.as
A /flex/sdk/trunk/frameworks/projects/spark/src/spark/events/DisplayLayerObjectExistenceEvent.as (from /flex/sdk/trunk/frameworks/projects/spark/src/spark/events/DisplayPlaneObjectExistenceEvent.as:11280)
D /flex/sdk/trunk/frameworks/projects/spark/src/spark/events/DisplayPlaneObjectExistenceEvent.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as

GroupBase overlay - rename DisplayPlane to DisplayLayer, add a new method DisplayLayer:getDisplayObjectDepth()

QE notes: None
Doc notes: None
Bugs: None
Reviewer: Glenn
Tests run: checkintests, mustella (ListDragDrop)
Is noteworthy for integration: No

------------------------------------------------------------------------
r11288 | egeorgie@adobe.com | 2009-10-29 20:53:37 -0400 (Thu, 29 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
M /flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
A /flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/ListDragDropTestScript.mxml
A /flex/sdk/trunk/frameworks/tests/basicTests/spark/views/ListDragDropTests.mxml

Drag and Drop - add checkintest

QE notes: None
Doc notes: None
Bugs: None
Reviewer: Alex
Tests run: checkintests
Is noteworthy for integration: No

------------------------------------------------------------------------
r11287 | gruehle@adobe.com | 2009-10-29 20:01:12 -0400 (Thu, 29 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as

Fixed injection in 11208 that caused some pixels to be ignored when mousing over item renderers.

QE notes: None.
Doc notes: None.
Bugs: SDK-23919
Reviewer: Evtim
Tests run: checkintests
Is noteworthy for integration: No.
------------------------------------------------------------------------
r11286 | egeorgie@adobe.com | 2009-10-29 19:59:07 -0400 (Thu, 29 Oct 2009) | 13 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as

Small fix to List multiple selection commit.

Problem: Dispatching programatically mouse_down event to the item renderer would not put it in the selection.
Reason: commitSelection() was getting called twice, once through ListBase.commitProperties() and a second time through List:commitProperties()
Fix: Clear the multipleSelectionChanged flag inside commitSelection() to prevent it from being called twice.

QE notes: None.
Doc notes: None
Bugs: None
Reviewer: Glenn
Tests run: checkintests, mustella (List)
Is noteworthy for integration: No

------------------------------------------------------------------------
r11279 | dloverin@adobe.com | 2009-10-29 17:14:43 -0400 (Thu, 29 Oct 2009) | 13 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleManager.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleManager2.as

ASDoc changes to IStyleManger2 and IStyleManager

Copy the ASDoc for the StyleManager API from StyleManager to IStyleManager2 and IStyleManager. Also needed to remove the [ExcludeClass] metadata from both interfaces.

QE notes: None.
Doc notes: None.
Bugs: SDK-23884
Reviewer: Gaurav
Tests run: checkintests
Is noteworthy for integration: No.

------------------------------------------------------------------------
r11276 | rfrishbe@adobe.com | 2009-10-29 16:25:24 -0400 (Thu, 29 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer.as

Turning the default of ItemRenderer's autoDrawBackground property to true. This is part of the changes outlined here: http://opensource.adobe.com/wiki/display/flexsdk/Item+Renderer+Changes

This will break existing ItemRenderers because now we are drawing a rectangular background for rollover/selection/caretting that was not being drawn before. Existing item renderers should be updated to either opt out of this new behavior by explicitly setting autoDrawBackground to false or by updating their ItemRenderers to expect this behavior.

QE notes: Most tests should have already been updated. If tests with item renderers are broken, please update them.
Doc notes: -
Bugs: -
Reviewer: Pete F.
Tests run: checkintests
Is noteworthy for integration: Yes
------------------------------------------------------------------------
r11274 | dloverin@adobe.com | 2009-10-29 15:22:48 -0400 (Thu, 29 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as

ModuleLoader enhancement and StyleProtoChain fix

QE notes: None.
Doc notes: None.
Bugs: SDK-23855, SDK-23733
Reviewer: Alex
Tests run: checkintests, Managers/StyleManager
Is noteworthy for integration: No.

------------------------------------------------------------------------
r11273 | aharui@adobe.com | 2009-10-29 14:57:54 -0400 (Thu, 29 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridListData.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/BaseListData.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListData.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeListData.as
A /flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataGridItemRenderer.as
A /flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/listClasses
A /flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRenderer.as
A /flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/treeClasses
A /flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemRenderer.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer.as
M /flex/sdk/trunk/frameworks/spark-manifest.xml
M /flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
M /flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
A /flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/MXItemRendererTestScript.mxml
A /flex/sdk/trunk/frameworks/tests/basicTests/halo/views/MXItemRendererTests.mxml

Initial check in of MXItemRenderer and friends

QE Notes: New Classes and Code
Doc Notes: New Classes and Code
Bugs: None
Reviewer: Ryan
API Change: yes
Is noteworthy for integration: No
tests: checkintests

------------------------------------------------------------------------
r11272 | aharui@adobe.com | 2009-10-29 14:52:46 -0400 (Thu, 29 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml

exclude controlbar from baseColor colorizing

QE Notes: None
Doc Notes: None
Bugs: SDK-23862
Reviewer: Glenn
API Change: no
Is noteworthy for integration: No
tests: checkintests mustella/gumbo/components/Panel

------------------------------------------------------------------------
r11271 | cframpto@adobe.com | 2009-10-29 14:42:36 -0400 (Thu, 29 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/mx/core/FTETextField.as

Added missing return on a getter function. I guess if a function returns type * you don't get a compile error about a missing return.

QE notes:
Doc notes:
Bugs: SDK-23622
Reviewer: Gordon
Tests run: checkintests don't test this so I didn't run them
Is noteworthy for integration: no

------------------------------------------------------------------------
r11270 | eitan@ascender.com | 2009-10-29 14:28:57 -0400 (Thu, 29 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ButtonBarAccImpl.as
A /flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/NumericStepperAccImpl.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/SpinnerAccImpl.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as

Added a NumericStepper AccImpl class
Added actions to SpinnerAccImpl
Add STATECHANGE when buttons are pressed in a ButtonBar

QE notes: -
Doc notes: -
Bugs: -
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
r11264 | smgilson@adobe.com | 2009-10-29 13:34:22 -0400 (Thu, 29 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TitleWindow.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/events/TitleWindowBoundsEvent.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TitleWindowCloseButtonSkin.mxml
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TitleWindowSkin.mxml

ASDoc updates for TileList

QE notes: -
Doc notes: -
Bugs: -
Reviewer: -
Tests run: - checkintests
Is noteworthy for integration: No

------------------------------------------------------------------------
r11257 | build@adobe.com | 2009-10-29 11:47:43 -0400 (Thu, 29 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.11256
------------------------------------------------------------------------
r11256 | mhorn@adobe.com | 2009-10-29 11:25:28 -0400 (Thu, 29 Oct 2009) | 1 line
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextSelectionHighlighting.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as

minor asdoc updates
------------------------------------------------------------------------
r11255 | preilly@adobe.com | 2009-10-29 11:23:33 -0400 (Thu, 29 Oct 2009) | 55 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/As3Compiler.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/managed/ManagedFirstPassEvaluator.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceGenerator.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MultiName.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

  • Another batch of compiler fixes.

QE notes:
Doc notes:
Bugs: SDK-23354, SDK-22804, SDK-22995, SDK-23561, SDK-23466
Reviewer: Corey
Tests run: full cyclone
Is noteworthy for integration: Yes, The CSS PropertyReference()
function only allows document property
references now.
Code-level description of changes:

modules/compiler/src/java/flex2/compiler_en.properties

Added css.StyleDef.InvalidPropertyReference and
css.StyleDef.PropertyReferenceRequiresDocument.

modules/compiler/src/java/flex2/compiler/as3/managed/ManagedFirstPassEvaluator.java

Modified evaluate(Context, FunctionDefinitionNode) to check that
the param type is String for uid setters. This fixes SDK-23354.

modules/compiler/src/java/flex2/compiler/as3/As3Compiler.java

Modified transferDependencies() to filter out bogus ReferenceValue
names that occur when imports are missing. This fixes SDK-22804.

modules/compiler/src/java/flex2/compiler/css/StyleDef.java

Modified processReference() to only allow PropertyReference() to
reference document properties. This fixes SDK-22995.

modules/compiler/src/java/flex2/compiler/mxml/InterfaceGenerator.java

Modified generateInstanceVariables() to generate a line number
mapped position for the TypeExpressionNode. This fixes SDK-23561.

modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm

Modified emitBindingsSetup macro to generate a not null check for
the destination function when the type is Array. This fixes
SDK-23466.

modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java

Modified generateSourceFunctionArrayConversion() to do the
equivalent of the ClassDefLib.vm change.

modules/compiler/src/java/flex2/compiler/util/MultiName.java

Added assert for localName's to ensure they don't have a dot in
them. This should help us catch problems like SDK-22804 closer to
the source.

------------------------------------------------------------------------
r11254 | cframpto@adobe.com | 2009-10-29 11:03:08 -0400 (Thu, 29 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as

Once initialized, hostFormat should never be null. Styles can be changed in event handlers that are dispatched in the middle of the component lifecycle. Added 10 styles from TLF's TextLayoutFormat to the sizeInvalidatingStyles array since they each can impact the text measurement.

QE notes:
Doc notes:
Bugs: SDK-23651
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: no

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

return to downloads