[Uml-devel] branches/work/soc-umbrello-2011/umbrello

Camila San Martin Ayres smayres at gmail.com
Wed Jun 1 05:47:00 UTC 2011


SVN commit 1234389 by ayres:

Making the old canvas use the new QGraphicsView.

 M  +26 -18    CMakeLists.txt  
 M  +11 -0     cmds/cmd_create_activitydiag.cpp  
 M  +9 -0      cmds/cmd_create_activitydiag.h  
 M  +8 -0      cmds/cmd_create_classdiag.cpp  
 M  +10 -0     cmds/cmd_create_classdiag.h  
 M  +8 -0      cmds/cmd_create_collaborationdiag.cpp  
 M  +10 -0     cmds/cmd_create_collaborationdiag.h  
 M  +8 -0      cmds/cmd_create_componentdiag.cpp  
 M  +10 -0     cmds/cmd_create_componentdiag.h  
 M  +10 -0     cmds/cmd_create_deploydiag.h  
 M  +8 -0      cmds/cmd_create_entityrelationdiag.cpp  
 M  +10 -0     cmds/cmd_create_entityrelationdiag.h  
 M  +8 -0      cmds/cmd_create_seqdiag.cpp  
 M  +10 -0     cmds/cmd_create_seqdiag.h  
 M  +8 -0      cmds/cmd_create_statediag.cpp  
 M  +10 -0     cmds/cmd_create_statediag.h  
 M  +8 -0      cmds/cmd_create_usecasediag.cpp  
 M  +10 -0     cmds/cmd_create_usecasediag.h  
 M  +136 -0    folder.cpp  
 M  +25 -1     folder.h  
 M  +18 -0     model_utils.cpp  
 M  +11 -0     model_utils.h  
 M  +1 -0      newcanvas/associationline.cpp  
 M  +9 -11     newcanvas/newview.cpp  
 M  +6 -0      newcanvas/newview.h  
 A             soc-umbrello-2011 (directory)  
 M  +352 -21   uml.cpp  
 M  +31 -1     uml.h  
 M  +405 -4    umldoc.cpp  
 M  +40 -0     umldoc.h  
 M  +139 -1    umllistview.cpp  
 M  +20 -0     umllistview.h  
 M  +2 -14     umlview.cpp  
 M  +0 -3      umlview.h  
 M  +19 -0     umlviewlist.h  
 M  +125 -0    widgets/associationwidget.cpp  
 M  +18 -0     widgets/associationwidget.h  
 M  +19 -0     widgets/objectwidget.cpp  
 M  +11 -2     widgets/objectwidget.h  
 M  +22 -0     widgets/umlwidget.cpp  
 M  +9 -1      widgets/umlwidget.h  
 M  +7 -1      widgets/widget_factory.cpp  
 M  +10 -1     widgets/widget_factory.h  
 M  +30 -0     widgets/widgetbase.cpp  
 M  +13 -0     widgets/widgetbase.h  


http://websvn.kde.org/?view=rev&revision=1234389




More information about the umbrello-devel mailing list