Hi all,<br><br>The attached patch was originally intended to address a usability pet peeve of mine, written up by someone else in <a href="https://bugs.kde.org/show_bug.cgi?id=200709">bug #200709</a>. Quick description: When replacing a playlist and using the search filter, it could be confusing when the playlist appeared blank (as no entries matched the filter).<br>
<br>The simple fix is to clear the filter before replacing the playlist.<br><br>However, further inspection of the bug tracker gives <a href="https://bugs.kde.org/show_bug.cgi?id=193527">bug#193527</a>, where the filter is apparently also applied to anything added to the playlist. This can be fixed in a similar way by clearing the filter before any addition to the playlist. This is what the patch implements.<br>
<br>Hopefully this is a solution to the problem but I thought I would mail because I have concerns that:<br>1.) Because this uses signals and slots between two widgets (filter and playlist), it may introduce some sort of race condition I'm not aware of.<br>
or<br>2.) A developer has a grand scheme for these things and this is going to be cleverly redesigned anyway.<br><br><br>Thanks,<br>John ( First Amarok patch, be nice ;) )<br>