Summary: | [Feature Request - patch attached] Add multiple trackers to a torrent | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | James Ausmus <james.ausmus> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to add multi-torrent-add functionality, based off ktorrent-3.3RC1 |
Description
James Ausmus
2009-11-05 05:15:39 UTC
Created attachment 38103 [details]
Patch to add multi-torrent-add functionality, based off ktorrent-3.3RC1
This corresponds to the http://ktorrent.org/forum/viewtopic.php?f=1&t=3234 forum feature request topic SVN commit 1046060 by guisson: Make adding multiple trackers at once possible BUG: 213194 M +3 -0 ChangeLog M +37 -17 plugins/infowidget/trackerview.cpp M +2 -2 plugins/infowidget/trackerview.h M +20 -19 plugins/infowidget/trackerview.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=1046060 I decided to not add a new button, and make the existing Add Tracker button into a Add Trackers button. |