[PATCH v2 0/9] kconfig: improve gconfig

Masahiro Yamada posted 9 patches 3 months, 1 week ago
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%)
[PATCH v2 0/9] kconfig: improve gconfig
Posted by Masahiro Yamada 3 months, 1 week ago
- Code refactoring
- Migrate GTK 2 to GTK3
- Fix all compile warnings


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%)

-- 
2.43.0
Re: [PATCH v2 0/9] kconfig: improve gconfig
Posted by Randy Dunlap 3 months, 1 week ago

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
Re: [PATCH v2 0/9] kconfig: improve gconfig
Posted by Masahiro Yamada 3 months, 1 week ago
On Mon, Jun 30, 2025 at 4:02 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
>
>
> 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?
>

Sorry for the confusion.

To avoid flooding the ML again, I only submitted v2
for some changed patches.

For convenience, I created a topic branch that contains
the entire patch set.

git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
 gconfig-v2


Your review and test are appreciated.

--
Best Regards
Masahiro Yamada