aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/qconf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada1-4/+2
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada1-19/+2
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada1-8/+4
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada1-18/+0
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada1-0/+15
2020-09-25kconfig: qconf: show data column all the timeMasahiro Yamada1-4/+1
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada1-6/+5
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada1-1/+0
2020-08-18kconfig: qconf: remove unused colNrMasahiro Yamada1-1/+1
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada1-2/+2
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada1-5/+4
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada1-4/+4
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada1-1/+1
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada1-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada1-8/+0
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada1-8/+0
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada1-1/+1
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada1-1/+1
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada1-2/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada1-1/+1
2020-08-14kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada1-4/+0
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada1-1/+0
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada1-4/+0
2020-07-01kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab1-1/+7
2020-07-01kconfig: qconf: make debug links work againMauro Carvalho Chehab1-0/+1
2020-07-01kconfig: qconf: cleanup includesMauro Carvalho Chehab1-7/+7
2020-04-09kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab1-0/+2
2019-03-12kconfig: fix 'Save As' menu of xconfigMasahiro Yamada1-0/+1
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2015-10-14Port xconfig to Qt5 - Source format.Boris Barbulovski1-3/+3
2015-10-14Port xconfig to Qt5 - Change ConfigItem constructor parent type.Boris Barbulovski1-2/+2
2015-10-14Port xconfig to Qt5 - Remove ConfigList::updateMenuList template.Boris Barbulovski1-2/+2
2015-10-14Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list.Boris Barbulovski1-3/+3
2015-10-14Port xconfig to Qt5 - Put back some of the old implementation(part 2).Boris Barbulovski1-18/+27
2015-10-14Port xconfig to Qt5 - Put back some of the old implementation.Boris Barbulovski1-3/+110
2015-10-14Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItemBoris Barbulovski1-6/+42
2015-10-14Port xconfig to Qt5 - Fix the code so it compiles with Qt5Boris Barbulovski1-7/+16
2015-10-14Port xconfig to Qt5 - Remove custom ListView classes.Boris Barbulovski1-166/+11
2015-10-14Port xconfig to Qt5 - Make single/split/full actions checkable.Boris Barbulovski1-0/+3
2015-10-14Port xconfig to Qt5 - Replace Q3VBox with QWidgetBoris Barbulovski1-2/+2
2015-10-14Port xconfig to Qt5 - Use QMenuBoris Barbulovski1-1/+1
2015-10-14Port xconfig to Qt5 - Use QTextBrowserBoris Barbulovski1-4/+4
2015-10-14Port xconfig to Qt5 - Use QListBoris Barbulovski1-2/+2
2015-10-14Port xconfig to Qt5 - Use QActionBoris Barbulovski1-2/+2
2015-10-14Port xconfig to Qt5 - Use QMainWindow, QToolBarBoris Barbulovski1-2/+3
2015-10-14Remove support for QT3 and older.Boris Barbulovski1-18/+0
2013-10-08xconfig: Fix the filename for GUI settingsBen Hutchings1-0/+1
2011-07-25xconfig: Abort close if configuration cannot be savedMichal Marek1-1/+1
2010-09-01kconfig qconf: port to QT4Alexander Stein1-40/+36
2010-06-02xconfig: add support to show hidden options which have promptsLi Zefan1-4/+12