summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult2021-01-271-1/+1
* kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-041-10/+0
* kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin2021-01-041-1/+3
* kconfig: fix return value of do_error_if()Masahiro Yamada2020-12-211-1/+1
* kconfig: clean up header inclusionBoris Kolpackov2020-12-084-3/+2
* kconfig: qconf: show Qt version in the About dialogMasahiro Yamada2020-12-081-3/+6
* kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov2020-12-081-0/+4
* kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada2020-12-081-58/+78
* kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada2020-12-081-1/+1
* kconfig: qconf: drop Qt4 supportMasahiro Yamada2020-12-081-10/+2
* Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-10-222-275/+170
|\
| * kconfig: qconf: create QApplication after option checksMasahiro Yamada2020-09-251-1/+2
| * kconfig: qconf: remove Y, M, N columnsMasahiro Yamada2020-09-252-61/+4
| * kconfig: qconf: remove ConfigView classMasahiro Yamada2020-09-252-47/+17
| * kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada2020-09-252-33/+32
| * kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada2020-09-252-57/+0
| * kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada2020-09-252-17/+91
| * kconfig: qconf: show data column all the timeMasahiro Yamada2020-09-252-32/+2
| * kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada2020-09-252-42/+39
| * kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada2020-09-252-9/+0
| * kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada2020-09-251-4/+4
| * kconfig: qconf: reformat the intro messageMasahiro Yamada2020-09-251-11/+18
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-8/+8
|\ \ | |/ |/|
| * kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-271-8/+8
* | kconfig: qconf: revive help message in the info viewMasahiro Yamada2020-09-201-3/+8
* | kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada2020-09-202-31/+30
* | kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada2020-09-191-1/+1
* | kconfig: remove redundant assignment prompt = promptDenis Efremov2020-09-031-1/+0
* | kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap2020-09-031-1/+4
|/
* kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamMasahiro Yamada2020-08-211-54/+62
* kconfig: qconf: remove redundant help in the info viewMasahiro Yamada2020-08-211-6/+1
* kconfig: qconf: remove qInfo() to get back Qt4 supportMasahiro Yamada2020-08-211-2/+0
* kconfig: qconf: remove unused colNrMasahiro Yamada2020-08-181-1/+1
* kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada2020-08-182-18/+15
* kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada2020-08-181-4/+4
* kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada2020-08-142-28/+27
* kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada2020-08-141-34/+34
* kconfig: qconf: refactor icon setupsMasahiro Yamada2020-08-142-14/+27
* kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada2020-08-142-2/+2
* kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada2020-08-141-8/+0
* kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada2020-08-142-19/+11
* kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada2020-08-142-19/+11
* kconfig: qconf: drop more localization codeMasahiro Yamada2020-08-141-8/+3
* kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada2020-08-142-10/+10
* kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada2020-08-142-5/+5
* kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada2020-08-142-5/+5
* kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada2020-08-141-1/+2
* kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada2020-08-142-24/+22
* kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada2020-08-141-4/+0
* kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada2020-08-141-3/+1