diff --git a/src/gui/optionsdialog.ui b/src/gui/optionsdialog.ui index 7505fa85c..ef4315773 100644 --- a/src/gui/optionsdialog.ui +++ b/src/gui/optionsdialog.ui @@ -1309,9 +1309,6 @@ Manual: Various torrent properties (e.g. save path) must be assigned manually - - - @@ -1319,6 +1316,9 @@ Manual: Various torrent properties (e.g. save path) must be assigned manually + + + @@ -3920,25 +3920,16 @@ Use ';' to split multiple entries. Can use wildcard '*'. tabOption + tabSelection comboI18n checkUseCustomTheme customThemeFilePath - checkAddStopped - stopConditionComboBox - spinPort - checkUPnP - textWebUIUsername - checkWebUI - textSavePath - scrollArea_7 - scrollArea_2 - spinWebUIPort - textWebUIPassword - buttonBox - tabSelection - scrollArea + checkUseSystemIcon + buttonCustomizeUITheme confirmDeletion checkAltRowColors + checkHideZero + comboHideZero actionTorrentDlOnDblClBox actionTorrentFnOnDblClBox checkBoxHideZeroStatusFilters @@ -3946,48 +3937,89 @@ Use ';' to split multiple entries. Can use wildcard '*'. checkShowSplash windowStateComboBox checkProgramExitConfirm + checkProgramAutoExitConfirm checkShowSystray checkMinimizeToSysTray checkCloseToSystray + comboTrayIcon checkAssociateTorrents checkAssociateMagnetLinks + checkProgramUpdates checkPreventFromSuspendWhenDownloading checkPreventFromSuspendWhenSeeding + checkFileLog + textFileLogPath + checkFileLogBackup + spinFileLogSize + checkFileLogDelete + spinFileLogAge + comboFileLogAgeType + checkBoxPerformanceWarning + scrollArea checkAdditionDialog checkAdditionDialogFront + contentLayoutComboBox + checkAddToQueueTop + checkAddStopped + stopConditionComboBox + checkMergeTrackers + checkConfirmMergeTrackers + deleteTorrentBox + deleteCancelledTorrentBox checkPreallocateAll - checkUseDownloadPath - textDownloadPath checkAppendqB checkUnwantedFolder - scanFoldersView - addWatchedFolderButton - editWatchedFolderButton - removeWatchedFolderButton + checkRecursiveDownload + comboSavingMode + comboTorrentCategoryChanged + comboCategoryDefaultPathChanged + comboCategoryChanged + checkUseSubcategories + checkUseCategoryPaths + textSavePath + checkUseDownloadPath + textDownloadPath checkExportDir textExportDir checkExportDirFin textExportDirFin + scanFoldersView + addWatchedFolderButton + editWatchedFolderButton + removeWatchedFolderButton + groupExcludedFileNames + textExcludedFileNames groupMailNotification + senderEmailTxt lineEditDestEmail lineEditSmtpServer + checkSmtpSSL groupMailNotifAuth mailNotifUsername mailNotifPassword sendTestEmail - checkSmtpSSL + groupBoxRunOnAdded lineEditRunOnAdded + groupBoxRunOnFinished lineEditRunOnFinished - scrollArea_3 + autoRunConsole + scrollArea_2 + comboProtocol + spinPort randomButton + checkUPnP checkMaxConnections spinMaxConnec checkMaxConnectionsPerTorrent spinMaxConnecPerTorrent - checkMaxUploadsPerTorrent - spinMaxUploadsPerTorrent checkMaxUploads spinMaxUploads + checkMaxUploadsPerTorrent + spinMaxUploadsPerTorrent + groupI2P + textI2PHost + spinI2PPort + checkI2PMixed comboProxyType textProxyIP spinProxyPort @@ -4002,39 +4034,87 @@ Use ';' to split multiple entries. Can use wildcard '*'. checkIPFilter textFilterPath IpFilterRefreshBtn + banListButton checkIpFilterTrackers - scrollArea_9 + scrollArea_3 spinUploadLimit spinDownloadLimit - groupBoxSchedule - timeEditScheduleTo - timeEditScheduleFrom - comboBoxScheduleDays spinUploadLimitAlt spinDownloadLimitAlt - checkLimitLocalPeerRate + groupBoxSchedule + timeEditScheduleFrom + timeEditScheduleTo + comboBoxScheduleDays + checkLimituTPConnections checkLimitTransportOverhead - scrollArea_4 + checkLimitLocalPeerRate + scrollArea_9 checkDHT checkPeX checkLSD comboEncryption checkAnonymousMode + spinBoxMaxActiveCheckingTorrents checkEnableQueueing spinMaxActiveDownloads spinMaxActiveUploads spinMaxActiveTorrents + checkIgnoreSlowTorrentsForQueueing + spinDownloadRateForSlowTorrents + spinUploadRateForSlowTorrents + spinSlowTorrentsInactivityTimer + checkMaxRatio + spinMaxRatio + checkMaxSeedingMinutes + spinMaxSeedingMinutes + checkMaxInactiveSeedingMinutes + spinMaxInactiveSeedingMinutes + comboRatioLimitAct + checkEnableAddTrackers + textTrackers + scrollArea_4 + checkRSSEnable + spinRSSRefreshInterval + spinRSSFetchDelay + spinRSSMaxArticlesPerFeed + checkRSSAutoDownloaderEnable + btnEditRules + checkSmartFilterDownloadRepacks + textSmartEpisodeFilters + scrollArea_5 + checkWebUI + textWebUIAddress + spinWebUIPort checkWebUIUPnP checkWebUIHttps + textWebUIHttpsCert + textWebUIHttpsKey + textWebUIUsername + textWebUIPassword checkBypassLocalAuth checkBypassAuthSubnetWhitelist IPSubnetWhitelistButton + spinBanCounter + spinBanDuration + spinSessionTimeout + groupAltWebUI + textWebUIRootFolder + checkClickjacking + checkCSRFProtection + checkSecureCookie + groupHostHeaderValidation + textServerDomains + groupWebUIAddCustomHTTPHeaders + textWebUICustomHTTPHeaders + groupEnableReverseProxySupport + textTrustedReverseProxiesList checkDynDNS comboDNSService registerDNSBtn domainNameTxt DNSUsernameTxt DNSPasswordTxt + scrollArea_7 diff --git a/src/gui/torrentcreatordialog.ui b/src/gui/torrentcreatordialog.ui index 556d10e86..3a7d47bee 100644 --- a/src/gui/torrentcreatordialog.ui +++ b/src/gui/torrentcreatordialog.ui @@ -417,14 +417,18 @@ textInputPath addFileButton addFolderButton + comboTorrentFormat comboPieceSize + buttonCalcTotalPieces checkPrivate checkStartSeeding checkIgnoreShareLimits checkOptimizeAlignment + spinPaddedFileSizeLimit trackersList URLSeedsList txtComment + lineEditSource diff --git a/src/gui/torrentoptionsdialog.ui b/src/gui/torrentoptionsdialog.ui index d4c7e22a9..835dcc6b8 100644 --- a/src/gui/torrentoptionsdialog.ui +++ b/src/gui/torrentoptionsdialog.ui @@ -256,6 +256,23 @@ 1 + + checkAutoTMM + savePath + checkUseDownloadPath + downloadPath + comboCategory + sliderUploadLimit + spinUploadLimit + sliderDownloadLimit + spinDownloadLimit + torrentShareLimitsBox + checkDisableDHT + checkSequential + checkDisablePEX + checkFirstLastPieces + checkDisableLSD + diff --git a/src/gui/torrentsharelimitswidget.ui b/src/gui/torrentsharelimitswidget.ui index eb4332e9f..a532b0364 100644 --- a/src/gui/torrentsharelimitswidget.ui +++ b/src/gui/torrentsharelimitswidget.ui @@ -208,6 +208,15 @@ + + comboBoxRatioMode + spinBoxRatioValue + comboBoxSeedingTimeMode + spinBoxSeedingTimeValue + comboBoxInactiveSeedingTimeMode + spinBoxInactiveSeedingTimeValue + comboBoxAction +