diff --git a/src/feeddownloader.h b/src/feeddownloader.h index ca573f9e1..22b7a085d 100644 --- a/src/feeddownloader.h +++ b/src/feeddownloader.h @@ -261,6 +261,7 @@ public: // Restore saved info enableDl_cb->setChecked(filters.isDownloadingEnabled()); fillFiltersList(); + filtersList->sortItems(Qt::AscendingOrder); if(filters.size() > 0) { // Select first filter filtersList->setCurrentItem(filtersList->item(0)); @@ -380,11 +381,14 @@ protected slots: QMessageBox::warning(0, tr("Invalid filter name"), tr("This filter name is already in use.")); } }while(!validated); + // Save the current filter + saveCurrentFilterSettings(); // Rename the filter filters.rename(current_name, new_name); if(selected_filter == current_name) selected_filter = new_name; item->setText(new_name); + filtersList->sortItems(Qt::AscendingOrder); } } @@ -438,6 +442,7 @@ protected slots: } }while(!validated); QListWidgetItem *it = new QListWidgetItem(filter_name, filtersList); + filtersList->sortItems(Qt::AscendingOrder); filtersList->setCurrentItem(it); //showFilterSettings(it); } @@ -493,10 +498,10 @@ protected slots: // Append file extension if(!destination.endsWith(".filters")) destination += ".filters"; - if(QFile::exists(destination)) { + /*if(QFile::exists(destination)) { int ret = QMessageBox::question(0, tr("Overwriting confirmation"), tr("Are you sure you want to overwrite existing file?"), QMessageBox::Yes|QMessageBox::No); if(ret != QMessageBox::Yes) return; - } + }*/ if(filters.serialize(destination)) QMessageBox::information(0, tr("Export successful"), tr("Filters export was successful.")); else diff --git a/src/lang/qbittorrent_sv.qm b/src/lang/qbittorrent_sv.qm index 060576037..95cfe38c0 100644 Binary files a/src/lang/qbittorrent_sv.qm and b/src/lang/qbittorrent_sv.qm differ diff --git a/src/lang/qbittorrent_sv.ts b/src/lang/qbittorrent_sv.ts index 4b35faf67..652a8f6de 100644 --- a/src/lang/qbittorrent_sv.ts +++ b/src/lang/qbittorrent_sv.ts @@ -1655,29 +1655,31 @@ Are you sure you want to quit qBittorrent? LegalNotice Legal Notice - + Juridisk information qBittorrent is a file sharing program. When you run a torrent, its data will be made available to others by mean of upload. And of course, any content you share if your sole responsatibility. You probably knew this, so we won't tell you again. - + qBittorrent är ett fildelarprogram. När du kör en torrent så kommer dess data att göras tillgängligt för andra. Och så klart, allt innehåll som du delar ut är fullständigt på ditt ansvar. + +Du visste antagligen redan detta så vi kommer inte att berätta det igen. Press any key to accept and continue... - + Tryck på en tangent för att acceptera och fortsätta... Legal notice - + Juridisk information Cancel - + Avbryt I Agree - + Jag godkänner @@ -2672,19 +2674,19 @@ QGroupBox { I/O Error - + In/Ut-fel This file does not exist yet. - + Denna fil finns ännu inte. This folder does not exist yet. - + Denna mapp finns inte ännu. This file name contains forbidden characters, please choose a different one. - + Detta filnamn innehåller förbjudna tecken. Välj ett annat filnamn. @@ -3350,11 +3352,11 @@ p, li { white-space: pre-wrap; } Invalid label name - + Ogiltigt etikettnamn Please don't use any special characters in the label name. - + Använd inte några specialtecken i etikettnamnet. @@ -3571,11 +3573,11 @@ p, li { white-space: pre-wrap; } Invalid label name - + Ogiltigt etikettnamn Please don't use any special characters in the label name. - + Använd inte några specialtecken i etikettnamnet. @@ -5123,15 +5125,15 @@ Dock har dessa insticksmoduler blivit inaktiverade. This file name contains forbidden characters, please choose a different one. - + Detta filnamn innehåller förbjudna tecken. Välj ett annat filnamn. Invalid label name - + Ogiltigt etikettnamn Please don't use any special characters in the label name. - + Använd inte några specialtecken i etikettnamnet.