Summary: | Add Clone diagram function | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Sebastian Stein <seb.kde> |
Component: | general | Assignee: | Joris Steyn <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | Achim.Spangler, ralf.habacker |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 2.12 (KDE 4.12) | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/3e1efb54664ccf3b48793eae34f482e18a988a28 | Version Fixed In: | 4.12.1 |
Sentry Crash Report: |
Description
Sebastian Stein
2004-07-23 18:25:20 UTC
Git commit efd686cda1711f0b573f2251e2e7d66765b765ff by Joris Steyn. Committed on 19/11/2013 at 21:53. Pushed by jorissteyn into branch 'master'. Refactor decoding of clip data Decoding of UMLObjects now uses the same code path on all clips. Fixes that recently went to clip1 are now also active for clip2 (diagrams). List view items are never decoded, but created in response of a signal of new UMLObjects. When pasting clip2 in the same file, only the diagram gets duplicated and not all contained UMLObjects, like described in feature request 85807. Related: bug 327910, bug 327670 M +47 -135 umbrello/clipboard/umlclipboard.cpp M +0 -6 umbrello/clipboard/umlclipboard.h M +161 -221 umbrello/clipboard/umldragdata.cpp M +8 -9 umbrello/clipboard/umldragdata.h M +3 -5 umbrello/umldoc.cpp http://commits.kde.org/umbrello/efd686cda1711f0b573f2251e2e7d66765b765ff Git commit c12c81807d4ab64afda7f80bd81b2945b2e7d6b8 by Joris Steyn. Committed on 17/12/2013 at 21:27. Pushed by jorissteyn into branch 'master'. Implement duplication of diagrams The popup menu of diagram list view items now contain the standard cut/copy menu entries. A new entry 'Duplicate' allows duplicating a diagram and all widgets, but not the underlying UML representations. Related: bug 327670 GUI M +2 -3 umbrello/listpopupmenu.cpp M +5 -0 umbrello/umllistview.cpp http://commits.kde.org/umbrello/c12c81807d4ab64afda7f80bd81b2945b2e7d6b8 Git commit fb2217528528703351cb266e957ee0569ed5596f by Ralf Habacker. Committed on 17/12/2013 at 23:05. Pushed by habacker into branch 'master'. Fix of 'Copy & paste places widgets on top of each other'. Related: bug 291742 M +0 -2 umbrello/widgets/umlwidget.cpp http://commits.kde.org/umbrello/fb2217528528703351cb266e957ee0569ed5596f Git commit 3e1efb54664ccf3b48793eae34f482e18a988a28 by Ralf Habacker. Committed on 17/12/2013 at 23:05. Pushed by habacker into branch 'KDE/4.12'. Fix of 'Copy & paste places widgets on top of each other'. Related: bug 291742 FIXED-IN: 4.12.1 (cherry picked from commit fb2217528528703351cb266e957ee0569ed5596f) M +0 -2 umbrello/widgets/umlwidget.cpp http://commits.kde.org/umbrello/3e1efb54664ccf3b48793eae34f482e18a988a28 Git commit a3f5aee490974c2c39a1a8606b05c187bf437b54 by Joris Steyn. Committed on 18/12/2013 at 06:23. Pushed by jorissteyn into branch 'master'. Remove duplicate rename/delete menu entries M +0 -2 umbrello/listpopupmenu.cpp http://commits.kde.org/umbrello/a3f5aee490974c2c39a1a8606b05c187bf437b54 |