index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
qconf.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
kconfig: qconf: make debug links work again
Mauro Carvalho Chehab
2020-07-01
1
-5
/
+70
*
kconfig: qconf: make search fully work again on split mode
Mauro Carvalho Chehab
2020-07-01
1
-7
/
+18
*
kconfig: qconf: cleanup includes
Mauro Carvalho Chehab
2020-07-01
1
-18
/
+9
*
kconfig: qconf: Fix a few alignment issues
Mauro Carvalho Chehab
2020-04-09
1
-6
/
+7
*
kconfig: qconf: remove some old bogus TODOs
Mauro Carvalho Chehab
2020-04-09
1
-2
/
+1
*
kconfig: qconf: fix support for the split view mode
Mauro Carvalho Chehab
2020-04-09
1
-7
/
+26
*
kconfig: qconf: fix the content of the main widget
Mauro Carvalho Chehab
2020-04-09
1
-6
/
+17
*
kconfig: qconf: Change title for the item window
Mauro Carvalho Chehab
2020-04-09
1
-1
/
+9
*
kconfig: qconf: clean deprecated warnings
Mauro Carvalho Chehab
2020-04-09
1
-4
/
+4
*
kconfig: remove unused variable in qconf.cc
Masahiro Yamada
2020-03-29
1
-2
/
+0
*
kconfig: Fix spelling of sym_is_changable
Marco Ammon
2019-07-06
1
-1
/
+1
*
kconfig: fix 'Save As' menu of xconfig
Masahiro Yamada
2019-03-12
1
-7
/
+35
*
kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings
Masahiro Yamada
2018-12-28
1
-1
/
+1
*
kconfig: convert to SPDX License Identifier
Masahiro Yamada
2018-12-28
1
-1
/
+1
*
kconfig: remove P_ENV property type
Masahiro Yamada
2018-08-14
1
-1
/
+0
*
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
2018-07-25
1
-0
/
+2
*
kconfig: drop localization support
Sam Ravnborg
2018-05-28
1
-58
/
+46
*
xconfig: fix missing suboption and help panels on first run
Boris Barbulovski
2016-12-11
1
-4
/
+12
*
xconfig: fix 'Show Debug' functionality
Boris Barbulovski
2016-12-11
1
-1
/
+2
*
kconfig: fix qconf segfault by deleting heap objects
Chris Bainbridge
2016-01-11
1
-0
/
+2
*
Add current selection check.
Boris Barbulovski
2015-11-02
1
-0
/
+7
*
Port xconfig to Qt5 - Update copyright.
Boris Barbulovski
2015-10-14
1
-1
/
+3
*
Port xconfig to Qt5 - Fix goParent issue.
Boris Barbulovski
2015-10-14
1
-1
/
+1
*
Port xconfig to Qt5 - on Back clicked, deselect old item.
Boris Barbulovski
2015-10-14
1
-1
/
+3
*
Port xconfig to Qt5 - Add(back) one click checkbox toggle.
Boris Barbulovski
2015-10-14
1
-1
/
+17
*
Port xconfig to Qt5 - Add(back) lineedit editing.
Boris Barbulovski
2015-10-14
1
-0
/
+1
*
Port xconfig to Qt5 - Remove some commented code.
Boris Barbulovski
2015-10-14
1
-4
/
+0
*
Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel.
Boris Barbulovski
2015-10-14
1
-0
/
+5
*
Port xconfig to Qt5 - Disable ConfigList soring
Boris Barbulovski
2015-10-14
1
-1
/
+1
*
Port xconfig to Qt5 - Remove ConfigList::updateMenuList template.
Boris Barbulovski
2015-10-14
1
-2
/
+71
*
Port xconfig to Qt5 - Add ConfigList::mode to initializer list.
Boris Barbulovski
2015-10-14
1
-1
/
+1
*
Port xconfig to Qt5 - Tree widget set column titles.
Boris Barbulovski
2015-10-14
1
-0
/
+2
*
Port xconfig to Qt5 - Quick workaround to bypass app crash at startup.
Boris Barbulovski
2015-10-14
1
-3
/
+0
*
Port xconfig to Qt5 - Set ConfigView object name.
Boris Barbulovski
2015-10-14
1
-0
/
+1
*
Port xconfig to Qt5 - Use correct signal names.
Boris Barbulovski
2015-10-14
1
-2
/
+2
*
Port xconfig to Qt5 - Put back some of the old implementation(part 2).
Boris Barbulovski
2015-10-14
1
-8
/
+780
*
Port xconfig to Qt5 - Put back some of the old implementation.
Boris Barbulovski
2015-10-14
1
-15
/
+106
*
Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem
Boris Barbulovski
2015-10-14
1
-3
/
+21
*
Port xconfig to Qt5 - update signals
Boris Barbulovski
2015-10-14
1
-36
/
+15
*
Port xconfig to Qt5 - Fix the code so it compiles with Qt5
Boris Barbulovski
2015-10-14
1
-93
/
+92
*
Port xconfig to Qt5 - Remove custom ListView classes.
Boris Barbulovski
2015-10-14
1
-900
/
+4
*
Port xconfig to Qt5 - Make single/split/full actions checkable.
Boris Barbulovski
2015-10-14
1
-3
/
+27
*
Port xconfig to Qt5 - Update QAction checkable
Boris Barbulovski
2015-10-14
1
-22
/
+22
*
Port xconfig to Qt5 - Fix layout margin.
Boris Barbulovski
2015-10-14
1
-0
/
+1
*
Port xconfig to Qt5 - Fix layout
Boris Barbulovski
2015-10-14
1
-0
/
+5
*
Port xconfig to Qt5 - Replace Q3VBox with QWidget
Boris Barbulovski
2015-10-14
1
-1
/
+0
*
Port xconfig to Qt5 - Remove unused #include <q3dragobject.h>
Boris Barbulovski
2015-10-14
1
-1
/
+0
*
Port xconfig to Qt5 - Use QMenu
Boris Barbulovski
2015-10-14
1
-10
/
+10
*
Port xconfig to Qt5 - Use QTextBrowser
Boris Barbulovski
2015-10-14
1
-6
/
+6
*
Port xconfig to Qt5 - Use QList
Boris Barbulovski
2015-10-14
1
-7
/
+7
[prev]
[next]