Changes between Version 1 and Version 2 of AUTHOR_APP_TUNING_R5
- Timestamp:
- 09/10/09 15:12:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUTHOR_APP_TUNING_R5
v1 v2 6 6 7 7 == Overview == 8 8 The goal of this revision is to provide a stable default skin. This mean that most of the things should look more or less as in the final version. What is left up to now are the file chooser dialogs and option pane dialogs. See requirements for more information. 9 9 10 10 == Task requirements == 11 * Provide a look and feel for: 12 * File chooser dialogs 13 * Option pane dialogs. 14 * Simple dialogs 15 * Customize mydoggy: 16 * Make the tabs of mydoggy look like the initial proposal (Things there have already been research to some extend. The actual implementation might be difficult though.) 17 * '''OPTIONAL''' Customize the border of the flap. This is something that has not yet been researched and may not be done at this revision yet. 18 * Import the new icons (which should be provided soon) for the buttons and customize the halo buttons so that they have icons for states (i.e. MOUSE_OVER icon...) 19 * Integrate the new icons for the bound controls and mydoggy tool window icons. 20 * '''OPTIONAL''' Hud dialogs: 21 * see [wiki:GROUP_HUDS_R0] 11 22 12 23 == Task result == 24 * Source code. 25 * Research about some of the things. 13 26 14 27 == Implementation idea == 28 * For all dialogs just make them update upon showing. Some of them may need additional assets (icons, tool-tips etc.) 29 * For the mydoggy customize the ToolWindowTabBar and integrate it in the skinning. This also requires overriding some classes and providing a mechanism for skinning. 15 30 16 31 == Related == 32 * [wiki:AUTHOR_APP_TUNING_R0] 33 * [wiki:AUTHOR_APP_TUNING_R1] 34 * [wiki:AUTHOR_APP_TUNING_R2] 35 * [wiki:AUTHOR_APP_TUNING_R3] 36 * [wiki:AUTHOR_APP_TUNING_R4] 37 * [wiki:APP_LAYOUT_MYDOGGY_R0] 38 * [wiki:APP_LAYOUT_MYDOGGY_R1] 39 * [wiki:APP_LAYOUT_MYDOGGY_R2] 17 40 18 41 == How to demo == 42 * Open sophie2 and demonstrate the new dialogs appearance and mydoggy appearance. 19 43 20 44 = Design =