[svn:fx-trunk] 8615: Added in enumerations to Inspectable metadata for a bunch of properties.

Revision: 8615
Author:   [email protected]
Date:     2009-07-15 17:06:27 -0700 (Wed, 15 Jul 2009)
Log Message:
Added in enumerations to Inspectable metadata for a bunch of properties.
Reviewer: Ryan
QA: Yes, regress
Doc: No
Checkintests: Pass
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/HGroup.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/core/IDeferredContentOwner.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/AnimateTransform.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/AnimateTransform3D.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/TileLayout.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/styles/metadata/BasicInheritingTextSty les.as

Similar Messages

  • [svn:fx-trunk] 12784: Added = 1.0 metadata for Power exponent property.

    Revision: 12784
    Revision: 12784
    Author:   [email protected]
    Date:     2009-12-10 07:32:14 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Added >= 1.0 metadata for Power exponent property.
    QE notes:
    Doc notes:
    Bugs: sdk-24594
    Reviewer: Chet
    Tests run:
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-24594
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/easing/Power.as

  • [svn:fx-trunk] 11449: Adding OSMF to our framework.

    Revision: 11449
    Author:   [email protected]
    Date:     2009-11-04 17:09:57 -0800 (Wed, 04 Nov 2009)
    Log Message:
    Adding OSMF to our framework.  The osmf.swc builds automatically as part of our build process.  I'm also adding new video classes that use OSMF, spark.components.VideoDisplay and spark.components.VideoPlayer2.  The other VideoElement and VideoPlayer will be replaced by these.  The new video components are not yet complete; this is an initial checkin for these components.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Deepa (only the build processes stuff)
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/projects/spark/build.xml
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/src/
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFClasses.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioPausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioTemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundAdapter.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ChildSeekOperation.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeBufferableTrait .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeLoadableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMediaTraitBase. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMediaTraitFacto ry.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMetadata.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositePausableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositePlayableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSeekOperationIn fo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSeekableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeTemporalTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeViewableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositionMode.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/IReusable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSeekOperationInf o.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSwitchableTrait. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElementSegment.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElementTransitionM anager.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSeekOperationInfo. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSwitchableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitAggregator.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitAggregatorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitLoaderEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/MediaElementSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/MediaPlayerSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/ScalableSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/ScaleMode.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/drm/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/drm/DRMServices.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/AuthenticationCompleteEvent.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/AuthenticationFailedEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BeaconEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BufferTimeChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BufferingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BytesDownloadedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BytesTotalChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/DimensionChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/DurationChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/FacetValueChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/FacetValueEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/GatewayChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/LoadableStateChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/LoaderEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaError.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaErrorCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaErrorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerCapabilityChangeEv ent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerStateChangeEvent.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MetadataEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MutedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/NetConnectionFactoryEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/NetNegotiatorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PanChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PausedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PlayheadChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PlayingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PluginLoadEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/SeekingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/SwitchingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/TraitEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/TraitsChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/ViewChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/VolumeChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/HTMLGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/HTMLGatewayElementProxy.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/RegionGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/HTMLElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/HTMLLoadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/ImageElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/ImageLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/AbsoluteLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/AnchorLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/DefaultLayoutRenderer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutRenderer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutTarget.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutAttributesFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutContextSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutUtils.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/MediaElementLayoutTarget.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/PaddingLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/RegistrationPoint.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/RelativeLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/ILogger.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/ILoggerFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/Log.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/TraceLogger.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/TraceLoggerFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/DefaultMediaResourceHandlerRes olver.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IContainerGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaReferrer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResourceHandler.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResourceHandlerResolver. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IURLResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/LoadableMediaElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaInfo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaInfoType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaPlayer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaPlayerState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/URLResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/IIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/KeyValueFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MediaType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MediaTypeFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/Metadata.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataNamespaces.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataUtils.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataWatcher.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MimeTypes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/ObjectFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/ObjectIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/StringIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacetEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetClient.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionAttempt.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetNegotiator.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamBufferableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamContentProtectableTrait .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamPausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamTemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DroppedFramesRu le.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicNetStrea m.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gItem.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gNetLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gNetLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/INetStreamMetri cs.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/ISwitchingRule. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/InsufficientBan dwidthRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/InsufficientBuf ferRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/MetricsProvider .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/NetStreamSwitch ableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SufficientBandw idthRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingDetail .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingDetail Codes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingRuleBa se.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/DynamicPluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/IPluginInfo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginClassResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginEntry.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoadingState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginManager.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/StaticPluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/ListenerProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/ProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/TemporalProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/SWFElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/SWFLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/Beacon.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/BeaconElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/BeaconPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/AudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/BufferableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ContentProtectableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/DownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IAudible.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IBufferable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IContentProtectable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IDisposable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IDownloadable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoadable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IPausable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IPlayable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISeekable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISpatial.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISwitchable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ITemporal.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IViewable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoadState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoaderBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/MediaTraitBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/MediaTraitType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SwitchableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/TemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/BinarySearch.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/FMSHost.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/FMSURL.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/HTTPLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/HTTPLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/MediaFrameworkStrings.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/URL.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/Version.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/CuePoint.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/CuePointType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.png
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer2.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/DynamicStreami ngVideoItem.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/DynamicStreami ngVideoSource.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VideoPlayerSkin2.mxml

  • [svn:fx-trunk] 10006: Initial checkin of the "More styles for Spark skins" feature.

    Revision: 10006
    Author:   [email protected]
    Date:     2009-09-03 15:04:47 -0700 (Thu, 03 Sep 2009)
    Log Message:
    Initial checkin of the "More styles for Spark skins" feature. Details here:
    http://opensource.adobe.com/wiki/display/flexsdk/MoreStylesforSparkSkins
    There are some known issues:
    Panel bottom corners not rounded correctly when the panel has a control bar
    cornerRadius on Tab and DateChooser non functional
    cornerRadius values > 4 have drawing artifacts in the "down" state of Button and button-like components
    TextInput/TextArea incorrectly list lineBreak and verticalAlign as valid styles
    This checkin also includes a couple minor unrelated bug fixes:
    Remove MiniDebugTarget. This is a logging target that used MiniDebug, which hasn't worked since Flex 1.5
    Fix RTEs when setting focusSkin to null
    Optimization: don't measure skins if the host component has explicit sizes
    QE notes: Yes, many baseline images will need to be regenerated
    Doc notes: New ASDoc comments should be scrubbed
    Bugs: SDK-22931, SDK-22798, SDK-22217, SDK-19358
    Reviewer: Jason
    Tests run: checkintests, cyclone
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22931
        http://bugs.adobe.com/jira/browse/SDK-22798
        http://bugs.adobe.com/jira/browse/SDK-22217
        http://bugs.adobe.com/jira/browse/SDK-19358
    Modified Paths:
        flex/sdk/trunk/frameworks/halo-manifest.xml
        flex/sdk/trunk/frameworks/mxml-manifest.xml
        flex/sdk/trunk/frameworks/projects/airframework/defaults.css
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/SparkChromeWindowed ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/WindowedApplication Skin.mxml
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/INavigatorContent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BorderStyles.as
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Scroller.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBase.a s
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RectangularDropShadow.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/SparkSkin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ButtonBarFirstButtonSkin.m xml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ButtonBarLastButtonSkin.mx ml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DropDownListButtonSkin.mxm l
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DropDownListSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/FocusSkin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperTextInputSki n.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SpinnerDecrementButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SpinnerIncrementButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ToggleButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/BorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ButtonBarFirstButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ButtonBarLastButtonSkin. mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ComboBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/DefaultButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/EditableComboBoxSkin.mxm l
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/PanelBorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/PopUpButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/SparkSkinForHalo.as
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/StepperDecrButtonSkin.mx ml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/StepperIncrButtonSkin.mx ml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/TextInputBorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/ApplicationSkin.mx ml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.css
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/BorderTestScript.mxml
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/MiniDebugTarget.as

    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:bz-trunk] 18061: Added svn:executable property to sh and bat files

    Revision: 18061
    Revision: 18061
    Author:   [email protected]
    Date:     2010-10-07 06:57:08 -0700 (Thu, 07 Oct 2010)
    Log Message:
    Added svn:executable property to sh and bat files
    Property Changed:
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/catalina.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/catalina.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/cpappend.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/digest.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/digest.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/setclasspath.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/setclasspath.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/shutdown.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/shutdown.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/startup.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/startup.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/tool-wrapper.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/tool-wrapper.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/version.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/version.sh

    Well, I've tried compiling a package and I have modified the PKGBUILD file to look like this now. (Keeping it as simple as possible)
    pkgname=dvbcut-svn
    pkgver=16
    pkgrel=1
    pkgdesc="DVBCUT-svn is an application that allows you to
    edit MPEG files. ie: Remove TV ads. (SVN version: Fri, 01 Dec 2006)."
    url="http://dvbcut.sourceforge.net"
    depends=('qt' 'libao')
    makedepends=('subversion' 'scons')
    conflicts=('dvbcut' 'ffmpeg')
    provides=('dvbcut')
    source=()
    md5sums=()
    _svntrunk=https://svn.sourceforge.net/svnroot/dvbcut/trunk
    _svnmod=dvbcut
    build() {
    cd $startdir/src
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    cd $_svnmod
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    # vim:syntax=sh
    I then run makepkg PKGBUILD and let it do its thing
    It ends with this...
    scons: done building targets.
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: dvbcut-svn  (Sun Jan 21 19:08:28 UTC 2007)
    I'm not sure what's causing this error message.
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    I'll try installing it and see how it goes.

  • [svn:fx-trunk] 7784: adding xslt change so info related to Alternative shows up in the asdoc

    Revision: 7784
    Author:   [email protected]
    Date:     2009-06-12 07:46:21 -0700 (Fri, 12 Jun 2009)
    Log Message:
    adding xslt change so info related to Alternative shows up in the asdoc
    QE Notes: None.
    Doc Notes: None.
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/class-parts.xslt
    Added Paths:
        flex/sdk/trunk/asdoc/templates/images/P_AlternativeMetadataIndicator_30x28_N.png

    I've checked the resolution in Photoshop just as a double-check and it shows resolution as 300 PPI. When you say "because they can be mixed" do you mean because elements and graphics with the PDF can be of varying resolutions? I hadn't thought of that, if that's what you meant. I do have some items within my pdf that might be lower resolution.
    If these show up in my Preflight Panel as an issue, does this mean they would be flagged also with the Printer? In trying to find a resolution I read several forum discussions about how Printers often run your document through a Preflight process and will send it back when there are low resolution images in the document.
    Is there some other way to be sure these images are in the InDesign document as 300 PPI so I can know they will in fact print correctly?
    PS - Peter - thanks for the super quick response! And I saw your the highlighted "Exceptional Contributor" on the right sidebar for the InDesign forum - clearly well-deserved! Congrats

  • [svn:bz-trunk] 22429: Adding the default fallback of serializer and deserializer classes to amf deserializer and amf serializer

    Revision: 22429
    Revision: 22429
    Author:   [email protected]
    Date:     2011-09-07 08:04:46 -0700 (Wed, 07 Sep 2011)
    Log Message:
    Adding the default fallback of serializer and deserializer classes to amf deserializer and amf serializer
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java

  • [svn:fx-trunk] 10389: Added support for octothorpe in embed file names.

    Revision: 10389
    Author:   [email protected]
    Date:     2009-09-18 07:19:26 -0700 (Fri, 18 Sep 2009)
    Log Message:
    Added support for octothorpe in embed file names.  And here I thought I'd never use the term octothorpe in a sentence.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23033
    Reviewer: Paul
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23033
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedEvaluator.java

  • [svn:bz-trunk] 21277: Added ds-console source to package-oem and removed copy command for datavisualization .swc which doesn't exist in the specified location.

    Revision: 21277
    Revision: 21277
    Author:   [email protected]
    Date:     2011-05-18 11:35:28 -0700 (Wed, 18 May 2011)
    Log Message:
    Added ds-console source to package-oem and removed copy command for datavisualization.swc which doesn't exist in the specified location. I do not find it in the most recent package-oem.zip neither
    Modified Paths:
        blazeds/trunk/build.xml

    Gusar wrote:No, it's not. I have actually seen cases where software rendering gave a higher glxgears score than hardware rendering (and no, it wasn't about vsync). Of course, with *actual* apps on the same machine, software rendering sucked compared to hardware rendering.
    Please do not jump to conclusions and make assumptions here like 'when will people finally get it??'.  I never said it was a benchmark.  I have also seen many examples of where it's results do not go with conventional performance.  I have a Radeon 9000 that goes faster on glxgears than a Geforce FX 5600 running Nouveau.  Which is the faster card?  The FX by miles.  It is not a benchmark as it can not be compared between configurations.  What I know is that on this individual system, from prior experience over many years when 3D acceleration is working glxgears gets between 300 and 400 fps.  When it is not working it gets less than 10.  That is a fact but does not mean it is benchmarkable.  Yes, a Quake 3 timedemo (I have these numbers too and they very much correlate to glxgears performance for this system given just how slow it is) would be a benchmark but when it runs less than 0.1fps and even the 2D rendering means that navigating the menu is impossible, there just isn't the time to find out.  Hence if playing around with drivers on this system I would use glxgears to check that 3D acceleration is working but not to benchmark.  Glxinfo does not give you all this evidence.
    But to clarify, I wouldn't use glxgears as a benchmark, benchmarking is different and I do a lot of that too.

  • [svn:fx-trunk] 11483: Adding a LRU cache for the transcoding results of a CFF based DefineFont4 tag to avoid transcoding the same font description twice .

    Revision: 11483
    Author:   [email protected]
    Date:     2009-11-05 16:01:37 -0800 (Thu, 05 Nov 2009)
    Log Message:
    Adding a LRU cache for the transcoding results of a CFF based DefineFont4 tag to avoid transcoding the same font description twice.
    Also we now throw a better error when CFFFontManager is asked to embed a local font by name as this is not yet supported.
    QE notes: Please test that the same font embedded twice does not take twice as long as a single embedding.
    Doc notes: N/A
    Bugs:
    SDK-23966 - Compiler should generate a warning or error when embedAsCFF is true and src:local is used for font embedding
    SDK-23806 - OEM compiler appears to transcode embedded fonts twice
    SDK-23788 - Search fonts recursively
    Reviewer: Paul
    Tests run: Checkintests, bug test cases
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23966
        http://bugs.adobe.com/jira/browse/SDK-23806
        http://bugs.adobe.com/jira/browse/SDK-23788
    Modified Paths:
        flex/sdk/trunk/lib/flex-fontkit.jar
        flex/sdk/trunk/modules/swfutils/src/java/flash/fonts/FontDescription.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont4.java

  • [svn:fx-trunk] 5353: * Added compiler error for Halo Navigators containing non-Containers

    Revision: 5353
    Author: [email protected]
    Date: 2009-03-17 12:59:06 -0700 (Tue, 17 Mar 2009)
    Log Message:
    * Added compiler error for Halo Navigators containing non-Containers
    as their first level child.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19317
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    compiler/mxml/lang/StandardDefs.java
    Added getContainerPackage(), isHaloNavigator(), CLASS_VIEWSTACK,
    CLASS_ACCORDION, and PACKAGE_MX_CONTAINERS.
    compiler/mxml/builder/ComponentBuilder.java
    Modified
    ComponentBuilder.ComponentAttributeHandler.nestedDeclaration() to
    report an error if a non-container is declared as a child of a
    Halo navigator.
    compiler_en.properties
    Added HaloNavigatorsRequireHaloContainerChildren message.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19317
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

  • [svn:fx-trunk] 9171: Adding the change notes that come from the TLF folks

    Revision: 9171
    Author:   [email protected]
    Date:     2009-08-07 08:57:35 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Adding the change notes that come from the TLF folks
    bug: nope
    qa: nope
    checkintests: no need
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt

  • [svn:fx-trunk] 7677: adding xslt change so Theme shows up in asdoc for the styles ( where applicable)

    Revision: 7677
    Author:   [email protected]
    Date:     2009-06-09 10:54:15 -0700 (Tue, 09 Jun 2009)
    Log Message:
    adding xslt change so Theme shows up in asdoc for the styles (where applicable)
    QE Notes: None.
    Doc Notes: None.
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/ASDoc_terms.xml
        flex/sdk/trunk/asdoc/templates/class-files.xslt

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:fx-trunk] 5587: Adding @namespace to halo and haloclassic defaults. css themes.

    Revision: 5587
    Author: [email protected]
    Date: 2009-03-26 12:06:28 -0700 (Thu, 26 Mar 2009)
    Log Message:
    Adding @namespace to halo and haloclassic defaults.css themes.
    QE: Could you please check if this fixes the recent themes issues, and that -compatibility-version=3.0.0 still works as expected too?
    Dev: No
    Doc: No
    Checkintests: Pass
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/halo/defaults.css
    flex/sdk/trunk/frameworks/projects/haloclassic/defaults.css

    I just saw that we are using xmlns:mx="http://www.adobe.com/2006/mxml" in all our custom components written in mxml, including our main application.
    In our custom css, I have the default namespace set to:
    @namespace "library://ns.adobe.com/flex/mx";
    could this result in these warnings ?

  • [svn:fx-trunk] 10600: Adding drag support to List - dragInitiator.

    Revision: 10600
    Author:   [email protected]
    Date:     2009-09-25 13:38:22 -0700 (Fri, 25 Sep 2009)
    Log Message:
    Adding drag support to List - dragInitiator. Currently can't drop the dragged items yet.
    - ListItemDragProxy class - default drag proxy for List (through a new style "dragIndicatorClass")
    - Added dragEnabled, dragMoveEnabled properties to List
    QE notes: Dragging from List is now possible. Dropping to different containers will come with subsequent check-in.
    Doc notes: None
    Bugs: None
    Reviewer: Ryan
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListItemDrag Proxy.as

Maybe you are looking for