[umbrello] [Bug 393188] Add feature to add connected note
Ralf Habacker
bugzilla_noreply at kde.org
Mon Jun 11 18:54:06 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=393188
--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit cb4908a1edc1f3aa95ec285e9404f5acf7432f84 by Ralf Habacker.
Committed on 03/06/2018 at 19:08.
Pushed by habacker into branch 'master'.
Split class ListPopupMenu into a base class and derived classes covering
widgets, uml list view and uml scene
M +4 -0 umbrello/CMakeLists.txt
M +1 -0 umbrello/dialogs/pages/constraintlistpage.cpp
M +2 -2 umbrello/dialogs/umloperationdialog.cpp
M +28 -1157 umbrello/listpopupmenu.cpp
M +95 -104 umbrello/listpopupmenu.h
M +2 -2 umbrello/umldoc.cpp
M +0 -1 umbrello/umldoc.h
M +2 -3 umbrello/umllistview.cpp
A +278 -0 umbrello/umllistviewpopupmenu.cpp [License: GPL (v2+)]
A +27 -0 umbrello/umllistviewpopupmenu.h [License: GPL (v2+)]
M +8 -67 umbrello/umlscene.cpp
M +1 -1 umbrello/umlscene.h
A +195 -0 umbrello/umlscenepopupmenu.cpp [License: GPL (v2+)]
A +31 -0 umbrello/umlscenepopupmenu.h [License: GPL (v2+)]
M +3 -30 umbrello/umlwidgets/associationwidget.cpp
A +122 -0 umbrello/umlwidgets/associationwidgetpopupmenu.cpp [License:
GPL (v2+)]
A +29 -0 umbrello/umlwidgets/associationwidgetpopupmenu.h [License:
GPL (v2+)]
M +1 -0 umbrello/umlwidgets/pinportbase.cpp
M +1 -0 umbrello/umlwidgets/portwidget.cpp
M +4 -17 umbrello/umlwidgets/widgetbase.cpp
A +586 -0 umbrello/umlwidgets/widgetbasepopupmenu.cpp [License: GPL
(v2+)]
A +33 -0 umbrello/umlwidgets/widgetbasepopupmenu.h [License: GPL
(v2+)]
https://commits.kde.org/umbrello/cb4908a1edc1f3aa95ec285e9404f5acf7432f84
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list