From 8b151cb58982fc03d885167f852a5d9476b83d1a Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 17 Feb 2016 16:06:47 -0600 Subject: [PATCH] Version 193 --- help/changelog.html | 22 +++ include/ClientCaches.py | 42 +++++- include/ClientController.py | 51 +++++-- include/ClientDB.py | 153 ++++++++++++++------ include/ClientDaemons.py | 13 +- include/ClientData.py | 88 +++++++++--- include/ClientDefaults.py | 2 +- include/ClientDownloading.py | 8 +- include/ClientFiles.py | 14 +- include/ClientGUI.py | 59 ++++++-- include/ClientGUICanvas.py | 24 +++- include/ClientGUICommon.py | 25 ++-- include/ClientGUIDialogs.py | 49 +------ include/ClientGUIDialogsManage.py | 71 +++++++--- include/ClientGUIManagement.py | 7 +- include/ClientGUIMedia.py | 25 +++- include/ClientImporting.py | 5 +- include/ClientMedia.py | 2 +- include/ClientThreading.py | 208 ++++++++++++++++++++++++++++ include/HydrusConstants.py | 2 +- include/HydrusController.py | 3 +- include/HydrusDB.py | 27 +++- include/HydrusData.py | 7 +- include/HydrusExceptions.py | 5 +- include/HydrusNATPunch.py | 14 +- include/HydrusThreading.py | 223 +++++++----------------------- include/ServerDB.py | 18 ++- include/TestDialogs.py | 21 --- test.py | 2 + 29 files changed, 782 insertions(+), 408 deletions(-) create mode 100644 include/ClientThreading.py diff --git a/help/changelog.html b/help/changelog.html index 08e8883e..2ed48514 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,28 @@

changelog