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(-) -- 2.26.2