Changes between Version 4 and Version 5 of APP_FILE_DIALOGS_R0


Ignore:
Timestamp:
11/05/08 13:32:20 (16 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_FILE_DIALOGS_R0

    v4 v5  
    33= Analysis = 
    44== Overview == 
    5 This task is to define which will be the file dialogs, to revise what is done until now and modularize it. 
     5File dialog kinds are open book, save book, insert image, insert media and book properties dialog. 
     6This task is to to revise what is done until now and modularize it. 
    67 
    7 == Task requirements == 
    8  * define which are the file dialogs to be modularized 
    9  * review the current source code written for them 
     8== Task requirements ==  
     9 * review the current source code written for file dialogs 
    1010 * separate them in new module 
    1111 * provide extensions to the base.dialogs extension point 
     
    1717 
    1818== Implementation idea == 
    19  * open file, save file, book properties are file dialogs 
     19 * write dependancies for the new created module  
     20 * see TestingDialogManager class 
    2021 
    2122== Related ==