From 63abf752e90b585f679e7ee2219323e403d6d449 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 5 May 2021 15:12:11 -0500 Subject: [PATCH] Version 438 --- help/changelog.html | 34 ++ help/client_api.html | 1 + hydrus/client/ClientCaches.py | 94 +++++- hydrus/client/ClientController.py | 4 +- hydrus/client/ClientOptions.py | 9 +- hydrus/client/ClientRendering.py | 71 +++- hydrus/client/ClientSerialisable.py | 16 +- hydrus/client/db/ClientDB.py | 312 ++++++++++-------- hydrus/client/gui/ClientGUI.py | 117 ++++++- hydrus/client/gui/ClientGUIManagement.py | 4 +- hydrus/client/gui/ClientGUIPages.py | 9 +- hydrus/client/gui/ClientGUIResults.py | 4 +- .../gui/ClientGUIScrolledPanelsManagement.py | 84 ++++- .../gui/ClientGUIScrolledPanelsReview.py | 2 +- hydrus/client/gui/ClientGUITags.py | 56 +++- hydrus/client/gui/canvas/ClientGUICanvas.py | 94 +++--- .../client/gui/canvas/ClientGUICanvasFrame.py | 2 +- .../client/gui/canvas/ClientGUICanvasMedia.py | 193 +++++++++-- hydrus/client/gui/canvas/__init__.py | 1 + .../services/ClientGUIClientsideServices.py | 2 +- .../client/gui/widgets/ClientGUIControls.py | 1 + .../client/importing/ClientImportFileSeeds.py | 9 +- .../client/networking/ClientNetworkingJobs.py | 25 ++ hydrus/core/HydrusConstants.py | 2 +- hydrus/core/HydrusFlashHandling.py | 6 +- hydrus/core/HydrusGlobals.py | 1 + hydrus/core/networking/HydrusNetwork.py | 8 + hydrus/test/TestClientDB.py | 8 +- hydrus/test/TestController.py | 12 + requirements.txt | 2 +- 30 files changed, 908 insertions(+), 275 deletions(-) diff --git a/help/changelog.html b/help/changelog.html index 56fd1596..5834d7db 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,40 @@

changelog