- Split download and upload lists in Web UI

This commit is contained in:
Christophe Dumez 2008-09-27 19:55:56 +00:00
parent ac6eb8c6bc
commit b1c73cb401
15 changed files with 932 additions and 44 deletions

View file

@ -721,6 +721,7 @@ void bittorrent::setUnfinishedTorrent(QString hash) {
updateDownloadQueue();
}
}
emit torrentSwitchedtoUnfinished(hash);
}
// Add the given hash to the list of finished torrents
@ -758,6 +759,7 @@ void bittorrent::setFinishedTorrent(QString hash) {
}
// Save fast resume data
saveFastResumeAndRatioData(hash);
emit torrentSwitchedtoFinished(hash);
}
// Pause a running torrent