Changes between Version 1 and Version 2 of BASE_DIALOGS_R1


Ignore:
Timestamp:
07/17/09 12:08:46 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DIALOGS_R1

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    7  
    86== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
    10  
     7Create a convention for the dialogs. Add it to the important docs. Make sure all of the team members know about it and apply it to the existing code. 
    118== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     9 * See TLID:510 
     10 * Make the non-cancel button default where needed (OK and Open). 
     11 * Change the order of the dropdown menus. 
     12  * The "All files (*.*)" should be at the bottom of the list. 
     13  * The menus should be implemented in a way that if someone adds support for a new Image file for example, it's menu item should be added before the "All files (*.*)" dropdown item. It's extension should be added to the extension list. 
    1314 
    1415== Task result ==