------------------------------------------------------------------------
r7943 | hmuller@adobe.com | 2009-06-17 20:50:32 -0400 (Wed, 17 Jun 2009) | 16 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/HScrollBar.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VScrollBar.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ScrollBar.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/TrackBase.as
Range et al PARB changes, Opus #2.
Made the following protected Scrollbar functions mx_internal:
viewportResizeHandler
viewportContentWidthChangeHandler
viewportContentHeightChangeHandler
viewportHorizontalScrollPositionChangeHandler
viewportVerticalScrollPositionChangeHandler
Made TrackBase/stage_mouseWheelHandler private
QE Notes: Shouldn't break anything
Doc Notes:
Bugs:
Reviewer: Glenn
------------------------------------------------------------------------
r7939 | jszeto@adobe.com | 2009-06-17 20:10:15 -0400 (Wed, 17 Jun 2009) | 12 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/spark/components/examples/HSliderExample.mxml
M /flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/spark/components/examples/NumericStepperExample.mxml
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/HSlider.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VSlider.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Slider.as
Slider PARB Changes
_ remove dataTipOriginalPosition
_ remove dataTipInstance
_ positionDataTip() -> updateDataTip(dataTipInstance:IDataRenderer, initialPosition:Point)
QE Notes: None
Doc Notes: None
Bugs: None
Reviewer: Evtim
------------------------------------------------------------------------
r7938 | jszeto@adobe.com | 2009-06-17 20:08:38 -0400 (Wed, 17 Jun 2009) | 12 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/PopUpAnchor.as
A /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/PopUpPosition.as
D /flex/sdk/trunk/frameworks/projects/flex4/src/spark/core/RelativePosition.as
M /flex/sdk/trunk/frameworks/spark-manifest.xml
PopUpAnchor PARB Part 2
Rename and move spark.core.RelativePosition -> spark.components.PopUpPosition
Rename EXACT -> TOP_LEFT (topLeft)
QE Notes: None
Doc Notes: None
Bugs: None
Reviewer: Glenn
------------------------------------------------------------------------
r7929 | hmuller@adobe.com | 2009-06-17 19:06:42 -0400 (Wed, 17 Jun 2009) | 42 lines
Changed paths:
M /flex/sdk/trunk/development/eclipse/flex/flex4test/src/ScrollbarFrenzy.mxml
M /flex/sdk/trunk/development/eclipse/flex/flex4test/src/SkinTest.mxml
M /flex/sdk/trunk/development/eclipse/flex/flex4test/src/components/CircularScrollBar.as
M /flex/sdk/trunk/development/eclipse/flex/flex4test/src/flex4test.mxml
M /flex/sdk/trunk/development/eclipse/flex/flex4test/src/skins/CircularScrollBarSkin.mxml
M /flex/sdk/trunk/development/eclipse/flex/flex4test/src/testWheel.mxml
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/HScrollBar.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/HSlider.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/NumericStepper.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Spinner.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/TextArea.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VScrollBar.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VSlider.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/mediaClasses/ScrubBar.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Range.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ScrollBar.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Slider.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/TrackBase.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/spark/VideoPlayerSkin.mxml
M /flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/VideoPlayerSkin.mxml
Range et al PARB changes, Opus #1. In addition to the changes listed below, updated
flex4tests, notably ScrollBarFrenzy, for the new API. These changes will break
performance test suite (TwoThumbSlider.as).
Range
valueInterval => snapInterval
step() => changeValueByStep()
remove protected nearestValidSize() method
Slider
Add protected pendingValue property
Remove protected pointClickToPosition() method
TrackBase
Add two new protected methods: updateSkinDisplayList(), pointToValue()
Remove the following protected properties: get trackSize:Number, thumbSize:Number
Remove the following protected methods:
clickOffset()
positionToValue()
valueToPosition()
pointToPosition()
positionThumb()
sizeThumb()
calculateThumbSize()
calculateNewValue()
ScrollBar
page() => changeValueByPage()
Spinner
valueWrap => allowValueWrap
NumericStepper
displayFormatFunction => valueFormatFunction
extractValueFunction => valueParseFunction
commitTextInput => make private
QE Notes: Most Mustella tests passed after the protected API changes but prior to the renames.
Doc Notes:
Bugs:
Reviewer: Jason, Chet
------------------------------------------------------------------------
r7928 | build@adobe.com | 2009-06-17 18:51:00 -0400 (Wed, 17 Jun 2009) | 1 line
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/SharedResources.properties
M /flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/validators.properties
Localization property file update 4.0.0.7925
------------------------------------------------------------------------
r7925 | jszeto@adobe.com | 2009-06-17 18:23:25 -0400 (Wed, 17 Jun 2009) | 12 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/PopUpAnchor.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/spark/DropDownListSkin.mxml
M /flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/DropDownListSkin.mxml
PopUpAnchor PARB Changes
Change popUp type from UIComponent -> IFlexDisplayObject
Rename positionPopUp -> calculatePopUpPosition
Rename autoSizePopUpWidth -> popUpWidthMatchesAnchorWidth
Rename autoSizePopUpHeight -> popUpHeightMatchesAnchorHeight
QE Notes: None
Doc Notes: None
Bugs: None
Reviewer: Glenn
------------------------------------------------------------------------
r7918 | chaase@adobe.com | 2009-06-17 12:55:30 -0400 (Wed, 17 Jun 2009) | 12 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Move.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Move3D.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Rotate.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Rotate3D.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Scale.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Scale3D.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/SimpleMotionPath.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorInstance.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateInstance.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransitionShaderInstance.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance.as
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance.as
Round 2 of effects PARB changes. Some renames and removals of properties/functions, including:
AnimateTransform: removed 18 MotionPath properties, added applyChangesPostLayout property (replaces affectLayout property in subclasses), removed addMotionPath/addPostLayoutMotionPath protected functions
Animation: removed seek(), reverse()
SimpleMotionPath: removed 'duration' arg in constructor
QE Notes: Mustella will break on some of these changes (no surprise, just needs minor updates)
Doc Notes: API updates
Bugs: none
Reviewer: Jason
Tests: checkintests
------------------------------------------------------------------------
r7916 | dsubrama@adobe.com | 2009-06-17 12:04:51 -0400 (Wed, 17 Jun 2009) | 7 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
M /flex/sdk/trunk/frameworks/spark-manifest.xml
Last of the List PARB changes - selectedItems is now a Vector of Objects and selectedIndices is a Vector of Numbers.
Also, put alphabetized spark-manifest correctly after my last checkin.
QA: Yes
Doc: Yes
Checkintests: Pass
------------------------------------------------------------------------