Bug 173085

Summary: Add 'copy torrent url' feature into: Menu -> Edit / under RMB
Product: [Applications] ktorrent Reporter: Juha Tuomala <tuju>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Juha Tuomala 2008-10-18 12:21:43 UTC
Version:            (using KDE 4.1.2)
Installed from:    Fedora RPMs

I'm downloading Fedora Beta 2 image, my friend asked the URL to join to torrent.

Now I could go to ktorrent, RMB the torrent entry in listing and choose 'Copy torrent URL' and then go to IRC client and paste the URL for him, etc.

Instead once the torrent has started, there is no way to get the original URL again where it started at the first place, only the tracker URLs are visible.
Comment 1 Joris Guisson 2008-11-09 17:35:24 UTC
SVN commit 882040 by guisson:

Keep track of URL torrent was loaded from and add action to copy it to clipboard

BUG: 169540
BUG: 173085


 M  +2 -0      ktorrent/core.cpp  
 M  +2 -1      ktorrent/ktorrentui.rc  
 M  +1 -0      ktorrent/pastedialog.cpp  
 M  +25 -0     ktorrent/viewmanager.cpp  
 M  +4 -0      ktorrent/viewmanager.h  
 M  +15 -4     ktorrent/viewmodel.cpp  
 M  +7 -1      libbtcore/interfaces/torrentinterface.h  
 M  +4 -0      libbtcore/torrent/torrentcontrol.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=882040
Comment 2 Juha Tuomala 2008-11-11 10:16:41 UTC
Thanks for implementing this.