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"
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.