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