]> git.proxmox.com Git - novnc-pve.git/commit
rebase patches to current master
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 19 Jul 2018 14:38:14 +0000 (16:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Jul 2018 09:23:11 +0000 (11:23 +0200)
commit4cc9ed084b048dfaa4a045a4b2ee2c21bc9859b5
tree4bc67bc4c4f9c7624724ec5104b5f12c218ee604
parentc821336b5d1317cbaa36ee8b7778fafc0b867051
rebase patches to current master

this patch rebases the patches onto the current master and changes some
things:

* show the noVNC settings window/button (but still hide the advanced
options there, since those only contain connection relevant settings)
* decouple the window autoresize somewhat from the 'resize' setting, so
  that a user can deactivate that and still have the wanted scaling
  (but keep the default behaviour, incl. changing the scaling on
  fullscreen change)
* do not use the updateSetings call anymore (since it lost its second
  parameter) use forceSetting/initSettings instead
  (we have to give the resize parameter in pve-manager for this
  to correctly work)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/patches/0001-add-pve-specific-js-code.patch
debian/patches/0002-add-custom-fbresize-event-on-rfb.patch
debian/patches/0003-change-scaling-when-toggling-fullscreen.patch
debian/patches/0004-add-pve-style.patch
debian/patches/0005-remove-vnc-logos.patch
debian/patches/0006-change-src-directory-for-images-js-files.patch
debian/patches/0007-add-pve-vnc-commands.patch
debian/patches/0008-add-replaceable-snippets-in-vnc.html.patch
debian/patches/0009-decrease-animation-time.patch
debian/patches/0010-use-only-app.js.patch