1. 92f8a92 kconfig: highlight xconfig 'comment' lines with '***' by Randy Dunlap · 3 years, 9 months ago
  2. f463269 kconfig: qconf: show Qt version in the About dialog by Masahiro Yamada · 4 years, 2 months ago
  3. a2574c1 kconfig: qconf: convert to Qt5 new signal/slot connection syntax by Masahiro Yamada · 4 years, 2 months ago
  4. f9a825a kconfig: qconf: create QApplication after option checks by Masahiro Yamada · 4 years, 4 months ago
  5. a0fce28 kconfig: qconf: remove Y, M, N columns by Masahiro Yamada · 4 years, 4 months ago
  6. 62ed165 kconfig: qconf: remove ConfigView class by Masahiro Yamada · 4 years, 4 months ago
  7. 7930dd9 kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView by Masahiro Yamada · 4 years, 4 months ago
  8. f3eea29 kconfig: qconf: remove ConfigLineEdit class by Masahiro Yamada · 4 years, 4 months ago
  9. 37162a6 kconfig: qconf: allow to edit "int", "hex", "string" menus in-place by Masahiro Yamada · 4 years, 4 months ago
  10. 669a1ee kconfig: qconf: show data column all the time by Masahiro Yamada · 4 years, 4 months ago
  11. f9b918f kconfig: qconf: move ConfigView::updateList(All) to ConfigList class by Masahiro Yamada · 4 years, 4 months ago
  12. 6a14304 kconfig: qconf: remove unused ConfigItem::okRename() by Masahiro Yamada · 4 years, 4 months ago
  13. 1fb7524 kconfig: qconf: update the intro message to match to the current code by Masahiro Yamada · 4 years, 4 months ago
  14. 8c30e7e kconfig: qconf: reformat the intro message by Masahiro Yamada · 4 years, 4 months ago
  15. a46afd1 kconfig: qconf: revive help message in the info view by Masahiro Yamada · 4 years, 4 months ago
  16. a608b6a kconfig: qconf: use delete[] instead of delete to free array (again) by Masahiro Yamada · 4 years, 4 months ago
  17. 510bc3cb kconfig: qconf: replace deprecated QString::sprintf() with QTextStream by Masahiro Yamada · 4 years, 4 months ago
  18. 68fd110 kconfig: qconf: remove redundant help in the info view by Masahiro Yamada · 4 years, 4 months ago
  19. 53efe2e kconfig: qconf: remove qInfo() to get back Qt4 support by Masahiro Yamada · 4 years, 4 months ago
  20. 7d1300e kconfig: qconf: fix the popup menu in the ConfigInfoView window by Masahiro Yamada · 4 years, 4 months ago
  21. d85de33 kconfig: qconf: fix signal connection to invalid slots by Masahiro Yamada · 4 years, 4 months ago
  22. d4bbe8a kconfig: qconf: move setOptionMode() to ConfigList from ConfigView by Masahiro Yamada · 4 years, 5 months ago
  23. fa8de0a kconfig: qconf: do not limit the pop-up menu to the first row by Masahiro Yamada · 4 years, 5 months ago
  24. 5cb255f kconfig: qconf: refactor icon setups by Masahiro Yamada · 4 years, 5 months ago
  25. 4fa91f5 kconfig: qconf: remove unused voidPix, menuInvPix by Masahiro Yamada · 4 years, 5 months ago
  26. abf741a kconfig: qconf: remove ConfigList::addColumn/removeColumn by Masahiro Yamada · 4 years, 5 months ago
  27. 711b875 kconfig: qconf: remove ConfigItem::pixmap/setPixmap by Masahiro Yamada · 4 years, 5 months ago
  28. 3c73ff0 kconfig: qconf: drop more localization code by Masahiro Yamada · 4 years, 5 months ago
  29. 5b75a6c kconfig: qconf: remove 'parent' from ConfigList::updateMenuList() by Masahiro Yamada · 4 years, 5 months ago
  30. 1031685 kconfig: qconf: remove unused argument from ConfigView::updateList() by Masahiro Yamada · 4 years, 5 months ago
  31. cb77043 kconfig: qconf: remove unused argument from ConfigList::updateList() by Masahiro Yamada · 4 years, 5 months ago
  32. 9264115 kconfig: qconf: omit parent to QHBoxLayout() by Masahiro Yamada · 4 years, 5 months ago
  33. 740fdef kconfig: qconf: remove name from ConfigSearchWindow constructor by Masahiro Yamada · 4 years, 5 months ago
  34. 860ec3f kconfig: qconf: overload addToolBar() to create and insert toolbar by Masahiro Yamada · 4 years, 5 months ago
  35. 2afb3e2 kconfig: qconf: remove toolBar from ConfigMainWindow members by Masahiro Yamada · 4 years, 5 months ago
  36. 93ebaac kconfig: qconf: use 'menu' variable for (QMenu *) by Masahiro Yamada · 4 years, 5 months ago
  37. d4b1cea kconfig: qconf: do not use 'menu' variable for (QMenuBar *) by Masahiro Yamada · 4 years, 5 months ago
  38. 614bf0a8 kconfig: qconf: remove ->addSeparator() to menuBar by Masahiro Yamada · 4 years, 5 months ago
  39. 7eb7c106f kconfig: qconf: Fix mouse events in search view by Maxime Chretien · 4 years, 6 months ago
  40. ccf56e5 kconfig: qconf: remove wrong ConfigList::firstChild() by Masahiro Yamada · 4 years, 5 months ago
  41. 4b20e10 Revert "kconfig: qconf: don't show goback button on splitMode" by Masahiro Yamada · 4 years, 5 months ago
  42. 97bebbc Revert "kconfig: qconf: Change title for the item window" by Masahiro Yamada · 4 years, 5 months ago
  43. ce02397 kconfig: qconf: remove "goBack" debug message by Masahiro Yamada · 4 years, 5 months ago
  44. c9b09a92 kconfig: qconf: use delete[] instead of delete to free array by Masahiro Yamada · 4 years, 5 months ago
  45. 0e912c0 kconfig: qconf: compile moc object separately by Masahiro Yamada · 4 years, 5 months ago
  46. 8f8499a kconfig: qconf: parse newer types at debug info by Mauro Carvalho Chehab · 4 years, 6 months ago
  47. 8a3b6e5 kconfig: qconf: navigate menus on hyperlinks by Mauro Carvalho Chehab · 4 years, 6 months ago
  48. cc1c08e kconfig: qconf: don't show goback button on splitMode by Mauro Carvalho Chehab · 4 years, 6 months ago
  49. af737b4d kconfig: qconf: simplify the goBack() logic by Mauro Carvalho Chehab · 4 years, 6 months ago
  50. b06c3ec kconfig: qconf: re-implement setSelected() by Mauro Carvalho Chehab · 4 years, 6 months ago
  51. c4f7398 kconfig: qconf: make debug links work again by Mauro Carvalho Chehab · 4 years, 6 months ago
  52. c699eaa kconfig: qconf: make search fully work again on split mode by Mauro Carvalho Chehab · 4 years, 6 months ago
  53. cf81dfa kconfig: qconf: cleanup includes by Mauro Carvalho Chehab · 4 years, 6 months ago
  54. 60969f0 kconfig: qconf: Fix a few alignment issues by Mauro Carvalho Chehab · 4 years, 9 months ago
  55. e1f7769 kconfig: qconf: remove some old bogus TODOs by Mauro Carvalho Chehab · 4 years, 9 months ago
  56. b311142 kconfig: qconf: fix support for the split view mode by Mauro Carvalho Chehab · 4 years, 9 months ago
  57. cce1fab kconfig: qconf: fix the content of the main widget by Mauro Carvalho Chehab · 4 years, 9 months ago
  58. 5752ff0 kconfig: qconf: Change title for the item window by Mauro Carvalho Chehab · 4 years, 9 months ago
  59. cf497b9 kconfig: qconf: clean deprecated warnings by Mauro Carvalho Chehab · 4 years, 9 months ago
  60. dbd3586 kconfig: remove unused variable in qconf.cc by Masahiro Yamada · 4 years, 9 months ago
  61. baa23ec kconfig: Fix spelling of sym_is_changable by Marco Ammon · 5 years ago
  62. 8741908 kconfig: fix 'Save As' menu of xconfig by Masahiro Yamada · 6 years ago
  63. 3b54197856 kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings by Masahiro Yamada · 6 years ago
  64. 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
  65. 1880861 kconfig: remove P_ENV property type by Masahiro Yamada · 6 years ago
  66. 00c864f kconfig: allow all config targets to write auto.conf if missing by Masahiro Yamada · 6 years ago
  67. 694c49a kconfig: drop localization support by Sam Ravnborg · 7 years ago
  68. 83c3a1b xconfig: fix missing suboption and help panels on first run by Boris Barbulovski · 8 years ago
  69. e039303 xconfig: fix 'Show Debug' functionality by Boris Barbulovski · 8 years ago
  70. 5b61c7b kconfig: fix qconf segfault by deleting heap objects by Chris Bainbridge · 9 years ago
  71. be596aa Add current selection check. by Boris Barbulovski · 9 years ago
  72. b4ff1de Port xconfig to Qt5 - Update copyright. by Boris Barbulovski · 9 years ago
  73. ee7298f Port xconfig to Qt5 - Fix goParent issue. by Boris Barbulovski · 9 years ago
  74. 5df9da9 Port xconfig to Qt5 - on Back clicked, deselect old item. by Boris Barbulovski · 9 years ago
  75. 76d53cb Port xconfig to Qt5 - Add(back) one click checkbox toggle. by Boris Barbulovski · 9 years ago
  76. e336b9f Port xconfig to Qt5 - Add(back) lineedit editing. by Boris Barbulovski · 9 years ago
  77. 5c60014 Port xconfig to Qt5 - Remove some commented code. by Boris Barbulovski · 9 years ago
  78. f999cc0 Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel. by Boris Barbulovski · 9 years ago
  79. a5225e9 Port xconfig to Qt5 - Disable ConfigList soring by Boris Barbulovski · 9 years ago
  80. 5c6f155 Port xconfig to Qt5 - Remove ConfigList::updateMenuList template. by Boris Barbulovski · 9 years ago
  81. dbf6293 Port xconfig to Qt5 - Add ConfigList::mode to initializer list. by Boris Barbulovski · 9 years ago
  82. a52cb32 Port xconfig to Qt5 - Tree widget set column titles. by Boris Barbulovski · 9 years ago
  83. e484fe3 Port xconfig to Qt5 - Quick workaround to bypass app crash at startup. by Boris Barbulovski · 9 years ago
  84. 9bd36ed Port xconfig to Qt5 - Set ConfigView object name. by Boris Barbulovski · 9 years ago
  85. c14fa5e Port xconfig to Qt5 - Use correct signal names. by Boris Barbulovski · 9 years ago
  86. d5d973c Port xconfig to Qt5 - Put back some of the old implementation(part 2). by Boris Barbulovski · 9 years ago
  87. 59e5644 Port xconfig to Qt5 - Put back some of the old implementation. by Boris Barbulovski · 9 years ago
  88. 1019f1a Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem by Boris Barbulovski · 9 years ago
  89. 9211993 Port xconfig to Qt5 - update signals by Boris Barbulovski · 9 years ago
  90. 68ccb7e Port xconfig to Qt5 - Fix the code so it compiles with Qt5 by Boris Barbulovski · 9 years ago
  91. 7653866 Port xconfig to Qt5 - Remove custom ListView classes. by Boris Barbulovski · 9 years ago
  92. 780505e Port xconfig to Qt5 - Make single/split/full actions checkable. by Boris Barbulovski · 9 years ago
  93. 9c86235 Port xconfig to Qt5 - Update QAction checkable by Boris Barbulovski · 9 years ago
  94. 92298b4 Port xconfig to Qt5 - Fix layout margin. by Boris Barbulovski · 9 years ago
  95. 29a7016 Port xconfig to Qt5 - Fix layout by Boris Barbulovski · 9 years ago
  96. 34d6320 Port xconfig to Qt5 - Replace Q3VBox with QWidget by Boris Barbulovski · 9 years ago
  97. 1ce6735 Port xconfig to Qt5 - Remove unused #include <q3dragobject.h> by Boris Barbulovski · 9 years ago
  98. 76bede8 Port xconfig to Qt5 - Use QMenu by Boris Barbulovski · 9 years ago
  99. 924bbb5 Port xconfig to Qt5 - Use QTextBrowser by Boris Barbulovski · 9 years ago
  100. 041fbdc Port xconfig to Qt5 - Use QList by Boris Barbulovski · 9 years ago