GUACAMOLE-448: Add support for configuring glyph caching.

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/ae1ce0dc
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/ae1ce0dc
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/ae1ce0dc

Branch: refs/heads/master
Commit: ae1ce0dcddc34d1636e61a6a0dbdf153a7c94217
Parents: 1292512
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Feb 20 15:38:36 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Tue Feb 20 15:38:36 2018 -0500

----------------------------------------------------------------------
 .../src/main/resources/org/apache/guacamole/protocols/rdp.json  | 5 +++++
 guacamole/src/main/webapp/translations/en.json                  | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/ae1ce0dc/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json 
b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
index 6692d30..8cd36c1 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json
@@ -229,6 +229,11 @@
                     "name"    : "disable-offscreen-caching",
                     "type"    : "BOOLEAN",
                     "options" : [ "true" ]
+                },
+                {
+                    "name"    : "disable-glyph-caching",
+                    "type"    : "BOOLEAN",
+                    "options" : [ "true" ]
                 }
             ]
         },

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/ae1ce0dc/guacamole/src/main/webapp/translations/en.json
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/translations/en.json 
b/guacamole/src/main/webapp/translations/en.json
index ad83f70..d8a834a 100644
--- a/guacamole/src/main/webapp/translations/en.json
+++ b/guacamole/src/main/webapp/translations/en.json
@@ -328,8 +328,9 @@
         "FIELD_HEADER_ENABLE_FONT_SMOOTHING"      : "Enable font smoothing 
(ClearType):",
         "FIELD_HEADER_ENABLE_FULL_WINDOW_DRAG"    : "Enable full-window drag:",
         "FIELD_HEADER_ENABLE_MENU_ANIMATIONS"     : "Enable menu animations:",
-        "FIELD_HEADER_DISABLE_BITMAP_CACHING"     : "Disable bitmap caching: ",
-        "FIELD_HEADER_DISABLE_OFFSCREEN_CACHING"  : "Disable off-screen 
caching: ",
+        "FIELD_HEADER_DISABLE_BITMAP_CACHING"     : "Disable bitmap caching:",
+        "FIELD_HEADER_DISABLE_OFFSCREEN_CACHING"  : "Disable off-screen 
caching:",
+        "FIELD_HEADER_DISAbLE_GLYPH_CACHING"      : "Disable glyph caching:",
         "FIELD_HEADER_ENABLE_PRINTING"            : "Enable printing:",
         "FIELD_HEADER_ENABLE_SFTP"     : "Enable SFTP:",
         "FIELD_HEADER_ENABLE_THEMING"             : "Enable theming:",

Reply via email to