Changes between Version 1 and Version 2 of OPEN_BOOKS_TABBAR_R1
- Timestamp:
- 05/12/09 15:05:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OPEN_BOOKS_TABBAR_R1
v1 v2 1 1 [[BackLinksMenu]] 2 2 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|)]] 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 8 6 == 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.)^ 7 Develop 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 10 10 11 11 == 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. 13 17 14 18 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 19 The result of this task is source code. 16 20 17 21 == 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 19 26 20 27 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 28 [wiki:OPEN_BOOKS_TABBAR_R0] 22 29 23 30 == How to demo == … … 34 41 35 42 = Comments = 36 ^(Write comments for this or later revisions here.) 43 * Drag & Drop of tabs in the tabbar should be implemented after