Changes between Version 3 and Version 4 of ANNOTATIONS_STICKIES_R1


Ignore:
Timestamp:
06/18/09 14:14:09 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_STICKIES_R1

    v3 v4  
    1111 * Add Hot Text to stickies so they can be edited. 
    1212  * Only basic text editing functionality is required. 
     13  * When removing a sticky, confirmation dialog should be displayed only for non-empty stickies. 
    1314 
    1415 * Create a halo button for moving stickies with the mouse. 
    15   * Use the same icon as the frame move button. 
     16  * Use the same button as the frame move button. 
    1617  * Place the button to the left of the remove button. 
     18 
     19 * Reuse as much as possible of the same functionality for frames. 
    1720 
    1821== Task result == 
     
    2225 * The halo button should be of type {{{MoveHaloButton}}}. 
    2326 * Add it to {{{StickyHaloMenu}}}. 
     27 
     28 * In {{{StickyRemoveButton}}} change the condition to {{{if (sticky.text().get().length() > 0)}}}. 
    2429 
    2530== Related ==