Summary: | no support for selecting enum literals in entity attributes available | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.26.2 (KDE Applications 18.08.2) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/cbe838228a5615354b40e84985df49d80991f12f | Version Fixed In: | 2.26.80 (KDE Applications 18.11.80) |
Sentry Crash Report: |
Description
Ralf Habacker
2018-11-07 16:21:56 UTC
Git commit cbe838228a5615354b40e84985df49d80991f12f by Ralf Habacker. Committed on 08/11/2018 at 13:18. Pushed by habacker into branch 'master'. Add widget for choosing default values The input field has a different structure depending on the UML object type. In case the type is UMLEnum a list box with the available entries is used, otherwise a simple input field. FIXED-IN:2.26.80 (KDE Applications 18.11.80) M +1 -0 umbrello/CMakeLists.txt M +8 -7 umbrello/dialogs/parameterpropertiesdialog.cpp M +4 -2 umbrello/dialogs/parameterpropertiesdialog.h M +5 -6 umbrello/dialogs/umlentityattributedialog.cpp M +2 -0 umbrello/dialogs/umlentityattributedialog.h A +191 -0 umbrello/dialogs/widgets/defaultvaluewidget.cpp [License: GPL (v2+)] A +54 -0 umbrello/dialogs/widgets/defaultvaluewidget.h [License: GPL (v2+)] M +1 -0 umbrello/dialogs/widgets/umldatatypewidget.cpp M +4 -0 umbrello/dialogs/widgets/umldatatypewidget.h https://commits.kde.org/umbrello/cbe838228a5615354b40e84985df49d80991f12f Git commit 47e2fce438a0abe9728694c9059a7b827de67800 by Ralf Habacker. Committed on 08/11/2018 at 17:01. Pushed by habacker into branch 'master'. Do not limit size of entity attribute dialog The setting limited the vertical height of the widget to the default value for smaller screens. Fixup of commit cbe838228 M +0 -2 umbrello/dialogs/parameterpropertiesdialog.cpp https://commits.kde.org/umbrello/47e2fce438a0abe9728694c9059a7b827de67800 |