mbox

[PULL,v2,00/11] ui patch queue

Message ID 1485877831-28786-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-ui-20170131-2

Message

Gerd Hoffmann Jan. 31, 2017, 3:50 p.m. UTC
Hi,

Here comes the ui patch queue.  Nothing outstanding here.  Bugfixes and
small improvements all user interfaces.

v2 updates:
  * change "C.utf-8" locale to "C.UTF-8".
  * add forgotten "fix console resize" patch.

please pull,
  Gerd

The following changes since commit a0def594286d9110a6035e02eef558cf3cf5d847:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-01-30 10:23:20 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-ui-20170131-2

for you to fetch changes up to 3ef0c573d37b117867352a8bd8c567d3b774fe37:

  console: fix console resize (2017-01-31 16:09:16 +0100)

----------------------------------------------------------------
ui: bugfixes and small improvements all over the place.

----------------------------------------------------------------
Fabian Lesniak (3):
      qapi: add support for mice with extra/side buttons
      ps2: add support for mice with extra/side buttons
      ui: add support for mice with extra/side buttons

Gerd Hoffmann (2):
      vnc: fix overflow in vnc_update_stats
      console: fix console resize

Kevin Wolf (1):
      gtk: Hardcode LC_CTYPE as C.utf-8

Marc-André Lureau (1):
      spice: wakeup QXL worker to pick up mouse changes

OGAWA Hirofumi (1):
      ui/gtk: Fix mouse wheel on 3.4.0 or later

Pierre Ossman (1):
      vnc: track LED state separately

Rami Rosen (1):
      ui: fix format specfier in vnc to avoid break in build.

Ziyue Yang (1):
      ui/gtk.c: add ctrl-alt-= support for zoom in acceleration

 hw/input/ps2.c         |  8 +++---
 include/hw/input/ps2.h |  6 +++++
 qapi-schema.json       |  7 +++++-
 ui/console.c           |  2 +-
 ui/gtk.c               | 32 +++++++++++++++++++++++-
 ui/input-linux.c       |  6 +++++
 ui/spice-display.c     |  2 ++
 ui/vnc.c               | 67 ++++++++++++++++----------------------------------
 ui/vnc.h               |  3 ++-
 9 files changed, 80 insertions(+), 53 deletions(-)

Comments

Peter Maydell Jan. 31, 2017, 4:22 p.m. UTC | #1
On 31 January 2017 at 15:50, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the ui patch queue.  Nothing outstanding here.  Bugfixes and
> small improvements all user interfaces.
>
> v2 updates:
>   * change "C.utf-8" locale to "C.UTF-8".

> Kevin Wolf (1):
>       gtk: Hardcode LC_CTYPE as C.utf-8

...commit message no longer matches change.

thanks
-- PMM
Gerd Hoffmann Jan. 31, 2017, 4:34 p.m. UTC | #2
On Di, 2017-01-31 at 16:22 +0000, Peter Maydell wrote:
> On 31 January 2017 at 15:50, Gerd Hoffmann <kraxel@redhat.com> wrote:
> >   Hi,
> >
> > Here comes the ui patch queue.  Nothing outstanding here.  Bugfixes and
> > small improvements all user interfaces.
> >
> > v2 updates:
> >   * change "C.utf-8" locale to "C.UTF-8".
> 
> > Kevin Wolf (1):
> >       gtk: Hardcode LC_CTYPE as C.utf-8
> 
> ...commit message no longer matches change.

Subject is unchanged indeed.  The update is noted in the body of the
commit message though.  Is that good enough or do you want a v3 pull
with the subject updated too?

cheers,
  Gerd
Peter Maydell Feb. 2, 2017, 9:49 a.m. UTC | #3
On 31 January 2017 at 15:50, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the ui patch queue.  Nothing outstanding here.  Bugfixes and
> small improvements all user interfaces.
>
> v2 updates:
>   * change "C.utf-8" locale to "C.UTF-8".
>   * add forgotten "fix console resize" patch.
>
> please pull,
>   Gerd
>
> The following changes since commit a0def594286d9110a6035e02eef558cf3cf5d847:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-01-30 10:23:20 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-ui-20170131-2
>
> for you to fetch changes up to 3ef0c573d37b117867352a8bd8c567d3b774fe37:
>
>   console: fix console resize (2017-01-31 16:09:16 +0100)
>
> ----------------------------------------------------------------
> ui: bugfixes and small improvements all over the place.
>

Applied, thanks.

-- PMM