Changes between Version 4 and Version 5 of BASE_SKINS_COMMONS_R1
- Timestamp:
- 10/15/09 13:31:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_SKINS_COMMONS_R1
v4 v5 9 9 10 10 == Task requirements == 11 * Create a visual skin manager. There should be a skin tab containing: 12 * Available skins palette - that displays the available skins. 13 * Skins management palette that should have a save, load and apply buttons for managing skins. 11 * Create a visual skin manager. There should be a skin maanger dialog that displays: 12 * Available skins. 13 * Buttons for saving, loading and applying skins. 14 * The manager should be displayed skin the skins menu. (Later should be displayed from the config palette) 14 15 * Create a persistence mechanism that allows to save and load skins. 15 16 * Skins should be persisted in a directory so that skin manipulation is easier. 16 17 * Create a mechanism for choosing the skin and its fallback one. 17 * Remove the skin menu. 18 * Module customizations 19 * Create a module org.sophie2.main.skins 20 * It should contain all the palettes and all the skins' things. 21 * Remove the org.sophie2.main.skin.alternative module. It is no longer needed. 18 * Create a module with the skin manager and skin persistence. It should be named org.sophie2.main.skins. 22 19 23 20 == Task result ==