]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig: gconf: use GtkTreeModelFilter to control row visibility
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:32 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 02:11:52 +0000 (11:11 +0900)
commite3795479366833d576f8e096be8ef9f42f9d124e
tree04f82adeaa1f4846025e72d141d29386d04ee4ec
parentab026457d3f8132b62f6855840817467ea92671e
kconfig: gconf: use GtkTreeModelFilter to control row visibility

Currently, update_tree() adds/removes entries to show/hide rows.
This approach is extremely complicated.

Use the tree model filter to control row visibility instead.

Do not toggle the MENU_CHANGED flag, as it is hard to control this
correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c