wiki:BOOK_PROPERTIES_DIALOG_R0

Version 3 (modified by mitex, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro 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|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

Display simple dialog window with properties of the book file and allow editing of some of them.

Task requirements

Pre-alpha 2 already has book properties dialog. It displays:

  • Book title
  • Number of pages
  • File size (local file or file on server)
  • Version ID
  • Creation time
  • Last modification time

According to BOOK_PROPERTIES_DIALOG some fields should be changed and new fields should be added:

  • The title should be editable.
  • Page width - This field changes horizontal dimensions of books' pages. When applying a template or changing this dimension by dragging page corner, this field is changed automatically.
  • Page height - This field changes vertical dimensions of books' pages. When applying a template or changing this dimension by dragging page corner, this field is changed automatically.

The visual appearance of the dialog should be improved.

It will be good the displayed information to be able to be copied to the clipboard.

Keyboard shortcut Ctrl+B should not be used for Book Properties. It is reserved for Bold. If this dialog will be invoked frequently, use Ctrl+Shift+B.

Task result

The result should be source code.

Implementation idea

Use JTextField for each value (book title, file size, etc.) with editing disabled for most of them (<object>.setEditable(false)).

How to demo

  • Run Sophie2
  • Create a new book
  • Open Book Properties. Check the displayed information (e.g. number of pages should be 1, etc.)
  • Change the title and close the dialog.
  • Go to page 2 and insert a text frame.
  • Open Book Properties again.

Design

Implementation

(Implementation results should be described and linked here (from the wiki or the repository))

Testing

Comments

(Write comments for this or later revisions here.)