Repository: guacamole-client
Updated Branches:
  refs/heads/master 2da179f7f -> c4e590bab


GUACAMOLE-448: Add parameters for disabling bitmap 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/1292512b
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/1292512b
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/1292512b

Branch: refs/heads/master
Commit: 1292512b331f20123905a103240a2d7d64640085
Parents: d73a0ec
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Jan 2 18:18:17 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Tue Jan 2 18:18:17 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/1292512b/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 c497a0f..6692d30 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
@@ -219,6 +219,16 @@
                     "name"    : "enable-menu-animations",
                     "type"    : "BOOLEAN",
                     "options" : [ "true" ]
+                },
+                {
+                    "name"    : "disable-bitmap-caching",
+                    "type"    : "BOOLEAN",
+                    "options" : [ "true" ]
+                },
+                {
+                    "name"    : "disable-offscreen-caching",
+                    "type"    : "BOOLEAN",
+                    "options" : [ "true" ]
                 }
             ]
         },

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/1292512b/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 7fa1fd8..ad83f70 100644
--- a/guacamole/src/main/webapp/translations/en.json
+++ b/guacamole/src/main/webapp/translations/en.json
@@ -328,6 +328,8 @@
         "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_ENABLE_PRINTING"            : "Enable printing:",
         "FIELD_HEADER_ENABLE_SFTP"     : "Enable SFTP:",
         "FIELD_HEADER_ENABLE_THEMING"             : "Enable theming:",

Reply via email to