Changes between Version 2 and Version 3 of LINKS_HUD_UI_MANAGING_LINKS


Ignore:
Timestamp:
01/22/10 11:31:00 (15 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LINKS_HUD_UI_MANAGING_LINKS

    v2 v3  
    4444  * TextLinksHud's CurrentRule is not updated propely when another interval is selected. This is because the LinkHolder doesn't change. Maybe some method that makes properties update should be added. 
    4545  * The special "choose action" item is not removed when an action is selected due to the mechanism of updating bound controls. 
    46  * See the attached patch. Have in mind that soem skinnig and other works needs to be done. 
     46 * See the attached patch. Have in mind that some skinnig and other works needs to be done. 
    4747 
    4848= Implementation = 
    49 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     49 * Added skinning to all special items. 
     50 * I think that titles may be improved as they seem a bit inconsistent in the sense of small/capital letters. 
     51 * The "choose action" item problem was fixed by adding a special "actionUpdateForcer" property that the logic sets with SwingUtilities.invokeLater. 
     52 * The TextLinksHud issue resolved by itself :) 
     53 * The result is in the attached file named "linksHud-implementation.patch". 
    5054 
    5155= Testing =