summaryrefslogtreecommitdiff
path: root/menuconfig.py
AgeCommit message (Expand)Author
2019-11-23menuconfig: Avoid the non-ANSI 'brightwhite' color in the aquatic themeUlf Magnusson
2019-11-23menuconfig: Check that bright named colors are < curses.COLORSUlf Magnusson
2019-10-10Convert standard_kconfig() to argparse for better feedbackUlf Magnusson
2019-10-09menuconfig: _sorted_sc_nodes() code formatting nitUlf Magnusson
2019-10-05menuconfig: Give hint when 'curses' can't be imported on WindowsUlf Magnusson
2019-10-05Do not automatically install windows-curses on WindowsUlf Magnusson
2019-08-03menuconfig/guiconfig: Print 'default:' with no 's' if there's just oneUlf Magnusson
2019-07-02Catch EnvironmentError instead of OSError/IOErrorUlf Magnusson
2019-06-24menuconfig/guiconfig: Use orig_defaults in symbol infoUlf Magnusson
2019-06-15Use 'change' instead of 'convert' re. changing LC_CTYPEUlf Magnusson
2019-06-15menuconfig: Be silent when changing LC_CTYPE to a UTF-8 localeUlf Magnusson
2019-06-09menuconfig/guiconfig: Clean up 'range' checking a bitUlf Magnusson
2019-06-06menuconfig: Fix help display on Python 2Ulf Magnusson
2019-06-06Update various comments now that menuconfig is Python 2-compatibleUlf Magnusson
2019-06-06menuconfig: Have hashbang point to 'python' instead of 'python3'Ulf Magnusson
2019-06-06menuconfig: Import print_function for Python 2 compatibilityUlf Magnusson
2019-06-06menuconfig: Only decode curses.erasechar() on Python 3Ulf Magnusson
2019-06-06menuconfig: Fall back on getch() when get_wch() isn't availableUlf Magnusson
2019-06-06menuconfig: Get rid of 'nonlocal'Ulf Magnusson
2019-06-03Improve warning control API (with backwards compatibility)Ulf Magnusson
2019-06-03Have load_config() and write_(min_)config() return messagesUlf Magnusson
2019-05-25Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()Ulf Magnusson
2019-05-22menuconfig: Fix inconsistent top/bottom scroll offset due to off-by-oneUlf Magnusson
2019-05-19Remove some comments re. setup.py entry pointsUlf Magnusson
2019-05-19Make .config.old easier to discoverUlf Magnusson
2019-05-19String repetition consistency nitUlf Magnusson
2019-04-28menuconfig: Fix display issue for unsatisfied-deps selected symbol with childrenUlf Magnusson
2019-04-27menuconfig: Fix typo in docsUlf Magnusson
2019-04-26menuconfig: Style consistency nitsUlf Magnusson
2019-04-26menuconfig: Remove unused UNKNOWN importUlf Magnusson
2019-04-26menuconfig: Improve space/enter behavior slightlyUlf Magnusson
2019-04-26menuconfig: Use "(Top)" instead of "(top menu)"Ulf Magnusson
2019-04-26menuconfig: Use 'orig_type' instead of 'type' where possibleUlf Magnusson
2019-04-26menuconfig: NitUlf Magnusson
2019-04-18menuconfig: Remember last saved/loaded path and improve _conf_changedUlf Magnusson
2019-04-17menuconfig: Prune _shown_nodes() recursionUlf Magnusson
2019-04-17menuconfig: Style nitUlf Magnusson
2019-04-17menuconfig: _select_imply_info() style nitUlf Magnusson
2019-04-17menuconfig: Micro-optimize incremental searchUlf Magnusson
2019-04-17menuconfig: _jump_to_dialog() comment nitsUlf Magnusson
2019-04-17menuconfig: Add missing 'return' in _select_selected_choice_sym()Ulf Magnusson
2019-04-17menuconfig: Fix display issue for optional-prompt menuconfigsUlf Magnusson
2019-04-11menuconfig: Simplify _menu_path_info()Ulf Magnusson
2019-04-11menuconfig: Include all parents in menu pathsUlf Magnusson
2019-04-11menuconfig: Rename _try_set_locale() to try_set_locale()Ulf Magnusson
2019-04-10menuconfig: Rename _check_validity() to _check_valid()Ulf Magnusson
2019-04-10menuconfig: Code style nitsUlf Magnusson
2019-04-05menuconfig: Make comment re. preserving cursor position more accurateUlf Magnusson
2019-04-05menuconfig: Avoid needlessly turning on show-all in rare casesUlf Magnusson
2019-04-05menuconfig: Fix typo in comment in _load_dialog()Ulf Magnusson