Changes between Version 9 and Version 10 of APP_LAYOUT_MYDOGGY_R2


Ignore:
Timestamp:
08/07/09 00:49:29 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_LAYOUT_MYDOGGY_R2

    v9 v10  
    6868   * The [source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.layout.mydoggy/src/main/java/org/sophie2/main/layout/mydoggy/MDSkinUpdater.java MDSkinUpdater] will do all the work. There should be an auto property defining whether this is a colored or imaged skin. Colored skins will be the default one and the alternative. Sophie2 skin however will use images to customize mydoggy. A resource property will set mydoggy the custom sophie UIs. Every UI will take as an argument the [source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.layout.mydoggy/src/main/java/org/sophie2/main/layout/mydoggy/MDSkinUpdater.java MDSkinUpdater] in order to acquire the images if current skin contains mydoggy images (see [source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.layout.mydoggy/src/main/java/org/sophie2/main/layout/mydoggy/mdcustomization/SophieTitleBarUI.java SophieTitleBarUI] and [source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.layout.mydoggy/src/main/java/org/sophie2/main/layout/mydoggy/mdcustomization/SophieTabButtonUI.java SophieTabButtonUI] for more info). Images are auto computed upon skin updating inside the MDSkinUpdater. We will take advantage of the update() method of the UIs defined, which will be invoked automtically by swing. This way images or colors will be set properly. Icons of the button located on the title bar of md components will be put directly in the resource manager. Their updating is forced. 
    6969   * In order to define a the resources modify [source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/java/org/sophie2/main/skin/alternative/SkinDefIds.java SkinDefIds] so that icons are loaded. 
    70  * Resouces used: 
    71   * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_close.png)]] - btn_flap_close.png 
    72   * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_maximize.png)]] - btn_flap_maximize.png 
    73   * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_minimize.png)]] - btn_flap_minimize.png 
    74   * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_pin.png)]] - btn_flap_pin.png 
    75   * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_empty.png)]] - btn_flap_empty.png 
    76    
     70 * Resouces used (empty icons are used for not yet defined icons :-)): 
     71  * Flaps: 
     72   * Title bar icons: 
     73    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_close.png)]] - btn_flap_close.png 
     74    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_maximize.png)]] - btn_flap_maximize.png 
     75    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_minimize.png)]] - btn_flap_minimize.png 
     76    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_pin.png)]] - btn_flap_pin.png 
     77    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_flap_empty.png)]] - btn_flap_empty.png 
     78  * Palettes: 
     79   * Title bar icons: 
     80    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_palette_close.png)]] - btn_palette_close.png 
     81    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_palette_maximize.png)]] - btn_palette_maximize.png 
     82    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_palette_minimize.png)]] - btn_palette_minimize.png 
     83    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_palette_pin.png)]] - btn_palette_pin.png 
     84    * [[Image(source:branches/private/peko/sophie2-mydoggy/modules/org.sophie2.main.skin.alternative/src/main/resources/distrib/icons/sophie2/btn_palette_empty.png)]] - btn_palette_empty.png 
     85 
     86 
    7787= Implementation = 
    7888