Re: [PATCH v2 0/9] kconfig: improve gconfig
From: Randy Dunlap
Date: Sun Jun 29 2025 - 15:03:01 EST
On 6/29/25 11:43 AM, Masahiro Yamada wrote:
> - Code refactoring
> - Migrate GTK 2 to GTK3
> - Fix all compile warnings
>
>
Hi,
If I am testing your recent *config patches, should I replace all gconf
patches from the patch 00/66 series with these patches?
Thanks.
> Masahiro Yamada (9):
> kconfig: gconf: fix behavior of a menu under a symbol in split view
> kconfig: gconf: use configure-event handler to adjust pane separator
> kconfig: gconf: rename display_tree_part()
> kconfig: gconf: rename gconf.glade to gconf.ui
> kconfig: gconf: migrate to GTK 3
> kconfig: gconf: replace GtkVbox with GtkBox
> kconfig: gconf: replace GdkColor with GdkRGBA
> kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPaned
> kconfig: gconf: show GTK version in About dialog
>
> scripts/kconfig/gconf-cfg.sh | 11 +-
> scripts/kconfig/gconf.c | 146 ++++++++--------
> scripts/kconfig/{gconf.glade => gconf.ui} | 202 +++++++++++-----------
> 3 files changed, 171 insertions(+), 188 deletions(-)
> rename scripts/kconfig/{gconf.glade => gconf.ui} (83%)
>
--
~Randy