Use Plaintext instead of html in TextScrollingWidget. This fixes issue with some strings getting shown inccorectly in the current track applet becuase of special characters ( like < and > ) being present. ChangeLog++
Clear list of albums in the Albums applet when we don't have any albms by the currently playing artist in the local collection. Previously it would keep showing the albums by the last artist played that actually was in the local collection
When bookmarking a view in the local collection category, also store (and restore when the bookmark is activated) the state of "show cover" and "show year" BUG: 230562
cover fetcher: enable queries to jump to a certain page in the results At the moment, the UI only allows you to get results from the next page; when a query is entered in the cover found dialog, a "More Results" button shows up that allows you to do just that. It only works on whatever query was entered last.
Correctly use mapToSource when getting mime data from a Playlist proxy model. This fixes the issues with the wrong track getting added to a stored playlist or dragged to an external app when sorting and/or filtering is active. ~lart Teo' for not fixing this _very_ obvious TODO ~lart nhn for not noticing and lart'ing Teo' sooner.