index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
qconf.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-02
kconfig: qconf: remove wrong ConfigList::firstChild()
Masahiro Yamada
1
-1
/
+1
2020-08-01
Revert "kconfig: qconf: don't show goback button on splitMode"
Masahiro Yamada
1
-3
/
+2
2020-08-01
Revert "kconfig: qconf: Change title for the item window"
Masahiro Yamada
1
-9
/
+1
2020-08-01
kconfig: qconf: remove "goBack" debug message
Masahiro Yamada
1
-1
/
+0
2020-08-01
kconfig: qconf: use delete[] instead of delete to free array
Masahiro Yamada
1
-2
/
+2
2020-08-01
kconfig: qconf: compile moc object separately
Masahiro Yamada
1
-1
/
+0
2020-07-02
kconfig: qconf: parse newer types at debug info
Mauro Carvalho Chehab
1
-0
/
+3
2020-07-02
kconfig: qconf: navigate menus on hyperlinks
Mauro Carvalho Chehab
1
-18
/
+7
2020-07-02
kconfig: qconf: don't show goback button on splitMode
Mauro Carvalho Chehab
1
-2
/
+3
2020-07-01
kconfig: qconf: simplify the goBack() logic
Mauro Carvalho Chehab
1
-31
/
+17
2020-07-01
kconfig: qconf: re-implement setSelected()
Mauro Carvalho Chehab
1
-11
/
+4
2020-07-01
kconfig: qconf: make debug links work again
Mauro Carvalho Chehab
1
-5
/
+70
2020-07-01
kconfig: qconf: make search fully work again on split mode
Mauro Carvalho Chehab
1
-7
/
+18
2020-07-01
kconfig: qconf: cleanup includes
Mauro Carvalho Chehab
1
-18
/
+9
2020-04-09
kconfig: qconf: Fix a few alignment issues
Mauro Carvalho Chehab
1
-6
/
+7
2020-04-09
kconfig: qconf: remove some old bogus TODOs
Mauro Carvalho Chehab
1
-2
/
+1
2020-04-09
kconfig: qconf: fix support for the split view mode
Mauro Carvalho Chehab
1
-7
/
+26
2020-04-09
kconfig: qconf: fix the content of the main widget
Mauro Carvalho Chehab
1
-6
/
+17
2020-04-09
kconfig: qconf: Change title for the item window
Mauro Carvalho Chehab
1
-1
/
+9
2020-04-09
kconfig: qconf: clean deprecated warnings
Mauro Carvalho Chehab
1
-4
/
+4
2020-03-29
kconfig: remove unused variable in qconf.cc
Masahiro Yamada
1
-2
/
+0
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
1
-1
/
+1
2019-03-12
kconfig: fix 'Save As' menu of xconfig
Masahiro Yamada
1
-7
/
+35
2018-12-28
kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
1
-1
/
+0
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
1
-0
/
+2
2018-05-28
kconfig: drop localization support
Sam Ravnborg
1
-58
/
+46
2016-12-11
xconfig: fix missing suboption and help panels on first run
Boris Barbulovski
1
-4
/
+12
2016-12-11
xconfig: fix 'Show Debug' functionality
Boris Barbulovski
1
-1
/
+2
2016-01-11
kconfig: fix qconf segfault by deleting heap objects
Chris Bainbridge
1
-0
/
+2
2015-11-02
Add current selection check.
Boris Barbulovski
1
-0
/
+7
2015-10-14
Port xconfig to Qt5 - Update copyright.
Boris Barbulovski
1
-1
/
+3
2015-10-14
Port xconfig to Qt5 - Fix goParent issue.
Boris Barbulovski
1
-1
/
+1
2015-10-14
Port xconfig to Qt5 - on Back clicked, deselect old item.
Boris Barbulovski
1
-1
/
+3
2015-10-14
Port xconfig to Qt5 - Add(back) one click checkbox toggle.
Boris Barbulovski
1
-1
/
+17
2015-10-14
Port xconfig to Qt5 - Add(back) lineedit editing.
Boris Barbulovski
1
-0
/
+1
2015-10-14
Port xconfig to Qt5 - Remove some commented code.
Boris Barbulovski
1
-4
/
+0
2015-10-14
Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel.
Boris Barbulovski
1
-0
/
+5
2015-10-14
Port xconfig to Qt5 - Disable ConfigList soring
Boris Barbulovski
1
-1
/
+1
2015-10-14
Port xconfig to Qt5 - Remove ConfigList::updateMenuList template.
Boris Barbulovski
1
-2
/
+71
2015-10-14
Port xconfig to Qt5 - Add ConfigList::mode to initializer list.
Boris Barbulovski
1
-1
/
+1
2015-10-14
Port xconfig to Qt5 - Tree widget set column titles.
Boris Barbulovski
1
-0
/
+2
2015-10-14
Port xconfig to Qt5 - Quick workaround to bypass app crash at startup.
Boris Barbulovski
1
-3
/
+0
2015-10-14
Port xconfig to Qt5 - Set ConfigView object name.
Boris Barbulovski
1
-0
/
+1
2015-10-14
Port xconfig to Qt5 - Use correct signal names.
Boris Barbulovski
1
-2
/
+2
2015-10-14
Port xconfig to Qt5 - Put back some of the old implementation(part 2).
Boris Barbulovski
1
-8
/
+780
2015-10-14
Port xconfig to Qt5 - Put back some of the old implementation.
Boris Barbulovski
1
-15
/
+106
2015-10-14
Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem
Boris Barbulovski
1
-3
/
+21
2015-10-14
Port xconfig to Qt5 - update signals
Boris Barbulovski
1
-36
/
+15
[next]