Changes between Version 5 and Version 6 of BOOK_PROPERTIES_DIALOG_R0
- Timestamp:
- 05/19/09 18:39:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_PROPERTIES_DIALOG_R0
v5 v6 3 3 [[TicketQuery(summary=BOOK_PROPERTIES_DIALOG_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 4 4 5 6 7 5 = Analysis = 8 6 9 7 == Overview == 10 This task is about providing a book properties dialog. It should display some basic information for the book and allow editing part of it. 8 This task is about providing a book properties dialog. It should display some basic information for the book and allow editing part of it. Currently we have a dialog that displays: 9 * Book title 10 * Number of pages 11 * File size 12 * Creation time 13 * Last modification time 11 14 12 15 == Task requirements == 13 Currently we have dialog that displays: 14 * Book title 15 * Number of pages 16 * File size (local file or file on server) 17 * Version ID 18 * Creation time 19 * Last modification time 20 These fields should be editable: 21 * The title field. 22 * Page width. 23 * Page height. 24 25 Keyboard shortcut for opening the book properties dialog is Ctrl+Shift+B. 26 The book properties dialog should be displayed when a new book is created. 16 * The following fields should be made editable: 17 * Title 18 * Page width 19 * Page height 20 * The keyboard shortcut for opening the book properties dialog should be Ctrl+Shift+B. 21 * The book properties dialog should be displayed when a new book is created. 27 22 28 23 == Task result ==