aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigGravatar Masahiro Yamada 1-22/+14
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Gravatar Masahiro Yamada 2-1/+2
2021-02-24kconfig: fix 'invalid option' for help optionGravatar Masahiro Yamada 1-2/+2
2021-02-24kconfig: remove dead code in conf_askvalue()Gravatar Masahiro Yamada 1-15/+1
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Gravatar Masahiro Yamada 1-26/+29
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Gravatar Mickaël Salaün 1-1/+1
2021-01-27kconfig: mconf: fix HOSTCC callGravatar Enrico Weigelt, metux IT consult 1-1/+1
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsGravatar Masahiro Yamada 1-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesGravatar John Millikin 1-1/+3
2020-12-21kconfig: fix return value of do_error_if()Gravatar Masahiro Yamada 1-1/+1
2020-12-08kconfig: clean up header inclusionGravatar Boris Kolpackov 4-3/+2
2020-12-08kconfig: qconf: show Qt version in the About dialogGravatar Masahiro Yamada 1-3/+6
2020-12-08kconfig: make lkc.h self-sufficient #include-wiseGravatar Boris Kolpackov 1-0/+4
2020-12-08kconfig: qconf: convert to Qt5 new signal/slot connection syntaxGravatar Masahiro Yamada 1-58/+78
2020-12-08kconfig: qconf: use a variable to pass packages to pkg-configGravatar Masahiro Yamada 1-1/+1
2020-12-08kconfig: qconf: drop Qt4 supportGravatar Masahiro Yamada 1-10/+2
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-275/+170
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-8/+8
2020-09-25kconfig: qconf: create QApplication after option checksGravatar Masahiro Yamada 1-1/+2
2020-09-25kconfig: qconf: remove Y, M, N columnsGravatar Masahiro Yamada 2-61/+4
2020-09-25kconfig: qconf: remove ConfigView classGravatar Masahiro Yamada 2-47/+17
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewGravatar Masahiro Yamada 2-33/+32
2020-09-25kconfig: qconf: remove ConfigLineEdit classGravatar Masahiro Yamada 2-57/+0
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeGravatar Masahiro Yamada 2-17/+91
2020-09-25kconfig: qconf: show data column all the timeGravatar Masahiro Yamada 2-32/+2
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classGravatar Masahiro Yamada 2-42/+39
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Gravatar Masahiro Yamada 2-9/+0
2020-09-25kconfig: qconf: update the intro message to match to the current codeGravatar Masahiro Yamada 1-4/+4
2020-09-25kconfig: qconf: reformat the intro messageGravatar Masahiro Yamada 1-11/+18
2020-09-20kconfig: qconf: revive help message in the info viewGravatar Masahiro Yamada 1-3/+8
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningGravatar Masahiro Yamada 2-31/+30
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Gravatar Masahiro Yamada 1-1/+1
2020-09-03kconfig: remove redundant assignment prompt = promptGravatar Denis Efremov 1-1/+0
2020-09-03kconfig: streamline_config.pl: check defined(ENV variable) before using itGravatar Randy Dunlap 1-1/+4
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigGravatar Masahiro Yamada 1-8/+8
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamGravatar Masahiro Yamada 1-54/+62
2020-08-21kconfig: qconf: remove redundant help in the info viewGravatar Masahiro Yamada 1-6/+1
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportGravatar Masahiro Yamada 1-2/+0
2020-08-18kconfig: qconf: remove unused colNrGravatar Masahiro Yamada 1-1/+1
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowGravatar Masahiro Yamada 2-18/+15
2020-08-18kconfig: qconf: fix signal connection to invalid slotsGravatar Masahiro Yamada 1-4/+4
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewGravatar Masahiro Yamada 2-28/+27
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowGravatar Masahiro Yamada 1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsGravatar Masahiro Yamada 2-14/+27
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixGravatar Masahiro Yamada 2-2/+2
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextGravatar Masahiro Yamada 1-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnGravatar Masahiro Yamada 2-19/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapGravatar Masahiro Yamada 2-19/+11
2020-08-14kconfig: qconf: drop more localization codeGravatar Masahiro Yamada 1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Gravatar Masahiro Yamada 2-10/+10