Changes between Version 6 and Version 7 of AUTHOR_APP_TUNING_R5
- Timestamp:
- 09/14/09 16:53:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified AUTHOR_APP_TUNING_R5
v6 v7 49 49 * Mydoggy tabs should be able to change their width for vertical tabs and height for horizontal ones. 50 50 * A research of source code is already done and as a result the [source:branches/private/peko/sophie2-mydoggy-app-tuning/sophie2-platform/modules/org.sophie2.main.layout.mydoggy/src/main/java/org/sophie2/main/layout/mydoggy/MDManageable.java MDManageable] interface will have a ID defining tab thickness. This will be used for both horizontal and vertical tabs. [source:branches/private/peko/sophie2-mydoggy-app-tuning/sophie2-platform/modules/org.sophie2.main.layout.mydoggy/src/main/java/org/sophie2/main/layout/mydoggy/MDMainWindow.java MDMainWindow] and [source:branches/private/peko/sophie2-mydoggy-app-tuning/sophie2-platform/modules/org.sophie2.main.layout.mydoggy/src/main/java/org/sophie2/main/layout/mydoggy/MDCompoundLayoutElement.java MDCompoundLayoutElement] will define different thicknesses for their tabs, since they do not look alike. 51 * The new icons will be added using the [source:branches/private/peko/sophie2-mydoggy-app-tuning/sophie2-platform/modules/org.sophie2.base.commons/src/main/java/org/sophie2/base/commons/skin/ButtonIcons.java ButtonIcons] and [source:branches/private/peko/sophie2-mydoggy-app-tuning/sophie2-platform/modules/org.sophie2.base.commons/src/main/java/org/sophie2/base/commons/skin/ButtonIconId.java ButtonIconId]. They will have a single icon for the developers skin and several icons for the default one. The default skin is hard coded, that is why a slightly extended string format will be provided for its entries, where the buttons icons value is to be used. Example: 52 {{{ 53 "main.view.halos.frame.frame-insets-halo-button/halo-icons : icons : " + 54 "DEFAULT=insets.png, " + 55 "MOUSE_OVER=insets_over.png," + 56 "SELECTED=insets_selected.png", 57 }}} 58 * The btn_flap_unpin.png and btn_palette_unpin.png icons will be added in the skin declaration for the default skin. 59 51 60 52 61 = Implementation =