From 4e416873fbe2d4e409363bb9c8a3ffa4896dea35 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 8 Sep 2021 16:41:52 -0500 Subject: [PATCH] Version 454 closes #898, closes #876, closes #845 --- help/changelog.html | 35 ++ help/index.html | 10 +- hydrus/client/ClientController.py | 2 +- hydrus/client/ClientManagers.py | 10 + hydrus/client/ClientOptions.py | 1 + hydrus/client/ClientRendering.py | 63 ++- hydrus/client/ClientServices.py | 7 + hydrus/client/db/ClientDB.py | 17 +- hydrus/client/gui/ClientGUI.py | 11 +- hydrus/client/gui/ClientGUIDownloaders.py | 63 ++- hydrus/client/gui/ClientGUILogin.py | 2 +- hydrus/client/gui/ClientGUIParsing.py | 16 +- .../client/gui/ClientGUIScrolledPanelsEdit.py | 2 +- .../gui/ClientGUIScrolledPanelsManagement.py | 8 + .../gui/ClientGUIScrolledPanelsReview.py | 4 +- hydrus/client/gui/ClientGUISubscriptions.py | 4 +- hydrus/client/gui/ClientGUITags.py | 2 +- hydrus/client/gui/ClientGUITime.py | 26 +- hydrus/client/gui/QtPorting.py | 28 -- hydrus/client/gui/canvas/ClientGUICanvas.py | 89 ++-- .../gui/canvas/ClientGUICanvasHoverFrames.py | 29 +- .../client/gui/canvas/ClientGUICanvasMedia.py | 31 +- .../client/gui/search/ClientGUIACDropdown.py | 10 +- .../services/ClientGUIClientsideServices.py | 2 +- hydrus/client/gui/widgets/ClientGUICommon.py | 6 +- .../client/importing/ClientImportFileSeeds.py | 36 +- .../client/importing/ClientImportGallery.py | 6 +- .../importing/ClientImportGallerySeeds.py | 277 +++++------ .../client/importing/ClientImportWatchers.py | 6 +- .../networking/ClientLocalServerResources.py | 22 +- .../networking/ClientNetworkingDomain.py | 12 +- hydrus/core/HydrusConstants.py | 2 +- hydrus/core/HydrusDB.py | 5 + hydrus/core/HydrusData.py | 36 ++ hydrus/core/HydrusGlobals.py | 2 + hydrus/test/TestClientAPI.py | 3 +- static/qss/CutieDuck_(darkorange).qss | 32 ++ static/qss/Dark_Blue.qss | 431 ++++++++++++++++++ static/qss/DarkerDuck_(darkorange).qss | 84 ++++ static/qss/Hydracula.qss | 32 ++ static/qss/OledBlack.qss | 33 ++ static/qss/default_hydrus.qss | 32 ++ 42 files changed, 1234 insertions(+), 295 deletions(-) create mode 100644 static/qss/Dark_Blue.qss diff --git a/help/changelog.html b/help/changelog.html index c76f4c26..9436e03c 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,41 @@

changelog