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