summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/qconf.cc
AgeCommit message (Expand)AuthorLines
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov-14/+26
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap-0/+1
2020-12-08kconfig: qconf: show Qt version in the About dialogMasahiro Yamada-3/+6
2020-12-08kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada-58/+78
2020-09-25kconfig: qconf: create QApplication after option checksMasahiro Yamada-1/+2
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada-57/+2
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada-28/+15
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada-25/+28
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada-39/+0
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada-17/+76
2020-09-25kconfig: qconf: show data column all the timeMasahiro Yamada-28/+1
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada-36/+34
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada-8/+0
2020-09-25kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada-4/+4
2020-09-25kconfig: qconf: reformat the intro messageMasahiro Yamada-11/+18
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada-3/+8
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada-1/+1
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: fix the popup menu in the ConfigInfoView windowMasahiro Yamada-16/+13
2020-08-18kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada-4/+4
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada-23/+23
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-10/+23
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada-1/+1
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada-11/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada-11/+11
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada-9/+9
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada-4/+4
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada-3/+3
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada-23/+21
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada-3/+1
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada-1/+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: qconf: Fix mouse events in search viewMaxime Chretien-2/+3
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada-1/+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-1/+0
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