- Added "Skip file checking and start seeding immediately" option to torrent addition dialog (patch by Stephanos Antaris).

- Updated French translation
This commit is contained in:
Christophe Dumez
2009-11-05 18:39:27 +00:00
parent 5d1ed7a564
commit 7f12bbb783
61 changed files with 6142 additions and 3375 deletions

View File

@@ -444,6 +444,8 @@ public slots:
settings.setValue(QString::fromUtf8("LastDirTorrentAdd"), savePathTxt->text());
// Create .incremental file if necessary
TorrentTempData::setSequential(hash, checkIncrementalDL->isChecked());
// Skip file checking and directly start seeding
TorrentTempData::setSeedingMode(hash, addInSeed->isChecked());
// Check if there is at least one selected file
if(allFiltered()){
QMessageBox::warning(0, tr("Invalid file selection"), tr("You must select at least one file in the torrent"));