From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1495AC43331 for ; Thu, 2 Apr 2020 09:28:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D30DE2145D for ; Thu, 2 Apr 2020 09:28:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585819690; bh=6NuIKa06JuBhIzAx4NV7mmY4eJMRHElqaJQJ06Ey6Dw=; h=From:Cc:Subject:Date:To:List-ID:From; b=dS8QzAvLCdyd3OCv6wpc3kE2iBI5hVqFedOtY6rUGlur7juO1lWD84tT/OjhQuuRL jSQVKfE2tfkW4fQk3I0TnpRExnJ4AhaqJzveIEj2IE6x06f3V7lYho/Ouh7/tEx/HE 6eDrHoV7V+W5wBDrGjRnFqmP4wfut55O1OnmQK1U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387847AbgDBJ2J (ORCPT ); Thu, 2 Apr 2020 05:28:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:49214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387722AbgDBJ2I (ORCPT ); Thu, 2 Apr 2020 05:28:08 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BE5222074D; Thu, 2 Apr 2020 09:28:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585819687; bh=6NuIKa06JuBhIzAx4NV7mmY4eJMRHElqaJQJ06Ey6Dw=; h=From:To:Cc:Subject:Date:From; b=T1EmQBOdi0c/arhTL5zDnjC5vsqdYacLjOWLvQJ1ghRhTRhn9Rv9PcZmLSofp408U uxi5G+QlR685j2QbROP2dYYcq7qVIYB+SQd1kfggl/2O9pppimmZGxnj1GWIDo8xDe zA5uqDSV8qmqWs5lIknIjnE6D/Cg6H8FycuQiMns= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jJw8s-000Aa3-0k; Thu, 02 Apr 2020 11:28:06 +0200 From: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Dan Carpenter , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Masahiro Yamada Subject: [PATCH 0/6] Fix several issues at qconf.cc Date: Thu, 2 Apr 2020 11:27:57 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since its conversion to support Qt5, back on Kernel 3.14, the qconf.cc tool has been having some issues. With Kernel 5.6 (and Qt 5.13) it doesn't work at all, on any of its modes. This patch series restore its functionality to what it had before Kernel 3.14. Now, all three modes should work as expected, and the layout will be shown with a vertical split, with the help messages at the botton, for both Single and Full modes. The Split mode should also work properly, with its horizontal split showing the main config items at the left and a per-items view at the right. Mauro Carvalho Chehab (6): kconfig: qconf: clean deprecated warnings kconfig: qconf: Change title for the item window kconfig: qconf: fix the content of the main widget kconfig: qconf: fix support for the split view mode kconfig: qconf: remove some old bogus TODOs kconfig: qconf: Fix a few alignment issues scripts/kconfig/qconf.cc | 90 ++++++++++++++++++++++++++++------------ scripts/kconfig/qconf.h | 2 + 2 files changed, 66 insertions(+), 26 deletions(-) -- 2.25.1