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-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
2019-01-15
Update copyright years for 2019
Ulf Magnusson
2018-12-24
menuconfig: Prompt for save if a different .config would be saved
Ulf Magnusson
2018-12-15
menuconfig: Add show-help mode
Ulf Magnusson
2018-12-08
Make {load,write}_config(filename=None) implement the standard behavior
Ulf Magnusson
2018-12-07
menuconfig: Code formatting nit
Ulf Magnusson
2018-11-28
menuconfig: Clarify the scope of the named choice special-casing
Ulf Magnusson
2018-11-28
menuconfig: Improve comment re. multiply-defined choice symbols
Ulf Magnusson
2018-11-28
menuconfig: Fix variable name typo in comment
Ulf Magnusson
2018-11-28
menuconfig: Only list duplicated choice symbols once
Ulf Magnusson
2018-11-21
menuconfig: Mention that menus can be 'menuconfig' symbols
Ulf Magnusson
2018-11-21
menuconfig: Print '----' instead of '---> (empty)'
Ulf Magnusson
2018-11-18
menuconfig: Never snap scroll back to max_scroll
Ulf Magnusson
2018-11-18
menuconfig: Tighten up _shown_nodes() a bit
Ulf Magnusson
2018-11-18
menuconfig: Get rid of a temporary list in the jump-to implemenation
Ulf Magnusson
2018-11-07
menuconfig: Support HOME and END in the jump-to dialog
Ulf Magnusson
2018-11-04
Comment grammar nit
Ulf Magnusson
2018-11-04
menuconfig: Move cursor to choice selection when entering choices
Ulf Magnusson
[next]