qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
	"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PATCH v7 0/4] Convert frontends to use keycodemapdb
Date: Wed, 17 Jan 2018 16:47:13 +0000	[thread overview]
Message-ID: <20180117164717.15855-1-berrange@redhat.com> (raw)

This is a followup to

  v1: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02047.html
  v2: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02471.html
  v3: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02517.html
  v4: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02708.html
  v5: https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg02950.html
  v6: https://lists.gnu.org/archive/html/qemu-devel/2017-12/msg01988.html

This new series contains just the patches for converting the ui frontends
for SDL1, SDL2, and GTK to use keycodemapdb.

The particularly notable benefit is that this includes fixes such that SDL1
and GTK2/3 can actually work when using a non-Linux host Xorg/X11 server.
Previously it would display but key handling was complete garbage, making it
unusable in practice.

Changed in v7:

 - Fix syntax error in win32 hack

Daniel P. Berrange (4):
  ui: convert the SDL2 frontend to keycodemapdb
  ui: convert GTK and SDL1 frontends to keycodemapdb
  ui: add fix for GTK Pause key handling on Win32
  ui: ignore hardware keycode 255 on win32

 Makefile           |   8 ++
 include/ui/input.h |  24 +++++
 ui/Makefile.objs   |   5 +-
 ui/gtk.c           | 220 ++++++++++++++++++++++++++-----------------
 ui/input-keymap.c  |   8 ++
 ui/sdl.c           | 105 +++++++--------------
 ui/sdl2-input.c    |  16 +++-
 ui/sdl2-keymap.h   | 267 -----------------------------------------------------
 ui/trace-events    |   9 +-
 ui/x_keymap.c      | 250 +++++++++++++++++++------------------------------
 ui/x_keymap.h      |   8 +-
 11 files changed, 330 insertions(+), 590 deletions(-)
 delete mode 100644 ui/sdl2-keymap.h

-- 
2.14.3

             reply	other threads:[~2018-01-17 16:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17 16:47 Daniel P. Berrange [this message]
2018-01-17 16:47 ` [Qemu-devel] [PATCH v7 1/4] ui: convert the SDL2 frontend to keycodemapdb Daniel P. Berrange
2018-01-17 16:47 ` [Qemu-devel] [PATCH v7 2/4] ui: convert GTK and SDL1 frontends " Daniel P. Berrange
2018-01-17 16:47 ` [Qemu-devel] [PATCH v7 3/4] ui: add fix for GTK Pause key handling on Win32 Daniel P. Berrange
2018-01-17 16:47 ` [Qemu-devel] [PATCH v7 4/4] ui: ignore hardware keycode 255 on win32 Daniel P. Berrange

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180117164717.15855-1-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).