Summary: | Double click on a song does not add it to the playlist with a left-handed mouse | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Philippe Cloutier <chealer> |
Component: | Collection Browser | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | sam, stuffcorpse |
Priority: | NOR | Keywords: | regression, release_blocker |
Version: | 2.4-GIT | ||
Target Milestone: | 2.4.2 | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.4.2 | |
Sentry Crash Report: |
Description
Philippe Cloutier
2011-05-03 20:50:45 UTC
I strongly suggest you update your KDE version, 4.4.5 is rather old, also mouse handling is done by KDE, we only use what KDE provides. Current KDE is 4.6.2, even Debian testing should have a newer one by now. Sentynel reproduced this with KDE 4.6.2: [2011-05-04 13:52:23] <Sentynel> chealer: kde 4.6.2 amarok 2.4-git qt 4.7.2 This is a regression introduced in Amarok 2.3.2, probably by this commit: http://quickgit.kde.org/?p=amarok.git&a=commit&h=fccbf083f148b66d3edb236abb50dfe637bfdfde Okay, I've run through a git bisect. The problem seems to have initially been introduced by this commit: http://quickgit.kde.org/?p=amarok.git&a=commit&h=ed191d6b3d11134822024de862fa8a77b0e7e8b5 Use the context menu mouse button from global settings It is different depending on what "handed" the mouse is configured to be. I believe the commit identified above in Myriam's post is a partial, but incomplete, fix for issues stemming from this commit. From this commit, ed191, until Myriam's, fccbf, clicking on items in the collection browser (single or double) has no effect with a left-handed mouse. Subsequent to fccbf, double clicking performs the function expected from single click on a right-handed mouse. Git commit a247c4a36c9b0f2f0ad7f5369b4c1a53a92f90a1 by Rick W. Chen. Committed on 15/05/2011 at 21:48. Pushed by rickc into branch 'master'. Fix double-clicking in collection using left-handed mouse setting docs on Qt::LeftButton The left button is pressed, or an event refers to the left button. (The left button may be the right button on left-handed mice.) BUG: 272360 M +2 -2 src/browsers/CollectionTreeView.cpp M +1 -1 src/browsers/playlistbrowser/PlaylistBrowserView.cpp M +1 -1 src/context/applets/currenttrack/CurrentTrack.cpp M +0 -6 src/core/support/Amarok.cpp M +0 -7 src/core/support/Amarok.h http://commits.kde.org/amarok/a247c4a36c9b0f2f0ad7f5369b4c1a53a92f90a1 |