Changes between Version 14 and Version 15 of AUTHOR_APP_TUNING_R4
- Timestamp:
- 08/29/09 19:00:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUTHOR_APP_TUNING_R4
v14 v15 61 61 * '''Continue working on MyDoggy components''' 62 62 * Research how to integrate padding, margins, palette background etc. 63 * In order for tab buttons to have icons and to respond to currently selected document window, we shall create a TabBarButtonclass. See the UML diagram below:64 * [[ Image(source:branches/private/peko/sophie2-tuning-r4/doc/uml-design-diagrams/tab-bar-button-uml.png)]]63 * In order for tab buttons to have icons and to respond to currently selected document window, we shall create a [source:branches/private/peko/sophie2-tuning-r4/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/app/TabBarButton.java TabBarButton] class. See the UML diagram below: 64 * [[BR]] [[Image(source:branches/private/peko/sophie2-tuning-r4/doc/uml-design-diagrams/tab-bar-button-uml.png)]] 65 65 * The DocumentWindow will have a property icon that represents the icon for the document it displays. The [source:branches/private/peko/sophie2-tuning-r4/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/app/AppTabBar.java AppTabBar] class will be refactored so that it has an transforming pro list that creates TabBarButtons for every document window. Icons for BookDocumentWindow and ScriptDocument window will be provided. They will be used in Sophie2 skin only. Icons: [[Image(source:branches/private/peko/sophie2-tuning-r4/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/book_icon.png)]] - for books and [[Image(source:branches/private/peko/sophie2-tuning-r4/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/script_icon.png)]] - for scripts. 66 66 * '''Provide different layout for documents settings view panel.'''