Summary: | amarok: automatically scroll playlist to current track setting not working | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | missive |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aakashrajdahal, maddiemadan, nhn, teo, vedant.kota |
Priority: | NOR | ||
Version: | 2.6-git | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/9dbdb8bde9836f2e17da9ef063cea66961324639 | Version Fixed In: | 2.8 |
Sentry Crash Report: |
Description
missive
2011-10-16 19:18:29 UTC
Yes indeed, I am able to reproduce the bugs on Amarok 2.5 running on KDE 4.7.4. Thank you for testing :) can reproduce this on Amarok v2.6.0-421-gf66a306 Patch uploaded: https://git.reviewboard.kde.org/r/111038/ Please review. Vedant, please, take heed of what I told you in the other review request, please do tell what you are going to work on before starting to do so, really. It would spare us all some time. amarok-devel@kde.org is the only relevant place for Amarok dicussions, please start your work there. Git commit 9dbdb8bde9836f2e17da9ef063cea66961324639 by Mark Kretschmann, on behalf of Vedant Agarwala. Committed on 02/07/2013 at 10:02. Pushed by markey into branch 'master'. Fix the scrolling problem in dynamic playlists. After the track was changed the "scroll to current playing track" worked as per user settings. But in case of dynamic playlists after the tracks were added (automatically) the PrettyListView scrolled to the tracks added (i.e. it scrolled to the bottom). It took me so long to figure this out and even longer to find a solution; but the patch was only of 2 lines. Anyway I got a better understanding of the Playlist Model-View architecture :) FIXED-IN: 2.8 REVIEW: 111038 M +2 -0 ChangeLog M +2 -1 src/playlist/view/listview/PrettyListView.cpp http://commits.kde.org/amarok/9dbdb8bde9836f2e17da9ef063cea66961324639 |