summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-11-06kconfig: document the positional argument in the help messageMasahiro Yamada1-1/+4
2024-11-06kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada1-1/+1
2024-11-06kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada1-37/+6
2024-11-06kconfig: add sym_get_prompt_menu() helper functionMasahiro Yamada2-7/+20
2024-11-06kconfig: qconf: remove non-functional href="m..." tagMasahiro Yamada1-2/+2
2024-11-06kconfig: qconf: remove redundant check in goBack()Masahiro Yamada1-3/+0
2024-11-06kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressedMasahiro Yamada1-1/+1
2024-11-06kconfig: qconf: remove ConfigItem::visible memberMasahiro Yamada2-25/+18
2024-11-06kconfig: qconf: do not show goParent button in split viewMasahiro Yamada1-2/+1
2024-11-06kconfig: qconf: convert the last old connection syntax to Qt5 styleMasahiro Yamada1-1/+3
2024-11-06kconfig: qconf: remove unnecessary lastWindowClosed() signal connectionMasahiro Yamada1-1/+0
2024-11-06kconfig: qconf: remove unnecessary setRootIsDecorated() callMasahiro Yamada1-1/+0
2024-11-06kconfig: qconf: remove redundant type check for choice membersMasahiro Yamada1-1/+1
2024-11-06kconfig: qconf: remove mouse{Press,Move}Event() functionsMasahiro Yamada2-16/+0
2024-11-06kconfig: qconf: simplify character replacementRolf Eike Beer1-21/+12
2024-11-06kconfig: qconf: use default platform shortcutsRolf Eike Beer1-5/+7
2024-11-06kconfig: qconf: use QString to store path to configuration fileRolf Eike Beer2-19/+7
2024-11-06kconfig: nconf: Fix typo in function commentThorsten Blum1-1/+1
2024-11-06streamline_config.pl: remove prompt warnings for configs with defaultsDavid Hunter1-2/+12
2024-11-06streamline_config.pl: ensure all defaults are trackedDavid Hunter1-1/+1
2024-11-04streamline_config.pl: fix missing variable operator in debug printDavid Hunter1-1/+1
2024-11-04kconfig: nconf: Use TAB to cycle thru dialog buttonsThorsten Blum1-0/+9
2024-11-04kconfig: qconf: set parent in the widget constructorMasahiro Yamada1-8/+4
2024-11-04kconfig: qconf: reorder code in ConfigMainWindow() constructorMasahiro Yamada1-12/+11
2024-11-04kconfig: qconf: set QSplitter orientation in the constructorMasahiro Yamada1-6/+3
2024-11-04kconfig: remove zconfprint()Masahiro Yamada1-17/+5
2024-11-04kconfig: remove support for "bool" prompt for choice entriesMasahiro Yamada1-6/+0
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada1-1/+12
2024-10-02kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada1-1/+1
2024-10-01kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada1-2/+2
2024-10-01kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada1-0/+1
2024-09-30kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada1-2/+8
2024-09-20kconfig: cache expression valuesMasahiro Yamada5-4/+39
2024-09-20kconfig: use hash table to reuse expressionsMasahiro Yamada4-277/+157
2024-09-20kconfig: refactor expr_eliminate_dups()Masahiro Yamada1-11/+3
2024-09-20kconfig: add comments to expression transformationsMasahiro Yamada1-6/+37
2024-09-20kconfig: change some expr_*() functions to boolMasahiro Yamada2-10/+11
2024-09-20scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada3-14/+5
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada13-54/+12
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada4-8/+0
2024-09-01kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada1-3/+1
2024-09-01kconfig: remove dummy assignments to cur_{filename,lineno}Masahiro Yamada1-8/+0
2024-08-06scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell1-0/+2
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada13-395/+11
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan2-48/+30
2024-07-20kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada1-52/+42
2024-07-16kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada5-11/+8
2024-07-16kconfig: add const qualifiers to several function argumentsMasahiro Yamada8-36/+40
2024-07-16kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada1-5/+2
2024-07-16kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada1-9/+9