[Uml-devel] branches/KDE/3.5/kdesdk/umbrello

Daniel Calviño Sánchez danxuliu at gmail.com
Sat Sep 30 14:53:56 UTC 2006


SVN commit 590624 by danxuliu:

Refactoring, documentation and cleaning of ToolBarState and subclasses.
ToolBarState code is now more verbose, but also cleaner and easier to understand and customize in subclasses. See Doxygen documentation in ToolBarState for details.
Fixes for several bugs: multiple selection using shift button not working, mouse tracking disabled when creating associations and messages, not consistent behaviour in some tools (for example, in association tool a right click created the association and changed the tool instead of cancel it and change the tool), and other minor bugs.

 M  +2 -1      ChangeLog  
 M  +17 -10    umbrello/associationwidget.cpp  
 M  +12 -1     umbrello/associationwidget.h  
 M  +16 -0     umbrello/docwindow.cpp  
 M  +16 -0     umbrello/docwindow.h  
 M  +187 -165  umbrello/toolbarstate.cpp  
 M  +327 -21   umbrello/toolbarstate.h  
 M  +80 -86    umbrello/toolbarstatearrow.cpp  
 M  +123 -17   umbrello/toolbarstatearrow.h  
 M  +183 -49   umbrello/toolbarstateassociation.cpp  
 M  +144 -15   umbrello/toolbarstateassociation.h  
 M  +113 -121  umbrello/toolbarstatemessages.cpp  
 M  +158 -23   umbrello/toolbarstatemessages.h  
 M  +95 -117   umbrello/toolbarstateother.cpp  
 M  +57 -22    umbrello/toolbarstateother.h  
 M  +10 -19    umbrello/toolbarstatepool.cpp  
 M  +46 -14    umbrello/toolbarstatepool.h  
 M  +42 -252   umbrello/umlview.cpp  
 M  +19 -117   umbrello/umlview.h  
 M  +56 -73    umbrello/umlwidgetcontroller.cpp  
 M  +11 -16    umbrello/umlwidgetcontroller.h  






More information about the umbrello-devel mailing list