Bug 67120 - Ability to change colours of associations
Summary: Ability to change colours of associations
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 17:27 UTC by Jonathan Riddell
Modified: 2005-09-11 15:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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