summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
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
2018-05-11Fix _search_strings() cacheUlf Magnusson
2018-05-11menuconfig: Add prompts to incremental searchUlf Magnusson
2018-05-10menuconfig: Add search with multiple search stringsUlf Magnusson
2018-05-10menuconfig: Refactor resizing after fullscreen dialogsUlf Magnusson
2018-05-10menuconfig: Remove confusing menu list commentUlf Magnusson
2018-05-10Style nitsUlf Magnusson
2018-05-09menuconfig: Misleading comment nitUlf Magnusson
2018-05-09menuconfig: Fix rendering of long prefilled edit box stringUlf Magnusson
2018-05-08menuconfig: Convert the C locale to a UTF-8 locale for LC_CTYPEUlf Magnusson
2018-05-08Increase indent for implicit submenus to 4Ulf Magnusson
2018-05-07menuconfig: Add incremental regex search and jump-toUlf Magnusson
2018-05-03menuconfig: Scroll to show current menu in menu pathUlf Magnusson
2018-05-03menuconfig: Quit immediately when configuration is unchangedUlf Magnusson
2018-05-03menuconfig: Support setting values with [N]/[M]/[Y]Ulf Magnusson
2018-05-03menuconfig: Add a mode that shows invisible itemsUlf Magnusson
2018-05-01Add a terminal menuconfig implementationUlf Magnusson