From 781005f1d457274c92da2b389b74eee5b1605804 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 27 Sep 2017 16:52:54 -0500 Subject: [PATCH] Version 275 --- help/changelog.html | 34 ++ include/ClientConstants.py | 6 +- include/ClientData.py | 158 ++++++ include/ClientDefaults.py | 2 + include/ClientDownloading.py | 17 +- include/ClientDragDrop.py | 20 +- include/ClientGUI.py | 38 +- include/ClientGUICanvas.py | 25 +- include/ClientGUICommon.py | 234 +++++--- include/ClientGUIListBoxes.py | 221 +++++++- include/ClientGUIListCtrl.py | 93 +++- include/ClientGUIManagement.py | 215 +++++--- include/ClientGUIMedia.py | 180 +++--- include/ClientGUIPages.py | 20 +- include/ClientGUIScrolledPanelsEdit.py | 526 +++++++++++++++++- include/ClientGUIScrolledPanelsManagement.py | 91 ++- include/ClientGUISeedCache.py | 18 +- include/ClientImporting.py | 552 ++++++++++++------- include/ClientNetworking.py | 10 +- include/ClientNetworkingDomain.py | 168 +++++- include/ClientParsing.py | 93 +++- include/HydrusConstants.py | 2 +- include/HydrusData.py | 11 +- include/HydrusSerialisable.py | 3 + include/TestClientData.py | 151 +++++ test.py | 2 + 26 files changed, 2304 insertions(+), 586 deletions(-) create mode 100644 include/TestClientData.py diff --git a/help/changelog.html b/help/changelog.html index eeb6be52..84ff34b5 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,40 @@

changelog