gssettingsuis/Gs/readme.txt
changeset 68 13e71d907dc3
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: read me
       
    15 *
       
    16 */
       
    17 
       
    18 GS RENOVATION framework notes.
       
    19 
       
    20 On default the old GS is used.
       
    21 
       
    22 Activate RD_GS_RENOVATION flag in the group\bld.inf if RD_GS_RENOVATION framework is 
       
    23 to be used. Remember to use abld reallyclean before building the project when 
       
    24 switching between ond and renoved GS framework or you will get mixed files from
       
    25 the old and new frameworks:
       
    26   1. Define/undefine RD_GS_RENOVATION
       
    27   2. abld reallyclean
       
    28   3. bldmake bldfiles
       
    29   4. abld build
       
    30 
       
    31 
       
    32 Do not use UIDs used by other plugins even for testing purposes. ECOM framework
       
    33 seems to have some issues with updating the ECOM plugins implementaions and 
       
    34 their UIDs.
       
    35 
       
    36 Implemented:
       
    37 - Main view.
       
    38 - Default icons.
       
    39 - Plugins.
       
    40 - GS FW for loading the plugins.
       
    41 - Helper classes.
       
    42 
       
    43 Functionality not implemented yet:
       
    44 - Help.
       
    45 - Btimaps in addition to scalable icons.
       
    46 
       
    47 Bugs not fixed in GS renovation:
       
    48 -GSAppsPlugin does not handle "trap" panics.
       
    49 
       
    50 
       
    51 
       
    52