From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO39m-0007QD-Qc for qemu-devel@nongnu.org; Thu, 13 Mar 2014 06:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO39i-0002TU-2I for qemu-devel@nongnu.org; Thu, 13 Mar 2014 06:46:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO39h-0002TK-Qh for qemu-devel@nongnu.org; Thu, 13 Mar 2014 06:46:29 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2DAkTOV011520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Mar 2014 06:46:29 -0400 From: Gerd Hoffmann Date: Thu, 13 Mar 2014 11:46:05 +0100 Message-Id: <1394707572-15112-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/7] gtk: cleanups and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Looks like I've became the default victim for gtk patches, with anthony being busy and /me recently picking up the gtk mouse wheel patch. So here is a collection of gtk patches hitting my inbox over the last few days. Not strictly bugfixes-only, but the cleanups are simple enouth that I think they are fine for 2.0. please pull, Gerd The following changes since commit 239618707637ec87eba8c452d2b2f75dc5ca20c7: Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-03-11 19:39:17 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-1 for you to fetch changes up to 1962744467ec5624bfecb55bf5a2c321744da253: gtk: Don't warp absolute pointer (2014-03-13 10:12:47 +0100) ---------------------------------------------------------------- gtk cleanups and fixes. ---------------------------------------------------------------- Cole Robinson (6): gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic gtk: Don't use deprecated vte_terminal_get_adjustment gtk: Remove use of deprecated stock items gtk: Use ctrl+alt+q for quit accelerator gtk: Fix mouse warping with gtk3 gtk: Don't warp absolute pointer Jan Kiszka (1): gtk: Allow to activate grab-on-hover from the command line include/ui/console.h | 2 +- qemu-options.hx | 5 +++++ ui/gtk.c | 39 ++++++++++++++++++++++++++------------- vl.c | 22 +++++++++++++++++++++- 4 files changed, 53 insertions(+), 15 deletions(-)