From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPdp1-0002BS-61 for qemu-devel@nongnu.org; Mon, 17 Mar 2014 16:07:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPdov-0003No-8A for qemu-devel@nongnu.org; Mon, 17 Mar 2014 16:07:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPdou-0003Nb-Vc for qemu-devel@nongnu.org; Mon, 17 Mar 2014 16:07:37 -0400 From: Cole Robinson Date: Mon, 17 Mar 2014 16:06:22 -0400 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v3 0/5] gtk: Fix deprecation warnings, misc bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , Anthony Liguori , Cole Robinson First patch documents a configure option. Next 3 patches fix deprecation warnings on gtk 3.10. Last patch changes the 'quit' shortcut use the ctrl+alt convention. v3: Fix last patch building against old gtk2 Cole Robinson (5): configure: Document --with-gtkabi 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 configure | 1 + ui/gtk.c | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) -- 1.8.5.3