summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-09-25kconfig: qconf: create QApplication after option checksMasahiro Yamada
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada
2020-09-25kconfig: qconf: show data column all the timeMasahiro Yamada
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada
2020-09-25kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada
2020-09-25kconfig: qconf: reformat the intro messageMasahiro Yamada
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada
2020-09-03kconfig: remove redundant assignment prompt = promptDenis Efremov
2020-09-03kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamMasahiro Yamada
2020-08-21kconfig: qconf: remove redundant help in the info viewMasahiro Yamada
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportMasahiro Yamada
2020-08-18kconfig: qconf: remove unused colNrMasahiro Yamada
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada
2020-08-18kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada
2020-08-14kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada
2020-08-14kconfig: qconf: Fix mouse events in search viewMaxime Chretien
2020-08-14kconfig: constify XPM dataMasahiro Yamada
2020-08-14kconfig: remove '---help---' supportMasahiro Yamada
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada