This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 9a2fcf702 Merge 1.5.4 changes back to master.
add ef8da3215 GUACAMOLE-1820: Allow newlines within key events.
add e3a249d39 GUACAMOLE-1820: Refactor key event interpretation, moving
display-specific code to the webapp.
new e75c79f57 GUACAMOLE-1820: Merge inclusion of "Enter" / newlines within
key event viewer.
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:
.../src/main/webapp/modules/KeyEventInterpreter.js | 383 +++++----------------
.../src/main/webapp/modules/SessionRecording.js | 32 +-
.../frontend/src/app/player/directives/player.js | 15 +-
.../frontend/src/app/player/directives/textView.js | 8 +-
.../app/player/services/keyEventDisplayService.js | 371 ++++++++++++++++++++
.../frontend/src/app/player/styles/textView.css | 6 +
.../frontend/src/app/player/types/TextBatch.js | 117 -------
7 files changed, 483 insertions(+), 449 deletions(-)
create mode 100644
guacamole/src/main/frontend/src/app/player/services/keyEventDisplayService.js
delete mode 100644
guacamole/src/main/frontend/src/app/player/types/TextBatch.js