<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/core, branch v5.10.0</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>2015-04-07T13:15:22+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-04-07T13:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=390178b4a6f7d3621b0593e3b73fdb3d13ac0e57'/>
<id>390178b4a6f7d3621b0593e3b73fdb3d13ac0e57</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>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>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>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>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>
<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>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>
</feed>
