[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250629184554.407497-1-masahiroy@kernel.org>
Date: Mon, 30 Jun 2025 03:43:26 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: Masahiro Yamada <masahiroy@...nel.org>,
	linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/9] kconfig: improve gconfig
- 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
Powered by blists - more mailing lists