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 ac6e501ef Merge 1.5.4 changes back to master.
add 6bd19b471 GUACAMOLE-1876: Display points of interest heatmap in
history recording player.
new d03da4a38 GUACAMOLE-1876: Merge support for displaying a "points of
interest" histogram alongside session recordings.
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:
doc/licenses/d3-path-3.1.0/LICENSE | 13 +
doc/licenses/d3-path-3.1.0/README | 8 +
doc/licenses/d3-path-3.1.0/dep-coordinates.txt | 1 +
doc/licenses/d3-shape-3.2.0/LICENSE | 13 +
doc/licenses/d3-shape-3.2.0/README | 8 +
doc/licenses/d3-shape-3.2.0/dep-coordinates.txt | 1 +
guacamole/src/main/frontend/package-lock.json | 34 +++
guacamole/src/main/frontend/package.json | 2 +
.../frontend/src/app/player/directives/player.js | 97 +++++++-
.../app/player/services/playerHeatmapService.js | 264 +++++++++++++++++++++
.../frontend/src/app/player/templates/player.html | 15 ++
.../src/app/settings/styles/history-player.css | 73 ++++++
.../src/main/frontend/src/translations/en.json | 10 +-
13 files changed, 534 insertions(+), 5 deletions(-)
create mode 100644 doc/licenses/d3-path-3.1.0/LICENSE
create mode 100644 doc/licenses/d3-path-3.1.0/README
create mode 100644 doc/licenses/d3-path-3.1.0/dep-coordinates.txt
create mode 100644 doc/licenses/d3-shape-3.2.0/LICENSE
create mode 100644 doc/licenses/d3-shape-3.2.0/README
create mode 100644 doc/licenses/d3-shape-3.2.0/dep-coordinates.txt
create mode 100644
guacamole/src/main/frontend/src/app/player/services/playerHeatmapService.js