From 163e04bf7da691a6dbba4418a1d8f988ceb54850 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 30 Nov 2016 14:24:17 -0600 Subject: [PATCH] Version 234 --- client.py | 5 - client.pyw | 5 - help/changelog.html | 22 ++ help/contact.html | 1 + include/ClientConstants.py | 1 + include/ClientController.py | 2 +- include/ClientDB.py | 371 +++++++++++++++---- include/ClientData.py | 23 ++ include/ClientGUI.py | 44 ++- include/ClientGUICommon.py | 6 +- include/ClientGUIDialogs.py | 105 +++--- include/ClientGUIMedia.py | 2 +- include/ClientGUIParsing.py | 2 +- include/ClientGUIScrolledPanels.py | 2 +- include/ClientGUIScrolledPanelsManagement.py | 324 ++++++++-------- include/ClientGUIScrolledPanelsReview.py | 22 +- include/ClientGUISerialisable.py | 7 +- include/ClientGUITopLevelWindows.py | 10 + include/ClientImageHandling.py | 8 +- include/ClientNetworking.py | 283 ++++++++------ include/ClientSerialisable.py | 33 +- include/HydrusConstants.py | 2 +- include/HydrusData.py | 28 +- include/HydrusExceptions.py | 3 +- include/HydrusPaths.py | 6 +- include/HydrusThreading.py | 5 +- include/TestClientImageHandling.py | 4 +- static/discord.png | Bin 0 -> 233 bytes 28 files changed, 882 insertions(+), 444 deletions(-) create mode 100644 static/discord.png diff --git a/client.py b/client.py index 31afa2af..d5fa7dd7 100644 --- a/client.py +++ b/client.py @@ -8,11 +8,6 @@ try: - #import locale - - #try: locale.setlocale( locale.LC_ALL, '' ) - #except: pass - from include import HydrusExceptions from include import HydrusConstants as HC from include import HydrusData diff --git a/client.pyw b/client.pyw index b11ae6d5..77f6f175 100755 --- a/client.pyw +++ b/client.pyw @@ -8,11 +8,6 @@ try: - #import locale - - #try: locale.setlocale( locale.LC_ALL, '' ) - #except: pass - from include import HydrusExceptions from include import HydrusConstants as HC from include import HydrusData diff --git a/help/changelog.html b/help/changelog.html index fd2d7cf1..e662bb17 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,28 @@

changelog