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-09-20
kconfig: qconf: revive help message in the info view
Masahiro Yamada
1
-3
/
+8
2020-09-19
kconfig: qconf: use delete[] instead of delete to free array (again)
Masahiro Yamada
1
-1
/
+1
2020-08-21
kconfig: qconf: replace deprecated QString::sprintf() with QTextStream
Masahiro Yamada
1
-54
/
+62
2020-08-21
kconfig: qconf: remove redundant help in the info view
Masahiro Yamada
1
-6
/
+1
2020-08-21
kconfig: qconf: remove qInfo() to get back Qt4 support
Masahiro Yamada
1
-2
/
+0
2020-08-18
kconfig: qconf: fix the popup menu in the ConfigInfoView window
Masahiro Yamada
1
-16
/
+13
2020-08-18
kconfig: qconf: fix signal connection to invalid slots
Masahiro Yamada
1
-4
/
+4
2020-08-14
kconfig: qconf: move setOptionMode() to ConfigList from ConfigView
Masahiro Yamada
1
-23
/
+23
2020-08-14
kconfig: qconf: do not limit the pop-up menu to the first row
Masahiro Yamada
1
-34
/
+34
2020-08-14
kconfig: qconf: refactor icon setups
Masahiro Yamada
1
-10
/
+23
2020-08-14
kconfig: qconf: remove unused voidPix, menuInvPix
Masahiro Yamada
1
-1
/
+1
2020-08-14
kconfig: qconf: remove ConfigList::addColumn/removeColumn
Masahiro Yamada
1
-11
/
+11
2020-08-14
kconfig: qconf: remove ConfigItem::pixmap/setPixmap
Masahiro Yamada
1
-11
/
+11
2020-08-14
kconfig: qconf: drop more localization code
Masahiro Yamada
1
-8
/
+3
2020-08-14
kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
Masahiro Yamada
1
-9
/
+9
2020-08-14
kconfig: qconf: remove unused argument from ConfigView::updateList()
Masahiro Yamada
1
-4
/
+4
2020-08-14
kconfig: qconf: remove unused argument from ConfigList::updateList()
Masahiro Yamada
1
-3
/
+3
2020-08-14
kconfig: qconf: omit parent to QHBoxLayout()
Masahiro Yamada
1
-1
/
+2
2020-08-14
kconfig: qconf: remove name from ConfigSearchWindow constructor
Masahiro Yamada
1
-23
/
+21
2020-08-14
kconfig: qconf: overload addToolBar() to create and insert toolbar
Masahiro Yamada
1
-3
/
+1
2020-08-14
kconfig: qconf: remove toolBar from ConfigMainWindow members
Masahiro Yamada
1
-1
/
+1
2020-08-14
kconfig: qconf: use 'menu' variable for (QMenu *)
Masahiro Yamada
1
-21
/
+20
2020-08-14
kconfig: qconf: do not use 'menu' variable for (QMenuBar *)
Masahiro Yamada
1
-6
/
+5
2020-08-14
kconfig: qconf: remove ->addSeparator() to menuBar
Masahiro Yamada
1
-1
/
+0
2020-08-14
kconfig: qconf: Fix mouse events in search view
Maxime Chretien
1
-2
/
+3
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
[next]