Changes between Version 20 and Version 21 of UNPLANNED_PALETTES_REFACTORING_R0
- Timestamp:
- 09/22/09 15:49:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANNED_PALETTES_REFACTORING_R0
v20 v21 95 95 == How to demo == 96 96 Show the new palettes and their improved looks and capabilities (e.g. switch books using open books palette, rearrange some pages using page preview palette). 97 97 98 = Design = 98 99 * RightFlap … … 103 104 * Copy button from DetailsView palette will be removed. 104 105 * Palette with meta information about resources should be available. 106 * AllChangesPalette - adding a new variable in UpdateChangesListTask to keep the last current book. If the last current book has changed, the list() repaints. When the current book changed the AllChangedPalette show the changes of the current book. 105 107 * LeftFlap 106 108 * BooksTab 107 109 * OpenBooksPalette 108 110 * EmbeddedBooksPalette - it will be done on the next revision of the task because of the missing EmbeddedBooks functionality. 109 * PagePreviewPalette - syncSelected property added to synchronise the current page and to set the border of the thumbnail to be gray or black depending on if the page is current or not. (black for current, gray otherwise) 111 * PagePreviewPalette - syncSelected property added to synchronise the current page and to set the border of the thumbnail to be gray or black depending on if the page is current or not. (black for current, gray otherwise). The list() of the PagePreviewPalette will be repainted in updateSwing method of AllChangesPalette because it should be updated when changes are available. 110 112 * ToolsTab - it will be removed for this revision because the search functionality is missing 111 113