<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/kconf_update, branch v5.8.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Revert "Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0."</title>
<updated>2015-02-14T19:55:54+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-02-14T19:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=10e459d02ff3a8c76b053ba31381e643a4434782'/>
<id>10e459d02ff3a8c76b053ba31381e643a4434782</id>
<content type='text'>
This reverts commit 9eee15917e01a89d937d1cba2eebbe9d65daeb72.  As agreed
with David Faure, we are going to leave this change in place for 5.7 and
see what happens.

CCMAIL: faure@kde.org
CHANGELOG: Reverts previous commit, both can be left out of the changelog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9eee15917e01a89d937d1cba2eebbe9d65daeb72.  As agreed
with David Faure, we are going to leave this change in place for 5.7 and
see what happens.

CCMAIL: faure@kde.org
CHANGELOG: Reverts previous commit, both can be left out of the changelog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0.</title>
<updated>2015-02-14T06:15:55+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-02-14T06:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=9eee15917e01a89d937d1cba2eebbe9d65daeb72'/>
<id>9eee15917e01a89d937d1cba2eebbe9d65daeb72</id>
<content type='text'>
On further reflection, introducing a SIC to fix the bug is not ideal.  I'm
working on something that will address the underlying bug, but I didn't have
it in time for 5.7.

The versioning behaviour is left, as I do want it to exist for the future.
This only reverts the mandatory versioning of files to avoid the compatibility
break.

CHANGELOG: Undo 915976c123, which never saw a release, enough to avoid the SIC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On further reflection, introducing a SIC to fix the bug is not ideal.  I'm
working on something that will address the underlying bug, but I didn't have
it in time for 5.7.

The versioning behaviour is left, as I do want it to exist for the future.
This only reverts the mandatory versioning of files to avoid the compatibility
break.

CHANGELOG: Undo 915976c123, which never saw a release, enough to avoid the SIC.
</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>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>Simple Cleanups</title>
<updated>2014-06-12T22:14:16+00:00</updated>
<author>
<name>Thomas Braxton</name>
<email>kde.braxton@gmail.com</email>
</author>
<published>2014-06-11T13:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ac6703215ba5e152379173ba503f5ba3bd7e8a85'/>
<id>ac6703215ba5e152379173ba503f5ba3bd7e8a85</id>
<content type='text'>
- use Q_NULLPTR instead of 0 or NULL
- simplify some foreach loops
- use QStringLiteral in a few places
- added a few consts

REVIEW: 118666
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use Q_NULLPTR instead of 0 or NULL
- simplify some foreach loops
- use QStringLiteral in a few places
- added a few consts

REVIEW: 118666
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix searching of paths in kconf_update</title>
<updated>2014-05-23T13:51:05+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2014-05-23T13:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=70193760afc52ebc1ab99c9e467b9df470d9e39a'/>
<id>70193760afc52ebc1ab99c9e467b9df470d9e39a</id>
<content type='text'>
Previous code said if we found an executable in kconf_update_bin
try to find a different executable in the normal path

Reviewed-by: Rohan Garg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous code said if we found an executable in kconf_update_bin
try to find a different executable in the normal path

Reviewed-by: Rohan Garg
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix kconf_update test on Windows</title>
<updated>2014-05-07T18:48:16+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-07T18:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=94419b6f0cd469dc7cb0184a6fb48c1fe304c4d8'/>
<id>94419b6f0cd469dc7cb0184a6fb48c1fe304c4d8</id>
<content type='text'>
We get a CMake warning for reading the LOCATION property, but I don't see
how else to do it (generator expressions don't seem to work)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We get a CMake warning for reading the LOCATION property, but I don't see
how else to do it (generator expressions don't seem to work)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use QProcess in kconf_update</title>
<updated>2014-05-07T18:48:15+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-07T16:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7544b8344254cc60dc18fac564ca5f24c52ce66b'/>
<id>7544b8344254cc60dc18fac564ca5f24c52ce66b</id>
<content type='text'>
This allows removing some custom WIN32 API code and is also nicer than
directly calling system()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows removing some custom WIN32 API code and is also nicer than
directly calling system()
</pre>
</div>
</content>
</entry>
<entry>
<title>install libexec executables in the kf5 libexec directory</title>
<updated>2014-04-26T23:53:42+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2014-04-26T23:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a0c759076bb7f49466871f3e129e62b01d874042'/>
<id>a0c759076bb7f49466871f3e129e62b01d874042</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export the location of kconf_update in CMake</title>
<updated>2014-03-25T10:21:26+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-24T15:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d53cf39a20d3f3f23883ca9a6b154041ee094a8d'/>
<id>d53cf39a20d3f3f23883ca9a6b154041ee094a8d</id>
<content type='text'>
This is for the benefit of kded, which needs to run this binary.

REVIEW: 117023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for the benefit of kded, which needs to run this binary.

REVIEW: 117023
</pre>
</div>
</content>
</entry>
</feed>
