Version: 2.1.1 (using 4.2.4 (KDE 4.2.4), 4.2.4-6.fc11 Fedora) Compiler: gcc OS: Linux (i686) release 2.6.29.6-217.2.3.fc11.i586 When opening the Amarok cover manager (Tools -> Cover Manager), it pops up with a progress bar and a "Cancel" button. This "Cancel" button does not work. Clicking it does not cancel anything. I have to wait until the cover manager is fully loaded before I can close it.
Confirmed in git master of today.
I made a simple patch for this. http://gitorious.org/amarok/amarok/merge_requests/1512
This patch doesn't work here, sorry. Pressing "Cancel" does nothing at all.
Any news on this? The "Cancel" button when loading the thumbnails still doesn't work.
Setting keyword
commit 8e07631d40e6eee6edb3ec03e9e407e82c49e2e0 Author: Nikolaj Hald Nielsen <nhn@kde.org> Date: Tue Dec 22 09:27:26 2009 +0100 Make the "cancel" button when loading thumbnails in the cover manager work. The issue was that the not processing events in every iteration apparently made most user events simply dissapear. The more frequent processing caused secere flickering in the actual cover view when loading the items, so as a workaround, a dummy empty view is shown untill all covers have been loaded (or the cancel button is pressed). This has the added benefit of making cover loading significantly faster. BUG: 204882