aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/qconf.cc
AgeCommit message (Expand)AuthorFilesLines
2020-09-25kconfig: qconf: create QApplication after option checksGravatar Masahiro Yamada 1-1/+2
2020-09-25kconfig: qconf: remove Y, M, N columnsGravatar Masahiro Yamada 1-57/+2
2020-09-25kconfig: qconf: remove ConfigView classGravatar Masahiro Yamada 1-28/+15
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewGravatar Masahiro Yamada 1-25/+28
2020-09-25kconfig: qconf: remove ConfigLineEdit classGravatar Masahiro Yamada 1-39/+0
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeGravatar Masahiro Yamada 1-17/+76
2020-09-25kconfig: qconf: show data column all the timeGravatar Masahiro Yamada 1-28/+1
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classGravatar Masahiro Yamada 1-36/+34
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Gravatar Masahiro Yamada 1-8/+0
2020-09-25kconfig: qconf: update the intro message to match to the current codeGravatar Masahiro Yamada 1-4/+4
2020-09-25kconfig: qconf: reformat the intro messageGravatar Masahiro Yamada 1-11/+18
2020-09-20kconfig: qconf: revive help message in the info viewGravatar Masahiro Yamada 1-3/+8
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Gravatar Masahiro Yamada 1-1/+1
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamGravatar Masahiro Yamada 1-54/+62
2020-08-21kconfig: qconf: remove redundant help in the info viewGravatar Masahiro Yamada 1-6/+1
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportGravatar Masahiro Yamada 1-2/+0
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowGravatar Masahiro Yamada 1-16/+13
2020-08-18kconfig: qconf: fix signal connection to invalid slotsGravatar Masahiro Yamada 1-4/+4
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewGravatar Masahiro Yamada 1-23/+23
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowGravatar Masahiro Yamada 1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsGravatar Masahiro Yamada 1-10/+23
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixGravatar Masahiro Yamada 1-1/+1
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnGravatar Masahiro Yamada 1-11/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapGravatar Masahiro Yamada 1-11/+11
2020-08-14kconfig: qconf: drop more localization codeGravatar Masahiro Yamada 1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Gravatar Masahiro Yamada 1-9/+9
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Gravatar Masahiro Yamada 1-4/+4
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Gravatar Masahiro Yamada 1-3/+3
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Gravatar Masahiro Yamada 1-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorGravatar Masahiro Yamada 1-23/+21
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarGravatar Masahiro Yamada 1-3/+1
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersGravatar Masahiro Yamada 1-1/+1
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Gravatar Masahiro Yamada 1-21/+20
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Gravatar Masahiro Yamada 1-6/+5
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarGravatar Masahiro Yamada 1-1/+0
2020-08-14kconfig: qconf: Fix mouse events in search viewGravatar Maxime Chretien 1-2/+3
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Gravatar Masahiro Yamada 1-1/+1
2020-08-01Revert "kconfig: qconf: don't show goback button on splitMode"Gravatar Masahiro Yamada 1-3/+2
2020-08-01Revert "kconfig: qconf: Change title for the item window"Gravatar Masahiro Yamada 1-9/+1
2020-08-01kconfig: qconf: remove "goBack" debug messageGravatar Masahiro Yamada 1-1/+0
2020-08-01kconfig: qconf: use delete[] instead of delete to free arrayGravatar Masahiro Yamada 1-2/+2
2020-08-01kconfig: qconf: compile moc object separatelyGravatar Masahiro Yamada 1-1/+0
2020-07-02kconfig: qconf: parse newer types at debug infoGravatar Mauro Carvalho Chehab 1-0/+3
2020-07-02kconfig: qconf: navigate menus on hyperlinksGravatar Mauro Carvalho Chehab 1-18/+7
2020-07-02kconfig: qconf: don't show goback button on splitModeGravatar Mauro Carvalho Chehab 1-2/+3
2020-07-01kconfig: qconf: simplify the goBack() logicGravatar Mauro Carvalho Chehab 1-31/+17
2020-07-01kconfig: qconf: re-implement setSelected()Gravatar Mauro Carvalho Chehab 1-11/+4
2020-07-01kconfig: qconf: make debug links work againGravatar Mauro Carvalho Chehab 1-5/+70
2020-07-01kconfig: qconf: make search fully work again on split modeGravatar Mauro Carvalho Chehab 1-7/+18
2020-07-01kconfig: qconf: cleanup includesGravatar Mauro Carvalho Chehab 1-18/+9