[umbrello-devel] [umbrello] [Bug 73847] support for UML tagged values
Ralf Habacker
ralf.habacker at freenet.de
Tue Dec 9 10:56:28 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=73847
--- Comment #14 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit aede266afbedf7c0983776e44a4e20108be36b63 by Ralf Habacker.
Committed on 05/12/2014 at 11:39.
Pushed by habacker into branch 'master'.
Add class UMLStereotypeWidget for editing stereotypes.
Use this widget in
- general page of classifer widget dialog
- in parameter properties dialog
- in template dialog
- in uml attribute dialog
- in entity attribute dialog
- in uml operation dialog
Having common widgets gives unique user experience and
makes it possible to suppport different layouts.
M +2 -0 umbrello/CMakeLists.txt
M +58 -68 umbrello/dialogs/pages/classgeneralpage.cpp
M +3 -1 umbrello/dialogs/pages/classgeneralpage.h
M +6 -43 umbrello/dialogs/parameterpropertiesdialog.cpp
M +4 -4 umbrello/dialogs/parameterpropertiesdialog.h
M +4 -4 umbrello/dialogs/umlattributedialog.cpp
M +5 -2 umbrello/dialogs/umlattributedialog.h
M +5 -4 umbrello/dialogs/umlentityattributedialog.cpp
M +4 -2 umbrello/dialogs/umlentityattributedialog.h
M +4 -39 umbrello/dialogs/umloperationdialog.cpp
M +2 -3 umbrello/dialogs/umloperationdialog.h
M +4 -6 umbrello/dialogs/umltemplatedialog.cpp
M +4 -2 umbrello/dialogs/umltemplatedialog.h
A +140 -0 umbrello/dialogs/widgets/umlstereotypewidget.cpp [License:
GPL (v2+)]
A +43 -0 umbrello/dialogs/widgets/umlstereotypewidget.h [License: GPL
(v2+)]
M +10 -0 umbrello/stereotype.cpp
M +2 -0 umbrello/stereotype.h
M +2 -5 umbrello/umlobject.cpp
M +1 -1 umbrello/umlobject.h
http://commits.kde.org/umbrello/aede266afbedf7c0983776e44a4e20108be36b63
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list