Changes between Version 65 and Version 66 of InteractionAndGraphicsDesign
- Timestamp:
- 06/01/09 17:31:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InteractionAndGraphicsDesign
v65 v66 174 174 * ShowFramesCheckBoxPanel - Shows frames bounds on the current book. Active only in author mode. [[BR]] 175 175 176 !!!177 178 ''Dan is working on the section between the !!!s locally right now!''179 180 181 176 * AppMenuBar [[BR]] 182 177 * FileMenu … … 229 224 * '''Description''' Deletes currently selected element. Active when a deleteable element is selected. [[BR]] 230 225 * ''SpellCheckItem'' 231 * '''Description''' [[BR]]226 * '''Description''' Opens the spell check interface and starts spellchecking.[[BR]] 232 227 * ''CopyLocationOfSelectionItem'' 233 * '''Description''' [[BR]]228 * '''Description''' From Sophie 1: copies the location of the selected text as an XML reference, which could be pasted into the link HUD to link to specific points in a text. This was a terrible interface; we need a better way to do this. The idea of marking a location in a book is probably good and can be reused (like a bookmark); this should be done in a better way.[[BR]] 234 229 * ''ToggleRulers'' 235 * '''Description''' [[BR]]230 * '''Description''' When this is selected, rules appear on the top and left of the book windows for the author's use. This should probably go in the View menu.[[BR]] 236 231 * ''GroupItems'' 237 232 * '''Description''' Groups currently selected items (may be groups). Active when one or more elements that can be grouped are selected.[[BR]] … … 249 244 250 245 * InsertMenu 251 * '''Description''' 246 * '''Description''' The Insert menu allows users to import resources into their Sophie book based on media type. 252 247 [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/InsertMenu.png, 10%)]] [[BR]] 248 * InsertTextItem [[BR]] 249 * '''Description''' Insert Text currently inserts an empty text frame in the Sophie book. This will probably not be the final way to do this. 253 250 * InsertImageItem [[BR]] 254 * InsertTextItem [[BR]] 255 * InsertMediaItem [[BR]] 251 * '''Description''' Insert Image prompts the user to find an image, which is inserted on the current page and added to the resources. 252 * Insert Audio [[BR]] 253 * '''Description''' Insert Audio prompts the user to find an audio file, which is inserted on the current page and added to the resources. 254 * Insert Video [[BR]] 255 * '''Description''' Insert Video prompts the user to find a video file, which is inserted on the current page and added to the resources. 256 * Insert PDF [[BR]] 257 * '''Description''' Insert PDF prompts the user to find a PDF file, which is inserted on the current page and added to the resources. Currently only the first page of the PDF is inserted if it is multi-page; the import size is also set. There needs to be an interface to pick a page of the PDF and to set a size for it. 258 * Insert Book [[BR]] 259 * '''Description''' Insert Book prompts the user to find another saved Sophie Book, which is inserted on the current page and added to the resources as an embedded book. Presumably there will need to be import options for this. 256 260 257 261 * View 258 * '''Description''' 262 * '''Description''' The View menu presents different ways to view the current Sophie book. 259 263 * Normal Mode 264 * '''Description''' Normal mode is the standard window-based interface to Sophie. 260 265 * Full Screen Mode 266 * '''Description''' Full screen mode makes the Sophie interface full screen, keeping the editing interface. 261 267 * Presentation Mode 268 * '''Description''' Presentation mode make the Sophie interface full screen without the editing interface so that books can be presented (like PowerPoint). 262 269 263 270 264 271 * Skins 265 272 * '''Description''' The Skins menu lists every installed skin for the Sophie application; each skin gets a menu entry, and selecting an entry changes the Sophie interface to use that skin. 266 273 * SkinItem 274 * '''Description''' Every skin installed gets its own listing here; the default skin is called "Default Skin". 267 275 268 276 * WindowMenu 269 * '''Description''' 277 * '''Description''' The Window menu lists ways to organize open windows of Sophie books. 270 278 [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/WindowMenu.png, 10%)]] [[BR]] 271 279 * CascadeItem [[BR]] 280 * '''Description''' This option cascades all open Sophie book windows. How useful is this? 272 281 * TileItem [[BR]] 282 * '''Description''' This option tiles all open Sophie book windows. How useful is this? 273 283 * DocumentItem [[BR]] 284 * '''Description''' Every open Sophie book gets a listing in this menu; selecting one of these books brings the window to the front. 274 285 275 286 276 287 * HelpMenu [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/HelpMenu.png, 10%)]] [[BR]] 277 288 * ''HelpContentsItem'' [[BR]] 289 * '''Description''' This brings up the Sophie help interface: a JavaHelp 278 290 * AboutItem [[BR]] 291 * '''Description''' This brings up the About Sophie window. Clicking Okay dismisses it. 279 292 * ''BugReportItem'' [[BR]] 280 281 !!! 293 * '''Description''' Selecting this brings up the bug reporting interface (see [wiki:UserBugTracking here] for an overview of bugtracking in pre-release Sophie). 282 294 283 295 * RightFlap [[BR]]