<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.9.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>KConfig: fix using KSharedConfig in global object destructor.</title>
<updated>2015-04-04T11:44:01+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-04-04T11:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ee599bfa17f7e56b0db1a4afbbfe929ec90f2c9d'/>
<id>ee599bfa17f7e56b0db1a4afbbfe929ec90f2c9d</id>
<content type='text'>
ksharedconfig_in_global_object.cpp is now in kdelibs4 too
(where it works) and reproduces Albert's KgDifficulty testcase.

CHANGELOG: fix assert when using KSharedConfig in a global object destructor.
REVIEW: 122232
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ksharedconfig_in_global_object.cpp is now in kdelibs4 too
(where it works) and reproduces Albert's KgDifficulty testcase.

CHANGELOG: fix assert when using KSharedConfig in a global object destructor.
REVIEW: 122232
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize mParamMax coverty report 1289403</title>
<updated>2015-03-22T06:57:26+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-03-22T06:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d50b15ccbcd3125bab06075eceb6a7e274ba7503'/>
<id>d50b15ccbcd3125bab06075eceb6a7e274ba7503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mini-optimization by fixing defects found by coverity and using QByteArrayLiteral</title>
<updated>2015-03-20T22:12:43+00:00</updated>
<author>
<name>Nick Shaforostoff</name>
<email>shafff@ukr.net</email>
</author>
<published>2015-03-20T22:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5a8fe6681fdb283fdf22fefaca7d19ccfc43c7cd'/>
<id>5a8fe6681fdb283fdf22fefaca7d19ccfc43c7cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to generate qloggingcategories support.</title>
<updated>2015-03-17T06:30:46+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-03-09T20:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=094c91f86baf1e82e55b435c07c5ba37ff107dd9'/>
<id>094c91f86baf1e82e55b435c07c5ba37ff107dd9</id>
<content type='text'>
Add new variable to specify it in *.kcfgc : "CategoryLoggingName"

CHANGELOG: Allow to generate file with qloggingcategories support.

REVIEW: 122931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new variable to specify it in *.kcfgc : "CategoryLoggingName"

CHANGELOG: Allow to generate file with qloggingcategories support.

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