From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYYhB-000393-0H for qemu-devel@nongnu.org; Tue, 31 Jan 2017 08:42:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYYh6-0005yc-Ao for qemu-devel@nongnu.org; Tue, 31 Jan 2017 08:42:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44684) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYYh6-0005yL-4f for qemu-devel@nongnu.org; Tue, 31 Jan 2017 08:42:00 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 11C0F6AAD8 for ; Tue, 31 Jan 2017 13:42:00 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 31 Jan 2017 14:41:36 +0100 Message-Id: <1485870106-25016-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/10] ui patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the ui patch queue. Nothing outstanding here. Bugfixes and small improvements all user interfaces. please pull, Gerd The following changes since commit a0def594286d9110a6035e02eef558cf3cf5d8= 47: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into s= taging (2017-01-30 10:23:20 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20170131-1 for you to fetch changes up to 9f533e705dd140ea725747e8fd9bbab7f1e84a8b: gtk: Hardcode LC_CTYPE as C.utf-8 (2017-01-31 14:02:28 +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 (1): vnc: fix overflow in vnc_update_stats Kevin Wolf (1): gtk: Hardcode LC_CTYPE as C.utf-8 Marc-Andr=C3=A9 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-=3D support for zoom in acceleration hw/input/ps2.c | 8 +++--- include/hw/input/ps2.h | 6 +++++ qapi-schema.json | 7 +++++- ui/gtk.c | 32 +++++++++++++++++++++++- ui/input-linux.c | 6 +++++ ui/spice-display.c | 2 ++ ui/vnc.c | 67 ++++++++++++++++----------------------------= ------ ui/vnc.h | 3 ++- 8 files changed, 79 insertions(+), 52 deletions(-)