Summary: | Finished Transfers are Stopped/Started when Internet Connection is Lost/Regained resp. | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | David E. Narvaez <david.narvaez> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kget/3dcc79b108d13f00764907f881bf7435d18d10e7 | Version Fixed In: | 4.12.2 |
Sentry Crash Report: |
Description
David E. Narvaez
2014-01-27 13:19:11 UTC
Git commit 3dcc79b108d13f00764907f881bf7435d18d10e7 by David E. Narvaez. Committed on 27/01/2014 at 18:44. Pushed by narvaez into branch 'master'. 0;115;0cMake Sure all Transfer Plugins Check for Finished Status Before Stopping The check is correct in TransferKio, but was missing in many other transfer plugins. I factored the stop method of the Metalink transfers into the abstract base class to avoid code duplication. REVIEW: 115329 FIXED-IN: 4.12.2 M +1 -1 tests/schedulertest.cpp M +13 -0 transfer-plugins/metalink/abstractmetalink.cpp M +1 -1 transfer-plugins/metalink/abstractmetalink.h M +0 -11 transfer-plugins/metalink/metalinkhttp.cpp M +0 -1 transfer-plugins/metalink/metalinkhttp.h M +0 -13 transfer-plugins/metalink/metalinkxml.cpp M +0 -1 transfer-plugins/metalink/metalinkxml.h M +2 -1 transfer-plugins/multisegmentkio/transfermultisegkio.cpp http://commits.kde.org/kget/3dcc79b108d13f00764907f881bf7435d18d10e7 |