mbox series

[v3,0/7] Fix split view search and debug info navigation

Message ID cover.1593498345.git.mchehab+huawei@kernel.org (mailing list archive)
Headers show
Series Fix split view search and debug info navigation | expand

Message

Mauro Carvalho Chehab June 30, 2020, 6:26 a.m. UTC
This series fixes some issues with search while on split view and fix the
broken hyperlink navigation.

The first patches restore the pre-Qt5 conversion behavior. The last
one implements navigation on a different way. I opted to keep this one
in separate, as this one is a new feature.

-

v3:

- dropped a patch that it is not needed anymore;
- hyperlinks should now work for non-visible items;
- fixed a description at patch 3.

Mauro Carvalho Chehab (7):
  kconfig: qconf: cleanup includes
  kconfig: qconf: make search fully work again on split mode
  kconfig: qconf: make debug links work again
  kconfig: qconf: re-implement setSelected()
  kconfig: qconf: simplify the goBack() logic
  kconfig: qconf: don't show goback button on splitMode
  kconfig: qconf: navigate menus on hyperlinks

 scripts/kconfig/qconf.cc | 169 +++++++++++++++++++++++----------------
 scripts/kconfig/qconf.h  |  29 ++++---
 2 files changed, 119 insertions(+), 79 deletions(-)

Comments

Masahiro Yamada July 1, 2020, 3:19 p.m. UTC | #1
On Tue, Jun 30, 2020 at 3:26 PM Mauro Carvalho Chehab
<mchehab+huawei@kernel.org> wrote:
>
> This series fixes some issues with search while on split view and fix the
> broken hyperlink navigation.
>
> The first patches restore the pre-Qt5 conversion behavior. The last
> one implements navigation on a different way. I opted to keep this one
> in separate, as this one is a new feature.
>
> -


Series, I applied to linux-kbuild/fixes.
(I used v3.1 for 7/7)


If Maxim gives Tested-by or something,
I will append it.





> v3:
>
> - dropped a patch that it is not needed anymore;
> - hyperlinks should now work for non-visible items;
> - fixed a description at patch 3.
>
> Mauro Carvalho Chehab (7):
>   kconfig: qconf: cleanup includes
>   kconfig: qconf: make search fully work again on split mode
>   kconfig: qconf: make debug links work again
>   kconfig: qconf: re-implement setSelected()
>   kconfig: qconf: simplify the goBack() logic
>   kconfig: qconf: don't show goback button on splitMode
>   kconfig: qconf: navigate menus on hyperlinks
>
>  scripts/kconfig/qconf.cc | 169 +++++++++++++++++++++++----------------
>  scripts/kconfig/qconf.h  |  29 ++++---
>  2 files changed, 119 insertions(+), 79 deletions(-)
>
> --
> 2.26.2
>
>