Bug 213194 - [Feature Request - patch attached] Add multiple trackers to a torrent
Summary: [Feature Request - patch attached] Add multiple trackers to a torrent
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 05:15 UTC by James Ausmus
Modified: 2009-11-12 19:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Patch to add multi-torrent-add functionality, based off ktorrent-3.3RC1 (4.07 KB, patch)
2009-11-05 05:28 UTC, James Ausmus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Ausmus 2009-11-05 05:15:39 UTC
Version:           3.3 RC1 (using KDE 4.3.3)
OS:                Linux
Installed from:    Compiled From Sources

Add functionality to ktorrent to add multiple trackers to a torrent at one time, one per line. The patch attached implements it in the infowidget plugin, in the Trackers tab, through a new button named "Add Mult Trackers"
Comment 1 James Ausmus 2009-11-05 05:28:33 UTC
Created attachment 38103 [details]
Patch to add multi-torrent-add functionality, based off ktorrent-3.3RC1
Comment 2 James Ausmus 2009-11-05 05:29:18 UTC
This corresponds to the http://ktorrent.org/forum/viewtopic.php?f=1&t=3234 forum feature request topic
Comment 3 Joris Guisson 2009-11-07 13:02:22 UTC
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
Comment 4 Joris Guisson 2009-11-07 13:04:30 UTC
I decided to not add a new button, and make the existing Add Tracker button into a Add Trackers button.