Changes between Version 3 and Version 4 of GROUP_READER_R0


Ignore:
Timestamp:
04/07/09 20:26:09 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_READER_R0

    v3 v4  
    1717  * Frame borders are turned off. 
    1818  * Decide if undo/redo should be available. 
    19   * Think about View menu where the user can hide and show some sophie parts(status bar, book desktop, etc) 
     19  * Think about View menu where the user can hide and show some sophie parts(status bar, book desktop, etc). 
    2020  * Annotations and comments frames must be available. 
    2121  * Selecting objects and copying them to the clipboard is allowed.  
     
    4242 
    4343= Design = 
    44 ^(Describe your design here.)^ 
     44Connected with the design of the reader: 
     45 * Undo/Redo will be available. 
     46Separation of the modules will be: 
     47 * main.app.commons module with commons application things - think as there is no application without them. 
     48 * main.app.reader - ReaderBookDocumentWindow, ReaderBookDesktopWindow, ReaderArea in this module. 
     49 * main.app.author consists of: 
     50  * BookDocumentWindow and BookDesktopWindow which became AuthorDocumentWindow and AuthorDesktopWindow 
     51  * ReaderModeCheckBox 
     52  * ShowFramesCheckBoxPanel 
     53  * Current AboutDialog 
     54  * AuthorPageWorkArea 
     55  * what is needed  
     56 
     57Refactoring of the DocumentView should be available - DocumentWindow should become DocumentView and the old DocumentWindow should be deleted. 
     58 
     59 
    4560 
    4661= Implementation =