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
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
2019-04-17
menuconfig: Micro-optimize incremental search
Ulf Magnusson
2019-04-17
menuconfig: _jump_to_dialog() comment nits
Ulf Magnusson
2019-04-17
menuconfig: Add missing 'return' in _select_selected_choice_sym()
Ulf Magnusson
2019-04-17
menuconfig: Fix display issue for optional-prompt menuconfigs
Ulf Magnusson
2019-04-11
menuconfig: Simplify _menu_path_info()
Ulf Magnusson
2019-04-11
menuconfig: Include all parents in menu paths
Ulf Magnusson
2019-04-11
menuconfig: Rename _try_set_locale() to try_set_locale()
Ulf Magnusson
2019-04-10
menuconfig: Rename _check_validity() to _check_valid()
Ulf Magnusson
2019-04-10
menuconfig: Code style nits
Ulf Magnusson
2019-04-05
menuconfig: Make comment re. preserving cursor position more accurate
Ulf Magnusson
2019-04-05
menuconfig: Avoid needlessly turning on show-all in rare cases
Ulf Magnusson
2019-04-05
menuconfig: Fix typo in comment in _load_dialog()
Ulf Magnusson
2019-04-04
menuconfig: Show menus with unsatisfied 'visible if' in red in show-all mode
Ulf Magnusson
2019-04-03
menuconfig: Simplify show-all backwards search
Ulf Magnusson
2019-03-21
menuconfig: Whitespace nit
Ulf Magnusson
2019-03-20
menuconfig: Style nits
Ulf Magnusson
2019-03-19
menuconfig: Mention windows-curses in module docstring
Ulf Magnusson
2019-03-19
menuconfig: Get rid of 'platform' import
Ulf Magnusson
2019-03-16
menuconfig: Add generic window height/width helpers
Ulf Magnusson
2019-03-14
menuconfig: Fix some typos in comments
Ulf Magnusson
2019-03-14
menuconfig: Put two blank lines between top-level functions
Ulf Magnusson
[next]