Bug 173085 - Add 'copy torrent url' feature into: Menu -> Edit / under RMB
Summary: Add 'copy torrent url' feature into: Menu -> Edit / under RMB
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-18 12:21 UTC by Juha Tuomala
Modified: 2008-11-11 10:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.