mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Merge pull request #200 from glyptodon/rdp-perf-flags
GUAC-835: Add RDP performance flag parameters to interface.
This commit is contained in:
		| @@ -138,6 +138,42 @@ | |||||||
|             ] |             ] | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
|  |         { | ||||||
|  |             "name" : "performance", | ||||||
|  |             "fields" : [ | ||||||
|  |                 { | ||||||
|  |                     "name"    : "enable-wallpaper", | ||||||
|  |                     "type"    : "BOOLEAN", | ||||||
|  |                     "options" : [ "true" ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                     "name"    : "enable-theming", | ||||||
|  |                     "type"    : "BOOLEAN", | ||||||
|  |                     "options" : [ "true" ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                     "name"    : "enable-font-smoothing", | ||||||
|  |                     "type"    : "BOOLEAN", | ||||||
|  |                     "options" : [ "true" ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                     "name"    : "enable-full-window-drag", | ||||||
|  |                     "type"    : "BOOLEAN", | ||||||
|  |                     "options" : [ "true" ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                     "name"    : "enable-desktop-composition", | ||||||
|  |                     "type"    : "BOOLEAN", | ||||||
|  |                     "options" : [ "true" ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                     "name"    : "enable-menu-animations", | ||||||
|  |                     "type"    : "BOOLEAN", | ||||||
|  |                     "options" : [ "true" ] | ||||||
|  |                 } | ||||||
|  |             ] | ||||||
|  |         }, | ||||||
|  |  | ||||||
|         { |         { | ||||||
|             "name"  : "remoteapp", |             "name"  : "remoteapp", | ||||||
|             "fields" : [ |             "fields" : [ | ||||||
|   | |||||||
| @@ -255,8 +255,14 @@ | |||||||
|         "FIELD_HEADER_DOMAIN"          : "Domain:", |         "FIELD_HEADER_DOMAIN"          : "Domain:", | ||||||
|         "FIELD_HEADER_DPI"             : "Resolution (DPI):", |         "FIELD_HEADER_DPI"             : "Resolution (DPI):", | ||||||
|         "FIELD_HEADER_DRIVE_PATH"      : "Drive path:", |         "FIELD_HEADER_DRIVE_PATH"      : "Drive path:", | ||||||
|         "FIELD_HEADER_ENABLE_DRIVE"    : "Enable drive:", |         "FIELD_HEADER_ENABLE_DESKTOP_COMPOSITION" : "Enable desktop composition (Aero):", | ||||||
|         "FIELD_HEADER_ENABLE_PRINTING" : "Enable printing:", |         "FIELD_HEADER_ENABLE_DRIVE"               : "Enable drive:", | ||||||
|  |         "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_ENABLE_PRINTING"            : "Enable printing:", | ||||||
|  |         "FIELD_HEADER_ENABLE_THEMING"             : "Enable theming:", | ||||||
|  |         "FIELD_HEADER_ENABLE_WALLPAPER"           : "Enable wallpaper:", | ||||||
|         "FIELD_HEADER_HEIGHT"          : "Height:", |         "FIELD_HEADER_HEIGHT"          : "Height:", | ||||||
|         "FIELD_HEADER_HOSTNAME"        : "Hostname:", |         "FIELD_HEADER_HOSTNAME"        : "Hostname:", | ||||||
|         "FIELD_HEADER_IGNORE_CERT"     : "Ignore server certificate:", |         "FIELD_HEADER_IGNORE_CERT"     : "Ignore server certificate:", | ||||||
| @@ -299,6 +305,7 @@ | |||||||
|         "SECTION_HEADER_DEVICE_REDIRECTION" : "Device Redirection", |         "SECTION_HEADER_DEVICE_REDIRECTION" : "Device Redirection", | ||||||
|         "SECTION_HEADER_DISPLAY"            : "Display", |         "SECTION_HEADER_DISPLAY"            : "Display", | ||||||
|         "SECTION_HEADER_NETWORK"            : "Network", |         "SECTION_HEADER_NETWORK"            : "Network", | ||||||
|  |         "SECTION_HEADER_PERFORMANCE"        : "Performance", | ||||||
|         "SECTION_HEADER_REMOTEAPP"          : "RemoteApp" |         "SECTION_HEADER_REMOTEAPP"          : "RemoteApp" | ||||||
|  |  | ||||||
|     }, |     }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user