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
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.
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