[umbrello] [Bug 393188] Add feature to add connected note

2019-11-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393188

Ralf Habacker  changed:

   What|Removed |Added

   Target Milestone|--- |2.26 (KDE Applications
   ||18.08)

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 393188] Add feature to add connected note

2018-10-05 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393188

--- Comment #4 from Ralf Habacker  ---
Git commit f5c5fb642044de93bc5cea951b84452c32ceb5f5 by Ralf Habacker.
Committed on 05/10/2018 at 22:15.
Pushed by habacker into branch 'master'.

Add support for adding connected actors and use cases to sequence diagrams

M  +18   -0umbrello/umlwidgets/umlwidget.cpp

https://commits.kde.org/umbrello/f5c5fb642044de93bc5cea951b84452c32ceb5f5

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 393188] Add feature to add connected note

2018-09-17 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393188

--- Comment #3 from Ralf Habacker  ---
Git commit b21e57d78eac2b3c83da0740b60934d1b3ee3a83 by Ralf Habacker.
Committed on 17/09/2018 at 10:31.
Pushed by habacker into branch '394230-bug-fixing'.

Add support for adding connected actors and use cases to sequence diagrams

M  +18   -0umbrello/umlwidgets/umlwidget.cpp

https://commits.kde.org/umbrello/b21e57d78eac2b3c83da0740b60934d1b3ee3a83

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 393188] Add feature to add connected note

2018-07-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393188

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||2.25.80 (KDE Applications
   ||18.07.80)
  Latest Commit||https://commits.kde.org/umb
   ||rello/4386bd00338b62890aa92
   ||766c41402624589d5e3
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Ralf Habacker  ---
Git commit 4386bd00338b62890aa92766c41402624589d5e3 by Ralf Habacker.
Committed on 19/07/2018 at 21:44.
Pushed by habacker into branch 'Applications/18.08'.

Add 'note' context menu entry to widgets to add a connected note

In case a user selects note from a widgets context menu a new note
widget is added to the scene and connected to the related widget.
FIXED-IN:2.25.80 (KDE Applications 18.07.80)

M  +1-2umbrello/menus/widgetbasepopupmenu.cpp
M  +25   -0umbrello/umlwidgets/umlwidget.cpp
M  +2-0umbrello/umlwidgets/umlwidget.h

https://commits.kde.org/umbrello/4386bd00338b62890aa92766c41402624589d5e3

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 393188] Add feature to add connected note

2018-06-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393188
Bug 393188 depends on bug 394230, which changed state.

Bug 394230 Summary: Listpopupmenu needs refactoring
https://bugs.kde.org/show_bug.cgi?id=394230

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 393188] Add feature to add connected note

2018-06-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393188

--- Comment #1 from Ralf Habacker  ---
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-0umbrello/CMakeLists.txt
M  +1-0umbrello/dialogs/pages/constraintlistpage.cpp
M  +2-2umbrello/dialogs/umloperationdialog.cpp
M  +28   -1157 umbrello/listpopupmenu.cpp
M  +95   -104  umbrello/listpopupmenu.h
M  +2-2umbrello/umldoc.cpp
M  +0-1umbrello/umldoc.h
M  +2-3umbrello/umllistview.cpp
A  +278  -0umbrello/umllistviewpopupmenu.cpp [License: GPL (v2+)]
A  +27   -0umbrello/umllistviewpopupmenu.h [License: GPL (v2+)]
M  +8-67   umbrello/umlscene.cpp
M  +1-1umbrello/umlscene.h
A  +195  -0umbrello/umlscenepopupmenu.cpp [License: GPL (v2+)]
A  +31   -0umbrello/umlscenepopupmenu.h [License: GPL (v2+)]
M  +3-30   umbrello/umlwidgets/associationwidget.cpp
A  +122  -0umbrello/umlwidgets/associationwidgetpopupmenu.cpp [License:
GPL (v2+)]
A  +29   -0umbrello/umlwidgets/associationwidgetpopupmenu.h [License:
GPL (v2+)]
M  +1-0umbrello/umlwidgets/pinportbase.cpp
M  +1-0umbrello/umlwidgets/portwidget.cpp
M  +4-17   umbrello/umlwidgets/widgetbase.cpp
A  +586  -0umbrello/umlwidgets/widgetbasepopupmenu.cpp [License: GPL
(v2+)]
A  +33   -0umbrello/umlwidgets/widgetbasepopupmenu.h [License: GPL
(v2+)]

https://commits.kde.org/umbrello/cb4908a1edc1f3aa95ec285e9404f5acf7432f84

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 393188] Add feature to add connected note

2018-05-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393188

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||394230


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=394230
[Bug 394230] Listpopupmenu needs refactoring
-- 
You are receiving this mail because:
You are watching all bug changes.