summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel-9/+12
2007-07-25kconfig: remove unused members from struct symbolSam Ravnborg-1/+0
2007-07-25kconfig: attach help text to menusSam Ravnborg-43/+49
2007-07-17kconfig: reset generated values only if Kconfig and .config agree.Roman Zippel-11/+26
2007-07-17kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle-2/+9
2007-07-16kconfig: fix update-po-configSam Ravnborg-18/+21
2007-07-16kconfig: use POSIX equality test in check-lxdialog.shMike Frysinger-1/+1
2007-05-19kconfig: search harder for curses library in check-lxdialog.shMike Frysinger-15/+9
2007-05-06kconfig: fix mconf segmentation faultMarcin Garski-2/+2
2007-05-06kconfig: error out if recursive dependencies are foundSam Ravnborg-12/+13
2007-05-02kconfig: correct minor typo in Kconfig warning message.Robert P. J. Day-1/+1
2007-05-02kbuild: be more explicit on missing .config fileRandy Dunlap-0/+1
2007-05-02kconfig: refer to qt3 if we cannot find qt librariesSam Ravnborg-2/+2
2007-05-02kbuild: remove kconfig binaries during make mrproperSam Ravnborg-0/+1
2007-05-02kconfig/menuconfig: do not hardcode '.config'Sam Ravnborg-1/+2
2007-05-02menuconfig: remember alternate config filenameSam Ravnborg-12/+37
2007-05-02kconfig/xconfig: sync main view with search dialog current menuMarco Costalba-2/+5
2007-05-02menuconfig: dont use obsolete index() function in lxdialogMike Frysinger-2/+2
2007-02-14[PATCH] qconf: hide empty list itemsCyrill V. Gorcunov-0/+2
2007-02-14[PATCH] qconf: Back button behaviour normalizationCyrill V. Gorcunov-1/+4
2007-02-14[PATCH] qconf: fix showing help info on failed searchCyrill V. Gorcunov-0/+1
2007-02-14[PATCH] qconf: relocate Search CommandShlomi Fish-3/+6
2007-02-14[PATCH] qconf: immediately update integer and string values in xconfig displayKarsten Wiese-0/+1
2007-01-11[PATCH] qconf: (re)fix SIGSEGV on empty menu itemsRoman Zippel-13/+4
2007-01-05[PATCH] qconf: fix SIGSEGV on empty menu itemsCyrill V. Gorcunov-2/+12
2006-12-13[PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's...Karsten Wiese-19/+20
2006-12-13[PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use ...Karsten Wiese-2/+27
2006-12-13[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese-9/+21
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese-10/+23
2006-12-07[PATCH] qconf: support old QTakpm@osdl.org-4/+4
2006-11-25[PATCH] fix menuconfig colours with TERM=vt100Roman Zippel-9/+7
2006-11-25[PATCH] qconf: fix uninitialsied memberRoman Zippel-0/+1
2006-11-13[PATCH] .gitignore: add miscellaneous filesFranck Bui-Huu-0/+2
2006-10-11[PATCH] Fix menuconfig build failure due to missing stdbool.hLuca Tettamanti-0/+1
2006-10-01kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg-1/+1
2006-09-30kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg-8/+8
2006-09-30kconfig/lxdialog: clear long menu linesSam Ravnborg-6/+6
2006-09-30kbuild: do not build mconf & lxdialog unless neededSam Ravnborg-1/+6
2006-09-30kconfig/lxdialog: fix make mrproperSam Ravnborg-1/+0
2006-09-30kconfig/lxdialog: support resizeSam Ravnborg-71/+161
2006-09-30kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg-30/+76
2006-09-30kconfig/menuconfig: lxdialog is now built-inSam Ravnborg-1019/+502
2006-09-30kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg-2/+18
2006-09-30kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg-7/+81
2006-09-30kconfig/lxdialog: refactor color supportSam Ravnborg-362/+250
2006-09-25kbuild: update help in top level MakefileRobert P. J. Day-0/+1
2006-09-25kconfig: support DOS line endingsMatthew Wilcox-2/+6
2006-08-01kconfig: correct oldconfig for unset choice optionsRoman Zippel-1/+1
2006-07-01kconfig: enhancing accessibility of lxdialogSamuel Thibault-2/+5
2006-06-09kconfig: KCONFIG_OVERWRITECONFIGRoman Zippel-19/+29