public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Clean up goback logic
@ 2020-06-29 15:30 Mauro Carvalho Chehab
  2020-06-29 15:30 ` [PATCH 1/2] kconfig: qconf: simplify the goBack() logic Mauro Carvalho Chehab
  2020-06-29 15:30 ` [PATCH 2/2] kconfig: qconf: don't show goback button on splitMode Mauro Carvalho Chehab
  0 siblings, 2 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-29 15:30 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Mauro Carvalho Chehab, linux-kernel, linux-kbuild

Those patches cleanup the goBack logic.

The first patch removes some unused stuff and makes the goBack
to work only on singleMode.

The second patch ensures that the goback button won't be shown
on split mode. While not clear at the logic, it won't show either on
full mode. So, the button will only show on single mode, with is
compatible with the current goBack() implementation.

Mauro Carvalho Chehab (2):
  kconfig: qconf: simplify the goBack() logic
  kconfig: qconf: don't show goback button on splitMode

 scripts/kconfig/qconf.cc | 55 +++++++++++++++-------------------------
 1 file changed, 21 insertions(+), 34 deletions(-)

-- 
2.26.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-01 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 15:30 [PATCH 0/2] Clean up goback logic Mauro Carvalho Chehab
2020-06-29 15:30 ` [PATCH 1/2] kconfig: qconf: simplify the goBack() logic Mauro Carvalho Chehab
2020-06-29 15:30 ` [PATCH 2/2] kconfig: qconf: don't show goback button on splitMode Mauro Carvalho Chehab
2020-06-30  3:55   ` Masahiro Yamada
2020-06-30  6:09     ` Mauro Carvalho Chehab
2020-07-01 15:17       ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox