Changes between Version 3 and Version 4 of APP_WINDOW_MENU_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_WINDOW_MENU_R0

    v3 v4  
    99}}} 
    1010The 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. 
     11 * Show desktop - acts like minimize all 
     12 * Arrange (submenu) 
     13  * Cascade 
     14  * Tile 
     15  * Minimize - Hides the current book window. It can be shown again via clicking the button in the tabbar. 
     16  * 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. 
     17  * 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. 
    1918 * Menu divisor 
    2019 * List of opened books ordered by time of opening/creating. 
     20  * The active book window should be marked. Probably the best way to do this is to use a thick before the book window name. A good idea is the menu items to be with left displacement of one character so the list is arranged well. 
    2121== Task requirements == 
    2222 * Review existing code, make sure proper extension points and extensions are used. 
    2323 * Remove the new book entry as it doesn't belong there 
    2424 * Create menu entries for the mentioned functionalities in the task overview. 
    25  
    26  
    2725== Task result == 
    28 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
    29  
     26The result of this task is source code 
    3027== Implementation idea == 
    31 ^(It is advisable to include some rough implementations ideas.)^ 
    32  
     28Implement this task in parallel with [wiki:OPEN_BOOKS_TABBAR_R0] as they provide same functionality. 
    3329== Related == 
    34 ^(Here you can add related tasks that could be useful or helpful.)^ 
    35  
     30[wiki:OPEN_BOOKS_TABBAR_R0] 
    3631== How to demo == 
    37 ^(In this section you must add instructions for the demo of the task.)^ 
     32Demonstrate book switching using the window menu. 
    3833 
    3934= Design = 
     
    4540 
    4641= Comments = 
    47 ^(Write comments for this or later revisions here.) 
     42A discussion of using "*" after book window with changes is needed question?