summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2020-09-03kconfig: remove redundant assignment prompt = promptDenis Efremov-1/+0
2020-09-03kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap-1/+4
2020-08-27kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada-8/+8
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamMasahiro Yamada-54/+62
2020-08-21kconfig: qconf: remove redundant help in the info viewMasahiro Yamada-6/+1
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportMasahiro Yamada-2/+0
2020-08-18kconfig: qconf: remove unused colNrMasahiro Yamada-1/+1
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada-18/+15
2020-08-18kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada-4/+4
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada-28/+27
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada-34/+34
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada-14/+27
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada-2/+2
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada-19/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada-19/+11
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada-10/+10
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada-5/+5
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada-5/+5
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada-24/+22
2020-08-14kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada-4/+0
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada-3/+1
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada-2/+1
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada-21/+20
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada-6/+5
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada-1/+0
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada-5/+11
2020-08-14kconfig: qconf: Fix mouse events in search viewMaxime Chretien-2/+3
2020-08-14kconfig: constify XPM dataMasahiro Yamada-30/+30
2020-08-14kconfig: remove '---help---' supportMasahiro Yamada-1/+1
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada-5/+1
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada-3/+2
2020-08-01Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada-9/+1
2020-08-01kconfig: qconf: remove "goBack" debug messageMasahiro Yamada-1/+0
2020-08-01kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada-2/+2
2020-08-01kconfig: qconf: compile moc object separatelyMasahiro Yamada-7/+7
2020-08-01kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada-2/+4
2020-07-02kconfig: qconf: parse newer types at debug infoMauro Carvalho Chehab-0/+3
2020-07-02kconfig: qconf: navigate menus on hyperlinksMauro Carvalho Chehab-18/+7
2020-07-02kconfig: qconf: don't show goback button on splitModeMauro Carvalho Chehab-2/+3
2020-07-01kconfig: qconf: simplify the goBack() logicMauro Carvalho Chehab-31/+17
2020-07-01kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab-12/+11
2020-07-01kconfig: qconf: make debug links work againMauro Carvalho Chehab-5/+71
2020-07-01kconfig: qconf: make search fully work again on split modeMauro Carvalho Chehab-7/+18
2020-07-01kconfig: qconf: cleanup includesMauro Carvalho Chehab-25/+16
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada-5/+4
2020-05-13streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du-0/+23
2020-05-12kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada-14/+16