[umbrello-devel] [umbrello] [Bug 115269] Implement the UML 2.0 standard
Oliver Kellogg
okellogg at users.sourceforge.net
Mon May 26 20:36:31 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=115269
--- Comment #15 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit d0bafb53ebd1a99d6a127321b8f93708f7ee0d91 by Oliver Kellogg.
Committed on 26/05/2014 at 20:36.
Pushed by okellogg into branch 'master'.
Address known issue of commit 900fd73,
> On moving a ComponentWidget, its attached PortWidgets should move along.
umbrello/widgets/componentwidget.{h,cpp}
- Add signal sigCompMoved(qreal diffX, qreal diffY)
- Reimplement UMLWidget::moveWidgetBy() for emitting sigCompMoved()
umbrello/widgets/portwidget.{h,cpp}
- Add slot slotCompMoved(qreal diffX, qreal diffY)
- In constructor, connect signal sigCompMoved() of the owning component's
widget with own slot slotCompMoved()
M +12 -0 umbrello/widgets/componentwidget.cpp
M +11 -0 umbrello/widgets/componentwidget.h
M +37 -18 umbrello/widgets/portwidget.cpp
M +2 -1 umbrello/widgets/portwidget.h
http://commits.kde.org/umbrello/d0bafb53ebd1a99d6a127321b8f93708f7ee0d91
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list