Changes between Initial Version and Version 1 of FRAME_PROPERTY_LOCKING_R0


Ignore:
Timestamp:
12/21/08 11:07:20 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_PROPERTY_LOCKING_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=FRAME_PROPERTY_LOCKING_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|)]] 
     4 
     5 
     6 
     7= Analysis = 
     8== Overview == 
     9Frame property locking provides the ability a property to be protected from changing. Frame property locking should be presented to the user as a checkbox in the Frame hud. When the checkbox is checked for a property, it's value will not be changeable until it's checkbox is unchecked.  
     10== Task requirements == 
     11Provide a prototype of frame property locking. 
     12Locking should be available for frame: 
     13 * content 
     14 * insets 
     15 * bounds 
     16 * border style  
     17 * background style 
     18 * shadow style 
     19Providing locking for these is enough for this revision. In later revisions, they may be split into sub-elements (border style - border thickness, border color, etc). 
     20== Task result == 
     21The result of this task must be code. 
     22== Implementation idea == 
     23^(It is advisable to include some rough implementations ideas.)^ 
     24 
     25== Related == 
     26[wiki:FRAME_TEMPLATES_R0] 
     27 
     28== How to demo == 
     29^(In this section you must add instructions for the demo of the task.)^ 
     30 
     31= Design = 
     32 
     33= Implementation = 
     34^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     35 
     36= Testing = 
     37 
     38= Comments = 
     39^(Write comments for this or later revisions here.)