From 5482d293bd2fb42a04075834969f2649083d642f Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 25 Aug 2021 16:59:05 -0500 Subject: [PATCH] Version 452 --- README.md | 3 +- help/changelog.html | 21 + hydrus/client/ClientApplicationCommand.py | 96 +- hydrus/client/ClientDefaults.py | 163 +-- hydrus/client/ClientOptions.py | 1 + hydrus/client/ClientRendering.py | 33 + hydrus/client/ClientSearch.py | 42 +- hydrus/client/db/ClientDB.py | 441 ++++--- hydrus/client/db/ClientDBFilesStorage.py | 109 ++ hydrus/client/db/ClientDBServices.py | 22 + hydrus/client/gui/ClientGUI.py | 34 +- .../client/gui/ClientGUIApplicationCommand.py | 88 +- hydrus/client/gui/ClientGUIDialogsManage.py | 4 +- hydrus/client/gui/ClientGUIMPV.py | 61 +- hydrus/client/gui/ClientGUIScrolledPanels.py | 4 +- .../client/gui/ClientGUIScrolledPanelsEdit.py | 4 +- .../gui/ClientGUIScrolledPanelsManagement.py | 28 +- hydrus/client/gui/ClientGUIShortcuts.py | 12 +- hydrus/client/gui/ClientGUISubscriptions.py | 12 +- hydrus/client/gui/ClientGUITags.py | 8 +- hydrus/client/gui/canvas/ClientGUICanvas.py | 42 +- .../client/gui/canvas/ClientGUICanvasFrame.py | 4 +- .../gui/canvas/ClientGUICanvasHoverFrames.py | 56 +- .../client/gui/canvas/ClientGUICanvasMedia.py | 62 +- hydrus/client/gui/pages/ClientGUIResults.py | 88 +- .../client/gui/search/ClientGUIACDropdown.py | 8 +- .../gui/search/ClientGUIPredicatesSingle.py | 2 +- .../importing/ClientImportSubscriptions.py | 1065 +++++++++-------- hydrus/client/media/ClientMedia.py | 5 +- hydrus/core/HydrusConstants.py | 2 +- hydrus/core/HydrusController.py | 10 +- hydrus/core/HydrusData.py | 6 +- hydrus/test/TestClientDB.py | 2 +- hydrus/test/TestHydrusSerialisable.py | 14 +- 34 files changed, 1621 insertions(+), 931 deletions(-) diff --git a/README.md b/README.md index 586a79e8..1cf99e23 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ I am continually working on the software and try to put out a new release every This github repository is currently a weekly sync with my home dev environment, where I work on hydrus by myself. **Feel free to fork and do whatever you like with my code, but please do not make pull requests.** The [issue tracker here on Github](https://github.com/hydrusnetwork/hydrus/issues) is active and run by blessed volunteer users. I am not active here on Github, and I have difficulty keeping up with social media in general, but I welcome feedback of any sort and will eventually catch up with and reply to email, the 8chan or Endchan, tumblr, twitter, or the discord. -The client can do quite a lot! Please check out the help inside the release or [here](https://hydrusnetwork.github.io/hydrus/help), which includes a comprehensive getting started guide. +The client can do quite a lot! Please check out the help inside the release or [here](https://hydrusnetwork.github.io/hydrus/help), which includes a comprehensive getting started guide. + A rudimentary documentation for the [container](https://github.com/hydrusnetwork/hydrus/pkgs/container/hydrus) setup can be found [here](https://github.com/hydrusnetwork/hydrus/blob/master/static/build_files/docker/README.md). * [homepage](https://hydrusnetwork.github.io/hydrus/) diff --git a/help/changelog.html b/help/changelog.html index f01a0f00..9740f275 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,27 @@

changelog