summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada2020-08-142-2/+1
* kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada2020-08-141-21/+20
* kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada2020-08-141-6/+5
* kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada2020-08-141-1/+0
* kconfig: add 'static' to some file-local dataMasahiro Yamada2020-08-142-5/+11
* kconfig: qconf: Fix mouse events in search viewMaxime Chretien2020-08-141-2/+3
* kconfig: constify XPM dataMasahiro Yamada2020-08-142-30/+30
* kconfig: remove '---help---' supportMasahiro Yamada2020-08-141-1/+1
* kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2020-08-022-5/+1
* Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada2020-08-011-3/+2
* Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada2020-08-011-9/+1
* kconfig: qconf: remove "goBack" debug messageMasahiro Yamada2020-08-011-1/+0
* kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada2020-08-011-2/+2
* kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-013-7/+7
* kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
* kconfig: qconf: parse newer types at debug infoMauro Carvalho Chehab2020-07-021-0/+3
* kconfig: qconf: navigate menus on hyperlinksMauro Carvalho Chehab2020-07-021-18/+7
* kconfig: qconf: don't show goback button on splitModeMauro Carvalho Chehab2020-07-021-2/+3
* kconfig: qconf: simplify the goBack() logicMauro Carvalho Chehab2020-07-011-31/+17
* kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab2020-07-012-12/+11
* kconfig: qconf: make debug links work againMauro Carvalho Chehab2020-07-012-5/+71
* kconfig: qconf: make search fully work again on split modeMauro Carvalho Chehab2020-07-011-7/+18
* kconfig: qconf: cleanup includesMauro Carvalho Chehab2020-07-012-25/+16
* kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2020-05-261-5/+4
* streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du2020-05-132-0/+23
* kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada2020-05-121-14/+16
* kconfig: tests: remove randconfig test for choice in choiceMasahiro Yamada2020-05-125-63/+0
* kconfig: do not assign a variable in the return statementMasahiro Yamada2020-05-121-1/+2
* kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada2020-05-121-1/+1
* kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab2020-04-091-6/+7
* kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab2020-04-091-2/+1
* kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab2020-04-092-7/+28
* kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab2020-04-091-6/+17
* kconfig: qconf: Change title for the item windowMauro Carvalho Chehab2020-04-091-1/+9
* kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab2020-04-091-4/+4