index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
qconf.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: qconf: remove ConfigItem::visible member
Masahiro Yamada
2024-11-06
1
-17
/
+11
*
kconfig: qconf: do not show goParent button in split view
Masahiro Yamada
2024-11-06
1
-2
/
+1
*
kconfig: qconf: convert the last old connection syntax to Qt5 style
Masahiro Yamada
2024-11-06
1
-1
/
+3
*
kconfig: qconf: remove unnecessary lastWindowClosed() signal connection
Masahiro Yamada
2024-11-06
1
-1
/
+0
*
kconfig: qconf: remove unnecessary setRootIsDecorated() call
Masahiro Yamada
2024-11-06
1
-1
/
+0
*
kconfig: qconf: remove redundant type check for choice members
Masahiro Yamada
2024-11-06
1
-1
/
+1
*
kconfig: qconf: remove mouse{Press,Move}Event() functions
Masahiro Yamada
2024-11-06
1
-14
/
+0
*
kconfig: qconf: simplify character replacement
Rolf Eike Beer
2024-11-06
1
-21
/
+12
*
kconfig: qconf: use default platform shortcuts
Rolf Eike Beer
2024-11-06
1
-5
/
+7
*
kconfig: qconf: use QString to store path to configuration file
Rolf Eike Beer
2024-11-06
1
-18
/
+6
*
kconfig: qconf: set parent in the widget constructor
Masahiro Yamada
2024-11-04
1
-8
/
+4
*
kconfig: qconf: reorder code in ConfigMainWindow() constructor
Masahiro Yamada
2024-11-04
1
-12
/
+11
*
kconfig: qconf: set QSplitter orientation in the constructor
Masahiro Yamada
2024-11-04
1
-6
/
+3
*
kconfig: qconf: fix buffer overflow in debug links
Masahiro Yamada
2024-10-02
1
-1
/
+1
*
kconfig: qconf: move conf_read() before drawing tree pain
Masahiro Yamada
2024-10-01
1
-2
/
+2
*
kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
Masahiro Yamada
2024-09-01
1
-0
/
+1
*
kconfig: remove P_SYMBOL property
Masahiro Yamada
2024-09-01
1
-1
/
+0
*
kconfig: remove P_CHOICE property
Masahiro Yamada
2024-07-15
1
-8
/
+0
*
kconfig: remove tristate choice support
Masahiro Yamada
2024-07-15
1
-1
/
+1
*
kconfig: pass new conf_changed value to the callback
Masahiro Yamada
2024-07-15
1
-2
/
+2
*
kconfig: qconf: remove initial call to conf_changed()
Masahiro Yamada
2024-07-15
1
-3
/
+3
*
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-02-19
1
-1
/
+1
*
kconfig: port qconf to work with Qt6 in addition to Qt5
Boris Kolpackov
2023-08-16
1
-14
/
+26
*
kconfig: highlight xconfig 'comment' lines with '***'
Randy Dunlap
2021-04-19
1
-0
/
+1
*
kconfig: qconf: show Qt version in the About dialog
Masahiro Yamada
2020-12-08
1
-3
/
+6
*
kconfig: qconf: convert to Qt5 new signal/slot connection syntax
Masahiro Yamada
2020-12-08
1
-58
/
+78
*
kconfig: qconf: create QApplication after option checks
Masahiro Yamada
2020-09-24
1
-1
/
+2
*
kconfig: qconf: remove Y, M, N columns
Masahiro Yamada
2020-09-24
1
-57
/
+2
*
kconfig: qconf: remove ConfigView class
Masahiro Yamada
2020-09-24
1
-28
/
+15
*
kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView
Masahiro Yamada
2020-09-24
1
-25
/
+28
*
kconfig: qconf: remove ConfigLineEdit class
Masahiro Yamada
2020-09-24
1
-39
/
+0
*
kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
Masahiro Yamada
2020-09-24
1
-17
/
+76
*
kconfig: qconf: show data column all the time
Masahiro Yamada
2020-09-24
1
-28
/
+1
*
kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
Masahiro Yamada
2020-09-24
1
-36
/
+34
*
kconfig: qconf: remove unused ConfigItem::okRename()
Masahiro Yamada
2020-09-24
1
-8
/
+0
*
kconfig: qconf: update the intro message to match to the current code
Masahiro Yamada
2020-09-24
1
-4
/
+4
*
kconfig: qconf: reformat the intro message
Masahiro Yamada
2020-09-24
1
-11
/
+18
*
kconfig: qconf: revive help message in the info view
Masahiro Yamada
2020-09-20
1
-3
/
+8
*
kconfig: qconf: use delete[] instead of delete to free array (again)
Masahiro Yamada
2020-09-18
1
-1
/
+1
*
kconfig: qconf: replace deprecated QString::sprintf() with QTextStream
Masahiro Yamada
2020-08-21
1
-54
/
+62
*
kconfig: qconf: remove redundant help in the info view
Masahiro Yamada
2020-08-21
1
-6
/
+1
*
kconfig: qconf: remove qInfo() to get back Qt4 support
Masahiro Yamada
2020-08-21
1
-2
/
+0
*
kconfig: qconf: fix the popup menu in the ConfigInfoView window
Masahiro Yamada
2020-08-18
1
-16
/
+13
*
kconfig: qconf: fix signal connection to invalid slots
Masahiro Yamada
2020-08-18
1
-4
/
+4
*
kconfig: qconf: move setOptionMode() to ConfigList from ConfigView
Masahiro Yamada
2020-08-14
1
-23
/
+23
*
kconfig: qconf: do not limit the pop-up menu to the first row
Masahiro Yamada
2020-08-14
1
-34
/
+34
*
kconfig: qconf: refactor icon setups
Masahiro Yamada
2020-08-14
1
-10
/
+23
*
kconfig: qconf: remove unused voidPix, menuInvPix
Masahiro Yamada
2020-08-14
1
-1
/
+1
*
kconfig: qconf: remove ConfigList::addColumn/removeColumn
Masahiro Yamada
2020-08-14
1
-11
/
+11
*
kconfig: qconf: remove ConfigItem::pixmap/setPixmap
Masahiro Yamada
2020-08-14
1
-11
/
+11
[next]