https://bugs.kde.org/show_bug.cgi?id=363008
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/umb | |rello/4c8b03243e276689c8dc0 | |c3f4e01c65f727c1bb9 Resolution|--- |FIXED Status|REPORTED |RESOLVED Version Fixed In| |2.28.80 (KDE Applications | |19.07.80) --- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 4c8b03243e276689c8dc0c3f4e01c65f727c1bb9 by Ralf Habacker. Committed on 16/07/2019 at 05:10. Pushed by habacker into branch 'Applications/19.08'. Add undo support for association widgets It was necessary to enlarge CmdBaseWidgetCommand and derived classes with an additional AssociationWidget pointer, since the WidgetBase class misses some methods to be usable as a common class for all widget types and association widgets are implemented differently in the UMLscene class. FIXED-IN:2.28.80 (KDE Applications 19.07.80) M +81 -8 umbrello/cmds/widget/cmdbasewidgetcommand.cpp M +9 -0 umbrello/cmds/widget/cmdbasewidgetcommand.h M +47 -12 umbrello/cmds/widget/cmdcreatewidget.cpp M +3 -1 umbrello/cmds/widget/cmdcreatewidget.h M +45 -18 umbrello/cmds/widget/cmdremovewidget.cpp M +2 -0 umbrello/cmds/widget/cmdremovewidget.h M +2 -10 umbrello/toolbarstateassociation.cpp M +11 -1 umbrello/umlscene.cpp M +1 -0 umbrello/umlscene.h https://commits.kde.org/umbrello/4c8b03243e276689c8dc0c3f4e01c65f727c1bb9 -- You are receiving this mail because: You are watching all bug changes.