index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
qconf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
kconfig: qconf: remove Y, M, N columns
Masahiro Yamada
1
-4
/
+2
2020-09-25
kconfig: qconf: remove ConfigView class
Masahiro Yamada
1
-19
/
+2
2020-09-25
kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView
Masahiro Yamada
1
-8
/
+4
2020-09-25
kconfig: qconf: remove ConfigLineEdit class
Masahiro Yamada
1
-18
/
+0
2020-09-25
kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
Masahiro Yamada
1
-0
/
+15
2020-09-25
kconfig: qconf: show data column all the time
Masahiro Yamada
1
-4
/
+1
2020-09-25
kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
Masahiro Yamada
1
-6
/
+5
2020-09-25
kconfig: qconf: remove unused ConfigItem::okRename()
Masahiro Yamada
1
-1
/
+0
2020-08-18
kconfig: qconf: remove unused colNr
Masahiro Yamada
1
-1
/
+1
2020-08-18
kconfig: qconf: fix the popup menu in the ConfigInfoView window
Masahiro Yamada
1
-2
/
+2
2020-08-14
kconfig: qconf: move setOptionMode() to ConfigList from ConfigView
Masahiro Yamada
1
-5
/
+4
2020-08-14
kconfig: qconf: refactor icon setups
Masahiro Yamada
1
-4
/
+4
2020-08-14
kconfig: qconf: remove unused voidPix, menuInvPix
Masahiro Yamada
1
-1
/
+1
2020-08-14
kconfig: qconf: remove ConfigItem::text/setText
Masahiro Yamada
1
-8
/
+0
2020-08-14
kconfig: qconf: remove ConfigList::addColumn/removeColumn
Masahiro Yamada
1
-8
/
+0
2020-08-14
kconfig: qconf: remove ConfigItem::pixmap/setPixmap
Masahiro Yamada
1
-8
/
+0
2020-08-14
kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
Masahiro Yamada
1
-1
/
+1
2020-08-14
kconfig: qconf: remove unused argument from ConfigView::updateList()
Masahiro Yamada
1
-1
/
+1
2020-08-14
kconfig: qconf: remove unused argument from ConfigList::updateList()
Masahiro Yamada
1
-2
/
+2
2020-08-14
kconfig: qconf: remove name from ConfigSearchWindow constructor
Masahiro Yamada
1
-1
/
+1
2020-08-14
kconfig: qconf: remove unused ConfigList::listView()
Masahiro Yamada
1
-4
/
+0
2020-08-14
kconfig: qconf: remove toolBar from ConfigMainWindow members
Masahiro Yamada
1
-1
/
+0
2020-08-02
kconfig: qconf: remove wrong ConfigList::firstChild()
Masahiro Yamada
1
-4
/
+0
2020-07-01
kconfig: qconf: re-implement setSelected()
Mauro Carvalho Chehab
1
-1
/
+7
2020-07-01
kconfig: qconf: make debug links work again
Mauro Carvalho Chehab
1
-0
/
+1
2020-07-01
kconfig: qconf: cleanup includes
Mauro Carvalho Chehab
1
-7
/
+7
2020-04-09
kconfig: qconf: fix support for the split view mode
Mauro Carvalho Chehab
1
-0
/
+2
2019-03-12
kconfig: fix 'Save As' menu of xconfig
Masahiro Yamada
1
-0
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2015-10-14
Port xconfig to Qt5 - Source format.
Boris Barbulovski
1
-3
/
+3
2015-10-14
Port xconfig to Qt5 - Change ConfigItem constructor parent type.
Boris Barbulovski
1
-2
/
+2
2015-10-14
Port xconfig to Qt5 - Remove ConfigList::updateMenuList template.
Boris Barbulovski
1
-2
/
+2
2015-10-14
Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list.
Boris Barbulovski
1
-3
/
+3
2015-10-14
Port xconfig to Qt5 - Put back some of the old implementation(part 2).
Boris Barbulovski
1
-18
/
+27
2015-10-14
Port xconfig to Qt5 - Put back some of the old implementation.
Boris Barbulovski
1
-3
/
+110
2015-10-14
Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem
Boris Barbulovski
1
-6
/
+42
2015-10-14
Port xconfig to Qt5 - Fix the code so it compiles with Qt5
Boris Barbulovski
1
-7
/
+16
2015-10-14
Port xconfig to Qt5 - Remove custom ListView classes.
Boris Barbulovski
1
-166
/
+11
2015-10-14
Port xconfig to Qt5 - Make single/split/full actions checkable.
Boris Barbulovski
1
-0
/
+3
2015-10-14
Port xconfig to Qt5 - Replace Q3VBox with QWidget
Boris Barbulovski
1
-2
/
+2
2015-10-14
Port xconfig to Qt5 - Use QMenu
Boris Barbulovski
1
-1
/
+1
2015-10-14
Port xconfig to Qt5 - Use QTextBrowser
Boris Barbulovski
1
-4
/
+4
2015-10-14
Port xconfig to Qt5 - Use QList
Boris Barbulovski
1
-2
/
+2
2015-10-14
Port xconfig to Qt5 - Use QAction
Boris Barbulovski
1
-2
/
+2
2015-10-14
Port xconfig to Qt5 - Use QMainWindow, QToolBar
Boris Barbulovski
1
-2
/
+3
2015-10-14
Remove support for QT3 and older.
Boris Barbulovski
1
-18
/
+0
2013-10-08
xconfig: Fix the filename for GUI settings
Ben Hutchings
1
-0
/
+1
2011-07-25
xconfig: Abort close if configuration cannot be saved
Michal Marek
1
-1
/
+1
2010-09-01
kconfig qconf: port to QT4
Alexander Stein
1
-40
/
+36
2010-06-02
xconfig: add support to show hidden options which have prompts
Li Zefan
1
-4
/
+12
[next]