This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 28833f3  GUACAMOLE-422: Merge allow arbitrary versions of the 
Guacamole protocol to be represented.
     add ec963dd  GUACAMOLE-422: Define field type which represents the ID of 
any supported language.
     add 78977ae  GUACAMOLE-422: Use the same display mechanism and structure 
(the guacForm directive) for all locale preferences, not just the time zone.
     new 8b239ae  GUACAMOLE-422: Merge use consistent mechanism for locale 
preferences.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/guacamole/form/Field.java |  8 +++
 .../org/apache/guacamole/form/LanguageField.java   | 64 ++++++++++++++++++++++
 ...eldController.js => languageFieldController.js} | 27 ++++++++-
 guacamole/src/main/webapp/app/form/formModule.js   |  5 +-
 .../main/webapp/app/form/services/formService.js   | 15 +++++
 .../webapp/app/form/templates/languageField.html   |  1 +
 .../settings/directives/guacSettingsPreferences.js | 40 +++++---------
 .../webapp/app/settings/styles/preferences.css     | 23 ++++++--
 .../settings/templates/settingsPreferences.html    | 20 +------
 9 files changed, 151 insertions(+), 52 deletions(-)
 create mode 100644 
guacamole-ext/src/main/java/org/apache/guacamole/form/LanguageField.java
 copy guacamole/src/main/webapp/app/form/controllers/{selectFieldController.js 
=> languageFieldController.js} (52%)
 create mode 100644 
guacamole/src/main/webapp/app/form/templates/languageField.html

Reply via email to