[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

2020-08-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=413579

Ralf Habacker  changed:

   What|Removed |Added

   Target Milestone|2.31 (KDE releases 20.04)   |2.33 (KDE releases 20.12)

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

Ralf Habacker  changed:

   What|Removed |Added

   Assignee|carsten.behl...@gmail.com   |umbrello-de...@kde.org

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

--- Comment #5 from Ralf Habacker  ---
Git commit 1e4efa2c86af5840c82d211a069becb7ca35b85e by Ralf Habacker.
Committed on 27/11/2019 at 10:53.
Pushed by habacker into branch 'master'.

Separate context menu items related to linked diagrams from others with
separators
Related: bug 53369

M  +5-2umbrello/menus/umlscenepopupmenu.cpp
M  +2-1umbrello/menus/widgetbasepopupmenu.cpp

https://invent.kde.org/kde/umbrello/commit/1e4efa2c86af5840c82d211a069becb7ca35b85e

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

--- Comment #6 from Ralf Habacker  ---
Git commit 5bb6510e7f05264b4073d1ce927a203a92ad164d by Ralf Habacker.
Committed on 27/11/2019 at 10:53.
Pushed by habacker into branch 'master'.

Add context menu entry to classifier widgets for selecting a state diagram

M  +1-0umbrello/CMakeLists.txt
A  +37   -0umbrello/dialogs/selectdiagramdialog.cpp [License: GPL
(v2+)]
A  +38   -0umbrello/dialogs/selectdiagramdialog.h [License: GPL (v2+)]
M  +1-0umbrello/menus/listpopupmenu.cpp
M  +1-0umbrello/menus/listpopupmenu.h
M  +6-3umbrello/menus/widgetbasepopupmenu.cpp
M  +16   -0umbrello/umldoc.cpp
M  +1-0umbrello/umldoc.h
M  +10   -0umbrello/umlwidgets/diagramproxywidget.cpp

https://invent.kde.org/kde/umbrello/commit/5bb6510e7f05264b4073d1ce927a203a92ad164d

--- Comment #5 from Ralf Habacker  ---
Git commit 1e4efa2c86af5840c82d211a069becb7ca35b85e by Ralf Habacker.
Committed on 27/11/2019 at 10:53.
Pushed by habacker into branch 'master'.

Separate context menu items related to linked diagrams from others with
separators
Related: bug 53369

M  +5-2umbrello/menus/umlscenepopupmenu.cpp
M  +2-1umbrello/menus/widgetbasepopupmenu.cpp

https://invent.kde.org/kde/umbrello/commit/1e4efa2c86af5840c82d211a069becb7ca35b85e

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

Ralf Habacker  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

Ralf Habacker  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

Ralf Habacker  changed:

   What|Removed |Added

   Target Milestone|2.30 (KDE Applications  |2.31 (KDE Applications
   |19.12)  |20.04)

--- Comment #4 from Ralf Habacker  ---
Planned for version 2.31, because the implementation of this bug will add
translation related strings, which is no longer possible in version 2.30. See
https://community.kde.org/Schedules/Applications/19.12_Release_Schedule for
more informations.

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

--- Comment #3 from Ralf Habacker  ---
Git commit f74ed161f5799a3718a455ca5c7b21f374a87067 by Ralf Habacker.
Committed on 20/11/2019 at 22:57.
Pushed by habacker into branch 'master'.

Cleanup usage of WidgetBase::m_nID

The class variable m_nID is in the WidgetBase class, but initialization
and usage took place in UMLWidget, which has now been cleaned up.

M  +4-4umbrello/umlwidgets/associationwidget.cpp
M  +1-1umbrello/umlwidgets/associationwidget.h
M  +7-43   umbrello/umlwidgets/umlwidget.cpp
M  +0-2umbrello/umlwidgets/umlwidget.h
M  +50   -1umbrello/umlwidgets/widgetbase.cpp
M  +5-1umbrello/umlwidgets/widgetbase.h

https://invent.kde.org/kde/umbrello/commit/f74ed161f5799a3718a455ca5c7b21f374a87067

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

--- Comment #2 from Ralf Habacker  ---
Git commit b0a366c992aea261e478c937a0109c88f3da1d59 by Ralf Habacker.
Committed on 20/11/2019 at 09:49.
Pushed by habacker into branch 'release/19.12'.

Refactor class DiagramProxyWidget, so that derived classes can only use the
public API

M  +53   -0umbrello/umlwidgets/diagramproxywidget.cpp
M  +13   -7umbrello/umlwidgets/diagramproxywidget.h
M  +8-12   umbrello/umlwidgets/statewidget.cpp

https://invent.kde.org/kde/umbrello/commit/b0a366c992aea261e478c937a0109c88f3da1d59

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

--- Comment #1 from Ralf Habacker  ---
This feature can be based on the already implemented class DiagramProxyWidget
for bug 53369.

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

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

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de
   Target Milestone|--- |2.30 (KDE Applications
   ||19.11)

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

2019-10-29 Thread Carsten Behling
https://bugs.kde.org/show_bug.cgi?id=413579

Carsten Behling  changed:

   What|Removed |Added

   Assignee|umbrello-de...@kde.org  |carsten.behl...@gmail.com

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

[umbrello] [Bug 413579] Need for assignment of statechart behaviour to a class

2019-10-29 Thread Carsten Behling
https://bugs.kde.org/show_bug.cgi?id=413579

Carsten Behling  changed:

   What|Removed |Added

Summary|Need for assignment of  |Need for assignment of
   |statchart behaviour to a|statechart behaviour to a
   |class   |class

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