Changes between Version 3 and Version 4 of APP_FILE_DIALOGS_R0


Ignore:
Timestamp:
11/05/08 12:47:05 (16 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_FILE_DIALOGS_R0

    v3 v4  
    33= Analysis = 
    44== Overview == 
    5 Revising what is done for the file dialogs and modularize it.  
     5This task is to define which will be the file dialogs, to revise what is done until now and modularize it. 
    66 
    77== Task requirements == 
    8  * review the current source code written for file dialogs 
    9  * define extensions and extension points connected with them 
     8 * define which are the file dialogs to be modularized 
     9 * review the current source code written for them 
    1010 * separate them in new module 
     11 * provide extensions to the base.dialogs extension point 
     12 
    1113 * if there is time left write tests and run the current tests 
    1214 
     
    1517 
    1618== Implementation idea == 
    17 - 
     19 * open file, save file, book properties are file dialogs 
    1820 
    1921== Related ==