Changes between Version 3 and Version 4 of AUTHOR_APP_TUNING_R5


Ignore:
Timestamp:
09/11/09 16:01:57 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AUTHOR_APP_TUNING_R5

    v3 v4  
    4545 * The dialogs should be updated with the new look and feel. Some of them require that a style is created and others just do not update properly. 
    4646  * File chooser dialogs - should invoke updateUI() inside the show() method. Some of the button are not properly drawn and there is no way to provide empty background for these in the look and feel since they have no name properties set. In order for the file dialog to look nicer we should fix the buttons inside the [source:branches/private/peko/sophie2-mydoggy-app-tuning/sophie2-platform/modules/org.sophie2.main.func.file/src/main/java/org/sophie2/main/func/file/dialogs/FileDialog.java FileDialog] itself, by finding these buttons and setting their size to the size of the icon they use. 
    47   * Option pane dialogs. 
    48   * Simple dialogs 
     47  * A style for the option pane dialogs will be added  in the synth style. This will customize them in the new look and feel. 
     48  * Simple dialogs - for these guys there is nothing more to be done. 
     49 * Mydoggy tabs should be able to change their width for vertical tabs and height for horizontal ones. 
     50  * A research of source code is already done and as a result the MDManageable interface will have a ID defining tab thickness. This will be used for both horizontal and vertical tabs. MDMainWindow and MDCompoundElement will define different thicknesses for their tabs, since they do not look alike. 
    4951 
    5052= Implementation =