From 18517d8a73b7fecaa7a5c8dcf61d30ccbfcb9b51 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 13 Oct 2021 15:16:57 -0500 Subject: [PATCH] Version 458 --- help/changelog.html | 32 +++ hydrus/client/ClientApplicationCommand.py | 4 +- hydrus/client/ClientController.py | 60 ++++- hydrus/client/ClientDownloading.py | 3 +- hydrus/client/ClientOptions.py | 13 +- hydrus/client/ClientParsing.py | 22 +- hydrus/client/ClientServices.py | 12 +- hydrus/client/db/ClientDB.py | 54 +++-- hydrus/client/db/ClientDBFilesMaintenance.py | 105 ++------ .../db/ClientDBFilesMaintenanceQueue.py | 113 +++++++++ hydrus/client/db/ClientDBRepositories.py | 46 +++- hydrus/client/gui/ClientGUI.py | 106 ++++---- hydrus/client/gui/ClientGUIFileSeedCache.py | 39 ++- hydrus/client/gui/ClientGUIImport.py | 4 +- hydrus/client/gui/ClientGUIPopupMessages.py | 38 ++- .../client/gui/ClientGUIScrolledPanelsEdit.py | 81 ++++++- .../gui/ClientGUIScrolledPanelsManagement.py | 156 +++++++----- hydrus/client/gui/ClientGUIShortcuts.py | 2 +- hydrus/client/gui/canvas/ClientGUICanvas.py | 24 +- .../client/gui/canvas/ClientGUICanvasFrame.py | 4 + .../client/gui/pages/ClientGUIManagement.py | 3 +- hydrus/client/gui/pages/ClientGUIResults.py | 36 ++- .../client/importing/ClientImportFileSeeds.py | 226 +++++++++++++----- hydrus/client/importing/ClientImportFiles.py | 2 +- .../importing/ClientImportGallerySeeds.py | 4 +- .../importing/options/FileImportOptions.py | 41 +++- .../networking/ClientNetworkingDomain.py | 36 ++- hydrus/core/HydrusConstants.py | 2 +- hydrus/core/HydrusData.py | 5 + .../HydrusNetworkVariableHandling.py | 2 +- hydrus/test/TestClientDBTags.py | 199 +++++++++++++++ hydrus/test/TestClientImportOptions.py | 8 +- hydrus/test/TestController.py | 4 + 33 files changed, 1099 insertions(+), 387 deletions(-) create mode 100644 hydrus/client/db/ClientDBFilesMaintenanceQueue.py diff --git a/help/changelog.html b/help/changelog.html index f9fdc342..17e9fd88 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,38 @@

changelog