Bug 213194

Summary: [Feature Request - patch attached] Add multiple trackers to a torrent
Product: [Applications] ktorrent Reporter: James Ausmus <james.ausmus>
Component: generalAssignee: 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
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.