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

Gopala Krishna A krishna.ggk at gmail.com
Sat Jun 14 21:06:23 UTC 2008


SVN commit 820584 by gopala:

1) First version of NewUMLRectWidget added providing flexibilty to create rectangular widgets.
2) NewEnumWidget becomes first widget to be ported to NewUMLRectWidget, which now supports gradients.
3) Converted widget::draw methods to widget::paint so that QGraphicsItem::paint is reimplemented. 
   This move allows most of widgets to be added to diagram and shown.

CCMAIL:umbrello-devel at kde.org



 M  +2 -0      CMakeLists.txt  
 M  +5 -1      actorwidget.cpp  
 M  +1 -1      actorwidget.h  
 M  +5 -1      artifactwidget.cpp  
 M  +1 -1      artifactwidget.h  
 M  +5 -1      boxwidget.cpp  
 M  +1 -1      boxwidget.h  
 M  +5 -1      categorywidget.cpp  
 M  +1 -1      categorywidget.h  
 M  +10 -3     combinedfragmentwidget.cpp  
 M  +1 -1      combinedfragmentwidget.h  
 M  +5 -1      componentwidget.cpp  
 M  +1 -1      componentwidget.h  
 M  +5 -1      datatypewidget.cpp  
 M  +1 -1      datatypewidget.h  
 M  +5 -1      entitywidget.cpp  
 M  +1 -1      entitywidget.h  
 M  +5 -1      enumwidget.cpp  
 M  +1 -1      enumwidget.h  
 M  +2 -1      floatingdashlinewidget.cpp  
 M  +1 -1      floatingdashlinewidget.h  
 M  +4 -1      floatingtextwidget.cpp  
 M  +1 -1      floatingtextwidget.h  
 M  +5 -1      forkjoinwidget.cpp  
 M  +1 -1      forkjoinwidget.h  
 M  +5 -1      messagewidget.cpp  
 M  +1 -1      messagewidget.h  
 A             newenumwidget.cpp   [License: GPL (v2+)]
 A             newenumwidget.h   [License: GPL (v2+)]
 A             newumlrectwidget.cpp   [License: GPL (v2+)]
 A             newumlrectwidget.h   [License: GPL (v2+)]
 M  +50 -10    newumlwidget.cpp  
 M  +51 -11    newumlwidget.h  
 M  +5 -1      nodewidget.cpp  
 M  +1 -1      nodewidget.h  
 M  +5 -1      notewidget.cpp  
 M  +1 -1      notewidget.h  
 M  +5 -1      objectnodewidget.cpp  
 M  +1 -1      objectnodewidget.h  
 M  +5 -1      objectwidget.cpp  
 M  +1 -1      objectwidget.h  
 M  +2 -2      optionstate.cpp  
 M  +5 -1      packagewidget.cpp  
 M  +1 -1      packagewidget.h  
 M  +5 -1      pinwidget.cpp  
 M  +1 -1      pinwidget.h  
 M  +5 -1      preconditionwidget.cpp  
 M  +1 -1      preconditionwidget.h  
 M  +4 -1      regionwidget.cpp  
 M  +1 -1      regionwidget.h  
 M  +5 -1      signalwidget.cpp  
 M  +1 -1      signalwidget.h  
 M  +5 -1      statewidget.cpp  
 M  +1 -1      statewidget.h  
 M  +21 -0     toolbarstatearrow.cpp  
 M  +7 -0      toolbarstatearrow.h  
 M  +40 -0     umlscene.cpp  
 M  +2 -0      umlscene.h  
 M  +7 -5      umlwidget.cpp  
 M  +5 -1      usecasewidget.cpp  
 M  +1 -1      usecasewidget.h  






More information about the umbrello-devel mailing list