Summary: | Display line edit should be a combo box | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | tokoe |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2009-10-01 18:31:38 UTC
If you select 'Custom' in the RMB menu, you can edit the name, so having a lineedit here makes sense. Regarding the meaning of Display Name, the real bug is, that there is no consistent usage of the display name currently. Actually it shouldn't be used for sorting only for showing. However as there might be no display name available handling it in a consitent way is difficult Just to make sure you understood my point of view, I was thinking about an editable combo box for the 'Display' feature when selecting 'Custom' and about a read only combo box otherwise showing the other options. So that it's obvious for the user that he can select a different option or type a custom name in as well. I am confused now. Why not set the 'full name' radio button as default to always have a Display name? You seem to agree that there is a bug with the fact that the display name is not used when printing, right? So I am retitling this bug accordingly so that this issue gets fixed. Trunk, Svn Rev 1030528 SVN commit 1044847 by tokoe: Replace display name lineedit by a combobox BUG: 209123 M +105 -88 displaynameeditwidget.cpp M +11 -7 displaynameeditwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1044847 It is corrected now. There is now a combo box instead of the line edit for the Display name. Trunk, Svn Rev 1045165 |