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