[svn:fx-4.x] 14338: layoutDirection PARB changes fixup - original submit was 14431, GraphicElement reverted in 14437

Revision: 14338
Revision: 14338
Author:   [email protected]
Date:     2010-02-22 12:54:39 -0800 (Mon, 22 Feb 2010)
Log Message:
layoutDirection PARB changes fixup - original submit was 14431, GraphicElement reverted in 14437
In invalidateLayoutDirection compare with null rather than the old "inherit".
QE notes:
Doc notes: None
Bugs:
Reviewed By:
Tests run: checkintests
Is noteworthy for integration: No
Modified Paths:
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/primitives/supportClasses/Graph icElement.as

Similar Messages

  • [svn:fx-trunk] 8020: Fallout from PARB changes - addressing 3 issues:

    Revision: 8020
    Author:   [email protected]
    Date:     2009-06-19 16:02:54 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Fallout from PARB changes - addressing 3 issues:
    1.) http://bugs.adobe.com/jira/browse/SDK-21873 - Fixed
    2.) missed PARB requested change, adjustSelectedIndex()/adjustSelectedIndices() are collapsed into a single method, adjustSelection()
    3.) Excellent catch from Evtim - selectedIndices is now a Vector of ints instead of a Vector of Numbers (the PARB rename list had the right change!). Selection indices are always non-fractional, so we can get a slight savings by making this a Vector of ints.
    QA: Yes - you'll need to update tests for point #3, and if you worked off the PARB rename list, then you shouldn't have to update for #2, otherwise you do.
    Doc: Yes
    Checkintests: Pass, as well as List/DDL mustella tests (except for 11 List tests that need selectedIndices to be changed from Vector.)
    Reviewer: Evtim
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21873
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ListBase.as

  • [svn:fx-trunk] 8044: Final (!) PARB changes for effects.

    Revision: 8044
    Author:   [email protected]
    Date:     2009-06-22 10:01:54 -0700 (Mon, 22 Jun 2009)
    Log Message:
    Final PARB changes for effects.
    - renamed ArrayInterpolator to MultiValueInterpolator (and enhanced behavior to handle Vectors as well as Arrays).
    - Created new AnimateTransform3D subclass of AnimateTransform (to hold 3D-specific properties/defaults), and moved Move3D, Rotate3D, Scale3D to subclass from this new class.
    QE Notes: Change to default value of applyLocalProjection (matches former default on 3D effects, but not default on AnimateTransform).
    Doc Notes: None
    Bugs: None
    Reviewer: Hans
    Tests: checkintests, effects cyclone from QE
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Animate.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Move3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Rotate3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Scale3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/MotionPath.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/SimpleMotionPath.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateInstance .as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/MultiValueInterp olator.as
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/ArrayInterpolato r.as

  • [svn:fx-4.x] 14331: Last batch of PARB changes.

    Revision: 14331
    Revision: 14331
    Author:   [email protected]
    Date:     2010-02-22 10:24:42 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Last batch of PARB changes.
    If a component's layoutDirection property is set to null it will inherit the value from its parent.
    For IVisualElement, this means layoutDirection=null is equivalent to setStyle("layoutDirection", undefined)
    QE notes:
    Doc notes: None
    Bugs:
    Reviewed By: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/IVisualElement.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/primitives/supportClasses/Graph icElement.as

    Synchronizing would do the job, if
    the masters have exactly the same name,
    if your text and image frames are aligned with border guide line and
    if layout adjustment ist activated in all documents.
    It will not work, if
    you have used different master names,
    if the thext and image frame are put somehow on the page by ignoring the border guides or
    if layout adjustment is not activated.

  • [svn:osmf:] 14180: PARB changes: Move BinarySearch to layout package, it doesn't need to be part of the public API.

    Revision: 14180
    Revision: 14180
    Author:   [email protected]
    Date:     2010-02-15 21:52:51 -0800 (Mon, 15 Feb 2010)
    Log Message:
    PARB changes: Move BinarySearch to layout package, it doesn't need to be part of the public API.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererBase.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/BinarySearch.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestBinarySearch.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/utils/BinarySearch.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/TestBinarySearch.as

    Revision: 14180
    Revision: 14180
    Author:   [email protected]
    Date:     2010-02-15 21:52:51 -0800 (Mon, 15 Feb 2010)
    Log Message:
    PARB changes: Move BinarySearch to layout package, it doesn't need to be part of the public API.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererBase.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/BinarySearch.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestBinarySearch.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/utils/BinarySearch.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/TestBinarySearch.as

  • [svn:osmf:] 14181: PARB changes: Move DateUtil to f4mClasses, it doesn' t need to be part of the public API.

    Revision: 14181
    Revision: 14181
    Author:   [email protected]
    Date:     2010-02-15 21:57:55 -0800 (Mon, 15 Feb 2010)
    Log Message:
    PARB changes: Move DateUtil to f4mClasses, it doesn't need to be part of the public API.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/DateUtil.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/utils/DateUtil.as

    Revision: 14181
    Revision: 14181
    Author:   [email protected]
    Date:     2010-02-15 21:57:55 -0800 (Mon, 15 Feb 2010)
    Log Message:
    PARB changes: Move DateUtil to f4mClasses, it doesn't need to be part of the public API.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/DateUtil.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/utils/DateUtil.as

  • [svn:osmf:] 14187: PARB changes: Make TimeUtil non-public, it doesn' t need to be part of the public API.

    Revision: 14187
    Revision: 14187
    Author:   [email protected]
    Date:     2010-02-16 09:37:39 -0800 (Tue, 16 Feb 2010)
    Log Message:
    PARB changes: Make TimeUtil non-public, it doesn't need to be part of the public API.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/utils/ExternalProperty.as
        osmf/trunk/framework/OSMF/org/osmf/utils/TimeUtil.as

    Revision: 14187
    Revision: 14187
    Author:   [email protected]
    Date:     2010-02-16 09:37:39 -0800 (Tue, 16 Feb 2010)
    Log Message:
    PARB changes: Make TimeUtil non-public, it doesn't need to be part of the public API.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/utils/ExternalProperty.as
        osmf/trunk/framework/OSMF/org/osmf/utils/TimeUtil.as

  • [svn:fx-trunk] 7916: Last of the List PARB changes - selectedItems is now a Vector of Objects and selectedIndices is a Vector of Numbers .

    Revision: 7916
    Author:   [email protected]
    Date:     2009-06-17 09:04:51 -0700 (Wed, 17 Jun 2009)
    Log Message:
    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
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
        flex/sdk/trunk/frameworks/spark-manifest.xml

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • [svn:osmf:] 14372: PARB changes: Remove metadata from MediaContainer and LayoutTargetSprite constructors.

    Revision: 14372
    Revision: 14372
    Author:   [email protected]
    Date:     2010-02-23 15:17:18 -0800 (Tue, 23 Feb 2010)
    Log Message:
    PARB changes: Remove metadata from MediaContainer and LayoutTargetSprite constructors.  Instead, metadata is set on LayoutTargetSprite via a non-public setter used by the framework.  Update a bunch of ASDocs, make some enum classes final, remove elementIDs from sample apps (since they rely on metadata, and we want to keep samples focused on the public API).
    Modified Paths:
        osmf/trunk/apps/samples/framework/MediaContainerSample/MediaContainerSample.as
        osmf/trunk/apps/samples/framework/NestedMediaContainersSample/NestedMediaContainersSample .as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/containers/IMediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeDisplayObjectTrait. as
        osmf/trunk/framework/OSMF/org/osmf/layout/HorizontalAlign.as
        osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutMode.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/VerticalAlign.as
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRenderer.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestMediaElementLayoutTarget.as

  • [svn:osmf:] 14179: PARB changes: Move Base64Decoder to f4mClasses, it shouldn't be part of the public API.

    Revision: 14179
    Revision: 14179
    Author:   [email protected]
    Date:     2010-02-15 21:47:05 -0800 (Mon, 15 Feb 2010)
    Log Message:
    PARB changes: Move Base64Decoder to f4mClasses, it shouldn't be part of the public API.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/net/drm/TestNetStreamDRMTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestHTTPStreamingF4FFileHand ler.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/Base64Decoder.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/utils/Base64Decoder.as

    Kleopatra wrote:
    Struggling with fx cell editing turned up some issues, f.i. edits not always committed as expected (by me, expectation arguable, of course : -)
    http://javafx-jira.kenai.com/browse/RT-15366
    yet another variant of "let the developer cope with the harder stuff" - it's closed as wont-fix (because we are unwilling to change a lacking api ...)
    CU
    Jeanette

  • [svn:osmf:] 14306: PARB changes: Merge seekBegin and seekEnd event types into a single seekingChange event type .

    Revision: 14306
    Revision: 14306
    Author:   [email protected]
    Date:     2010-02-21 10:48:21 -0800 (Sun, 21 Feb 2010)
    Log Message:
    PARB changes: Merge seekBegin and seekEnd event types into a single seekingChange event type.  Add seeking as a getter to the SeekEvent class.  Update test code and samples accordingly.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.mxml
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/DurationElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ListenerProxyElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeSeekTrait.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/ParallelSeekTrait.as
        osmf/trunk/framework/OSMF/org/osmf/events/MediaErrorEvent.as
        osmf/trunk/framework/OSMF/org/osmf/events/SeekEvent.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/traits/SeekTrait.as
        osmf/trunk/framework/OSMF/org/osmf/utils/TraitEventDispatcher.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestDurationElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestParallelElementWithSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/audioClasses/TestAudioSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/traits/TestSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/DynamicSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/TestTraitEventDispatcher.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/RecordButton.as
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/managers/MASTConditionManager.as

    ls -l /var/run/lighttpd/
    And how are you spawning the php instances? I don't see that in the daemons array anywhere.
    EDIT: It looks like the info in that page is no longer using pre-spawned instances, but lighttpd adaptive-spawn. The documentation has been made inconsistent it looks like.
    You will note that with pre-spawned information, the config looks different[1].
    You need to do one or the other, not both (eg. choose adaptive-spawn, or pre-spawn..not both).
    [1]: http://wiki.archlinux.org/index.php?tit … oldid=8051 "change"

  • [svn:osmf:] 14235: PARB changes: Remove targetBufferTime from the metrics provider, this value can' t be set in the absence of an understanding of the buffering strategy which is layered on top of NetStreamBufferTrait .

    Revision: 14235
    Revision: 14235
    Author:   [email protected]
    Date:     2010-02-17 19:27:33 -0800 (Wed, 17 Feb 2010)
    Log Message:
    PARB changes: Remove targetBufferTime from the metrics provider, this value can't be set in the absence of an understanding of the buffering strategy which is layered on top of NetStreamBufferTrait.  Adjust switching rules to work from the raw buffer data instead of this target.  Remove all bufferTime modifications from the MBR code, so that they won't impact any buffering strategies (addresses FM-436).
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-436
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamMetricsBase.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamSwitchManager.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/InsufficientBufferRule.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/RTMPNetStreamMetrics.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/SufficientBandwidthRule.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStreamMetricsBase.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockRTMPNetStreamMetrics.as

    Please do not duplicate posts. You have already started a thread on this subject.

  • [svn:fx-trunk] 7925: PopUpAnchor PARB Changes

    Revision: 7925
    Author:   [email protected]
    Date:     2009-06-17 15:23:25 -0700 (Wed, 17 Jun 2009)
    Log Message:
    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
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/PopUpAnchor.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/spark/DropDownListSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/DropDownListSkin.m xml

  • [svn:fx-trunk] 7862: GraphicElement PARB Changes

    Revision: 7862
    Author:   [email protected]
    Date:     2009-06-15 15:06:23 -0700 (Mon, 15 Jun 2009)
    Log Message:
    GraphicElement PARB Changes
    mx.core.AdvancedLayoutFeatures
    ?\226?\128?\162     Rename layer -> depth
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    mx.core.IVisualElement
    ?\226?\128?\162     Rename layer -> depth
    mx.core.UIComponent
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    ?\226?\128?\162     Rename layer -> depth
    mx.graphics.GradientBase
    ?\226?\128?\162     Remove scaleX
    mx.graphics.GradientStroke
    ?\226?\128?\162     Add apply(g:Graphics, bounds:Rectangle)
    mx.graphics.IStroke
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.graphics.LinearGradient
    ?\226?\128?\162     Add scaleX
    mx.graphics.LinearGradientStroke
    ?\226?\128?\162     Add scaleX
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.graphics.RadialGradient
    ?\226?\128?\162     Add scaleX
    mx.graphics.RadialGradientStroke
    ?\226?\128?\162     Add scaleX
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.graphics.SolidColorStroke
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.flash.UIMovieClip
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    ?\226?\128?\162     Rename layer -> depth
    spark.components.PopUpAnchor
    ?\226?\128?\162     Change popUp type from UIComponent -> IFlexDisplayObject
    ?\226?\128?\162     Rename positionPopUp -> calculatePopUpPosition
    ?\226?\128?\162     Rename autoSizePopUpWidth -> popUpWidthMatchesAnchorWidth
    ?\226?\128?\162     Rename autoSizePopUpHeight -> popUpHeightMatchesAnchorHeight
    spark.core.RelativePosition
    ?\226?\128?\162     Rename and move spark.core.RelativePosition -> spark.components.PopUpPosition
    ?\226?\128?\162     Rename EXACT -> TOP_LEFT (topLeft)
    spark.core.SpriteVisualElement
    ?\226?\128?\162     Rename layer -> depth
    ?\226?\128?\162     Remove computeMatrix
    spark.primitives.BitmapImage
    ?\226?\128?\162     Change NORMALUINT from protected -> private
    ?\226?\128?\162     Change REPEATUINT from protected -> private
    ?\226?\128?\162     Change SCALEUINT from protected -> private
    ?\226?\128?\162     Change resizeModeToUINT from protected -> private
    ?\226?\128?\162     Rename drawElement -> draw
    spark.primitives.Line
    ?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
    ?\226?\128?\162     Rename drawElement -> draw
    spark.primitives.Path
    ?\226?\128?\162     Change graphicsPath fro protected -> mx_internal
    ?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
    ?\226?\128?\162     Rename drawElement -> draw
    ?\226?\128?\162     Rename renderGraphicsAtScale -> generateGraphicsPath
    ?\226?\128?\162     Change generateGraphicsPath from protected -> mx_internal
    ?\226?\128?\162     Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
    spark.primitives.Rect
    ?\226?\128?\162     Rename drawElement -> draw
    spark.primitives.supportClasses.GraphicElement
    ?\226?\128?\162     Rename layer -> depth
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    ?\226?\128?\162     Rename getBitmapData -> captureBitmapData
    ?\226?\128?\162     Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
    ?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
    ?\226?\128?\162     Add protected hasComplexLayoutMatrix:Boolean getter
    ?\226?\128?\162     Remove target
    ?\226?\128?\162     Remove computeMatrix
    ?\226?\128?\162     Change DEFAULT_MAX_WIDTH from public -> private
    ?\226?\128?\162     Change DEFAULT_MAX_HEIGHT from public -> private
    ?\226?\128?\162     Change DEFAULT_MIN_WIDTH from public -> private
    ?\226?\128?\162     Change DEFAULT_MIN_HEIGHT from public -> private
    ?\226?\128?\162     Change allocateLayoutFeatures from protected -> mx_internal
    ?\226?\128?\162     Change invalidateTransform from protected -> private
    ?\226?\128?\162     Change captureBitmapData from public -> mx_internal
    ?\226?\128?\162     Change applyMaskType from protected -> mx_internal
    ?\226?\128?\162     Change dispatchPropertyChangeEvent from protected -> private
    ?\226?\128?\162     Change applyComputedTransform from protected -> mx_internal
    ?\226?\128?\162     Change filterChangedHandler from protected -> private
    spark.supportClasses.StrokedElement
    ?\226?\128?\162     Rename drawElement -> draw
    ?\226?\128?\162     Remove getStroke()
    ?\226?\128?\162     Add getStrokeExtents() override
    QE Notes: None
    Doc Notes: None
    Bugs: N/A
    Reviewer: Glenn
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransitionShader.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransiti onShaderInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/BitmapImage.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Ellipse.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Line.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Path.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Rect.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/FilledElemen t.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/StrokedEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/TextGraphicE lement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as

  • [svn:osmf:] 14478: PARB changes, MediaElement:

    Revision: 14478
    Revision: 14478
    Author:   [email protected]
    Date:     2010-03-01 07:06:12 -0800 (Mon, 01 Mar 2010)
    Log Message:
    PARB changes, MediaElement:
    Remove hasDVR property, isRecording property, hasDVRChange event,
    Add playMode property of type String (enum in MediaPlayerPlayMode),
    Add mediaPlayerPlayModeChange event of type MediaPlayerPlayModeChangeEvent
    Rename livePosition to liveTime.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/events/MediaPlayerCapabilityChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/MediaPlayerPlayModeChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayerPlayMode.as

Maybe you are looking for

  • Bookmark text in PDF being truncated at 40 characters

    I created styles (H1-H5) in my Word document.  When I convert the Word document to PDF and generate a Bookmark structure, the Bookmark text in the PDF truncates my long headings at 40 characters.  Any advise on how to stop the truncation of the text?

  • Database Creation Failed

    Hi ppl I have been able to get past the glibc stage on my machine. However, I am still stuck with the installation process. The thing breaks during the database creation and reports "database creation failed." This is what I am doing: 1. I am not luc

  • Error1180: Call to a possibly undefined method myButton_mc.

    Hi I am trying to create a a menu (eventually on two rows of three buttons) Here is code so far: the pages are on timeline at 10, 11 12 ( 13 14 15.) stop(); var menu_label:Array = new Array("Homepage","Projects","About us"); var total:Number = menu_l

  • Bold Button Text

    Merry Christmas everybody, My menu_bar has lot of buttons with different text captions (of course) and each one (text) depends from a var defined on main actions page. So, the button text was made with a bold property and when the movie is loaded, it

  • Invalid Serial Number CS2

    I get a pop up window that says Personalize your software and when I put in the serial number it says it is invalid. I haven't changed computers or done anything. I used the program on Wed and then on Friday I went to use it again and that is when it