You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/08/02 22:56:59 UTC

[7/7] incubator-guacamole-client git commit: GUACAMOLE-5: Merge new connection sharing UI.

GUACAMOLE-5: Merge new connection sharing UI.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/841bc476
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/841bc476
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/841bc476

Branch: refs/heads/master
Commit: 841bc4761aaac8b186da77cdf5ce2c3415e2e87a
Parents: 468a552 3f22d1d
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Aug 2 15:56:17 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Aug 2 15:56:17 2016 -0700

----------------------------------------------------------------------
 .../app/client/controllers/clientController.js  |  87 +++++++++++
 .../main/webapp/app/client/styles/client.css    |   6 +-
 .../main/webapp/app/client/styles/guac-menu.css |  28 ++++
 .../webapp/app/client/styles/share-menu.css     |  58 +++++++
 .../webapp/app/client/templates/client.html     |  23 +++
 .../webapp/app/client/types/ManagedClient.js    |  66 ++++++++
 .../webapp/app/client/types/ManagedShareLink.js | 105 +++++++++++++
 .../main/webapp/app/index/styles/headers.css    |   4 +-
 .../webapp/app/manage/styles/attributes.css     |   2 +-
 .../app/navigation/directives/guacMenu.js       |  91 +++++++++++
 .../app/navigation/directives/guacUserMenu.js   |  44 +-----
 .../main/webapp/app/navigation/styles/menu.css  | 156 +++++++++++++++++++
 .../webapp/app/navigation/styles/user-menu.css  | 147 ++---------------
 .../app/navigation/templates/guacMenu.html      |   7 +
 .../app/navigation/templates/guacUserMenu.html  |  50 +++---
 guacamole/src/main/webapp/images/share.png      | Bin 0 -> 1112 bytes
 guacamole/src/main/webapp/translations/en.json  |   4 +
 17 files changed, 665 insertions(+), 213 deletions(-)
----------------------------------------------------------------------