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-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
2018-11-02
menuconfig: Fix crash when toggling symbols without a type
Ulf Magnusson
2018-11-01
menuconfig: Add quotes around filename for .config loading errors
Ulf Magnusson
2018-10-31
Make errno/strerror/filename available on IOError
Ulf Magnusson
2018-10-22
menuconfig: Mention jump-to in info dialog help
Ulf Magnusson
2018-10-21
menuconfig: Show the selected symbol for promptless choices
Ulf Magnusson
2018-10-21
menuconfig: _node_str() simplification nit
Ulf Magnusson
2018-10-16
menuconfig: Use Kconfig.unique_choices in jump-to
Ulf Magnusson
2018-10-15
menuconfig: Simplify _sorted_menu_comment_nodes()
Ulf Magnusson
2018-10-14
menuconfig: Fix some minor resizing jumpiness on gnome-terminal
Ulf Magnusson
2018-10-14
menuconfig: Switch back to "very visible" cursor after Ctrl-F
Ulf Magnusson
2018-10-14
menuconfig: Mention some ncurses ESCDELAY investigation
Ulf Magnusson
2018-10-14
menuconfig: Mention some potential (though never seen) ESCDELAY iffiness
Ulf Magnusson
2018-10-14
menuconfig: Mention that jump-to has been generalized in docstring
Ulf Magnusson
2018-10-14
menuconfig: Fix crash when pressing Ctrl-F with no matches in jump-to dialog
Ulf Magnusson
2018-10-14
menuconfig: Add jump-to for choices, menus, and comments
Ulf Magnusson
2018-10-13
menuconfig: Do not show range hint for symbols without ranges
Ulf Magnusson
2018-10-10
menuconfig: Comment formatting nits
Ulf Magnusson
2018-10-10
menuconfig: Improve/fix promptless choice handling
Ulf Magnusson
2018-10-05
menuconfig: Fix Page Up typo in docstring
Ulf Magnusson
2018-10-05
menuconfig: Remove "Value for " prefix from input dialog titles
Ulf Magnusson
2018-10-02
menuconfig: Mark quit_dialog() as internal
Ulf Magnusson
2018-09-19
menuconfig: Fix some nits reported by flake8
Ulf Magnusson
2018-09-14
menuconfig: Fix typo re. menuconfig()
Ulf Magnusson
2018-09-14
menuconfig: Reorganize code a bit
Ulf Magnusson
2018-09-14
menuconfig: Fix a small symbol information display issue
Ulf Magnusson
2018-09-14
menuconfig: RGB color implementation nits
Ulf Magnusson
2018-09-14
menuconfig: Add RGB color support to styles.
Mitja HORVAT
2018-09-09
menuconfig: Menu drawing code nit
Ulf Magnusson
2018-09-09
menuconfig: Fix some glitching on small terminals
Ulf Magnusson
2018-09-08
menuconfig: Pass a style string to _styled_win()
Ulf Magnusson
[next]