From a1c9416d2dc9cafa345985506e4c61f97020e9d0 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 19 Jul 2017 16:21:41 -0500 Subject: [PATCH] Version 265 --- README.md | 2 +- help/changelog.html | 34 ++ help/database_migration.html | 5 +- help/getting_started_installing.html | 20 +- help/index.html | 2 +- include/ClientCaches.py | 88 +-- include/ClientConstants.py | 3 + include/ClientController.py | 73 +-- include/ClientDB.py | 102 ++-- include/ClientDaemons.py | 17 +- include/ClientData.py | 28 + include/ClientDefaults.py | 20 +- include/ClientDownloading.py | 206 +------ include/ClientGUI.py | 98 +++- include/ClientGUIACDropdown.py | 3 +- include/ClientGUIControls.py | 20 +- include/ClientGUIDialogs.py | 3 +- include/ClientGUIManagement.py | 85 ++- include/ClientGUIMatPlotLib.py | 58 ++ include/ClientGUIMedia.py | 15 +- include/ClientGUIPages.py | 4 + include/ClientGUIScrolledPanelsEdit.py | 20 + include/ClientGUIScrolledPanelsManagement.py | 2 +- include/ClientGUIScrolledPanelsReview.py | 575 +++++++++++++++++-- include/ClientImporting.py | 382 +++++++++++- include/ClientNetworking.py | 142 ++++- include/ClientServices.py | 4 +- include/HydrusConstants.py | 2 +- include/HydrusFileHandling.py | 17 +- include/HydrusImageHandling.py | 5 +- include/HydrusNetworking.py | 34 +- include/TestClientConstants.py | 2 +- include/TestClientDaemons.py | 11 +- include/TestConstants.py | 2 +- include/TestDB.py | 68 ++- test.py | 14 +- 36 files changed, 1630 insertions(+), 536 deletions(-) create mode 100644 include/ClientGUIMatPlotLib.py diff --git a/README.md b/README.md index 6bad51f5..c7032eb5 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The hydrus network client is an application written for Anon and other internet- I am continually working on the software and try to put out a new release every Wednesday by 8pm Eastern. -This github repository is currently a weekly sync with my home dev environment, where I work on hydrus by myself. Feel free to fork, but please don't make pull requests at this time. I am also not active on Github, so if you have feedback of any sort, please email me, post on my 8chan board, or message me on tumblr or twitter. +This github repository is currently a weekly sync with my home dev environment, where I work on hydrus by myself. Feel free to fork, but please don't make pull requests at this time. I am also not active on Github, so if you have feedback of any sort, please email me, post on my 8chan board, or message me on tumblr or twitter or the discord. The client can do quite a lot! Please check out the help inside the release or [here](http://hydrusnetwork.github.io/hydrus/help), which includes a comprehensive getting started guide. diff --git a/help/changelog.html b/help/changelog.html index b21f7152..fcfee0c1 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,40 @@

changelog