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