From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c060n-0004vq-P3 for qemu-devel@nongnu.org; Fri, 28 Oct 2016 08:11:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c060j-0005TN-Ih for qemu-devel@nongnu.org; Fri, 28 Oct 2016 08:11:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45112) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c060j-0005S3-DX for qemu-devel@nongnu.org; Fri, 28 Oct 2016 08:11:49 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 5A9828FCF9 for ; Fri, 28 Oct 2016 12:11:47 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 28 Oct 2016 14:11:32 +0200 Message-Id: <1477656698-13569-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/6] 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 with bugfixes for gtk and curses UIs and the baum braille support. I've cherry-picked from Samuel's patches the ones which are ready to merge. There is more in the pipeline for better unicode support in curses, but those will probably not make the 2.8 freeze deadline. please pull, Gerd The following changes since commit db4df20de86c6e8ecd6c9f042c029ffb9f9cddac: trace: Fix 'char **' compilation error in simple backend (2016-10-27 19:24:15 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20161028-1 for you to fetch changes up to 8ddc5bf9e5de51c2a4842c01dd3a97f5591776fd: curses: Use cursesw instead of curses (2016-10-28 11:19:38 +0200) ---------------------------------------------------------------- braille fixes and improvements. curses fix, switch to cursesw. gtk bugfixes. ---------------------------------------------------------------- Alberto Garcia (1): gtk: fix compilation warning with gtk 3.22.2 Samuel Thibault (4): Add dots keypresses support to the baum braille device Defer BrlAPI tty acquisition to when guest starts using device curses: fix left/right arrow translation curses: Use cursesw instead of curses Thomas Huth (1): ui/gtk: Fix non-working DELETE key backends/baum.c | 305 ++++++++++++++++++++++++++++++++------------------------ configure | 29 ++++-- ui/curses.c | 4 +- ui/gtk.c | 27 ++++- 4 files changed, 220 insertions(+), 145 deletions(-)