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