Summary: | inline rename always starts when clicking on a selected track | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Alexander Potashev <aspotashev> |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jagarni1983, javier.conti, magnesus2, nhn, samuel.brack, teo, thenktor, vdboor, vo.zaeb |
Priority: | NOR | Flags: | myriam:
Usability+
|
Version First Reported In: | 2.6-git | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/b608ae4d1787da64636e92060daae74bd5f3ebf1 | Version Fixed In: | 2.7 |
Sentry Crash Report: |
Description
Alexander Potashev
2009-12-31 16:22:24 UTC
Confirmed with current Amarok 2.2-git. Not a wish, but a bug. It is driving mad to have the inline editing popping up all the time just because I click on the same entry in the playlist a second time. *** Bug 220874 has been marked as a duplicate of this bug. *** I'd like to add that, as happens for some other programs already, if ctrl+a selects all, it would be nice if shift+ctrl+a selects none. I think that would be rather intuitive and consistent. *** Bug 222079 has been marked as a duplicate of this bug. *** *** Bug 227841 has been marked as a duplicate of this bug. *** And I'd like to add, that it would be great if the inline tag editing could be disabled by a menu option because I don't want my id3 tags to be edited accidently by me or someone else. This bug is still existent in 2.4-GIT with the difference, that amarok wants you to edit the song's title, but the entire album isn't selected any more (opposing to the description in the original post). *** Bug 242481 has been marked as a duplicate of this bug. *** Git commit b608ae4d1787da64636e92060daae74bd5f3ebf1 by Ralf Engels. Committed on 13/01/2013 at 22:11. Pushed by rengels into branch 'master'. Fix inline rename always starts when clicking on a selected track Qt calls the editor even if the selection just changed. We remember the time of the last change and block the editor in that case. FIXED-IN: 2.7 M +19 -1 src/playlist/view/listview/PrettyListView.cpp M +4 -0 src/playlist/view/listview/PrettyListView.h http://commits.kde.org/amarok/b608ae4d1787da64636e92060daae74bd5f3ebf1 |