Summary: | "Stop button" does not work during a search | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Olivier Delaune <olivier.delaune> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | 2.3.8 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/tellico/d726d30ea3e949376b270ae89892be7b7c5ff91d | Version Fixed In: | 3.2.1 |
Sentry Crash Report: |
Description
Olivier Delaune
2013-10-03 16:55:46 UTC
Probably, it comes from the fact that the search is not performed in another thread. So, one has to wait that the download is finished before be able to "stop" it. From https://bugs.kde.org/show_bug.cgi?id=262370#c1, I saw the multiple threads implementation is in your to-do list since 4 years now. Good luck Git commit d726d30ea3e949376b270ae89892be7b7c5ff91d by Robby Stephenson. Committed on 02/07/2019 at 01:45. Pushed by rstephenson into branch '3.2'. Update the status bar and button when cancelling an entry update. Bug 325591 is improved, in that the fetcher is appropriate cancelled though the download does still have to complete, per the implementation of KIO Job download. FIXED-IN: 3.2.1 M +4 -0 ChangeLog M +4 -2 src/gui/statusbar.cpp M +0 -2 src/progressmanager.cpp https://commits.kde.org/tellico/d726d30ea3e949376b270ae89892be7b7c5ff91d |