Summary: | save/open dialog quick access entries: suggest the last part of the directory as initial description | ||
---|---|---|---|
Product: | [Unmaintained] kfile | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | kfileplacesview | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | cfeck, tyrerj |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maciej Pilichowski
2008-03-27 21:21:03 UTC
(this is about "Add Entry..." in places panel) It should actually use the clickMessage(), instead of putting that text into the description field. Raising severity. KDE-4 is the same as KDE-3, but that doesn't mean that it can't be improved. Yes, "Enter a Description" does little good. "Description" doesn't seem like a very good label for the window either since what is entered would be better described as "Name" or "Label". It would be a good thing if the "Location" window contained the currently selected directory as this is the most likely path for the user to want to enter. If that were the case, then the "Description" window should contain the base name of that path. James, I already made a review request to fix this bug and it has the fixes you suggested. And I did not see that this bug refered to KDE 3. I just verified that it is still valid with current trunk. Fixes will be for the KDE 4.4 version, due to string changes. SVN commit 1015265 by cfeck: Fix description handling in Places entry editor REVIEW: 1312 BUG: 159971 M +35 -14 kfileplaceeditdialog.cpp M +9 -9 kfileplaceeditdialog.h M +7 -7 kfileplacesview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1015265 |