index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
qconf.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-10
kconfig: qconf: use preferred form of QString API
Rolf Eike Beer
1
-4
/
+4
2024-11-06
kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: refactor ConfigInfoView::clicked()
Masahiro Yamada
1
-37
/
+6
2024-11-06
kconfig: qconf: remove non-functional href="m..." tag
Masahiro Yamada
1
-2
/
+2
2024-11-06
kconfig: qconf: remove redundant check in goBack()
Masahiro Yamada
1
-3
/
+0
2024-11-06
kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: remove ConfigItem::visible member
Masahiro Yamada
1
-17
/
+11
2024-11-06
kconfig: qconf: do not show goParent button in split view
Masahiro Yamada
1
-2
/
+1
2024-11-06
kconfig: qconf: convert the last old connection syntax to Qt5 style
Masahiro Yamada
1
-1
/
+3
2024-11-06
kconfig: qconf: remove unnecessary lastWindowClosed() signal connection
Masahiro Yamada
1
-1
/
+0
2024-11-06
kconfig: qconf: remove unnecessary setRootIsDecorated() call
Masahiro Yamada
1
-1
/
+0
2024-11-06
kconfig: qconf: remove redundant type check for choice members
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: remove mouse{Press,Move}Event() functions
Masahiro Yamada
1
-14
/
+0
2024-11-06
kconfig: qconf: simplify character replacement
Rolf Eike Beer
1
-21
/
+12
2024-11-06
kconfig: qconf: use default platform shortcuts
Rolf Eike Beer
1
-5
/
+7
2024-11-06
kconfig: qconf: use QString to store path to configuration file
Rolf Eike Beer
1
-18
/
+6
2024-11-04
kconfig: qconf: set parent in the widget constructor
Masahiro Yamada
1
-8
/
+4
2024-11-04
kconfig: qconf: reorder code in ConfigMainWindow() constructor
Masahiro Yamada
1
-12
/
+11
2024-11-04
kconfig: qconf: set QSplitter orientation in the constructor
Masahiro Yamada
1
-6
/
+3
2024-10-02
kconfig: qconf: fix buffer overflow in debug links
Masahiro Yamada
1
-1
/
+1
2024-10-01
kconfig: qconf: move conf_read() before drawing tree pain
Masahiro Yamada
1
-2
/
+2
2024-09-01
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
1
-0
/
+1
2024-09-01
kconfig: remove P_SYMBOL property
Masahiro Yamada
1
-1
/
+0
2024-07-16
kconfig: remove P_CHOICE property
Masahiro Yamada
1
-8
/
+0
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
1
-1
/
+1
2024-07-16
kconfig: pass new conf_changed value to the callback
Masahiro Yamada
1
-2
/
+2
2024-07-16
kconfig: qconf: remove initial call to conf_changed()
Masahiro Yamada
1
-3
/
+3
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
1
-1
/
+1
2023-08-16
kconfig: port qconf to work with Qt6 in addition to Qt5
Boris Kolpackov
1
-14
/
+26
2021-04-19
kconfig: highlight xconfig 'comment' lines with '***'
Randy Dunlap
1
-0
/
+1
2020-12-08
kconfig: qconf: show Qt version in the About dialog
Masahiro Yamada
1
-3
/
+6
2020-12-08
kconfig: qconf: convert to Qt5 new signal/slot connection syntax
Masahiro Yamada
1
-58
/
+78
2020-09-25
kconfig: qconf: create QApplication after option checks
Masahiro Yamada
1
-1
/
+2
2020-09-25
kconfig: qconf: remove Y, M, N columns
Masahiro Yamada
1
-57
/
+2
2020-09-25
kconfig: qconf: remove ConfigView class
Masahiro Yamada
1
-28
/
+15
2020-09-25
kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView
Masahiro Yamada
1
-25
/
+28
2020-09-25
kconfig: qconf: remove ConfigLineEdit class
Masahiro Yamada
1
-39
/
+0
2020-09-25
kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
Masahiro Yamada
1
-17
/
+76
2020-09-25
kconfig: qconf: show data column all the time
Masahiro Yamada
1
-28
/
+1
2020-09-25
kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
Masahiro Yamada
1
-36
/
+34
2020-09-25
kconfig: qconf: remove unused ConfigItem::okRename()
Masahiro Yamada
1
-8
/
+0
2020-09-25
kconfig: qconf: update the intro message to match to the current code
Masahiro Yamada
1
-4
/
+4
2020-09-25
kconfig: qconf: reformat the intro message
Masahiro Yamada
1
-11
/
+18
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
[next]