Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-20 | Make kconfig_compiler signals actually useful + add unit test | Alex Richardson | |
Previously the classes generated by kconfig_compiler would only emit the defined signals when using the setters provided by that class. However, when using e.g. KConfigDialog which uses KConfigSkeletonItem::setProperty() to change the items no signal was generated. This patch fixes this by using a wrapper KConfigSkeletonItem subclass that calls a private itemChanged() method in the generated class which updates the set of changed properties. As soon as the item is saved (usrWriteConfig() in the generated class is called) the signal will be emitted REVIEW: 115635 REVIEW: 115634 | |||
2014-02-16 | Use the new syntax for ecm_generate_headers() | David Faure | |
2014-02-10 | kconfig_compiler: fix typo that prevented using default QDateTime values | Alex Richardson | |
2014-01-26 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-01-25 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-01-25 | Generate and install .pri file | David Faure | |
2014-01-25 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-01-24 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-01-15 | Improve dependency specifications. | Michael Palimaka | |
QtTest and QtConcurrent are only required for autotests, so no need to find them unconditionally. QtWidgets is not actually used - QtGui is instead. REVIEW: 114962 | |||
2014-01-11 | Port kconfig_compiler_kf5 to use QCommandLineParser | Bhushan Shah | |
REVIEW: 114937 | |||
2014-01-09 | more rename to kconfig_compiler_kf5 | Jonathan Riddell | |
2014-01-09 | Further renaming to kconfig_compiler_kf5 | Jonathan Riddell | |
2014-01-09 | rename kconfig_compiler to kconfig_compiler_kf5 | Jonathan Riddell | |
2014-01-09 | Use kde5rc instead of kde4rc naming convention, REVIEW: 114917 | Siddharth Sharma | |
2014-01-03 | Install all headers into camelcase FrameworkName.v4.95.0 | David Faure | |
2014-01-03 | Install all headers into camelcase FrameworkName. | David Faure | |
2014-01-01 | Generate forward headers. | David Faure | |
Install them in the proper directory. Let cmake find them. Had to rename conversion_check.h to conversioncheck.h Had to improve the scripts to support multiple libs in one framework :) | |||
2013-12-30 | Revert "Workaround corrupted lock files" | David Faure | |
This reverts commit c15e319455b7e93439eb445e2e2670ec3122e697. The real fix is in Qt, let's go back to using lock() here, as intended by QLockFile. | |||
2013-12-18 | Code reformatted using kde-dev-scripts/astyle-kdelibs. | David Faure | |
Use git blame -w 867e7a5 to show authorship as it was before this commit. | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |