Summary: | mouse double click collision | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Ralf Habacker <ralf.habacker> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/104098685a7141e2700c4a12e8d8e02d2d03141a | Version Fixed In: | 4.10.90 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 159944 |
Description
Ralf Habacker
2013-06-17 08:44:35 UTC
Git commit ba1646137a515e136f98fbfe0aeba44965b8c76d by Ralf Habacker. Committed on 17/06/2013 at 13:56. Pushed by habacker into branch 'master'. Fixed "mouse double click collision." This patch fixes the 'delete point' collision: - remove of 'delete points' double click action - a new context menu entry named 'delete point' - a new 'delete point' mouse action triggered by ctrl-mouse-left-click M +2 -0 umbrello/icon_utils.cpp M +1 -0 umbrello/icon_utils.h M +24 -0 umbrello/listpopupmenu.cpp M +1 -0 umbrello/listpopupmenu.h M +24 -1 umbrello/widgets/associationline.cpp M +1 -0 umbrello/widgets/associationline.h M +58 -17 umbrello/widgets/associationwidget.cpp M +3 -0 umbrello/widgets/associationwidget.h http://commits.kde.org/umbrello/ba1646137a515e136f98fbfe0aeba44965b8c76d Git commit 104098685a7141e2700c4a12e8d8e02d2d03141a by Ralf Habacker. Committed on 24/06/2013 at 20:49. Pushed by habacker into branch 'master'. Fixed "mouse double click collision." This patch fixes the 'add point' collision: - removed 'add point' double click action - added a new AssociationWidget context menu entry named 'Add Point' - moved out associaton related context menu setup into ListPopupMenu::setupAssocationItem() - use upper case context menu entry text for add/delete point GUI M +2 -0 umbrello/icon_utils.cpp M +1 -0 umbrello/icon_utils.h M +56 -55 umbrello/listpopupmenu.cpp M +2 -0 umbrello/listpopupmenu.h M +61 -44 umbrello/widgets/associationwidget.cpp M +3 -0 umbrello/widgets/associationwidget.h http://commits.kde.org/umbrello/104098685a7141e2700c4a12e8d8e02d2d03141a There is also adding line Git commit c102dbbd6904805bb90769b5f8a06558aec72bef by Ralf Habacker. Committed on 21/05/2014 at 13:17. Pushed by habacker into branch 'master'. Let documentation follow the implementation. M +2 -4 doc/working_with_umbrello.docbook http://commits.kde.org/umbrello/c102dbbd6904805bb90769b5f8a06558aec72bef |