https://bugs.kde.org/show_bug.cgi?id=400805
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |2.26.80 (KDE Applications | |18.11.80) Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://commits.kde.org/umb | |rello/cbe838228a5615354b40e | |84985df49d80991f12f --- Comment #1 from Ralf Habacker <[email protected]> --- 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 -- You are receiving this mail because: You are watching all bug changes.
