Bug 152813 - impossible to rename downloaded file and folder
Summary: impossible to rename downloaded file and folder
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-24 05:27 UTC by monarchp
Modified: 2008-07-29 12:29 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 monarchp 2007-11-24 05:27:23 UTC
Version:           2.2.1 (using KDE 3.5.8, Kubuntu (gutsy) 4:3.5.8-0ubuntu3.1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.22-14-generic

(sorry for english)
how before downloading change filename or name of folder
for join to seeding and dont rename data on my harddisk (filename, folder or structure of folders) 
e.g. http://ktorrent.org/forum/viewtopic.php?t=1682&start=0&postdays=0&postorder=asc&highlight=
rus: [а как при скачивании изменить имя файла или имя скачиваемого каталога..,
чтоб присоединиться к существующей раздаче, и при этом не переименовывать файлы перед этим у себя на винте.. ]
Comment 1 Joris Guisson 2007-11-24 14:11:15 UTC
You can only move the data itself at the moment, but this is planned for the KDE4 version
Comment 2 Joris Guisson 2008-07-29 12:29:15 UTC
SVN commit 839046 by guisson:

Make it possible to rename files and folders in fileselectdlg

BUG: 152813
BUG: 134098


 M  +5 -8      ktorrent/fileselectdlg.cpp  
 M  +5 -31     ktorrent/fileselectdlg.ui  
 M  +40 -28    libbtcore/diskio/multifilecache.cpp  
 M  +1 -0      libbtcore/diskio/singlefilecache.cpp  
 M  +7 -1      libbtcore/interfaces/torrentfileinterface.h  
 M  +7 -0      libbtcore/interfaces/torrentinterface.h  
 M  +17 -0     libbtcore/torrent/torrentcontrol.cpp  
 M  +1 -0      libbtcore/torrent/torrentcontrol.h  
 M  +50 -27    libktcore/torrent/torrentfilelistmodel.cpp  
 M  +0 -1      libktcore/torrent/torrentfilelistmodel.h  
 M  +16 -1     libktcore/torrent/torrentfilemodel.cpp  
 M  +9 -0      libktcore/torrent/torrentfilemodel.h  
 M  +80 -19    libktcore/torrent/torrentfiletreemodel.cpp  
 M  +27 -23    libktcore/torrent/torrentfiletreemodel.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=839046