From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrjfT-0006E1-L3 for qemu-devel@nongnu.org; Tue, 03 Jun 2014 04:02:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrjfH-0003KG-4Y for qemu-devel@nongnu.org; Tue, 03 Jun 2014 04:01:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrjfG-0003Ik-S3 for qemu-devel@nongnu.org; Tue, 03 Jun 2014 04:01:47 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5381jcm029410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 3 Jun 2014 04:01:45 -0400 From: Gerd Hoffmann Date: Tue, 3 Jun 2014 10:01:37 +0200 Message-Id: <1401782502-29772-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Current gtk patch queue. A bunch of cleanups and fixes. Most notable change is patch #5 which winds up qemu text terminal emulation in gtk, so '-chardev vc' works even when building without vte (i.e. on windows). Gerd Hoffmann (5): gtk: factor out keycode mapping gtk: cleanup backend dependencies gtk: factor out gtk3 grab into the new gd_grab_devices function gtk: update window size after showing/hiding tabs gtk: bind to text terminal consoles too configure | 4 + ui/gtk.c | 298 ++++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 170 insertions(+), 132 deletions(-) -- 1.8.3.1