Changes between Version 1 and Version 2 of OPEN_BOOKS_TABBAR_R1


Ignore:
Timestamp:
05/12/09 15:05:21 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OPEN_BOOKS_TABBAR_R1

    v1 v2  
    11[[BackLinksMenu]] 
    22 
    3 [[TicketQuery(summary=TASK_NAME_HERE, format=table, col=OPEN_BOOKS_TABBAR_R1|vlado|s3c_anaysis_started|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|)]] 
     3[[TicketQuery(summary=OPEN_BOOKS_TABBAR_R1, format=table, col=OPEN_BOOKS_TABBAR_R1|vlado|s3c_anaysis_started|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|)]] 
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    7  
    86== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     7Develop additional features defined in [wiki:OPEN_BOOKS_TABBAR_R0#Overview], including: 
     8 * Navigation buttons when the tabbar is too short to display all tabs 
     9 * Tabbar context menus 
    1010 
    1111== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     12 * Create the context menu when right-clicked on a tab 
     13 * Create additional menu items to the context menu when right-clicked on the tabbar area 
     14 * Implement the Cascade and Tile functionality. 
     15 * Highlight active tab 
     16 * Implement the navigation buttons and they appearance/disappearance. 
    1317 
    1418== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     19The result of this task is source code.  
    1620 
    1721== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     22 * See [wiki:OPEN_BOOKS_TABBAR_R0#Implementationidea] 
     23 * Navigation buttons 
     24  * Each navigation button should be enabled if and only if there are tabs hidden on its side of the tabbar 
     25  * On left/right navigation button left-click the tabs are shifted in right/left direction with the length of the hidden tab which is about to be displayed. All tabs on the right/left that can not be fully displayed after the shift operation are made hidden  
    1926 
    2027== Related == 
    21 ^(Add links to related tasks that could be useful or helpful.)^ 
     28[wiki:OPEN_BOOKS_TABBAR_R0] 
    2229 
    2330== How to demo == 
     
    3441 
    3542= Comments = 
    36 ^(Write comments for this or later revisions here.) 
     43 * Drag & Drop of tabs in the tabbar should be implemented after