summaryrefslogtreecommitdiff
path: root/scripts/kconfig/qconf.cc
AgeCommit message (Expand)Author
2025-08-18kconfig: qconf/xconfig: show the OptionsMode radio button setting at startupRandy Dunlap
2025-07-26kconfig: qconf: confine {begin,end}Group to constructor and destructorMasahiro Yamada
2025-07-26kconfig: qconf: fix ConfigList::updateListAllforAll()Masahiro Yamada
2025-06-30kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()Masahiro Yamada
2025-06-30kconfig: qconf: show selected choice in the Value columnMasahiro Yamada
2025-06-30kconfig: qconf: do not show checkbox icon for choiceMasahiro Yamada
2025-01-10kconfig: qconf: use preferred form of QString APIRolf Eike Beer
2024-11-06kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada
2024-11-06kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada
2024-11-06kconfig: qconf: remove non-functional href="m..." tagMasahiro Yamada
2024-11-06kconfig: qconf: remove redundant check in goBack()Masahiro Yamada
2024-11-06kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressedMasahiro Yamada
2024-11-06kconfig: qconf: remove ConfigItem::visible memberMasahiro Yamada
2024-11-06kconfig: qconf: do not show goParent button in split viewMasahiro Yamada
2024-11-06kconfig: qconf: convert the last old connection syntax to Qt5 styleMasahiro Yamada
2024-11-06kconfig: qconf: remove unnecessary lastWindowClosed() signal connectionMasahiro Yamada
2024-11-06kconfig: qconf: remove unnecessary setRootIsDecorated() callMasahiro Yamada
2024-11-06kconfig: qconf: remove redundant type check for choice membersMasahiro Yamada
2024-11-06kconfig: qconf: remove mouse{Press,Move}Event() functionsMasahiro Yamada
2024-11-06kconfig: qconf: simplify character replacementRolf Eike Beer
2024-11-06kconfig: qconf: use default platform shortcutsRolf Eike Beer
2024-11-06kconfig: qconf: use QString to store path to configuration fileRolf Eike Beer
2024-11-04kconfig: qconf: set parent in the widget constructorMasahiro Yamada
2024-11-04kconfig: qconf: reorder code in ConfigMainWindow() constructorMasahiro Yamada
2024-11-04kconfig: qconf: set QSplitter orientation in the constructorMasahiro Yamada
2024-10-02kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada
2024-10-01kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada
2024-07-16kconfig: remove P_CHOICE propertyMasahiro Yamada
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada
2024-07-16kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov
2021-04-19kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap
2020-12-08kconfig: qconf: show Qt version in the About dialogMasahiro Yamada
2020-12-08kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada
2020-09-25kconfig: qconf: create QApplication after option checksMasahiro Yamada
2020-09-25kconfig: qconf: remove Y, M, N columnsMasahiro Yamada
2020-09-25kconfig: qconf: remove ConfigView classMasahiro Yamada
2020-09-25kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada
2020-09-25kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada
2020-09-25kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada
2020-09-25kconfig: qconf: show data column all the timeMasahiro Yamada
2020-09-25kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada
2020-09-25kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada
2020-09-25kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada
2020-09-25kconfig: qconf: reformat the intro messageMasahiro Yamada
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada