summaryrefslogtreecommitdiff
path: root/scripts/kconfig/qconf.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-10kconfig: qconf: use preferred form of QString APIRolf Eike Beer1-4/+4
2024-11-06kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada1-1/+1
2024-11-06kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada1-37/+6
2024-11-06kconfig: qconf: remove non-functional href="m..." tagMasahiro Yamada1-2/+2
2024-11-06kconfig: qconf: remove redundant check in goBack()Masahiro Yamada1-3/+0
2024-11-06kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressedMasahiro Yamada1-1/+1
2024-11-06kconfig: qconf: remove ConfigItem::visible memberMasahiro Yamada1-17/+11
2024-11-06kconfig: qconf: do not show goParent button in split viewMasahiro Yamada1-2/+1
2024-11-06kconfig: qconf: convert the last old connection syntax to Qt5 styleMasahiro Yamada1-1/+3
2024-11-06kconfig: qconf: remove unnecessary lastWindowClosed() signal connectionMasahiro Yamada1-1/+0
2024-11-06kconfig: qconf: remove unnecessary setRootIsDecorated() callMasahiro Yamada1-1/+0
2024-11-06kconfig: qconf: remove redundant type check for choice membersMasahiro Yamada1-1/+1
2024-11-06kconfig: qconf: remove mouse{Press,Move}Event() functionsMasahiro Yamada1-14/+0
2024-11-06kconfig: qconf: simplify character replacementRolf Eike Beer1-21/+12
2024-11-06kconfig: qconf: use default platform shortcutsRolf Eike Beer1-5/+7
2024-11-06kconfig: qconf: use QString to store path to configuration fileRolf Eike Beer1-18/+6
2024-11-04kconfig: qconf: set parent in the widget constructorMasahiro Yamada1-8/+4
2024-11-04kconfig: qconf: reorder code in ConfigMainWindow() constructorMasahiro Yamada1-12/+11
2024-11-04kconfig: qconf: set QSplitter orientation in the constructorMasahiro Yamada1-6/+3
2024-10-02kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada1-1/+1
2024-10-01kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada1-2/+2
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada1-0/+1
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada1-1/+0
2024-07-15kconfig: remove P_CHOICE propertyMasahiro Yamada1-8/+0
2024-07-15kconfig: remove tristate choice supportMasahiro Yamada1-1/+1
2024-07-15kconfig: pass new conf_changed value to the callbackMasahiro Yamada1-2/+2
2024-07-15kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada1-3/+3
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada1-1/+1
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov1-14/+26
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap1-0/+1
2020-12-08kconfig: qconf: show Qt version in the About dialogMasahiro Yamada1-3/+6
2020-12-08kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada1-58/+78
2020-09-24kconfig: qconf: create QApplication after option checksMasahiro Yamada1-1/+2
2020-09-24kconfig: qconf: remove Y, M, N columnsMasahiro Yamada1-57/+2
2020-09-24kconfig: qconf: remove ConfigView classMasahiro Yamada1-28/+15
2020-09-24kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada1-25/+28
2020-09-24kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada1-39/+0
2020-09-24kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada1-17/+76
2020-09-24kconfig: qconf: show data column all the timeMasahiro Yamada1-28/+1
2020-09-24kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada1-36/+34
2020-09-24kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada1-8/+0
2020-09-24kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada1-4/+4
2020-09-24kconfig: qconf: reformat the intro messageMasahiro Yamada1-11/+18
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada1-3/+8
2020-09-18kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada1-1/+1
2020-08-21kconfig: qconf: replace deprecated QString::sprintf() with QTextStreamMasahiro Yamada1-54/+62
2020-08-21kconfig: qconf: remove redundant help in the info viewMasahiro Yamada1-6/+1
2020-08-21kconfig: qconf: remove qInfo() to get back Qt4 supportMasahiro Yamada1-2/+0
2020-08-18kconfig: qconf: fix the popup menu in the ConfigInfoView windowMasahiro Yamada1-16/+13
2020-08-18kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada1-4/+4