From 5014c369b173b2a7c5f4ab5d9333b3e93a3fd0c8 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 18 Mar 2020 16:35:57 -0500 Subject: [PATCH] Version 389 --- .gitignore | 1 + help/changelog.html | 35 +++ include/ClientController.py | 10 + include/ClientDB.py | 159 +++++++++- include/ClientDefaults.py | 32 +- include/ClientGUI.py | 2 + include/ClientGUIACDropdown.py | 280 +++++++++++++----- include/ClientGUICanvas.py | 26 +- include/ClientGUICommon.py | 12 +- include/ClientGUIControls.py | 2 +- include/ClientGUIDialogsQuick.py | 6 +- include/ClientGUIExport.py | 5 +- include/ClientGUIListBoxes.py | 280 ++---------------- include/ClientGUIMPV.py | 21 +- include/ClientGUIManagement.py | 133 +++++++-- include/ClientGUIPages.py | 7 + include/ClientGUIPanels.py | 14 +- include/ClientGUIScrolledPanelsManagement.py | 22 +- include/ClientGUIScrolledPanelsReview.py | 9 +- include/ClientGUISearchPanels.py | 11 +- include/ClientGUITags.py | 67 ++++- include/ClientImportOptions.py | 2 +- include/ClientNetworkingDomain.py | 6 + include/ClientNetworkingLogin.py | 10 +- include/ClientOptions.py | 1 - include/ClientParsing.py | 54 ++-- include/ClientSearch.py | 5 + include/HydrusConstants.py | 36 +-- include/QtPorting.py | 23 +- .../login_scripts/nijie.info login script.png | Bin 2523 -> 0 bytes .../deviant art file page api parser.png | Bin 0 -> 2203 bytes .../default/parsers/e621 file page parser.png | Bin 2329 -> 2345 bytes .../url_classes/deviant art file page api.png | Bin 0 -> 1856 bytes .../url_classes/deviant art file page.png | Bin 2197 -> 1789 bytes .../e621 file page (old format).png | Bin 0 -> 2003 bytes 35 files changed, 793 insertions(+), 478 deletions(-) delete mode 100644 static/default/login_scripts/nijie.info login script.png create mode 100644 static/default/parsers/deviant art file page api parser.png create mode 100644 static/default/url_classes/deviant art file page api.png create mode 100644 static/default/url_classes/e621 file page (old format).png diff --git a/.gitignore b/.gitignore index 6ee95b3b..b5495897 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ db/*.db-wal db/*.crt db/*.key db/*.log +db/*.conf db/client_files/ db/server_files/ db/missing_and_invalid_files/ \ No newline at end of file diff --git a/help/changelog.html b/help/changelog.html index 37fe4cde..7cbcda6e 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,41 @@

changelog