Summary: | No context menu entry for adding messages to sequence diagram | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.28.3 (KDE Applications 19.04.3) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/d3cd29d43f944df3203d822a7cb2d0d0b547b173 | Version Fixed In: | 2.28.80 (KDE Applications 19.07.80) |
Sentry Crash Report: |
Description
Ralf Habacker
2019-07-18 21:56:49 UTC
Git commit d3cd29d43f944df3203d822a7cb2d0d0b547b173 by Ralf Habacker. Committed on 18/07/2019 at 22:05. Pushed by habacker into branch 'Applications/19.08'. Fix 'No context menu entry for adding messages to sequence diagram' With this patch UMLscene::m_pToolBarState and m_pToolBarStateFactory has been moved into class UMLScenePrivate for easier access. The "found" message is added to the context menu if no object line is selected, all other message requires to open the context menu on the widget line of an object. FIXED-IN:2.28.80 (KDE Applications 19.07.80) M +4 -0 umbrello/menus/listpopupmenu.h M +7 -0 umbrello/menus/umlscenepopupmenu.cpp M +70 -16 umbrello/umlscene.cpp M +1 -2 umbrello/umlscene.h M +9 -0 umbrello/umlwidgets/umlwidget.cpp https://commits.kde.org/umbrello/d3cd29d43f944df3203d822a7cb2d0d0b547b173 Git commit 1091592d3088ff4fba24bfa9528462c074b349c1 by Ralf Habacker. Committed on 18/07/2019 at 22:16. Pushed by habacker into branch 'Applications/19.08'. Fix crash accessing uninitialized memory on loading files ToolBarStateFactory::m_states were not initialized correctly. M +1 -1 umbrello/toolbarstatefactory.cpp M +2 -1 umbrello/toolbarstatefactory.h https://commits.kde.org/umbrello/1091592d3088ff4fba24bfa9528462c074b349c1 Git commit d12972cc12c17dec182074ab071835f8591b5594 by Ralf Habacker. Committed on 18/07/2019 at 22:54. Pushed by habacker into branch 'Applications/19.08'. After adding message by context menu reset work tool bar to arrow This is necessary because the state of the toolbar, which is now changed via the context menu, is bound to the toolbar. M +4 -0 umbrello/toolbarstate.h M +1 -0 umbrello/toolbarstateassociation.cpp M +1 -0 umbrello/toolbarstatemessages.cpp M +2 -0 umbrello/umlscene.cpp M +1 -1 umbrello/umlwidgets/toolbarstateonewidget.cpp https://commits.kde.org/umbrello/d12972cc12c17dec182074ab071835f8591b5594 |