Bug 67120

Summary: Ability to change colours of associations
Product: [Applications] umbrello Reporter: Jonathan Riddell <jr>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: hsk
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Riddell 2003-11-03 17:27:08 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

We should be able to change the colour and line weight of associations and messages.

Related to beastie 67103
Comment 1 Werner Klausen 2005-04-14 13:22:56 UTC
YES! I want this. But also a selection to make a line automatically in the color that that the object it's comming from or going to has a a border/fill color.
Comment 2 Oliver Kellogg 2005-09-11 15:45:23 UTC
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