<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.7.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>skip empty parts</title>
<updated>2015-02-03T17:52:32+00:00</updated>
<author>
<name>Marco Martin</name>
<email>notmart@gmail.com</email>
</author>
<published>2015-02-03T17:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=11585e2fccf742798ab3396726f87323b54b3ac9'/>
<id>11585e2fccf742798ab3396726f87323b54b3ac9</id>
<content type='text'>
when parsing the default value for string lists, skip empty parts
also, an empty string means an empty list (not a list containing
an empty string)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when parsing the default value for string lists, skip empty parts
also, an empty string means an empty list (not a list containing
an empty string)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing QIODevice include</title>
<updated>2015-01-17T02:30:43+00:00</updated>
<author>
<name>Hrvoje Senjan</name>
<email>hrvoje.senjan@gmail.com</email>
</author>
<published>2015-01-17T02:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d95a64c627d046204e93f6be3551164e5ae2f87c'/>
<id>d95a64c627d046204e93f6be3551164e5ae2f87c</id>
<content type='text'>
Fixes build with Qt 5.5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes build with Qt 5.5
</pre>
</div>
</content>
</entry>
<entry>
<title>Update installation variables.</title>
<updated>2015-01-10T17:46:20+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-01-10T17:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=23d21437af6c38673c3fcfb6d7ae45e8220f3406'/>
<id>23d21437af6c38673c3fcfb6d7ae45e8220f3406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix KCoreConfigSkeleton when toggling a value with saves in between</title>
<updated>2015-01-06T23:55:00+00:00</updated>
<author>
<name>Albert Astals Cid</name>
<email>aacid@kde.org</email>
</author>
<published>2015-01-06T23:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=257b66e049483d198723e515c3c1e65e18b6afb3'/>
<id>257b66e049483d198723e515c3c1e65e18b6afb3</id>
<content type='text'>
REVIEW: 121838
Acked by Matthew Dawson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 121838
Acked by Matthew Dawson
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't upgrate config file with upd file from kde4.</title>
<updated>2015-01-06T20:59:25+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-01-06T20:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=915976c1238be811f169eab1b02f7e8dad6410e0'/>
<id>915976c1238be811f169eab1b02f7e8dad6410e0</id>
<content type='text'>
This patch is necessary because:
When we use kf5 + kde4 application, kconf_update which launchs at the start when we launch kde.
But it will migrate some config file, for example it will show that we need to migrate konversation
so it will create a konversationrc in .config/

But when we launch konversation there is a kdelibs4migrator which wants to migrate settings and config in .config
but it shows a konversationrc in .config so it will never migrate and we will lose all settings.

So we can force to remove all .upd in kf5 but it will not fix problem during migration or when we have kde4 application
install in same directory as kf5.

So now I force for each upd file to have a "Version=5" so kconf_update (kf5) will migrate just kf5 upd file and it will fix my bugs.

REVIEW: 121797
CHANGELOG: Now kconf_update doesn't process upd file from kde4. We need to add "Version=5" in top of the upd file otherwise it will be skipped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is necessary because:
When we use kf5 + kde4 application, kconf_update which launchs at the start when we launch kde.
But it will migrate some config file, for example it will show that we need to migrate konversation
so it will create a konversationrc in .config/

But when we launch konversation there is a kdelibs4migrator which wants to migrate settings and config in .config
but it shows a konversationrc in .config so it will never migrate and we will lose all settings.

So we can force to remove all .upd in kf5 but it will not fix problem during migration or when we have kde4 application
install in same directory as kf5.

So now I force for each upd file to have a "Version=5" so kconf_update (kf5) will migrate just kf5 upd file and it will fix my bugs.

REVIEW: 121797
CHANGELOG: Now kconf_update doesn't process upd file from kde4. We need to add "Version=5" in top of the upd file otherwise it will be skipped.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix missing KF5_ prefix for INSTALL_DEFAULT_ARGS</title>
<updated>2015-01-04T21:04:05+00:00</updated>
<author>
<name>Christoph Cullmann</name>
<email>cullmann@kde.org</email>
</author>
<published>2015-01-04T21:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=19ae8748a9352aa31c4919ca09b6f6eb6f03e45e'/>
<id>19ae8748a9352aa31c4919ca09b6f6eb6f03e45e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify condition, endsWith is clever enough.</title>
<updated>2014-12-25T09:01:52+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-12-25T09:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=dd68b161108997073fd1e47a75c3309a502f8ea0'/>
<id>dd68b161108997073fd1e47a75c3309a502f8ea0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file)</title>
<updated>2014-12-14T08:53:28+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2014-12-14T08:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7ce3b7f4a03c6af12cd7cbddbaee1694220c9e39'/>
<id>7ce3b7f4a03c6af12cd7cbddbaee1694220c9e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link to KSharedConfig::openConfig in apidoc</title>
<updated>2014-11-28T00:59:13+00:00</updated>
<author>
<name>Heiko Becker</name>
<email>heirecka@exherbo.org</email>
</author>
<published>2014-11-27T13:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3101bd24e0258895c23070f491d8fed99ab52dba'/>
<id>3101bd24e0258895c23070f491d8fed99ab52dba</id>
<content type='text'>
KSharedConfig has been ported to QStandardPaths in KF5.

REVIEW: 121272
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KSharedConfig has been ported to QStandardPaths in KF5.

REVIEW: 121272
</pre>
</div>
</content>
</entry>
<entry>
<title>Define &lt;source_files_var&gt; for ecm_create_qm_loader</title>
<updated>2014-11-02T20:30:26+00:00</updated>
<author>
<name>Burkhard Lück</name>
<email>lueck@hube-lueck.de</email>
</author>
<published>2014-11-02T20:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a06e315214edbe2d77d4abdaa11cae5c5a452a2d'/>
<id>a06e315214edbe2d77d4abdaa11cae5c5a452a2d</id>
<content type='text'>
REVIEW:120947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW:120947
</pre>
</div>
</content>
</entry>
</feed>
