From e95ddf7fb65e2a1fc82e091473c4c9e6cb09e69d Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 14 Jul 2021 15:42:19 -0500 Subject: [PATCH] Version 447 --- help/changelog.html | 42 + help/reducing_lag.html | 17 +- hydrus/client/ClientData.py | 4 +- hydrus/client/ClientDefaults.py | 2 +- hydrus/client/ClientDuplicates.py | 21 +- hydrus/client/ClientServices.py | 5 + hydrus/client/db/ClientDB.py | 1511 +++++------------ hydrus/client/db/ClientDBFilesStorage.py | 665 ++++++++ hydrus/client/db/ClientDBMappingsStorage.py | 48 +- hydrus/client/db/ClientDBSimilarFiles.py | 11 +- hydrus/client/gui/ClientGUI.py | 92 +- hydrus/client/gui/ClientGUIDragDrop.py | 59 +- hydrus/client/gui/ClientGUIFileSeedCache.py | 28 +- hydrus/client/gui/ClientGUIFunctions.py | 44 +- hydrus/client/gui/ClientGUIMenus.py | 4 +- hydrus/client/gui/ClientGUISubscriptions.py | 30 +- hydrus/client/gui/ClientGUITags.py | 33 +- hydrus/client/gui/QtPorting.py | 4 +- hydrus/client/gui/canvas/ClientGUICanvas.py | 11 +- hydrus/client/gui/lists/ClientGUIListCtrl.py | 26 +- .../client/gui/pages/ClientGUIManagement.py | 22 +- hydrus/client/gui/pages/ClientGUIPages.py | 28 +- .../client/importing/ClientImportFileSeeds.py | 24 +- .../client/importing/ClientImportGallery.py | 4 +- .../importing/ClientImportSubscriptions.py | 4 +- .../client/importing/ClientImportWatchers.py | 4 +- hydrus/client/media/ClientMedia.py | 95 +- hydrus/core/HydrusConstants.py | 25 +- hydrus/core/HydrusController.py | 4 +- hydrus/core/HydrusDB.py | 12 +- hydrus/core/HydrusData.py | 30 +- hydrus/core/HydrusGlobals.py | 21 +- hydrus/core/HydrusPubSub.py | 10 +- hydrus/core/HydrusThreading.py | 4 +- .../core/networking/HydrusServerResources.py | 8 +- 35 files changed, 1613 insertions(+), 1339 deletions(-) create mode 100644 hydrus/client/db/ClientDBFilesStorage.py diff --git a/help/changelog.html b/help/changelog.html index dfe02284..cc6ac91f 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,48 @@

changelog