Summary: | Assign size of an element changed when modifying or moving it | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Pascal Deville <pascalm.deville> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.21.0 (KDE Applications 16.12.0) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/04b4f29ca877c828587598aea135fceba0f4acdc | Version Fixed In: | 2.21.80 (KDE Applications 17.03.80) |
Sentry Crash Report: |
Description
Pascal Deville
2017-02-05 18:34:24 UTC
Git commit 04b4f29ca877c828587598aea135fceba0f4acdc by Ralf Habacker. Committed on 13/02/2017 at 10:40. Pushed by habacker into branch 'master'. Implement 'Assign size of an element changed when modifying or moving it'. The context menu now have an additional toggable entry named "auto resize" which is enabled by default. By changing the widget size auto resizing is disabled. The auto resize option is written into xmi file and widgets "auto resize" state is restored on load. Loading older xmi files (version < 1.6.11) will always enable auto resize for loaded widgets. FIXED-IN:2.21.80 (KDE Applications 17.03.80) M +4 -0 umbrello/listpopupmenu.cpp M +1 -0 umbrello/listpopupmenu.h M +8 -0 umbrello/umlwidgets/umlwidget.cpp M +23 -1 umbrello/umlwidgets/widgetbase.cpp M +4 -0 umbrello/umlwidgets/widgetbase.h M +2 -2 umbrello/version.h https://commits.kde.org/umbrello/04b4f29ca877c828587598aea135fceba0f4acdc |