lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.history.xml
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 <?xml version="1.0"?>
       
     2 <relnotes schema="1.0.0" name="Graphics Effects" purpose="" type="component">
       
     3   <revision major="1" functional="0" minor="0" date="20070831">
       
     4     <ref name="110932" type="defect"/>
       
     5     <description>1. iDeregistered flag (and all related methods) has been renamed to iRegistered to make it less confusing.
       
     6 2. IsRegistered method now checks also iRegistered flag value (in addition to check if control is an array). This method now looks as follows:
       
     7 return (IsValidIndex(idx) &amp;&amp; iRegistered[idx]-&gt;Registered());
       
     8 3. While re-registering a control which is allready in registered controls array we reset iRegistered flag back to ETrue</description>
       
     9   </revision>
       
    10   <purpose>
       
    11   </purpose>
       
    12   <defect number="PDEF106988" title="Symbian: GfxtransEffect problem with adapter creation if leave occurs" revision="002">
       
    13     When CGfxTransEffect::ConstructL() fails the singleton is deleted and the leave in CGfxTransEffect::ConstructL() is removed as it is completely unnecessary and the function is renamed to Construct().
       
    14   </defect>
       
    15   <defect number="PDEF104627" title="GfxTransEffect (replacement for QikTransition) not fully tested" revision="001">
       
    16     Cleanup stack imbalance is fixed.
       
    17   </defect>
       
    18 </relnotes>