FEATURE: Remember the last trackers used in the torrent creation tool

FEATURE: The optimal piece size is now automatically computed in the torrent creation tool
 COSMETIC: Improved the torrent creation tool appearance
This commit is contained in:
Christophe Dumez
2010-10-25 19:34:42 +00:00
parent a83fbf5a98
commit 3ecc8c8d67
11 changed files with 673 additions and 767 deletions

View File

@@ -117,6 +117,8 @@ public:
return MyFile.remove();
}
static quint64 computePathSize(QString path);
static QString truncateRootFolder(boost::intrusive_ptr<torrent_info> t);
static QString truncateRootFolder(torrent_handle h);