Changes between Version 2 and Version 3 of APP_WINDOW_MENU_R0


Ignore:
Timestamp:
01/08/09 14:00:53 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_WINDOW_MENU_R0

    v2 v3  
    88and a list of the open documents with icons and check for the current one 
    99}}} 
    10 The window menu should contain list of opened books and some options.  
     10The window menu should contain list of opened books and the functionality close to the opened books tabbar. Window menu entries should be: 
     11 * Minimize - Hides the current book window. It can be shown again via clicking the button in the tabbar. 
     12 * Minimize/Restore All - When not all of the book windows are minimized, the minimize menu item appears. When all book windows are minimized, the restore all options appears. Minimize all acts just like the minimize but for all opened books. 
     13 * Restore (Maximize when restored) - Restore Reduces the book window to the size of the book. If both width and height are bigger than the work area, the book window reduces to the work area including the book title bar. If the book window was previously restored and it's window was resized, it's restored to this position and size. Maximize maximizes the book window - the book title bar is not shown and takes the whole work area. 
     14 * Cascade 
     15 * Tile 
     16 * Close All but Active - Closes all of the opened book windows but the active one. Forces the Save Message box where needed. 
     17 * Close All - Closes all of the opened book windows. Forces the Save Message box where needed.  
     18 * Close - closes the current book window. Forces the Save Message box if needed. 
     19 * Menu divisor 
     20 * List of opened books ordered by time of opening/creating. 
    1121== Task requirements == 
    12 ^(Necessary requirements that the task must fulfill.)^ 
     22 * Review existing code, make sure proper extension points and extensions are used. 
     23 * Remove the new book entry as it doesn't belong there 
     24 * Create menu entries for the mentioned functionalities in the task overview. 
     25 
    1326 
    1427== Task result ==