| Commit message (Expand) | Author | Age | Files | Lines |
* | kconfig: fix memory leak in sym_warn_unmet_dep() | Masahiro Yamada | 2025-01-30 | 1 | -0/+1 |
* | kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST | Masahiro Yamada | 2025-01-30 | 1 | -2/+4 |
* | kconfig: qconf: use preferred form of QString API | Rolf Eike Beer | 2025-01-10 | 1 | -4/+4 |
* | kbuild: suppress stdout from merge_config for silent builds | Masahiro Yamada | 2025-01-10 | 1 | -1/+3 |
* | kconfig: document the positional argument in the help message | Masahiro Yamada | 2024-11-06 | 1 | -1/+4 |
* | kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu() | Masahiro Yamada | 2024-11-06 | 1 | -1/+1 |
* | kconfig: qconf: refactor ConfigInfoView::clicked() | Masahiro Yamada | 2024-11-06 | 1 | -37/+6 |
* | kconfig: add sym_get_prompt_menu() helper function | Masahiro Yamada | 2024-11-06 | 2 | -7/+20 |
* | kconfig: qconf: remove non-functional href="m..." tag | Masahiro Yamada | 2024-11-06 | 1 | -2/+2 |
* | kconfig: qconf: remove redundant check in goBack() | Masahiro Yamada | 2024-11-06 | 1 | -3/+0 |
* | kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed | Masahiro Yamada | 2024-11-06 | 1 | -1/+1 |
* | kconfig: qconf: remove ConfigItem::visible member | Masahiro Yamada | 2024-11-06 | 2 | -25/+18 |
* | kconfig: qconf: do not show goParent button in split view | Masahiro Yamada | 2024-11-06 | 1 | -2/+1 |
* | kconfig: qconf: convert the last old connection syntax to Qt5 style | Masahiro Yamada | 2024-11-06 | 1 | -1/+3 |
* | kconfig: qconf: remove unnecessary lastWindowClosed() signal connection | Masahiro Yamada | 2024-11-06 | 1 | -1/+0 |
* | kconfig: qconf: remove unnecessary setRootIsDecorated() call | Masahiro Yamada | 2024-11-06 | 1 | -1/+0 |
* | kconfig: qconf: remove redundant type check for choice members | Masahiro Yamada | 2024-11-06 | 1 | -1/+1 |
* | kconfig: qconf: remove mouse{Press,Move}Event() functions | Masahiro Yamada | 2024-11-06 | 2 | -16/+0 |
* | kconfig: qconf: simplify character replacement | Rolf Eike Beer | 2024-11-06 | 1 | -21/+12 |
* | kconfig: qconf: use default platform shortcuts | Rolf Eike Beer | 2024-11-06 | 1 | -5/+7 |
* | kconfig: qconf: use QString to store path to configuration file | Rolf Eike Beer | 2024-11-06 | 2 | -19/+7 |
* | kconfig: nconf: Fix typo in function comment | Thorsten Blum | 2024-11-06 | 1 | -1/+1 |
* | streamline_config.pl: remove prompt warnings for configs with defaults | David Hunter | 2024-11-06 | 1 | -2/+12 |
* | streamline_config.pl: ensure all defaults are tracked | David Hunter | 2024-11-06 | 1 | -1/+1 |
* | streamline_config.pl: fix missing variable operator in debug print | David Hunter | 2024-11-04 | 1 | -1/+1 |
* | kconfig: nconf: Use TAB to cycle thru dialog buttons | Thorsten Blum | 2024-11-04 | 1 | -0/+9 |
* | kconfig: qconf: set parent in the widget constructor | Masahiro Yamada | 2024-11-04 | 1 | -8/+4 |
* | kconfig: qconf: reorder code in ConfigMainWindow() constructor | Masahiro Yamada | 2024-11-04 | 1 | -12/+11 |
* | kconfig: qconf: set QSplitter orientation in the constructor | Masahiro Yamada | 2024-11-04 | 1 | -6/+3 |
* | kconfig: remove zconfprint() | Masahiro Yamada | 2024-11-04 | 1 | -17/+5 |
* | kconfig: remove support for "bool" prompt for choice entries | Masahiro Yamada | 2024-11-04 | 1 | -6/+0 |
* | kconfig: show sub-menu entries even if the prompt is hidden | Masahiro Yamada | 2024-10-31 | 1 | -1/+12 |
* | kconfig: qconf: fix buffer overflow in debug links | Masahiro Yamada | 2024-10-02 | 1 | -1/+1 |
* | kconfig: qconf: move conf_read() before drawing tree pain | Masahiro Yamada | 2024-10-01 | 1 | -2/+2 |
* | kconfig: clear expr::val_is_valid when allocated | Masahiro Yamada | 2024-10-01 | 1 | -0/+1 |
* | kconfig: fix infinite loop in sym_calc_choice() | Masahiro Yamada | 2024-09-30 | 1 | -2/+8 |
* | kconfig: cache expression values | Masahiro Yamada | 2024-09-20 | 5 | -4/+39 |
* | kconfig: use hash table to reuse expressions | Masahiro Yamada | 2024-09-20 | 4 | -277/+157 |
* | kconfig: refactor expr_eliminate_dups() | Masahiro Yamada | 2024-09-20 | 1 | -11/+3 |
* | kconfig: add comments to expression transformations | Masahiro Yamada | 2024-09-20 | 1 | -6/+37 |
* | kconfig: change some expr_*() functions to bool | Masahiro Yamada | 2024-09-20 | 2 | -10/+11 |
* | scripts: move hash function from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 2024-09-20 | 3 | -14/+5 |
* | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h | Masahiro Yamada | 2024-09-01 | 13 | -54/+12 |
* | kconfig: remove P_SYMBOL property | Masahiro Yamada | 2024-09-01 | 4 | -8/+0 |
* | kconfig: stop adding P_SYMBOL property to symbols | Masahiro Yamada | 2024-09-01 | 1 | -3/+1 |
* | kconfig: remove dummy assignments to cur_{filename,lineno} | Masahiro Yamada | 2024-09-01 | 1 | -8/+0 |
* | scripts: kconfig: merge_config: config files: add a trailing newline | Anders Roxell | 2024-08-06 | 1 | -0/+2 |
* | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 2024-07-21 | 13 | -395/+11 |
* | kconfig: recursive checks drop file/lineno | HONG Yifan | 2024-07-20 | 2 | -48/+30 |
* | kconfig: remove 'e1' and 'e2' macros from expression deduplication | Masahiro Yamada | 2024-07-20 | 1 | -52/+42 |