https://bugs.kde.org/show_bug.cgi?id=509489
Jack Hill <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/netw | |ork/ktorrent/-/commit/4f7cc | |a4666c038a6311c2a920fe0e103 | |1e78e071 Status|REPORTED |RESOLVED --- Comment #1 from Jack Hill <[email protected]> --- Git commit 4f7cca4666c038a6311c2a920fe0e1031e78e071 by Jack Hill, on behalf of Aditya Tolikar. Committed on 23/02/2026 at 21:07. Pushed by jackh into branch 'master'. Make a download queue manager for syndication feed items - Download feed entries in a sequence (for each domain name) with a pause in between. - Retry failed downloads. - Indicate to the user if the download fails despite retries. M +8 -0 libktcore/interfaces/coreinterface.h M +2 -1 plugins/syndication/CMakeLists.txt A +191 -0 plugins/syndication/downloadqueue.cpp [License: GPL(v2.0+)] A +54 -0 plugins/syndication/downloadqueue.h [License: GPL(v2.0+)] M +3 -3 plugins/syndication/feedlist.cpp M +2 -2 plugins/syndication/feedlist.h M +3 -0 plugins/syndication/feedwidget.cpp M +4 -1 plugins/syndication/feedwidgetmodel.cpp M +61 -8 plugins/syndication/ktfeed.cpp M +25 -2 plugins/syndication/ktfeed.h M +28 -8 plugins/syndication/linkdownloader.cpp M +15 -1 plugins/syndication/linkdownloader.h M +6 -19 plugins/syndication/syndicationactivity.cpp M +3 -2 plugins/syndication/syndicationactivity.h M +6 -2 plugins/syndication/syndicationplugin.cpp M +4 -0 plugins/syndication/syndicationplugin.h https://invent.kde.org/network/ktorrent/-/commit/4f7cca4666c038a6311c2a920fe0e1031e78e071 -- You are receiving this mail because: You are watching all bug changes.
