Changes between Version 58 and Version 59 of InteractionAndGraphicsDesign


Ignore:
Timestamp:
05/29/09 22:35:39 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InteractionAndGraphicsDesign

    v58 v59  
    177177 
    178178 
    179  * AppMenuBar  [[BR]] 
     179  * AppMenuBar  [[BR]] 
    180180   * FileMenu [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/FileMenu.png, 50%)]]  [[BR]] 
    181     * NewBookItem - Toggles Book Properties dialog for creating a new book [[BR]] 
    182     * OpenBookItem - Triggers File Dialog to choose a book to open [[BR]] 
    183     * SaveBookItem - If the book exists, saves it. Otherwise acts like "SaveBookAsItem"  [[BR]] 
    184     * SaveBookAsItem - Toggles the file dialog to choose filename for the current active book. [[BR]] 
    185     * SaveBookAsTemplateItem - Toggles the file dialog to choose filename to save the current active book as template. [[BR]] 
    186     * ''ImportItem''  [[BR]] 
    187     * ''ExportItem''  [[BR]] 
     181    * '''Description''' The file menu is used for operations that have to do with Sophie books as a whole.  
     182    * NewBookItem 
     183     * '''Description''' Shows book properties dialog for creating a new book. This needs to include the option to use a book template.[[BR]] 
     184    * OpenBookItem  
     185     * '''Description''' Triggers File Dialog to choose a book to open.  
     186    * SaveBookItem  
     187     * '''Description''' If the book exists, saves it. Otherwise acts like "SaveBookAsItem"  [[BR]] 
     188    * SaveBookAsItem  
     189     * '''Description''' Toggles the file dialog to choose filename for the current active book. [[BR]] 
     190    * SaveBookAsTemplateItem  
     191     * '''Description''' Toggles the file dialog to choose filename to save the current active book as template. Probably the author needs to be told if saving as a template is destructive to current file; if so, they need to be prompted to save the book elsewhere first.[[BR]] 
     192    * ''ImportItem''   
     193     * '''Description''' (In Sophie 1 this basically did what the Insert menu currently does, except that this would take any media type; this could also be used to import multiple resources at once, which users often wanted to do. Not sure how this will square with the Insert menu; I think Import/system drag-and-drop is better than dedicated insertions.)[[BR]] 
     194    * ''ExportItem''   
     195     * '''Description''' (In Sophie 1 this opened a file dialogue asking for a name and location for a folder; when a name was given, that folder was filled with every resource in the currently open book.)[[BR]] 
    188196    * BookPropertiesItem  [[BR]] 
    189197    * CloseBookItem - Closes current active book. If there are changes made, toggles the Save changes dialog. [[BR]] 
    190198    * ExitItem - Closes the Sophie 2 application window. Closes all opened books first. The books may be saved as session [dev] [[BR]] 
     199     
     200     
    191201   * EditMenu [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/EditMenu.png, 10%)]] [[BR]] 
    192202    * UndoItem - Undoes the last change. Active only when there are changes to undo. [[BR]]