| Commit message (Expand) | Author | Age | Files | Lines |
* | kconfig: fix qconf segfault by deleting heap objects | Chris Bainbridge | 2016-01-11 | 1 | -0/+2 |
* | kconfig: return 'false' instead of 'no' in bool function | Vegard Nossum | 2016-01-05 | 1 | -1/+1 |
* | kconfig: allow kconfig to handle longer path names | Markus Mayer | 2015-12-10 | 1 | -3/+4 |
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2015-11-11 | 6 | -436/+480 |
|\ |
|
| * | Add current selection check. | Boris Barbulovski | 2015-11-02 | 1 | -0/+7 |
| * | Use pkg-config to find Qt 4 and 5 instead of direct qmake | Thiago Macieira | 2015-11-02 | 1 | -24/+13 |
| * | kconfig: Fix copy&paste error | Michal Sojka | 2015-10-20 | 1 | -1/+1 |
| * | kconfig/merge_config.sh: Accept a single file | Gabriel de Perthuis | 2015-10-14 | 1 | -1/+1 |
| * | kconfig/merge_config.sh: Support KCONFIG_CONFIG | Gabriel de Perthuis | 2015-10-14 | 1 | -4/+12 |
| * | Update the buildsystem for KConfig finding Qt | Thiago Macieira | 2015-10-14 | 1 | -45/+28 |
| * | Port xconfig to Qt5 - Update copyright. | Boris Barbulovski | 2015-10-14 | 1 | -1/+3 |
| * | Port xconfig to Qt5 - Fix goParent issue. | Boris Barbulovski | 2015-10-14 | 1 | -1/+1 |
| * | Port xconfig to Qt5 - on Back clicked, deselect old item. | Boris Barbulovski | 2015-10-14 | 1 | -1/+3 |
| * | Port xconfig to Qt5 - Add(back) one click checkbox toggle. | Boris Barbulovski | 2015-10-14 | 1 | -1/+17 |
| * | Port xconfig to Qt5 - Add(back) lineedit editing. | Boris Barbulovski | 2015-10-14 | 1 | -0/+1 |
| * | Port xconfig to Qt5 - Remove some commented code. | Boris Barbulovski | 2015-10-14 | 1 | -4/+0 |
| * | Port xconfig to Qt5 - Source format. | Boris Barbulovski | 2015-10-14 | 1 | -3/+3 |
| * | Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel. | Boris Barbulovski | 2015-10-14 | 1 | -0/+5 |
| * | Port xconfig to Qt5 - Change ConfigItem constructor parent type. | Boris Barbulovski | 2015-10-14 | 1 | -2/+2 |
| * | Port xconfig to Qt5 - Disable ConfigList soring | Boris Barbulovski | 2015-10-14 | 1 | -1/+1 |
| * | Port xconfig to Qt5 - Remove ConfigList::updateMenuList template. | Boris Barbulovski | 2015-10-14 | 2 | -4/+73 |
| * | Port xconfig to Qt5 - Add ConfigList::mode to initializer list. | Boris Barbulovski | 2015-10-14 | 1 | -1/+1 |
| * | Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list. | Boris Barbulovski | 2015-10-14 | 1 | -3/+3 |
| * | Port xconfig to Qt5 - Tree widget set column titles. | Boris Barbulovski | 2015-10-14 | 1 | -0/+2 |
| * | Port xconfig to Qt5 - Quick workaround to bypass app crash at startup. | Boris Barbulovski | 2015-10-14 | 1 | -3/+0 |
| * | Port xconfig to Qt5 - Set ConfigView object name. | Boris Barbulovski | 2015-10-14 | 1 | -0/+1 |
| * | Port xconfig to Qt5 - Use correct signal names. | Boris Barbulovski | 2015-10-14 | 1 | -2/+2 |
| * | Port xconfig to Qt5 - Remove Qt3Support from Makefile. | Boris Barbulovski | 2015-10-14 | 1 | -2/+2 |
| * | Port xconfig to Qt5 - Put back some of the old implementation(part 2). | Boris Barbulovski | 2015-10-14 | 2 | -26/+807 |
| * | Port xconfig to Qt5 - Put back some of the old implementation. | Boris Barbulovski | 2015-10-14 | 2 | -18/+216 |
| * | Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem | Boris Barbulovski | 2015-10-14 | 2 | -9/+63 |
| * | Port xconfig to Qt5 - update signals | Boris Barbulovski | 2015-10-14 | 1 | -36/+15 |
| * | Port xconfig to Qt5 - Fix the code so it compiles with Qt5 | Boris Barbulovski | 2015-10-14 | 2 | -100/+108 |
| * | Port xconfig to Qt5 - Remove custom ListView classes. | Boris Barbulovski | 2015-10-14 | 2 | -1066/+15 |
| * | Port xconfig to Qt5 - Make single/split/full actions checkable. | Boris Barbulovski | 2015-10-14 | 2 | -3/+30 |
| * | Port xconfig to Qt5 - Update QAction checkable | Boris Barbulovski | 2015-10-14 | 1 | -22/+22 |
| * | Port xconfig to Qt5 - Fix layout margin. | Boris Barbulovski | 2015-10-14 | 1 | -0/+1 |
| * | Port xconfig to Qt5 - Fix layout | Boris Barbulovski | 2015-10-14 | 1 | -0/+5 |
| * | Port xconfig to Qt5 - Replace Q3VBox with QWidget | Boris Barbulovski | 2015-10-14 | 2 | -3/+2 |
| * | Port xconfig to Qt5 - Remove unused #include <q3dragobject.h> | Boris Barbulovski | 2015-10-14 | 1 | -1/+0 |
| * | Port xconfig to Qt5 - Use QMenu | Boris Barbulovski | 2015-10-14 | 2 | -11/+11 |
| * | Port xconfig to Qt5 - Use QTextBrowser | Boris Barbulovski | 2015-10-14 | 2 | -10/+10 |
| * | Port xconfig to Qt5 - Use QList | Boris Barbulovski | 2015-10-14 | 2 | -9/+9 |
| * | Port xconfig to Qt5 - Use QFileDialog | Boris Barbulovski | 2015-10-14 | 1 | -3/+3 |
| * | Port xconfig to Qt5 - Use QAction | Boris Barbulovski | 2015-10-14 | 2 | -24/+28 |
| * | Port xconfig to Qt5 - Use QMainWindow, QToolBar | Boris Barbulovski | 2015-10-14 | 2 | -4/+5 |
| * | Remove support for QT3 and older. | Boris Barbulovski | 2015-10-14 | 2 | -41/+0 |
| * | kbuild: document recursive dependency limitation / resolution | Luis R. Rodriguez | 2015-10-08 | 1 | -0/+2 |
* | | scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O= | Michael Ellerman | 2015-10-15 | 1 | -1/+1 |
* | | scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target | Michael Ellerman | 2015-10-01 | 1 | -1/+4 |
|/ |
|