summaryrefslogtreecommitdiff
path: root/scripts/kconfig/qconf.cc
AgeCommit message (Expand)AuthorFilesLines
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada1-23/+23
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada1-10/+23
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada1-1/+1
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada1-11/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada1-11/+11
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada1-9/+9
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada1-4/+4
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada1-3/+3
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada1-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada1-23/+21
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada1-3/+1
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada1-1/+1
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada1-21/+20
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada1-6/+5
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada1-1/+0
2020-08-14kconfig: qconf: Fix mouse events in search viewMaxime Chretien1-2/+3
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada1-1/+1
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada1-3/+2
2020-08-01Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada1-9/+1
2020-08-01kconfig: qconf: remove "goBack" debug messageMasahiro Yamada1-1/+0
2020-08-01kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada1-2/+2
2020-08-01kconfig: qconf: compile moc object separatelyMasahiro Yamada1-1/+0
2020-07-02kconfig: qconf: parse newer types at debug infoMauro Carvalho Chehab1-0/+3
2020-07-02kconfig: qconf: navigate menus on hyperlinksMauro Carvalho Chehab1-18/+7
2020-07-02kconfig: qconf: don't show goback button on splitModeMauro Carvalho Chehab1-2/+3
2020-07-01kconfig: qconf: simplify the goBack() logicMauro Carvalho Chehab1-31/+17
2020-07-01kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab1-11/+4
2020-07-01kconfig: qconf: make debug links work againMauro Carvalho Chehab1-5/+70
2020-07-01kconfig: qconf: make search fully work again on split modeMauro Carvalho Chehab1-7/+18
2020-07-01kconfig: qconf: cleanup includesMauro Carvalho Chehab1-18/+9
2020-04-09kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab1-6/+7
2020-04-09kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab1-2/+1
2020-04-09kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab1-7/+26
2020-04-09kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab1-6/+17
2020-04-09kconfig: qconf: Change title for the item windowMauro Carvalho Chehab1-1/+9
2020-04-09kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab1-4/+4
2020-03-29kconfig: remove unused variable in qconf.ccMasahiro Yamada1-2/+0
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon1-1/+1
2019-03-12kconfig: fix 'Save As' menu of xconfigMasahiro Yamada1-7/+35
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada1-1/+1
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2018-08-14kconfig: remove P_ENV property typeMasahiro Yamada1-1/+0
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada1-0/+2
2018-05-28kconfig: drop localization supportSam Ravnborg1-58/+46
2016-12-11xconfig: fix missing suboption and help panels on first runBoris Barbulovski1-4/+12
2016-12-11xconfig: fix 'Show Debug' functionalityBoris Barbulovski1-1/+2
2016-01-11kconfig: fix qconf segfault by deleting heap objectsChris Bainbridge1-0/+2
2015-11-02Add current selection check.Boris Barbulovski1-0/+7