From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pve-devel-bounces@lists.proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9])
	by lore.proxmox.com (Postfix) with ESMTPS id 6C6E01FF18C
	for <inbox@lore.proxmox.com>; Mon, 24 Mar 2025 16:03:54 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
	by firstgate.proxmox.com (Proxmox) with ESMTP id F11A61F10C;
	Mon, 24 Mar 2025 16:03:41 +0100 (CET)
From: Dominik Csapak <d.csapak@proxmox.com>
To: pve-devel@lists.proxmox.com
Date: Mon, 24 Mar 2025 16:03:35 +0100
Message-Id: <20250324150337.3221726-1-d.csapak@proxmox.com>
X-Mailer: git-send-email 2.39.5
MIME-Version: 1.0
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.022 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 DMARC_MISSING             0.1 Missing DMARC policy
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
Subject: [pve-devel] [PATCH novnc 0/2] upgrade novnc to 1.6.0
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: pve-devel-bounces@lists.proxmox.com
Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com>

First patch updates the submodule to point to the v1.6.0 tag, rebases
the patches and changes some things (details in commit message)

Second patch fixes a bug in current upstream where the 'extra key'
images are not shown properly.

I squashed a few things into the rebasing of the patches since it was
often unpractical to have it as separate patches (we already have many)
and I did not want to touch the same patches multiple times in one
series.

If wanted i can of course do either, put the changes in new patches, or
as separate commits that touch the same patches.

Dominik Csapak (2):
  upgrade noVNC and patches to 1.6.0
  fix broken 'extra keys' images

 .../0001-add-PVE-specific-JS-code.patch       | 101 ++++++++--------
 ...002-add-custom-fbresize-event-on-rfb.patch |  13 +-
 ...nge-scaling-when-toggling-fullscreen.patch |   9 +-
 debian/patches/0004-add-pve-style.patch       |  31 ++---
 debian/patches/0005-remove-vnc-logos.patch    |  17 +--
 ...rectory-for-fetching-images-js-files.patch | 113 +++++++++++-------
 .../patches/0007-add-pve-vnc-commands.patch   |   9 +-
 ...add-replaceable-snippets-in-vnc.html.patch |  15 ++-
 .../0009-decrease-animation-time.patch        |  98 ++++++++-------
 debian/patches/0010-use-only-app.js.patch     |  71 +++++++++--
 .../0011-add-localCursor-setting-to-rfb.patch |  45 ++++---
 .../0012-pass-custom-command-to-vnc.patch     |   3 +
 ...ove-the-default-value-of-wsProtocols.patch |   8 +-
 ...passing-deprecated-upgrade-parameter.patch |   4 +
 ...-create-own-class-for-hidden-buttons.patch |  11 +-
 ...-button-on-isFullscreen-get-variable.patch |   3 +
 debian/patches/0017-make-error-hideable.patch |   5 +-
 ...ow-start-button-on-not-running-vm-ct.patch |  13 +-
 .../patches/0019-show-clipboard-button.patch  |   3 +
 .../patches/0020-fix-broken-extra-keys.patch  |  32 +++++
 debian/patches/series                         |   1 +
 debian/rules                                  |   2 +-
 novnc                                         |   2 +-
 23 files changed, 395 insertions(+), 214 deletions(-)
 create mode 100644 debian/patches/0020-fix-broken-extra-keys.patch

-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel