Summary: | JJ: The Delete Tracks dialog is misleading/ambiguous | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Paul Allen <paul.l.allen> |
Component: | Collection Browser | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | matej, paul.l.allen, ryan.mccoskrie |
Priority: | NOR | Keywords: | junior-jobs, usability |
Version: | 2.4-GIT | ||
Target Milestone: | 2.4.1 | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6 | |
Sentry Crash Report: |
Description
Paul Allen
2011-01-19 22:59:00 UTC
Could you please upgrade to a newer Amarok version and test again? Current is Amarok 2.4.0, Amarok 2.4.1 is to be released tomorrow. Please report back. Any news on this? Without feedback within 2 weeks I will close this report. In 2.4.1, the dialog uses "move to the trash" instead of "delete". No significant change since 2.3.2. The issue I reported has not been addressed. Thank you for the feedback. Just checked from the latest code. This inconstancy is still present. I'm familiarising my self with the relevant code for fixing it right now. Thank you Ryan. Please also make sure to get in touch with our developers either via #amarok on irc.freenode.net or by sending a mail to amarok-devel@kde.org. You can submit your patch to http://reviewboard.kde.org (you will need an account on http://identity.kde.org first). Git commit c38f70b6ba2f3ddf1eecf66ce42aca8407b2db02 by Bart Cerneels. Committed on 03/11/2011 at 21:05. Pushed by shanachie into branch 'master'. Make delete track dialog less confusing. TODO: we should probably add the collection name in there but need some refactoring. Patch by Gilles Habran. BUG:263693 FIXED-IN: 2.5 REVIEW: 103026 M +2 -0 ChangeLog M +4 -4 src/core-impl/collections/support/CollectionLocationDelegateImpl.cpp http://commits.kde.org/amarok/c38f70b6ba2f3ddf1eecf66ce42aca8407b2db02 Bart, I think the fix is not complete. The original description said: > In fact, the tracks are only removed from the player. The message is > misleading. I suggest that the dialog ask, "Do you really want to remove these > tracks from collection 'Foo'?" The distinction between removal from the "disk" > and from the "collection" probably exists only in the mind of an Amarok > developer and should not be exposed to users. The reporter, Paul, made a good point here about minds of Amarok devs. The message now is: "Do you really want to delete this track? It will be removed from your collection." and the "collection" word is hardcoded. It should much rather use collection->prettyName() instead, so that it gives nice "Local Collection" and "iPod" etc. for media devices. https://git.reviewboard.kde.org/r/102236/ also deals with another aspect of the bug, I'll lok at it. Git commit e90844f6028017c571455dfdf4467c0d87449431 by Matěj Laitl. Committed on 08/03/2012 at 22:36. Pushed by laitl into branch 'master'. Better "Really delete/trash/move" dialogs, include track title and artist This patch is heavily based on Ryan McCoskrie's <ryan.mccoskrie@gmail.com> work in the review request, cleaned up and mover further by me. FIXED-IN: 2.6 REVIEW: 102236 M +70 -68 src/core-impl/collections/support/CollectionLocationDelegateImpl.cpp M +6 -0 src/core-impl/collections/support/CollectionLocationDelegateImpl.h M +1 -1 src/core-impl/collections/support/TrashCollectionLocation.cpp http://commits.kde.org/amarok/e90844f6028017c571455dfdf4467c0d87449431 |