------------------------------------------------------------------------
r11213 | egeorgie@adobe.com | 2009-10-28 01:28:07 -0400 (Wed, 28 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/development/eclipse/flex/sparkTest/src/layouts/WheelLayout.as
Non-SDK change to the sparkTest project: Update the WheelLayout to work with virtualization (no real benefit other than working with default List)
QE notes: None
Doc notes: None
Bugs: N/A
Reviewer: None
Tests run: N/A
Is noteworthy for integration: No
------------------------------------------------------------------------
r11212 | jon.avila@ssbbartgroup.com | 2009-10-27 22:17:44 -0400 (Tue, 27 Oct 2009) | 8 lines
Changed paths:
A /flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TextBaseAccImpl.as
QE notes: Accessibility implementation class for TextBase
Doc notes:
Bugs: new feature for spark
Reviewer:
Tests run: EventWatcher, Inspect32.exe
Is noteworthy for integration: requires updated to TextBase.as in order for accessibility implementation to be initialized.
------------------------------------------------------------------------
r11211 | rfrishbe@adobe.com | 2009-10-27 20:07:30 -0400 (Tue, 27 Oct 2009) | 8 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/supportClasses/ListItemDragProxy.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
Fixing a fall-out from the DefaultItemRenderer change. When labelDisplay comes on-board, we should check to see if the label property has been set, and push it down in there if it has. We need this because the labelDisplay isn't created until createChildren() time, which happens when the component is first validated, but for some scenarios, the component may not be on-screen at the time we set the label property. Also, itemIndex needs to be "cloned" in the drag'n drop scenario.
QE notes: -
Doc notes: -
Bugs: SDK-23867
Reviewer: Evtim
Tests run: checkintests, mustella List, DataGroup, DropDownList, ListDragDrop
Is noteworthy for integration: No
------------------------------------------------------------------------
r11208 | gruehle@adobe.com | 2009-10-27 19:30:03 -0400 (Tue, 27 Oct 2009) | 16 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
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
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperSkin.mxml
M /flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/DataGridHeaderBackgroundSkin.mxml
M /flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/LinkButtonSkin.mxml
More styling bug fixes:
- Add borderAlpha, borderColor, and borderVisible to NumericStepper
- Make LinkButtonSkin respond to cornerRadius, rollOverColor, and selectionColor
- Draw opaque white background behind data grid header so contentBackgroundColor doesn't bleed through
- ItemRenderer/DefaultItemRenderer no longer draw contentBackgroundColor. In the "normal" states, the background of the renderer is transparent so the skin background color shows through.
QE Notes: 5 DataGrid bitmaps need to be regenerated.
Doc Notes: None
Bugs: SDK-23437, SDK-23367, SDK-23351, SDK-23345, SDK-23339
Reviewer: Kevin, Ryan
API Change: no
Is noteworthy for integration: No
tests: checkintests gumbo/components/NumericStepper components/DataGrid
------------------------------------------------------------------------
r11203 | aharui@adobe.com | 2009-10-27 17:36:08 -0400 (Tue, 27 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBarButton.as
ButtonBarButton should dispatch dataChange so ButtonBarButtonSkins can bind to it.
QE Notes: None
Doc Notes: None
Bugs: SDK-23776
Reviewer: Corey
API Change: no
Is noteworthy for integration: No
tests: checkintests mustella/gumbo/components/ButtonBar
------------------------------------------------------------------------
r11202 | aharui@adobe.com | 2009-10-27 17:32:23 -0400 (Tue, 27 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
Make controlBarContent read/write so you can use other states syntax besides includeIn
QE Notes: None
Doc Notes: None
Bugs: SDK-23386
Reviewer: Corey
API Change: no
Is noteworthy for integration: No
tests: checkintests mustella/gumbo/components/Panel, Application
------------------------------------------------------------------------
r11198 | dloverin@adobe.com | 2009-10-27 16:52:45 -0400 (Tue, 27 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
M /flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
Set the module factory for a Window if one is not set
QE notes: None.
Doc notes: None.
Bugs: SDK-23852
Reviewer: Alex
Tests run: checkintests, apollo/spark/components/Window/properties
Is noteworthy for integration: No.
------------------------------------------------------------------------
r11195 | smgilson@adobe.com | 2009-10-27 16:34:07 -0400 (Tue, 27 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/IConstraintLayout.as
Fix broken ASDoc links
QE notes: -
Doc notes: -
Bugs: -
Reviewer: -
Tests run: - checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
r11193 | jimurphy@adobe.com | 2009-10-27 16:08:28 -0400 (Tue, 27 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/trunk/frameworks/build_framework.xml
fix packaged build file for textlayout to accommodate the recent changes made to that project
QE notes: no
Doc notes:
Bugs: sdk-23302
Reviewer:
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
r11191 | jimurphy@adobe.com | 2009-10-27 15:51:40 -0400 (Tue, 27 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/build.xml
add mxmlc_ja to the mxmlc classpath so Japanese messages will be displayed in builder.
QE notes: loc team to make sure ja msgs appear
Doc notes:
Bugs: sdk-22806
Reviewer:
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
r11190 | dloverin@adobe.com | 2009-10-27 15:45:30 -0400 (Tue, 27 Oct 2009) | 13 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
Fix SDK-23851
SpriteVisualElement implements IFlexModule
QE notes: None.
Doc notes: None.
Bugs: SDK-23851
Reviewer: Alex
Tests run: checkintests
Is noteworthy for integration: No.
------------------------------------------------------------------------
r11189 | clucier@adobe.com | 2009-10-27 15:33:04 -0400 (Tue, 27 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddChild.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddItems.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/OverrideBase.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/RemoveChild.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetEventHandler.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetProperty.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetStyle.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
Adding better support for deferred instantiation and states. State overrides can now correctly override targets that are instantiated after a state change. Moving the commitment of the initial state to earlier (during commit properties), this should avoid the secondary layout pass that used to occur after applicationComplete. Removed creationComplete handler in UIComponent as it is no longer needed. Fixing an issue in Group that was causing blendMode to be stuck as 'layered' when setting alpha to 0 then resetting it to a non zero value.
QE notes: None
Doc notes: None
Bugs: SDK-23105, SDK-23470, SDK-23790
Reviewer: Deepa, Glenn
Tests run: Full Cyclone, Checkin
Is noteworthy for integration: No
------------------------------------------------------------------------
r11188 | hmuller@adobe.com | 2009-10-27 15:16:37 -0400 (Tue, 27 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/AsyncListView.as
In 'for each (var in)' statements, defend against undefined entries in the AysncListView/pendingResponders sparse array.
QE notes:
Doc notes: none
Bugs: sdk-23831, sdk-23832
Reviewer: Alex
Tests run:
Is noteworthy for integration: no
------------------------------------------------------------------------
r11187 | rfrishbe@adobe.com | 2009-10-27 14:47:44 -0400 (Tue, 27 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/events/IndexChangeEvent.as
Modifying IndexChangeEvent to use "int" instead of "Number". I'm leaving the old IndexChangedEvent as-is because it doesn't seem worthwhile to make this change, even though it should be relatively safe.
QE notes: -
Doc notes: -
Bugs: SDK-23574
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
r11186 | rfrishbe@adobe.com | 2009-10-27 14:43:33 -0400 (Tue, 27 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/HSliderSkin.mxml
M /flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/HSliderTrackSkin.mxml
M /flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/VSliderSkin.mxml
M /flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/VSliderTrackSkin.mxml
M /flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/mediaClasses/VolumeBarTrackSkin.mxml
Making slight changes to to the Slider/VolumeBar skins. I'm changing their track size to be 6 pixels by default. This matches the XD spec more closely. Also, setting the width/height on a Slider should size correctly and expand the track appropriately.
QE notes: -
Doc notes: -
Bugs: SDK-22906
Reviewer: Glenn
Tests run: checkintests, Mustella wireframe (Jacob's excluded some tests)
Is noteworthy for integration: No
------------------------------------------------------------------------
r11183 | clucier@adobe.com | 2009-10-27 12:40:37 -0400 (Tue, 27 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
Handle RSL case (thanks Darrell) for the compat-version filter feature.
QE notes: None
Doc notes: None
Bugs: None
Reviewer: Darrell
Tests run: Checkin
Is noteworthy for integration: No
------------------------------------------------------------------------
r11182 | preilly@adobe.com | 2009-10-27 12:26:28 -0400 (Tue, 27 Oct 2009) | 13 lines
Changed paths:
M /flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
M /flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
M /flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
- One last bug fix for the "Compiler Error for Other Theme's style" feature.
QE notes:
Doc notes:
Bugs:
Reviewer: Gaurav
Tests run: checkintests
Is noteworthy for integration: No
Code-level description of changes:
Added support for report-invalid-styles-as-warnings option.
------------------------------------------------------------------------
r11181 | smgilson@adobe.com | 2009-10-27 11:58:59 -0400 (Tue, 27 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemDragProxy.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListItemDragProxy.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/DropLocation.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListSkin.mxml
ASDoc updates for Spark List D&D
QE notes: -
Doc notes: -
Bugs: -
Reviewer: -
Tests run: - checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
r11180 | clucier@adobe.com | 2009-10-27 11:26:03 -0400 (Tue, 27 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
Bug fix for issue found by compiler automation suite.
QE notes: None
Doc notes: None
Bugs: None
Reviewer: Gaurav
Tests run: Compiler
Is noteworthy for integration: No
------------------------------------------------------------------------
r11179 | preilly@adobe.com | 2009-10-27 11:05:06 -0400 (Tue, 27 Oct 2009) | 56 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
M /flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
M /flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
M /flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
M /flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java
- Weekly batch of compiler fixes.
QE notes:
Doc notes:
Bugs: SDK-23111, SDK-23262, SDK-17908, SDK-21737, SDK-23559
Reviewer: Corey
Tests run: full cyclone
Is noteworthy for integration: no
Code-level description of changes:
frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
Added isExecuting logic to prevent infinite recursion with two way
bindings. We have a check in the Bindable generated setter, but
it fails, because "NaN !== NaN" is returning true. Go figure.
modules/swfutils/src/java/flash/util/StringUtils.java
Tweaked formatString() to handle unicode characters and added
unformatString() to do the opposite for direct AST generation.
modules/compiler/src/java/flex2/compiler/Source.java
Added shortName arg to the constructor used by the
InterfaceCompiler for inline components.
modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
Modified completeTwoWayBindings() to ensure the destination is
Bindable.
modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
Modified "Node formatExpr()" to use StringUtils.unformatString()
to mimic what ASC's scanner would have done if it had read in the
value.
modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
Modified addExcludeClassNode() to no longer set the line and
column for the inlineExcludeNode and excludeTextNode, so they
don't have warnings and errors reported for them. I guess no one
compiles the frameworks with -keep. Otherwise, this would have
blocked them.
Modified createInlineComponentUnit() and createDefinitionUnit() to
pass in the className, as the shortName, to the Source
constructor.
modules/antTasks/src/flex/ant/MxmlcTask.java
modules/antTasks/src/flex/ant/CompcTask.java
modules/antTasks/src/flex/ant/AsDocTask.java
Added support for show-invalid-css-property-warnings option.
------------------------------------------------------------------------
r11178 | jimurphy@adobe.com | 2009-10-27 11:04:37 -0400 (Tue, 27 Oct 2009) | 7 lines
Changed paths:
M /flex/sdk/trunk/templates/swfobject/history/history.js
merge 3.x rev# 11086 -> trunk
r11086 | clucier@adobe.com | 2009-10-22 14:42:17 -0400 (Thu, 22 Oct 2009) | 10 lines
Fixing Safari 4.x support for url change detection.
Bugs: SDK-22483
------------------------------------------------------------------------
r11175 | build@adobe.com | 2009-10-27 08:50:23 -0400 (Tue, 27 Oct 2009) | 1 line
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/SharedResources.properties
M /flex/sdk/trunk/frameworks/projects/framework/bundles/fr_FR/validators.properties
M /flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/validators.properties
M /flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/SharedResources.properties
M /flex/sdk/trunk/frameworks/projects/framework/bundles/ru_RU/validators.properties
Localization property file update 4.0.0.11174
------------------------------------------------------------------------
r11174 | dloverin@adobe.com | 2009-10-27 08:27:46 -0400 (Tue, 27 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
M /flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication.as
Fix ASDoc for backgroundAlpha style on Window and WindowedApplication.
QE notes: None.
Doc notes: None.
Bugs: SDK-23292
Reviewer: Glenn
Tests run: checkintests
Is noteworthy for integration: No.
------------------------------------------------------------------------