[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 ?

Similar Messages

  • [svn:fx-trunk] 12663: Adding the resource bundle and fat-swc targets for osmf and textlayout.

    Revision: 12663
    Revision: 12663
    Author:   [email protected]
    Date:     2009-12-08 12:22:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Adding the resource bundle and fat-swc targets for osmf and textlayout.  Also for osmf adding the doc target.  This new format that I added to the two project build files will be what we will use going forward for all projects.  I have all the other projects modified and plan on checking them in soon.  The format change will make adding new locales easier as well as adding the fat-swc target when needed.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/bundles/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/osmf.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/textLayout.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFDocClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/empty.properties

    Thats good news.

  • [svn:fx-trunk] 12973: Added DataGroup/getItemIndicesInView() method and fixed a DataGroup virtual ItemRenderer leak.

    Revision: 12973
    Revision: 12973
    Author:   [email protected]
    Date:     2009-12-15 15:59:25 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Added DataGroup/getItemIndicesInView() method and fixed a DataGroup virtual ItemRenderer leak.
    Removed an obsolete FIXME from Spinner.
    QE notes:
    Doc notes:
    Bugs: sdk-24702, sdk-24704
    Reviewer: Evtim
    Tests run: DataGroup
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-24702
        http://bugs.adobe.com/jira/browse/sdk-24704
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as

  • [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

  • [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] 12068: Renaming Border to BorderContainer and BorderSkin to BorderContainerSkin

    Revision: 12068
    Revision: 12068
    Author:   [email protected]
    Date:     2009-11-20 15:12:16 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Renaming Border to BorderContainer and BorderSkin to BorderContainerSkin
    Updated the files, stylesheet, manifest file and the basicTest tests.
    QE notes: tests need updating
    Doc notes: Docs need updating
    Bugs: SDK-24300
    Reviewer: Glenn
    Tests run: checkintests
    Is noteworthy for integration: Yes. Tests and tools will be impacted.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24300
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/BorderCont ainerExample.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/BorderContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/BorderContainerSkin.as
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/BorderContainerTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/BorderContainerTests.mxml
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/BorderExam ple.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Border.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/BorderSkin.as
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/BorderTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/BorderTests.mxml

    We have also expierenced the same problem, or similiar even.
    After reading the docs on the opensource website
    http://opensource.adobe.com/wiki/display/flexsdk/Per-Module+Style+Management
    you will find that there is a flag you can set on the compiler arguments as follows:
    -isolate-styles=false
    by doing this, i think this allows the modules to work as before, inheriting the styles by default from the application.
    There seems to be a new way of using the StyleManager in the current release of Flex 4.
    Let me know if this helps.
    !Sharif

  • [svn] 1583: setup.sh: Forgot to 'export' ANT_HOME and JAVA_HOME when setting them.

    Revision: 1583
    Author: [email protected]
    Date: 2008-05-06 14:05:39 -0700 (Tue, 06 May 2008)
    Log Message:
    setup.sh: Forgot to 'export' ANT_HOME and JAVA_HOME when setting them. I discovered this while trying to run QA testsuites, ${env.ANT_HOME} was not resolving though it was set in the parent environment.
    Bugs: n/a
    QA: n/a
    Doc: n/a
    Modified Paths:
    flex/sdk/trunk/setup.sh

    Don't put those JARs in the lib/ext directory. Only language extensions (e.g., packages that start with "javax") belong in there.
    Learn how to set the CLASSPATH properly for starters:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/classpath.html
    You might want to look at the JDBC tutorial, too:
    http://java.sun.com/docs/books/tutorial/jdbc/
    Do one thing at a time. Get the program to work, then worry about packaging it into an executable JAR.

  • [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] 13293: When making the halo - mx namespace changes we missed the following edits in revision 12635.

    Revision: 13293
    Revision: 13293
    Author:   [email protected]
    Date:     2010-01-05 17:07:48 -0800 (Tue, 05 Jan 2010)
    Log Message:
    When making the halo -> mx namespace changes we missed the following edits in revision 12635. The mxml-manifest.xml describes the contents of the legacy Flex 3 MXML 2006 namespace and the presence of this file is required by Flash Builder. The mx-manifest.xml describes the contents of the MX Component Library namespace. From MXML 2009 onwards it does not include the built-in ActionScript types (those are language elements in the MXML 2009 language namespace).
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-24568 - Remove obsolete library://ns.adobe.com/flex/halo mapping from frameworks flex-config.xml and air-config.xml
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24568
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/mx-manifest.xml
        flex/sdk/trunk/frameworks/mxml-manifest.xml
        flex/sdk/trunk/webapps/webtier/WEB-INF/flex/flex-config.xml

  • [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

Maybe you are looking for

  • Auto login and password problems with Safari after OS 7.0.4 update?

    Hi all,    I updated my IPad 4 to OS 7.0.4 , now Safari won't auto login to my favorite forums and won't remember my user names or pass words. I checked in Safari settings and Names/passwords and auto fill are on. Have restarted a number of times but

  • Turn off the radio automatically on a schedule?

    I was wondering if anyone has had success in automatically turning off the AP radio automatically that is based on time of day? We are thinking of turning it off with a script. Can this be done through an SNMP statement? Any feedback would be greatly

  • SQL error 3127 while saving message in transaction crm_dno_monitor

    Hi gurus, I have configured the sap servic desk in solution manager SP13 with oracle database as 10.2.0.2.0. I am able to post a messahe from help-->create support message and with dno_notif_create. I am trying to configure automatic e-mail functiona

  • Ipod serving to backup files: not working

    Recently my computer was having issues so I used the system restore tool to bring it back to the state it was when I bought it. Before doing this however, I put some of my documents/games/folders on my ipod as a backup as I didnt have another hard dr

  • Characteristic with a key figure attribute is displaying the currency

    In our report, we have a characteristic, Grant, with an attribute of Total Grant Amount which is a defined as a key figure.  We recently went to SPU16 and since then the currency is displaying along with the dollar amount.  It looks like this: <Headi