https://bugs.kde.org/show_bug.cgi?id=380266
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/umb | |rello/96ad2a5ea6e85a88905c9 | |e0b807ac867e86255a1 Version Fixed In| |2.22.80 (KDE Applications | |17.07.80) Resolution|--- |FIXED --- Comment #6 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 96ad2a5ea6e85a88905c9e0b807ac867e86255a1 by Ralf Habacker. Committed on 31/05/2017 at 16:40. Pushed by habacker into branch 'master'. Add support for importing simple statements into class diagrams. Class and association statements could be imported by pasting from the clipboard or by selecting "from file" in the "new" submenu of a class diagram context menu. Parsing errors occured on import are logged into the log window. See test/import/diagrams/class/examples.txt for examples of supported statements. FIXED-IN:2.22.80 (KDE Applications 17.07.80) Signed-off-by: Ralf Habacker <ralf.habac...@freenet.de> A +64 -0 test/import/diagrams/class/examples.txt R +0 -0 test/import/diagrams/sequence/stacktrace-gdb.txt [from: test/import/stacktrace/stacktrace-gdb.txt - 100% similarity] R +0 -0 test/import/diagrams/sequence/stacktrace-qtcreator.txt [from: test/import/stacktrace/stacktrace-qtcreator.txt - 100% similarity] M +3 -1 umbrello/basictypes.cpp M +3 -2 umbrello/basictypes.h M +2 -3 umbrello/clipboard/umlclipboard.cpp M +2 -1 umbrello/codeimport/import_utils.cpp M +1 -1 umbrello/codeimport/import_utils.h M +180 -15 umbrello/diagram_utils.cpp M +6 -4 umbrello/diagram_utils.h M +2 -1 umbrello/listpopupmenu.cpp M +2 -2 umbrello/umlscene.cpp https://commits.kde.org/umbrello/96ad2a5ea6e85a88905c9e0b807ac867e86255a1 -- You are receiving this mail because: You are watching all bug changes.