Summary: | Cancelling cover manager does not work | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Claus Appel <spectrumdt> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | k.dummann, nhn, stuffcorpse |
Priority: | NOR | Keywords: | release_blocker |
Version: | 2.3-GIT | ||
Target Milestone: | 2.2.2 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Claus Appel
2009-08-23 17:25:27 UTC
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 |