| Commit message (Expand) | Author | Age | Files | Lines |
* | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig | Masahiro Yamada | 2021-02-24 | 1 | -22/+14 |
* | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada | 2021-02-24 | 2 | -1/+2 |
* | kconfig: fix 'invalid option' for help option | Masahiro Yamada | 2021-02-24 | 1 | -2/+2 |
* | kconfig: remove dead code in conf_askvalue() | Masahiro Yamada | 2021-02-24 | 1 | -15/+1 |
* | kconfig: clean up nested if-conditionals in check_conf() | Masahiro Yamada | 2021-02-24 | 1 | -26/+29 |
* | kconfig: Remove duplicate call to sym_get_string_value() | Mickaël Salaün | 2021-02-24 | 1 | -1/+1 |
* | kconfig: mconf: fix HOSTCC call | Enrico Weigelt, metux IT consult | 2021-01-27 | 1 | -1/+1 |
* | kconfig: remove 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada | 2021-01-04 | 1 | -10/+0 |
* | kconfig: Support building mconf with vendor sysroot ncurses | John Millikin | 2021-01-04 | 1 | -1/+3 |
* | kconfig: fix return value of do_error_if() | Masahiro Yamada | 2020-12-21 | 1 | -1/+1 |
* | kconfig: clean up header inclusion | Boris Kolpackov | 2020-12-08 | 4 | -3/+2 |
* | kconfig: qconf: show Qt version in the About dialog | Masahiro Yamada | 2020-12-08 | 1 | -3/+6 |
* | kconfig: make lkc.h self-sufficient #include-wise | Boris Kolpackov | 2020-12-08 | 1 | -0/+4 |
* | kconfig: qconf: convert to Qt5 new signal/slot connection syntax | Masahiro Yamada | 2020-12-08 | 1 | -58/+78 |
* | kconfig: qconf: use a variable to pass packages to pkg-config | Masahiro Yamada | 2020-12-08 | 1 | -1/+1 |
* | kconfig: qconf: drop Qt4 support | Masahiro Yamada | 2020-12-08 | 1 | -10/+2 |
* | Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-10-22 | 2 | -275/+170 |
|\ |
|
| * | kconfig: qconf: create QApplication after option checks | Masahiro Yamada | 2020-09-25 | 1 | -1/+2 |
| * | kconfig: qconf: remove Y, M, N columns | Masahiro Yamada | 2020-09-25 | 2 | -61/+4 |
| * | kconfig: qconf: remove ConfigView class | Masahiro Yamada | 2020-09-25 | 2 | -47/+17 |
| * | kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView | Masahiro Yamada | 2020-09-25 | 2 | -33/+32 |
| * | kconfig: qconf: remove ConfigLineEdit class | Masahiro Yamada | 2020-09-25 | 2 | -57/+0 |
| * | kconfig: qconf: allow to edit "int", "hex", "string" menus in-place | Masahiro Yamada | 2020-09-25 | 2 | -17/+91 |
| * | kconfig: qconf: show data column all the time | Masahiro Yamada | 2020-09-25 | 2 | -32/+2 |
| * | kconfig: qconf: move ConfigView::updateList(All) to ConfigList class | Masahiro Yamada | 2020-09-25 | 2 | -42/+39 |
| * | kconfig: qconf: remove unused ConfigItem::okRename() | Masahiro Yamada | 2020-09-25 | 2 | -9/+0 |
| * | kconfig: qconf: update the intro message to match to the current code | Masahiro Yamada | 2020-09-25 | 1 | -4/+4 |
| * | kconfig: qconf: reformat the intro message | Masahiro Yamada | 2020-09-25 | 1 | -11/+18 |
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-10-22 | 1 | -8/+8 |
|\ \
| |/
|/| |
|
| * | kbuild: hide commands to run Kconfig, and show short log for syncconfig | Masahiro Yamada | 2020-08-27 | 1 | -8/+8 |
* | | kconfig: qconf: revive help message in the info view | Masahiro Yamada | 2020-09-20 | 1 | -3/+8 |
* | | kconfig: qconf: fix incomplete type 'struct gstr' warning | Masahiro Yamada | 2020-09-20 | 2 | -31/+30 |
* | | kconfig: qconf: use delete[] instead of delete to free array (again) | Masahiro Yamada | 2020-09-19 | 1 | -1/+1 |
* | | kconfig: remove redundant assignment prompt = prompt | Denis Efremov | 2020-09-03 | 1 | -1/+0 |
* | | kconfig: streamline_config.pl: check defined(ENV variable) before using it | Randy Dunlap | 2020-09-03 | 1 | -1/+4 |
|/ |
|
* | kconfig: qconf: replace deprecated QString::sprintf() with QTextStream | Masahiro Yamada | 2020-08-21 | 1 | -54/+62 |
* | kconfig: qconf: remove redundant help in the info view | Masahiro Yamada | 2020-08-21 | 1 | -6/+1 |
* | kconfig: qconf: remove qInfo() to get back Qt4 support | Masahiro Yamada | 2020-08-21 | 1 | -2/+0 |
* | kconfig: qconf: remove unused colNr | Masahiro Yamada | 2020-08-18 | 1 | -1/+1 |
* | kconfig: qconf: fix the popup menu in the ConfigInfoView window | Masahiro Yamada | 2020-08-18 | 2 | -18/+15 |
* | kconfig: qconf: fix signal connection to invalid slots | Masahiro Yamada | 2020-08-18 | 1 | -4/+4 |
* | kconfig: qconf: move setOptionMode() to ConfigList from ConfigView | Masahiro Yamada | 2020-08-14 | 2 | -28/+27 |
* | kconfig: qconf: do not limit the pop-up menu to the first row | Masahiro Yamada | 2020-08-14 | 1 | -34/+34 |
* | kconfig: qconf: refactor icon setups | Masahiro Yamada | 2020-08-14 | 2 | -14/+27 |
* | kconfig: qconf: remove unused voidPix, menuInvPix | Masahiro Yamada | 2020-08-14 | 2 | -2/+2 |
* | kconfig: qconf: remove ConfigItem::text/setText | Masahiro Yamada | 2020-08-14 | 1 | -8/+0 |
* | kconfig: qconf: remove ConfigList::addColumn/removeColumn | Masahiro Yamada | 2020-08-14 | 2 | -19/+11 |
* | kconfig: qconf: remove ConfigItem::pixmap/setPixmap | Masahiro Yamada | 2020-08-14 | 2 | -19/+11 |
* | kconfig: qconf: drop more localization code | Masahiro Yamada | 2020-08-14 | 1 | -8/+3 |
* | kconfig: qconf: remove 'parent' from ConfigList::updateMenuList() | Masahiro Yamada | 2020-08-14 | 2 | -10/+10 |