From c681a1cff5005254ddbb290d3d042b4b9d727db8 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 18 Aug 2021 16:10:01 -0500 Subject: [PATCH] Version 451 closes #959, closes #955 --- help/changelog.html | 39 + help/client_api.html | 38 +- help/wine.html | 2 +- hydrus/client/ClientController.py | 2 +- hydrus/client/ClientDefaults.py | 2 +- hydrus/client/ClientSearch.py | 4 +- hydrus/client/ClientServices.py | 4 +- hydrus/client/db/ClientDB.py | 1939 +++-------------- hydrus/client/db/ClientDBRepositories.py | 6 +- hydrus/client/db/ClientDBSimilarFiles.py | 8 +- hydrus/client/db/ClientDBTagParents.py | 813 +++++++ hydrus/client/db/ClientDBTagSiblings.py | 909 ++++++++ hydrus/client/gui/ClientGUI.py | 8 +- hydrus/client/gui/ClientGUIMPV.py | 4 +- hydrus/client/gui/ClientGUITags.py | 29 +- .../gui/canvas/ClientGUICanvasHoverFrames.py | 1 + .../client/gui/pages/ClientGUIManagement.py | 43 +- hydrus/client/gui/pages/ClientGUIPages.py | 122 +- .../services/ClientGUIClientsideServices.py | 2 +- .../client/importing/ClientImportFileSeeds.py | 32 +- hydrus/client/importing/ClientImportFiles.py | 57 +- hydrus/client/media/ClientMedia.py | 2 + .../networking/ClientLocalServerResources.py | 4 +- hydrus/core/HydrusAudioHandling.py | 69 - hydrus/core/HydrusConstants.py | 17 +- hydrus/core/HydrusController.py | 7 + hydrus/core/HydrusDBBase.py | 17 +- hydrus/core/HydrusData.py | 2 +- hydrus/core/HydrusFileHandling.py | 24 +- hydrus/core/HydrusGlobals.py | 1 + hydrus/core/HydrusVideoHandling.py | 70 +- hydrus/core/networking/HydrusNetwork.py | 4 +- .../networking/ServerServerResources.py | 6 +- hydrus/test/TestClientAPI.py | 106 +- hydrus/test/TestClientDB.py | 245 ++- hydrus/test/TestClientDBTags.py | 6 +- hydrus/test/TestController.py | 70 +- static/build_files/windows/InnoSetup.iss | 12 +- 38 files changed, 2771 insertions(+), 1955 deletions(-) create mode 100644 hydrus/client/db/ClientDBTagParents.py create mode 100644 hydrus/client/db/ClientDBTagSiblings.py diff --git a/help/changelog.html b/help/changelog.html index 9067dd14..f01a0f00 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,45 @@

changelog