index
:
Kconfiglib.git
main
Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
menuconfig.py
Age
Commit message (
Expand
)
Author
2025-10-21
fix crash caused by unsupported locales
Iksas
2025-10-21
menuconfig: check if current menu is visible in parent when leaving
Leandro Lanzieri
2025-10-21
scripts: menuconfig: proper handling of NULL character as input
Torsten Rasmussen
2020-01-24
Use 'python3' instead of 'python' in hashbangs
Ulf Magnusson
2020-01-12
menuconfig: Work around crash on resize on some macOS systems
Ulf Magnusson
2020-01-12
menuconfig: Remove some double blank lines
Ulf Magnusson
2020-01-12
Put some comments at the end of lines.
Ulf Magnusson
2019-12-19
menuconfig: Improve look and readability of the aquatic theme
Ulf Magnusson
2019-11-27
menuconfig: Ignore errors from use_default_colors()
Ulf Magnusson
2019-11-27
menuconfig: Rename _STYLE_STD_COLORS to _NAMED_COLORS
Ulf Magnusson
2019-11-27
menuconfig: Reuse _IS_WINDOWS for curses import error check
Ulf Magnusson
2019-11-27
menuconfig: Ignore MENUCONFIG_STYLE on non-color terminals
Ulf Magnusson
2019-11-23
menuconfig: Avoid the non-ANSI 'brightwhite' color in the aquatic theme
Ulf Magnusson
2019-11-23
menuconfig: Check that bright named colors are < curses.COLORS
Ulf Magnusson
2019-10-10
Convert standard_kconfig() to argparse for better feedback
Ulf Magnusson
2019-10-09
menuconfig: _sorted_sc_nodes() code formatting nit
Ulf Magnusson
2019-10-05
menuconfig: Give hint when 'curses' can't be imported on Windows
Ulf Magnusson
2019-10-05
Do not automatically install windows-curses on Windows
Ulf Magnusson
2019-08-03
menuconfig/guiconfig: Print 'default:' with no 's' if there's just one
Ulf Magnusson
2019-07-02
Catch EnvironmentError instead of OSError/IOError
Ulf Magnusson
2019-06-24
menuconfig/guiconfig: Use orig_defaults in symbol info
Ulf Magnusson
2019-06-15
Use 'change' instead of 'convert' re. changing LC_CTYPE
Ulf Magnusson
2019-06-15
menuconfig: Be silent when changing LC_CTYPE to a UTF-8 locale
Ulf Magnusson
2019-06-09
menuconfig/guiconfig: Clean up 'range' checking a bit
Ulf Magnusson
2019-06-06
menuconfig: Fix help display on Python 2
Ulf Magnusson
2019-06-06
Update various comments now that menuconfig is Python 2-compatible
Ulf Magnusson
2019-06-06
menuconfig: Have hashbang point to 'python' instead of 'python3'
Ulf Magnusson
2019-06-06
menuconfig: Import print_function for Python 2 compatibility
Ulf Magnusson
2019-06-06
menuconfig: Only decode curses.erasechar() on Python 3
Ulf Magnusson
2019-06-06
menuconfig: Fall back on getch() when get_wch() isn't available
Ulf Magnusson
2019-06-06
menuconfig: Get rid of 'nonlocal'
Ulf Magnusson
2019-06-03
Improve warning control API (with backwards compatibility)
Ulf Magnusson
2019-06-03
Have load_config() and write_(min_)config() return messages
Ulf Magnusson
2019-05-25
Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()
Ulf Magnusson
2019-05-22
menuconfig: Fix inconsistent top/bottom scroll offset due to off-by-one
Ulf Magnusson
2019-05-19
Remove some comments re. setup.py entry points
Ulf Magnusson
2019-05-19
Make .config.old easier to discover
Ulf Magnusson
2019-05-19
String repetition consistency nit
Ulf Magnusson
2019-04-28
menuconfig: Fix display issue for unsatisfied-deps selected symbol with children
Ulf Magnusson
2019-04-27
menuconfig: Fix typo in docs
Ulf Magnusson
2019-04-26
menuconfig: Style consistency nits
Ulf Magnusson
2019-04-26
menuconfig: Remove unused UNKNOWN import
Ulf Magnusson
2019-04-26
menuconfig: Improve space/enter behavior slightly
Ulf Magnusson
2019-04-26
menuconfig: Use "(Top)" instead of "(top menu)"
Ulf Magnusson
2019-04-26
menuconfig: Use 'orig_type' instead of 'type' where possible
Ulf Magnusson
2019-04-26
menuconfig: Nit
Ulf Magnusson
2019-04-18
menuconfig: Remember last saved/loaded path and improve _conf_changed
Ulf Magnusson
2019-04-17
menuconfig: Prune _shown_nodes() recursion
Ulf Magnusson
2019-04-17
menuconfig: Style nit
Ulf Magnusson
2019-04-17
menuconfig: _select_imply_info() style nit
Ulf Magnusson
[next]