Changes between Version 4 and Version 5 of APP_FILE_DIALOGS_R0
- Timestamp:
- 11/05/08 13:32:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_FILE_DIALOGS_R0
v4 v5 3 3 = Analysis = 4 4 == Overview == 5 This task is to define which will be the file dialogs, to revise what is done until now and modularize it. 5 File dialog kinds are open book, save book, insert image, insert media and book properties dialog. 6 This task is to to revise what is done until now and modularize it. 6 7 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 10 10 * separate them in new module 11 11 * provide extensions to the base.dialogs extension point … … 17 17 18 18 == Implementation idea == 19 * open file, save file, book properties are file dialogs 19 * write dependancies for the new created module 20 * see TestingDialogManager class 20 21 21 22 == Related ==