qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/8] Ui 20180125 patches
Date: Thu, 25 Jan 2018 15:32:10 +0100	[thread overview]
Message-ID: <20180125143218.29528-1-kraxel@redhat.com> (raw)

The following changes since commit 834a336eb911db8a8ca00e760ee6a85faca19414:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2018-01-24 19:24:26 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20180125-pull-request

for you to fetch changes up to 04ff1a398a8d6e912eceaca9b62af0a09e927d63:

  sdl: reorganize -no-frame support (2018-01-25 15:22:28 +0100)

----------------------------------------------------------------
ui: convert to keycodedb, fix sign extension
sdl: cleanups, deprecate sdl 1.2

----------------------------------------------------------------

Daniel P. Berrange (6):
  ui: avoid sign extension using client width/height
  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
  ui: deprecate use of SDL 1.2 in favour of 2.0 series

Gerd Hoffmann (2):
  sdl: use ctrl-alt-g as grab hotkey
  sdl: reorganize -no-frame support

 configure               |   6 ++
 Makefile                |   8 ++
 include/sysemu/sysemu.h |   1 +
 include/ui/console.h    |   5 +-
 include/ui/input.h      |  24 +++++
 ui/sdl2-keymap.h        | 267 ------------------------------------------------
 ui/vnc.h                |   4 +-
 ui/x_keymap.h           |   8 +-
 ui/gtk.c                | 220 ++++++++++++++++++++++++---------------
 ui/input-keymap.c       |   8 ++
 ui/sdl.c                | 145 +++++++++-----------------
 ui/sdl2-input.c         |  16 ++-
 ui/sdl2.c               |  34 +++---
 ui/vnc.c                |   9 ++
 ui/x_keymap.c           | 250 +++++++++++++++++----------------------------
 vl.c                    |   4 +-
 qemu-doc.texi           |   7 ++
 ui/Makefile.objs        |   5 +-
 ui/trace-events         |   9 +-
 19 files changed, 389 insertions(+), 641 deletions(-)
 delete mode 100644 ui/sdl2-keymap.h

-- 
2.9.3

             reply	other threads:[~2018-01-25 14:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-25 14:32 Gerd Hoffmann [this message]
2018-01-25 14:32 ` [Qemu-devel] [PULL 1/8] ui: avoid sign extension using client width/height Gerd Hoffmann
2018-01-25 14:32 ` [Qemu-devel] [PULL 2/8] ui: convert the SDL2 frontend to keycodemapdb Gerd Hoffmann
2018-02-01 17:28   ` Paolo Bonzini
2018-02-01 17:35     ` Daniel P. Berrangé
2018-02-01 17:37       ` Paolo Bonzini
2018-02-01 17:54         ` Daniel P. Berrangé
2018-02-01 18:10           ` Paolo Bonzini
2018-02-01 18:13             ` Daniel P. Berrangé
2018-01-25 14:32 ` [Qemu-devel] [PULL 3/8] ui: convert GTK and SDL1 frontends " Gerd Hoffmann
2018-01-25 14:32 ` [Qemu-devel] [PULL 4/8] ui: add fix for GTK Pause key handling on Win32 Gerd Hoffmann
2018-01-25 14:32 ` [Qemu-devel] [PULL 5/8] ui: ignore hardware keycode 255 on win32 Gerd Hoffmann
2018-01-25 14:32 ` [Qemu-devel] [PULL 6/8] ui: deprecate use of SDL 1.2 in favour of 2.0 series Gerd Hoffmann
2018-01-25 14:32 ` [Qemu-devel] [PULL 7/8] sdl: use ctrl-alt-g as grab hotkey Gerd Hoffmann
2018-01-25 14:32 ` [Qemu-devel] [PULL 8/8] sdl: reorganize -no-frame support Gerd Hoffmann
2018-01-26 10:08 ` [Qemu-devel] [PULL 0/8] Ui 20180125 patches Peter Maydell

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=20180125143218.29528-1-kraxel@redhat.com \
    --to=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).