[libvirt] [PULL 00/14] Ui 20190205 patches

Gerd Hoffmann posted 14 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
include/sysemu/sysemu.h  |   1 -
include/ui/egl-helpers.h |   2 +-
include/ui/gtk.h         |   2 +
include/ui/kbd-state.h   | 101 +++++++++++++++++
include/ui/sdl2.h        |   3 +-
ui/keymaps.h             |   3 +-
ui/sdl_keysym.h          | 278 -----------------------------------------------
ui/vnc.h                 |   5 +-
ui/curses.c              |   2 +-
ui/egl-headless.c        |   3 +-
ui/egl-helpers.c         |   9 +-
ui/gtk-egl.c             |   3 +-
ui/gtk.c                 |  43 ++------
ui/kbd-state.c           | 130 ++++++++++++++++++++++
ui/keymaps.c             |  55 ++++++----
ui/sdl2-input.c          |  50 +--------
ui/sdl2.c                |  12 +-
ui/spice-display.c       |   2 +-
ui/vnc.c                 | 119 ++++++--------------
vl.c                     |  23 +---
qemu-deprecated.texi     |   6 -
qemu-options.hx          |  11 --
ui/Makefile.objs         |   2 +-
ui/cocoa.m               |  28 ++++-
24 files changed, 360 insertions(+), 533 deletions(-)
create mode 100644 include/ui/kbd-state.h
delete mode 100644 ui/sdl_keysym.h
create mode 100644 ui/kbd-state.c
[libvirt] [PULL 00/14] Ui 20190205 patches
Posted by Gerd Hoffmann 5 years, 2 months ago
The following changes since commit 773c4a6228fd910556cee2d477ee56c591a30000:

  test-filter-mirror: pass UNIX domain socket through fd (2019-02-04 16:03:20 +0000)

are available in the git repository at:

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

for you to fetch changes up to 19c1b9fd3dd5955893c0d3c187a4180313e9a0f1:

  keymap: fix keyup mappings (2019-02-05 10:45:44 +0100)

----------------------------------------------------------------
ui: add kbd stats tracker.
ui: gtk scroll fixes.
ui: egl cursor scale fix.
ui: more sdl1 cleanup.

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

Brendan Shanks (1):
  ui/cocoa.m: Fix macOS 10.14 deprecation warnings

Chen Zhang (1):
  ui/egl-helpers: Augment parameter list of egl_texture_blend() to
    convey scales of viewport

Gerd Hoffmann (8):
  kbd-state: add keyboard state tracker
  sdl2: remove sdl2_reset_keys() function
  kbd-state: use state tracker for sdl2
  sdl2: use only QKeyCode in sdl2_process_key()
  kbd-state: use state tracker for gtk
  kbd-state: use state tracker for vnc
  keymap: pass full keyboard state to keysym2scancode
  keymap: fix keyup mappings

Sergio Lopez (2):
  ui: don't send any event if delta_y == 0
  ui: listen for GDK_SMOOTH_SCROLL events

Thomas Huth (2):
  Remove deprecated -no-frame option
  ui/sdl_keysym: Remove obsolete SDL1.2 related code

 include/sysemu/sysemu.h  |   1 -
 include/ui/egl-helpers.h |   2 +-
 include/ui/gtk.h         |   2 +
 include/ui/kbd-state.h   | 101 +++++++++++++++++
 include/ui/sdl2.h        |   3 +-
 ui/keymaps.h             |   3 +-
 ui/sdl_keysym.h          | 278 -----------------------------------------------
 ui/vnc.h                 |   5 +-
 ui/curses.c              |   2 +-
 ui/egl-headless.c        |   3 +-
 ui/egl-helpers.c         |   9 +-
 ui/gtk-egl.c             |   3 +-
 ui/gtk.c                 |  43 ++------
 ui/kbd-state.c           | 130 ++++++++++++++++++++++
 ui/keymaps.c             |  55 ++++++----
 ui/sdl2-input.c          |  50 +--------
 ui/sdl2.c                |  12 +-
 ui/spice-display.c       |   2 +-
 ui/vnc.c                 | 119 ++++++--------------
 vl.c                     |  23 +---
 qemu-deprecated.texi     |   6 -
 qemu-options.hx          |  11 --
 ui/Makefile.objs         |   2 +-
 ui/cocoa.m               |  28 ++++-
 24 files changed, 360 insertions(+), 533 deletions(-)
 create mode 100644 include/ui/kbd-state.h
 delete mode 100644 ui/sdl_keysym.h
 create mode 100644 ui/kbd-state.c

-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PULL 00/14] Ui 20190205 patches
Posted by Peter Maydell 5 years, 2 months ago
On Tue, 5 Feb 2019 at 10:58, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 773c4a6228fd910556cee2d477ee56c591a30000:
>
>   test-filter-mirror: pass UNIX domain socket through fd (2019-02-04 16:03:20 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20190205-pull-request
>
> for you to fetch changes up to 19c1b9fd3dd5955893c0d3c187a4180313e9a0f1:
>
>   keymap: fix keyup mappings (2019-02-05 10:45:44 +0100)
>
> ----------------------------------------------------------------
> ui: add kbd stats tracker.
> ui: gtk scroll fixes.
> ui: egl cursor scale fix.
> ui: more sdl1 cleanup.
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list