Changes between Version 2 and Version 3 of UNPLANNED_MAIN_WINDOW_REFACTORING_R0


Ignore:
Timestamp:
08/24/09 14:28:58 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_MAIN_WINDOW_REFACTORING_R0

    v2 v3  
    4646 
    4747= Implementation = 
    48 ^Describe and link the implementation results here (from the wiki or the repository). 
     48Done according to the design. As a result of this task, the following has been achieved: 
     49 * The hierarchy of MainWindow has been cleaned up and no redundant things are left. 
     50 * The hierarchy of DocView has been cleaned up and no redundant things are left (this includes classes and methods that should be in the layout). 
     51 * Some redundant modules have been deleted. 
     52 * MDMainWindow has been refactored - it now has only two ResourceProperties that sync all the swing elements. 
     53 * MDDocumentWindow has been refactored - it is now responsible for laying out the bottom panel when needed. 
     54 * The code and javadoc in many related classes has been improved. 
     55 
     56Done in a lot of changesets: [5392], [5402], [5405], [5407], [5446], [5487], [5491], [5516], [5517], [5524], [5564], [5565], [5571], [5573]. 
    4957 
    5058= Testing =