Changes between Version 23 and Version 24 of UNPLANNED_PALETTES_REFACTORING_R0


Ignore:
Timestamp:
09/22/09 19:39:58 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_PALETTES_REFACTORING_R0

    v23 v24  
    101101   * AllResourcesPalette 
    102102    * AllResourcesPalette should show resources of the desktopBook when desktopBook is the current book. currentDocument() property of AllResourcesPalette should be changed to return the desktopBook when it is current. 
    103     * Filtering button for HotText is added. 
     103    * Filtering button for HotText is added using the mechanism for adding filtering buttons. 
    104104    * Copy button from DetailsView palette will be removed. 
    105105    * Palette with meta information about resources should be available. - fixing metaPanel() to get the meta information using the new model. 
     
    107107 * LeftFlap 
    108108  * BooksTab 
    109    * OpenBooksPalette 
     109   * OpenBooksPalette - Add property syncSelected which to synchronize the selected book and the selected item from the OpenBooksPalette. When the desktopBook is selected no of the items should be selected. Fix the AppTabBar to show when the desktopBook is selected. Add setUpSelected method to showDesktopButton() property of AppTabBar. 
    110110   * EmbeddedBooksPalette - it will be done on the next revision of the task because of the missing EmbeddedBooks functionality. 
    111111  * 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.