public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] improve qconfig C++ code
@ 2024-10-23  6:26 Rolf Eike Beer
  2024-10-23  6:29 ` [PATCH 1/7] kconfig: qconf: use QByteArray API instead of manually constructing a string Rolf Eike Beer
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Rolf Eike Beer @ 2024-10-23  6:26 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]

While playing around with qconfig I made some cleanups that I seemed to forgot 
to send out. This uses more of the Qt API that is already present to make the 
code a bit nicer (YMMV). Especially it adds some keyboard shortcuts for the 
default actions (Save, Save as and the like).

Rolf Eike Beer (7):
  kconfig: qconf: simplify character replacement
  kconfig: qconf: use default platform shortcuts
  kconfig: qconf: use nullptr in C++11 code
  kconfig: qconf: use QCommandLineParser
  kconfig: qconf: use preferred form of QString API
  kconfig: qconf: use QString to store path to configuration file
  kconfig: qconf: use QByteArray API instead of manually constructing a string

-- 
Rolf Eike Beer

emlix GmbH
Headquarters: Berliner Str. 12, 37073 Göttingen, Germany
Phone +49 (0)551 30664-0, e-mail info@emlix.com
District Court of Göttingen, Registry Number HR B 3160
Managing Directors: Heike Jordan, Dr. Uwe Kracke
VAT ID No. DE 205 198 055
Office Berlin: Panoramastr. 1, 10178 Berlin, Germany
Office Bonn: Bachstr. 6, 53115 Bonn, Germany
http://www.emlix.com

emlix - your embedded Linux partner

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 313 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-10-24 11:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23  6:26 [PATCH 0/7] improve qconfig C++ code Rolf Eike Beer
2024-10-23  6:29 ` [PATCH 1/7] kconfig: qconf: use QByteArray API instead of manually constructing a string Rolf Eike Beer
2024-10-23 16:37   ` Masahiro Yamada
2024-10-23 19:07     ` Masahiro Yamada
2024-10-24  7:02       ` Rolf Eike Beer
2024-10-23  6:31 ` [PATCH 2/7] kconfig: qconf: use QString to store path to configuration file Rolf Eike Beer
2024-10-23 16:37   ` Masahiro Yamada
2024-10-23  6:32 ` [PATCH 3/7] kconfig: qconf: use preferred form of QString API Rolf Eike Beer
2024-10-23 16:38   ` Masahiro Yamada
2024-10-23  6:33 ` [PATCH 4/7] kconfig: qconf: use QCommandLineParser Rolf Eike Beer
2024-10-23 16:39   ` Masahiro Yamada
2024-10-24 11:28     ` Masahiro Yamada
2024-10-23  6:34 ` [PATCH 5/7] kconfig: qconf: use nullptr in C++11 code Rolf Eike Beer
2024-10-23 16:41   ` Masahiro Yamada
2024-10-24  7:05     ` Rolf Eike Beer
2024-10-23  6:36 ` [PATCH 6/7] kconfig: qconf: use default platform shortcuts Rolf Eike Beer
2024-10-23 16:48   ` Masahiro Yamada
2024-10-23  6:39 ` [PATCH 7/7] kconfig: qconf: simplify character replacement Rolf Eike Beer
2024-10-23 16:51   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox