From 129676d9ba2aa687ea11f5f81f671785758c72f8 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 4 Dec 2019 23:29:32 -0600 Subject: [PATCH] Version 376 --- help/changelog.html | 46 + help/contact.html | 4 +- help/getting_started_files.html | 2 +- include/ClientCaches.py | 1358 +---------------- include/ClientConstants.py | 2 +- include/ClientController.py | 85 +- include/ClientDB.py | 32 + include/ClientDaemons.py | 164 -- include/ClientDefaults.py | 1 - include/ClientDragDrop.py | 147 +- include/ClientExporting.py | 6 + include/ClientGUI.py | 95 +- include/ClientGUIACDropdown.py | 5 +- include/ClientGUIAsync.py | 7 +- include/ClientGUICanvas.py | 249 +-- include/ClientGUICommon.py | 1 + include/ClientGUIControls.py | 51 +- include/ClientGUIDialogs.py | 69 +- include/ClientGUIDialogsManage.py | 10 +- include/ClientGUIDialogsQuick.py | 8 +- include/ClientGUIExport.py | 2 +- include/ClientGUIFrames.py | 8 +- include/ClientGUIFunctions.py | 4 +- include/ClientGUIHoverFrames.py | 13 +- include/ClientGUIListBoxes.py | 6 +- include/ClientGUIListCtrl.py | 26 +- include/ClientGUIPages.py | 14 +- include/ClientGUIPanels.py | 52 +- include/ClientGUIParsing.py | 76 +- include/ClientGUIPopupMessages.py | 35 +- include/ClientGUIPredicates.py | 13 + .../ClientGUIScrolledPanelsButtonQuestions.py | 1 + include/ClientGUIScrolledPanelsEdit.py | 4 +- include/ClientGUIScrolledPanelsManagement.py | 110 +- include/ClientGUIScrolledPanelsReview.py | 39 +- include/ClientGUIStyle.py | 90 ++ include/ClientGUITags.py | 11 +- include/ClientGUITopLevelWindows.py | 60 +- include/ClientImportGallery.py | 10 +- include/ClientImportSimpleURLs.py | 5 +- include/ClientImportSubscriptions.py | 787 ++++++++-- include/ClientImportWatchers.py | 15 +- include/ClientImporting.py | 10 +- include/ClientManagers.py | 1340 ++++++++++++++++ include/ClientMedia.py | 357 ++--- include/ClientOptions.py | 2 + include/ClientParsing.py | 38 +- include/HydrusConstants.py | 2 +- include/HydrusGlobals.py | 1 - include/HydrusPaths.py | 2 +- include/QtPorting.py | 115 +- include/TestClientAPI.py | 7 +- include/TestClientConstants.py | 5 +- include/TestClientMigration.py | 3 +- include/TestClientTags.py | 5 +- include/TestController.py | 11 +- static/8chan.png | Bin 264 -> 0 bytes static/8kun.png | Bin 0 -> 3464 bytes static/default/gugs/pixiv tag search.png | Bin 2407 -> 1645 bytes .../default/gugs/twitter username lookup.png | Bin 2498 -> 1758 bytes .../parsers/pixiv tag search api parser.png | Bin 0 -> 1929 bytes .../twitter media tweets api parser.png | Bin 0 -> 2335 bytes ... tweet parser (video from koto.reisen).png | Bin 0 -> 2729 bytes .../default/url_classes/pixiv search api.png | Bin 0 -> 1664 bytes .../twitter tweets api - media only.png | Bin 0 -> 1959 bytes static/qss/readme.txt | 7 + 66 files changed, 3244 insertions(+), 2384 deletions(-) create mode 100644 include/ClientGUIStyle.py create mode 100644 include/ClientManagers.py delete mode 100644 static/8chan.png create mode 100644 static/8kun.png create mode 100644 static/default/parsers/pixiv tag search api parser.png create mode 100644 static/default/parsers/twitter media tweets api parser.png create mode 100644 static/default/parsers/twitter tweet parser (video from koto.reisen).png create mode 100644 static/default/url_classes/pixiv search api.png create mode 100644 static/default/url_classes/twitter tweets api - media only.png create mode 100644 static/qss/readme.txt diff --git a/help/changelog.html b/help/changelog.html index 6a401bbd..39bd8a56 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,52 @@

changelog