FEATURE: Added "Added/Completed On" columns to transfer list

This commit is contained in:
Christophe Dumez 2010-01-30 16:28:07 +00:00
parent ba27191b2a
commit fb79146ae6
6 changed files with 128 additions and 60 deletions

View file

@ -1948,6 +1948,8 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
if(h.is_valid()){
QString hash = h.hash();
qDebug("%s have just finished checking", hash.toLocal8Bit().data());
// Save seed status
TorrentPersistentData::saveSeedStatus(h);
// Move to temp directory if necessary
if(!h.is_seed() && !defaultTempPath.isEmpty()) {
// Check if directory is different