[Uml-devel] [Bug 67120] Ability to change colours of associations

Oliver Kellogg okellogg at users.sourceforge.net
Sun Sep 11 06:46:06 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=67120         
okellogg users sourceforge net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From okellogg users sourceforge net  2005-09-11 15:45 -------
SVN commit 459578 by okellogg:

WidgetBase::{setLineColor,setLineWidth,init,saveToXMI,loadFromXMI}: New.
UMLWidget::{set,get}LineColour(): Rename to {set,get}LineColor.
UMLWidget::getLine{Color,Width}: Move to WidgetBase.
UMLWidget::{set,get}UsesDiagramLine{Colour,Width}: Likewise.
LinePath::setLine{Color,Width}: Move to public operations.
ObjectWidget::slotColorChanged(): Fix setting of colors.
UMLView::selectionSetLine{Color,Width}: Apply to selected assocs.
UMLView::getSelectedAssocs(): Return the AssociationWidgetList.
BUG:67120


 M  +3 -3      ChangeLog  
 M  +3 -3      umbrello/activitywidget.cpp  
 M  +25 -3     umbrello/associationwidget.cpp  
 M  +11 -1     umbrello/associationwidget.h  
 M  +1 -3      umbrello/clipboard/umlclipboard.cpp  
 M  +2 -2      umbrello/dialogs/umlwidgetcolorpage.cpp  
 M  +9 -9      umbrello/linepath.h  
 M  +5 -0      umbrello/listpopupmenu.cpp  
 M  +3 -3      umbrello/objectwidget.cpp  
 M  +3 -3      umbrello/seqlinewidget.cpp  
 M  +3 -3      umbrello/statewidget.cpp  
 M  +19 -12    umbrello/umlview.cpp  
 M  +2 -2      umbrello/umlview.h  
 M  +6 -40     umbrello/umlwidget.cpp  
 M  +6 -63     umbrello/umlwidget.h  
 M  +64 -2     umbrello/widgetbase.cpp  
 M  +85 -0     umbrello/widgetbase.h




More information about the umbrello-devel mailing list