<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/docs, branch v5.92.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Fix typos found by codespell</title>
<updated>2021-07-13T21:20:57+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2021-07-13T21:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3471f19fc56e41b2ee6236ea3016dfa30a76c0ff'/>
<id>3471f19fc56e41b2ee6236ea3016dfa30a76c0ff</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new version-controlled enumerator deprecation warning macros</title>
<updated>2021-04-26T17:21:43+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-04-26T17:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=17ce440211de8d72b683b25dae89ee6b7c9dc69d'/>
<id>17ce440211de8d72b683b25dae89ee6b7c9dc69d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfig: rename kconfigdata.h to kconfigdata_p.h</title>
<updated>2021-04-15T10:02:10+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-04-15T10:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=163cebc7065cd85650f45e93203b3ea8dd82f652'/>
<id>163cebc7065cd85650f45e93203b3ea8dd82f652</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>API dox: adapt kapidox &amp; ecm_add_qch settings to new deprecation macros</title>
<updated>2019-10-22T17:19:25+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2019-10-22T17:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=09d65adaf3605da0acda9e491c151cd4ed7b130d'/>
<id>09d65adaf3605da0acda9e491c151cd4ed7b130d</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>Security: remove support for $(...) in config keys with [$e] marker.</title>
<updated>2019-08-07T14:04:18+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2019-08-07T07:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5d3e71b1d2ecd2cb2f910036e614ffdfc895aa22'/>
<id>5d3e71b1d2ecd2cb2f910036e614ffdfc895aa22</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in KConfig documentation.</title>
<updated>2019-04-08T02:25:02+00:00</updated>
<author>
<name>Jeremy Whiting</name>
<email>jpwhiting@kde.org</email>
</author>
<published>2019-03-26T16:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=84e4b53a909d5e111702b32a2e93e327154630b2'/>
<id>84e4b53a909d5e111702b32a2e93e327154630b2</id>
<content type='text'>
Cadcading should be cascading.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cadcading should be cascading.
</pre>
</div>
</content>
</entry>
<entry>
<title>API dox: fix QT_*_HOME notes (typo, wrong enum type, markup)</title>
<updated>2017-07-13T15:03:35+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2017-07-13T15:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=bc97a9a9b491cef9acf2d169a9dee0634f79492b'/>
<id>bc97a9a9b491cef9acf2d169a9dee0634f79492b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for get QStandardPaths locations.</title>
<updated>2016-03-28T15:44:48+00:00</updated>
<author>
<name>Sandro Knauß</name>
<email>sknauss@kde.org</email>
</author>
<published>2016-03-22T15:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=50f191eaba9b076675a52252dd8f2a5aaf5b1bb0'/>
<id>50f191eaba9b076675a52252dd8f2a5aaf5b1bb0</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite kiosk documentation</title>
<updated>2014-04-11T09:27:23+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-04-10T14:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=bc157c1bb768c5b8c7a72c8f6ef29ba313c465b0'/>
<id>bc157c1bb768c5b8c7a72c8f6ef29ba313c465b0</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Use kde5rc instead of kde4rc naming convention, REVIEW: 114917</title>
<updated>2014-01-08T23:18:33+00:00</updated>
<author>
<name>Siddharth Sharma</name>
<email>siddharth.kde@gmail.com</email>
</author>
<published>2014-01-08T23:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0e3d99b4b8a0102f6ff29b39bbdc51937e643412'/>
<id>0e3d99b4b8a0102f6ff29b39bbdc51937e643412</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
