summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
2018-08-25menuconfig: Don't return when selecting a choice symbol with childrenUlf Magnusson
2018-08-25menuconfig: Show all symbols at each menu location for multi.def. choicesUlf Magnusson
2018-08-24menuconfig: Hide the include path for top-level itemsUlf Magnusson
2018-08-24Show include paths in menuconfig symbol informationUlf Magnusson
2018-08-22Introduce Kconfig.unique_defined_syms and Kconfig.unique_choicesUlf Magnusson
2018-08-10Improve naming in the custom expr. printing functionsUlf Magnusson
2018-08-10menuconfig: Make symbol information less spammyUlf Magnusson
2018-08-10menuconfig: Omit tristate value hint for int/string/hex defaultsUlf Magnusson
2018-08-10menuconfig: Use the new custom symbol/choice string functionalityUlf Magnusson
2018-06-24menuconfig: Style nitUlf Magnusson
2018-06-24menuconfig: Remove redundant _update_menu() callUlf Magnusson
2018-06-22menuconfig: Fix some pylint code nitsUlf Magnusson
2018-06-22menuconfig: Simplify [N]/[M]/[Y] implementationUlf Magnusson
2018-06-22menuconfig: Simplify is_num() a bitUlf Magnusson
2018-06-18Add Nordic Semiconductor ASA as shared menuconfig copyright holderUlf Magnusson
2018-06-15menuconfig: Remove redundant int() argumentUlf Magnusson
2018-06-12menuconfig: Fix searching for nonexistent objectsTomasz Gorochowik
2018-06-11menuconfig: Support viewing symbol info from within the jump-to dialogUlf Magnusson
2018-06-11menuconfig: Support starting a search from the info dialogUlf Magnusson
2018-06-06Add license tags to scriptsUlf Magnusson
2018-05-31menuconfig: Fix outdated commentUlf Magnusson
2018-05-30Add tool helper for loading/saving .config filesUlf Magnusson
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
2018-05-27menuconfig: Always prompt for save when output file is missingUlf Magnusson
2018-05-27Simplify error exitsUlf Magnusson
2018-05-27menuconfig: Prepare for packagingUlf Magnusson
2018-05-22menuconfig: Move symbol name from title into info textUlf Magnusson
2018-05-22menuconfig: Rearrange symbol name printing conditionUlf Magnusson
2018-05-22menuconfig: Add mode for showing all symbol namesUlf Magnusson
2018-05-21menuconfig: Don't show implicit menus in symbol infoUlf Magnusson
2018-05-21menuconfig: Quote symbol values in jump-to dialogUlf Magnusson
2018-05-21menuconfig: Show symbol values in search resultsUlf Magnusson
2018-05-20menuconfig: Use lower() instead of re.IGNORECASE in searchUlf Magnusson
2018-05-20menuconfig: Style nitUlf Magnusson
2018-05-20menuconfig: Fix outdated 'matches' commentUlf Magnusson
2018-05-20menuconfig: Search names and prompts separatelyUlf Magnusson
2018-05-20menuconfig: Formatting nitUlf Magnusson
2018-05-20menuconfig: Fix bad regex crash on Python 3.4-Ulf Magnusson
2018-05-19menuconfig: Implement scroll offset for text boxesUlf Magnusson
2018-05-19menuconfig: Add info and allow ~ in save/load dialogsUlf Magnusson
2018-05-18menuconfig: Remove redundant information for menus and commentsUlf Magnusson
2018-05-18menuconfig: Add .config loading dialogUlf Magnusson
2018-05-18menuconfig: Don't show indentation-based menus in menu pathUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-14menuconfig: Fix _CONVERT_C_LC_CTYPE_TO_UTF8 commentUlf Magnusson
2018-05-13menuconfig: Add Ctrl-W support to edit boxesUlf Magnusson
2018-05-11menuconfig: Style nitUlf Magnusson
2018-05-11menuconfig: Jump-to code nitUlf Magnusson
2018-05-11menucomment: Comment clarity nitUlf Magnusson
2018-05-11menuconfig: Code style nitUlf Magnusson