Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-13 | Fix typos found by codespell | Christophe Giboudeaux | |
GIT_SILENT | |||
2021-04-26 | Use new version-controlled enumerator deprecation warning macros | Friedrich W. H. Kossebau | |
2021-04-15 | KConfig: rename kconfigdata.h to kconfigdata_p.h | David Faure | |
It's internal, the symbols are not exported, the header is not installed. The _p.h naming makes this more obvious, when grepping for stuff in public API. | |||
2019-10-22 | API dox: adapt kapidox & ecm_add_qch settings to new deprecation macros | Friedrich W. H. Kossebau | |
GIT_SILENT | |||
2019-08-07 | Security: remove support for $(...) in config keys with [$e] marker. | David Faure | |
Summary: It is very unclear at this point what a valid use case for this feature would possibly be. The old documentation only mentions $(hostname) as an example, which can be done with $HOSTNAME instead. Note that $(...) is still supported in Exec lines of desktop files, this does not require [$e] anyway (and actually works better without it, otherwise the $ signs need to be doubled to obey kconfig $e escaping rules...). Test Plan: ctest passes; various testcases with $(...) in desktop files, directory files, and config files, no longer execute commands. Reviewers: mdawson, aacid, broulik, davidedmundson, kossebau, apol, sitter, security-team Reviewed By: mdawson, davidedmundson Subscribers: ZaWertun, rikmills, fvogt, ngraham, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D22979 | |||
2019-04-07 | Fix typo in KConfig documentation. | Jeremy Whiting | |
Cadcading should be cascading. | |||
2017-07-13 | API dox: fix QT_*_HOME notes (typo, wrong enum type, markup) | Friedrich W. H. Kossebau | |
2016-03-28 | Add support for get QStandardPaths locations. | Sandro Knauß | |
Inside desktop files we want to reach also data, cache and config home to create files inside these directories. REVIEW: 127462 CHANGELOG: Add support for get QStandardPaths locations inside desktop files. | |||
2014-04-11 | Rewrite kiosk documentation | Alex Merry | |
A lot of kiosk stuff is actually in other frameworks, from the point of view of applications, but KConfig provides the core functionality. Make the docs here describe KConfig's role, rather than KIO's or KXMLGui's. REVIEW: 117486 | |||
2014-01-09 | Use kde5rc instead of kde4rc naming convention, REVIEW: 114917 | Siddharth Sharma | |
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |