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

Gopala Krishna A krishna.ggk at gmail.com
Fri Jun 20 21:28:14 UTC 2008


SVN commit 822631 by gopala:

1) Cleaned up the interface of newumlwidget and newumlrectwidget. Most of preparation for transition from UMLWidget to NewUMLWidget 
is done.
2) Moved from QPen representation to lineColor, fontColor and lineWidth for greater flexibility. Brush is retained.
3) Added utility methods to Widget_Utils to save and load brush, gradient and pixmap. The pixmap load/save is still a stub.
4) Modified test.h to a QObject derived Test class, so that features can be simulated and tested (using timers)

CCMAIL:umbrello-devel at kde.org



 M  +1 -1      CMakeLists.txt  
 M  +58 -25    newenumwidget.cpp  
 M  +23 -0     newenumwidget.h  
 M  +68 -28    newumlrectwidget.cpp  
 M  +42 -37    newumlrectwidget.h  
 M  +133 -11   newumlwidget.cpp  
 M  +87 -30    newumlwidget.h  
 M  +6 -24     umlscene.cpp  
 M  +8 -0      umlscene.h  
 M  +185 -7    widget_utils.cpp  
 M  +68 -20    widget_utils.h  






More information about the umbrello-devel mailing list