From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: unlisted-recipients:; (no To-header on input)
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
Dan Carpenter <dan.carpenter@oracle.com>,
linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org,
Masahiro Yamada <masahiroy@kernel.org>
Subject: [PATCH 0/6] Fix several issues at qconf.cc
Date: Thu, 2 Apr 2020 11:27:57 +0200 [thread overview]
Message-ID: <cover.1585819250.git.mchehab+huawei@kernel.org> (raw)
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
next reply other threads:[~2020-04-02 9:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-02 9:27 Mauro Carvalho Chehab [this message]
2020-04-02 9:27 ` [PATCH 1/6] kconfig: qconf: clean deprecated warnings Mauro Carvalho Chehab
2020-04-02 9:27 ` [PATCH 2/6] kconfig: qconf: Change title for the item window Mauro Carvalho Chehab
2020-04-02 9:28 ` [PATCH 3/6] kconfig: qconf: fix the content of the main widget Mauro Carvalho Chehab
2020-04-02 9:28 ` [PATCH 4/6] kconfig: qconf: fix support for the split view mode Mauro Carvalho Chehab
2020-04-02 9:28 ` [PATCH 5/6] kconfig: qconf: remove some old bogus TODOs Mauro Carvalho Chehab
2020-04-02 9:28 ` [PATCH 6/6] kconfig: qconf: Fix a few alignment issues Mauro Carvalho Chehab
2020-04-02 16:55 ` [PATCH 0/6] Fix several issues at qconf.cc Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1585819250.git.mchehab+huawei@kernel.org \
--to=mchehab+huawei@kernel.org \
--cc=dan.carpenter@oracle.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masahiroy@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox