summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-18menuconfig: Add .config loading dialogUlf Magnusson
2018-05-18menuconfig: Don't show indentation-based menus in menu pathUlf Magnusson
2018-05-18Refactor help text parsing loopUlf Magnusson
2018-05-17Move help text parsing into a separate functionUlf Magnusson
2018-05-17Remove SRCARCH-related gotcha from module docstringUlf Magnusson
2018-05-17Factor out adding of promptsUlf Magnusson
2018-05-17Factor out symbol type settingUlf Magnusson
2018-05-17Conditional reversal nitUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-16Expand environment variables in strings directlyUlf 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-07Add screenshots showing incremental searchUlf 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-01Force encoding to UTF-8 by default on Python 3Ulf Magnusson
2018-05-01Formatting nitsUlf Magnusson
2018-05-01Make 5.0.0 releasev5.0.0Ulf Magnusson
2018-05-01Make warnings available in a listUlf Magnusson
2018-05-01Fix link to genrest.py outputUlf Magnusson
2018-05-01Make disable_warnings() disable all warningsUlf Magnusson
2018-05-01Make 4.3.0 releasev4.3.0Ulf Magnusson
2018-05-01Make 4.2.1 releasev4.2.1Ulf Magnusson
2018-05-01Rename examples/menuconfig.py to menuconfig_example.pyUlf Magnusson
2018-05-01Fix genrest.py linkUlf Magnusson
2018-05-01Add genrest.py from the Zephyr project as an exampleUlf Magnusson
2018-05-01Formatting fixUlf Magnusson
2018-05-01Fix README formattingUlf Magnusson
2018-05-01Add a terminal menuconfig implementationUlf Magnusson
2018-04-25Give filename and context for UnicodeDecodeErrorUlf Magnusson
2018-04-25Print a warning for malformed .config linesUlf Magnusson
2018-04-19Add Choice.direct_dep fieldUlf Magnusson
2018-04-11Add helper for splitting expressionsUlf Magnusson