From 799e75bba35c2709226207ca82f0ae2e3bdd6870 Mon Sep 17 00:00:00 2001 From: Hydrus Date: Wed, 13 Aug 2014 17:18:12 -0500 Subject: [PATCH] Version 126 --- help/changelog.html | 18 + help/getting_started_installing.html | 6 +- help/index.html | 15 +- help/introduction.html | 14 +- help/screenshot_advanced_autocomplete.png | Bin 0 -> 419051 bytes ...screenshot_advanced_autocomplete_thumb.png | Bin 0 -> 39327 bytes help/screenshot_big_search.png | Bin 0 -> 2130539 bytes help/screenshot_big_search_thumb.png | Bin 0 -> 136133 bytes help/screenshot_booru.png | Bin 0 -> 2309182 bytes help/screenshot_booru_thumb.png | Bin 0 -> 125886 bytes help/screenshot_empty.png | Bin 0 -> 38260 bytes help/screenshot_empty_thumb.png | Bin 0 -> 8842 bytes help/screenshot_fullscreen_blame.png | Bin 0 -> 2426916 bytes help/screenshot_fullscreen_blame_thumb.png | Bin 0 -> 109161 bytes help/screenshot_general_search.png | Bin 0 -> 1877403 bytes help/screenshot_general_search_thumb.png | Bin 0 -> 126869 bytes help/screenshot_gunnerkrigg_collect.png | Bin 0 -> 331524 bytes help/screenshot_gunnerkrigg_collect_thumb.png | Bin 0 -> 47169 bytes help/screenshot_video.png | Bin 0 -> 420578 bytes help/screenshot_video_thumb.png | Bin 0 -> 50239 bytes include/ClientConstants.py | 25 +- include/ClientController.py | 30 +- include/ClientDB.py | 267 ++++++------ include/ClientGUI.py | 380 +++++++++--------- include/ClientGUICanvas.py | 89 +++- include/ClientGUICommon.py | 64 ++- include/ClientGUIDialogs.py | 32 +- include/ClientGUIDialogsManage.py | 56 +-- include/ClientGUIManagement.py | 9 +- include/ClientGUIMedia.py | 19 +- include/ClientGUIMessages.py | 4 +- include/HydrusConstants.py | 52 ++- include/HydrusDownloading.py | 6 +- include/HydrusSessions.py | 2 +- include/ServerDB.py | 8 +- include/TestDB.py | 28 +- include/TestFunctions.py | 4 +- test.py | 7 + 38 files changed, 664 insertions(+), 471 deletions(-) create mode 100644 help/screenshot_advanced_autocomplete.png create mode 100644 help/screenshot_advanced_autocomplete_thumb.png create mode 100644 help/screenshot_big_search.png create mode 100644 help/screenshot_big_search_thumb.png create mode 100644 help/screenshot_booru.png create mode 100644 help/screenshot_booru_thumb.png create mode 100644 help/screenshot_empty.png create mode 100644 help/screenshot_empty_thumb.png create mode 100644 help/screenshot_fullscreen_blame.png create mode 100644 help/screenshot_fullscreen_blame_thumb.png create mode 100644 help/screenshot_general_search.png create mode 100644 help/screenshot_general_search_thumb.png create mode 100644 help/screenshot_gunnerkrigg_collect.png create mode 100644 help/screenshot_gunnerkrigg_collect_thumb.png create mode 100644 help/screenshot_video.png create mode 100644 help/screenshot_video_thumb.png diff --git a/help/changelog.html b/help/changelog.html index 4cffd33e..a8de5c7e 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,24 @@

changelog

diff --git a/help/index.html b/help/index.html index f1454bbb..0a3a79aa 100755 --- a/help/index.html +++ b/help/index.html @@ -5,13 +5,14 @@ - - - - - - - + + + + + + + +

hydrus help

Although I've tried to make hydrus's interface simple, its underlying concepts are not. Please read the introduction and skim the getting started guide at the least, and if you want to get started with my server, you'll probably want to check out the access keys section.