mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[PR #293] [MERGED] Add VNC keymap support and allow password clear #606
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/293
Author: @daniel-k
Created: 4/25/2014
Status: ✅ Merged
Merged: 4/26/2014
Merged by: @retspen
Base:
master← Head:master📝 Commits (3)
dc40cbaadd vnc password cleara6c3d0aadd vnc keymap setting, improve set_vnc_passwd and set_vnc_keymapde1931ffix clear passwd/keymap when not set📊 Changes
4 files changed (+113 additions, -11 deletions)
View changed files
📝
instance/views.py(+15 -2)📝
templates/instance.html(+64 -2)📝
vrtManager/instance.py(+28 -7)📝
webvirtmgr/settings.py(+6 -0)📄 Description
Hello,
I just added support for setting vnc keymap (as also requested by #140) and added the functionality to clear the vnc password. No real big changes, just an improvement in vrtManager/instance.py:wvmInstance.set_vnc_passwd. The old implementation used regex to manipulate the xml, I now use ElementTree, this is less messy and was needed so that you can set and reset password and keymap independently (other setting was deleted every time).
Hope you like it, this is my first pull request on github :)
btw: webvirtmgr is awesome!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.