Summary: | Implement some form of timeout when downloading commics | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | karaluh <karaluh> |
Component: | widget-comic | Assignee: | Matthias Fuchs <mat69> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
karaluh
2011-06-03 15:10:06 UTC
Do you mean that then you can not even access the context menu? (In reply to comment #1) > Do you mean that then you can not even access the context menu? Ok, context menu works, didn't occur to me to try it. Git commit 89811dc7f460438f95e92ae3bd181ea81e4aca4e by Matthias Fuchs. Committed on 09/06/2011 at 13:50. Pushed by mfuchs into branch 'master'. Implements a timeout. If a comic plugin did not provide the image after 15 seconds automatically report an error. CCBUG:274845 M +27 -1 dataengines/comic/comicprovider.cpp M +2 -0 dataengines/comic/comicprovider.h http://commits.kde.org/kdeplasma-addons/89811dc7f460438f95e92ae3bd181ea81e4aca4e Ok, as you can see I added a very long timeout of 15 seconds. That way the timeout should not be triggered on very slow connectsions and as this could have side effects (very, very, very slow connections) this patch will be only in 4.7. Though I also plan to always display the tabs, even if loading a comic strip is not finished yet, as the applet could easily appear unresponsive otherwise as you noted. (In reply to comment #4) > Ok, as you can see I added a very long timeout of 15 seconds. That way the > timeout should not be triggered on very slow connectsions and as this could > have side effects (very, very, very slow connections) this patch will be only > in 4.7. > > Though I also plan to always display the tabs, even if loading a comic strip is > not finished yet, as the applet could easily appear unresponsive otherwise as > you noted. Good job, thank you very much. Git commit 47cb0dec8c7bdd2d3d22ee2794e0dee4914d3d73 by Matthias Fuchs. Committed on 09/06/2011 at 15:00. Pushed by mfuchs into branch 'master'. Display tabs on startup even if the first tab was not loaded yet. BUG:274845 M +23 -12 applets/comic/comic.cpp M +1 -0 applets/comic/comic.h http://commits.kde.org/kdeplasma-addons/47cb0dec8c7bdd2d3d22ee2794e0dee4914d3d73 |