<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.87.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2021-10-01T01:21:46+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-10-01T01:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=1e42d79728f57197a8c70618ef48cc38b8c27ac7'/>
<id>1e42d79728f57197a8c70618ef48cc38b8c27ac7</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Fix writing to config if path is a content:// Uri</title>
<updated>2021-09-29T17:43:19+00:00</updated>
<author>
<name>Sharaf Zaman</name>
<email>shzam@sdf.org</email>
</author>
<published>2021-09-29T09:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0c61fb56725a2cc042a03c21c7bee63a16a5e7fe'/>
<id>0c61fb56725a2cc042a03c21c7bee63a16a5e7fe</id>
<content type='text'>
KConfigIniBackend relies on QLockFile which changes the content Uri and
this is bound to fail because we don't have permission. So, for these
Uris we use Android's Internal cache directory to save the .lock files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KConfigIniBackend relies on QLockFile which changes the content Uri and
this is bound to fail because we don't have permission. So, for these
Uris we use Android's Internal cache directory to save the .lock files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix one typo in API docs</title>
<updated>2021-09-25T20:48:32+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-09-25T20:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5617e6d214eaa9c910c4e466b383dece9917b6d9'/>
<id>5617e6d214eaa9c910c4e466b383dece9917b6d9</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>kconfigini: Only open the file once to write</title>
<updated>2021-09-19T22:54:25+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2021-09-07T01:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3090534d92d598c4f6a1d758cc4392aa086a4c0a'/>
<id>3090534d92d598c4f6a1d758cc4392aa086a4c0a</id>
<content type='text'>
We were calling open(), then fopen(), then QFile::open(). This patch
removes the fopen() call that does not seem to do anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were calling open(), then fopen(), then QFile::open(). This patch
removes the fopen() call that does not seem to do anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow KConfigXT to use KSharedConfig::openStateConfig</title>
<updated>2021-09-19T05:50:10+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-09-14T05:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0b0a4464fb3d1145eb612b1ab7edacfa9581c8c9'/>
<id>0b0a4464fb3d1145eb612b1ab7edacfa9581c8c9</id>
<content type='text'>
Otherwise we force consumers to use the config location for state data,
which is what we are trying to avoid.

Task: https://phabricator.kde.org/T12549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we force consumers to use the config location for state data,
which is what we are trying to avoid.

Task: https://phabricator.kde.org/T12549
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Ctrl+Alt+Comma shortcut for "Configure Keyboard Shortcuts"</title>
<updated>2021-08-29T18:12:22+00:00</updated>
<author>
<name>empyreal one</name>
<email>empyreal@ukr.net</email>
</author>
<published>2021-08-29T18:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7ad396a0448abc7b6861c0a9ca80b9902d365bc9'/>
<id>7ad396a0448abc7b6861c0a9ca80b9902d365bc9</id>
<content type='text'>
BUG: 441537
FIXED-IN: 5.86
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 441537
FIXED-IN: 5.86
</pre>
</div>
</content>
</entry>
<entry>
<title>Make enum value visible to QML when using GlobalEnum mode</title>
<updated>2021-08-29T16:55:45+00:00</updated>
<author>
<name>Carl Schwan</name>
<email>carl@carlschwan.eu</email>
</author>
<published>2021-08-14T19:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=dab919f1c2c255535874e8f47ad1eba2b5d347f2'/>
<id>dab919f1c2c255535874e8f47ad1eba2b5d347f2</id>
<content type='text'>
Now generate Q_ENUM(&lt;enum-name&gt;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now generate Q_ENUM(&lt;enum-name&gt;)
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT: we can use std::as_const directly</title>
<updated>2021-08-28T16:05:30+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2021-08-28T16:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=dffdff73fa98a4fdebca38fb4a41938541ffb1c1'/>
<id>dffdff73fa98a4fdebca38fb4a41938541ffb1c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KDesktopFile::isAuthorizedDesktopFile: reduce warning to info a log</title>
<updated>2021-08-26T09:11:28+00:00</updated>
<author>
<name>Méven Car</name>
<email>meven29@gmail.com</email>
</author>
<published>2021-08-25T08:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3259a6e6530cb0526bf71733ba28015f481f056e'/>
<id>3259a6e6530cb0526bf71733ba28015f481f056e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to QStrinView</title>
<updated>2021-08-18T13:41:16+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-08-18T13:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4f8ed9b7815584afc59a9ea73bb401d9b4006d68'/>
<id>4f8ed9b7815584afc59a9ea73bb401d9b4006d68</id>
<content type='text'>
Now that KF requires Qt 5.15.2; this basically reverts commit 2e8742e64fc0
with some trivial changes.

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that KF requires Qt 5.15.2; this basically reverts commit 2e8742e64fc0
with some trivial changes.

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
</feed>
