<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.8.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>not necessary to have virtual + Q_DECL_OVERRIDE</title>
<updated>2015-02-25T07:51:58+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-02-25T07:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=9fed4e3bbe5e72641d9793badb090290ce237fae'/>
<id>9fed4e3bbe5e72641d9793badb090290ce237fae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid code path that leaves local config locked</title>
<updated>2015-02-19T10:49:31+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2015-02-12T21:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=5a28172868cdc51607e0e87172d4d4fb6f01b896'/>
<id>5a28172868cdc51607e0e87172d4d4fb6f01b896</id>
<content type='text'>
The local config file gets locked on line 415, if we return early we
need to unlock it.

REVIEW: 122549
BUG: 344032
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The local config file gets locked on line 415, if we return early we
need to unlock it.

REVIEW: 122549
BUG: 344032
</pre>
</div>
</content>
</entry>
<entry>
<title>at KDesktopFile::locateLocal, correct the expression of the if statement which was always TRUE</title>
<updated>2015-02-16T18:28:45+00:00</updated>
<author>
<name>Guy Maurel</name>
<email>guy.maurel@kde.org</email>
</author>
<published>2015-02-16T18:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=93dd4856d096e214786734db80ac8f778b913333'/>
<id>93dd4856d096e214786734db80ac8f778b913333</id>
<content type='text'>
REVIEW: 122445
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 122445
</pre>
</div>
</content>
</entry>
<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://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://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>Use Q_DECL_OVERRIDE where possible</title>
<updated>2015-02-12T12:54:33+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2015-02-11T23:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=28ddbf8138c865e19e8836b49af74f9d3bc20401'/>
<id>28ddbf8138c865e19e8836b49af74f9d3bc20401</id>
<content type='text'>
With -Winconsistent-missing-override (Clang), headers from KConfig are
throwing a lot of warnings.

REVIEW: 122539
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With -Winconsistent-missing-override (Clang), headers from KConfig are
throwing a lot of warnings.

REVIEW: 122539
</pre>
</div>
</content>
</entry>
<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://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://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://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://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>
</feed>
