| Summary: | Can't advance to next random track when searching playlist | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | floofeh |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nhn |
| Priority: | NOR | ||
| Version First Reported In: | 2.2.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
floofeh
2010-03-03 10:49:35 UTC
commit ca11abf622c59ef3d0ec06eca38970e75b95855d Author: Nanno Langstraat <langstr@gmail.com> Date: Tue Mar 16 17:01:37 2010 +0100 Playlist navigators: refactor based on the new 'NonlinearTrackNavigator' and 'AlbumNavigator'. Benefits: - This is the proper fix for BUG 229226 / 222129. - Fixes the bug reported in http://mail.kde.org/pipermail/amarok-devel/2010-March/006649.html - Back/forward in history now works well for all navigators. - History doesn't get deleted when end of playlist is reached. - RandomTrackNavigator: no longer a chance of repeating recent tracks when end of playlist is crossed. - Get rid of huge swathes of (near-)duplicated code. - Uses standard Qt signals, opening the way to getting rid of the redundant (and thereby bug-causing) 'insertedIds' signal and its friends. |