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
/
guiconfig.py
Age
Commit message (
Expand
)
Author
2025-10-21
guiconfig: fix call re lib but not import it.(2)
stranding
2025-10-21
guiconfig: fix call re lib but not import it.
stranding
2020-01-24
Use 'python3' instead of 'python' in hashbangs
Ulf Magnusson
2020-01-12
guiconfig: Shorten _sorted_sc_nodes() a bit
Ulf Magnusson
2019-10-10
guiconfig: Check for visible nodes before turning off show-all in full-tree mode
Ulf Magnusson
2019-10-10
Convert standard_kconfig() to argparse for better feedback
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-09
menuconfig/guiconfig: Clean up 'range' checking a bit
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-19
Make .config.old easier to discover
Ulf Magnusson
2019-05-19
String repetition consistency nit
Ulf Magnusson
2019-05-07
guiconfig: Remove unused UNKNOWN import
Ulf Magnusson
2019-05-06
guiconfig: Comment nits
Ulf Magnusson
2019-05-06
guiconfig: Micro-optimize tree item creation some more
Ulf Magnusson
2019-05-03
guiconfig: Add a Tkinter-based menuconfig
Ulf Magnusson