From a02c318cbb895c19d5a7bffc5a7fb9cab350b636 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 14 Apr 2021 16:54:17 -0500 Subject: [PATCH] Version 435 --- help/changelog.html | 33 +++- help/client_api.html | 8 +- hydrus/client/ClientController.py | 4 +- hydrus/client/ClientParsing.py | 71 ++++---- hydrus/client/ClientServices.py | 14 +- hydrus/client/db/ClientDB.py | 157 +++++++++++++++++- hydrus/client/gui/ClientGUI.py | 125 +++++++++++++- hydrus/client/gui/ClientGUICanvas.py | 10 +- hydrus/client/gui/ClientGUIFunctions.py | 11 +- hydrus/client/gui/ClientGUIStringPanels.py | 1 + hydrus/client/gui/lists/ClientGUIListCtrl.py | 38 +++-- .../client/gui/lists/ClientGUIListManager.py | 7 + .../client/gui/search/ClientGUIACDropdown.py | 2 +- .../gui/search/ClientGUIPredicatesOR.py | 2 +- hydrus/client/gui/search/ClientGUISearch.py | 11 +- .../gui/search/ClientGUISearchPanels.py | 2 +- .../services/ClientGUIClientsideServices.py | 18 +- .../networking/ClientLocalServerResources.py | 27 ++- .../networking/ClientNetworkingSessions.py | 5 + hydrus/core/HydrusConstants.py | 7 +- hydrus/core/networking/HydrusNetwork.py | 153 +++++++++++------ hydrus/server/ServerController.py | 4 +- hydrus/server/ServerDB.py | 17 -- hydrus/server/networking/ServerServer.py | 2 + .../networking/ServerServerResources.py | 30 ++++ 25 files changed, 605 insertions(+), 154 deletions(-) diff --git a/help/changelog.html b/help/changelog.html index 568371ea..ce5ded7c 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,35 @@

changelog