diff -r 000000000000 -r 2f259fa3e83a lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.history.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.history.xml Tue Feb 02 01:00:49 2010 +0200 @@ -0,0 +1,18 @@ + + + + + 1. iDeregistered flag (and all related methods) has been renamed to iRegistered to make it less confusing. +2. IsRegistered method now checks also iRegistered flag value (in addition to check if control is an array). This method now looks as follows: +return (IsValidIndex(idx) && iRegistered[idx]->Registered()); +3. While re-registering a control which is allready in registered controls array we reset iRegistered flag back to ETrue + + + + + 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(). + + + Cleanup stack imbalance is fixed. + +