<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/core, branch v5.24.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Fix previous commit - this still needs to be exported</title>
<updated>2016-07-02T10:01:31+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2016-07-02T10:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=0207dcf11ae3a4e2aebafd5e1579b4d6a00a0fec'/>
<id>0207dcf11ae3a4e2aebafd5e1579b4d6a00a0fec</id>
<content type='text'>
CCMAIL: elvis.angelaccio@kdemail.net
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CCMAIL: elvis.angelaccio@kdemail.net
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate authorizeKAction() in favor of authorizeAction()</title>
<updated>2016-07-02T09:01:47+00:00</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kdemail.net</email>
</author>
<published>2016-07-02T09:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=b566ff96512b6ead8b11a20e23cc87bc80d72e75'/>
<id>b566ff96512b6ead8b11a20e23cc87bc80d72e75</id>
<content type='text'>
REVIEW: 128023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128023
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid skipping KAuthorized check</title>
<updated>2016-05-19T21:19:01+00:00</updated>
<author>
<name>David Edmundson</name>
<email>david@davidedmundson.co.uk</email>
</author>
<published>2016-05-18T00:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=b1c64c165eb7e498f6cfed65e2d439d86f21a116'/>
<id>b1c64c165eb7e498f6cfed65e2d439d86f21a116</id>
<content type='text'>
Previously, if a .desktop file had a TryExec and a X-KDE-AuthorizeAction
entry we would skip the KAuthorized check. This is clearly wrong.

REVIEW: 127948
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if a .desktop file had a TryExec and a X-KDE-AuthorizeAction
entry we would skip the KAuthorized check. This is clearly wrong.

REVIEW: 127948
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove typedef copy</title>
<updated>2016-05-11T20:35:31+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2016-05-11T20:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=1f47df5074e041cad803863e5ef04cb082faf601'/>
<id>1f47df5074e041cad803863e5ef04cb082faf601</id>
<content type='text'>
The typedef is copied here to avoid including the header that contains
it.  However, this confuses sip if binding definitions are generated
from the C++ headers.  Simply inline the typedef instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The typedef is copied here to avoid including the header that contains
it.  However, this confuses sip if binding definitions are generated
from the C++ headers.  Simply inline the typedef instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make kdeglobals file path static as intended</title>
<updated>2016-04-27T15:12:12+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-04-27T15:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=f31fdc92a51c23292ff81f57be0991cd772f2099'/>
<id>f31fdc92a51c23292ff81f57be0991cd772f2099</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded ifdefs to compare paths</title>
<updated>2016-04-27T15:10:30+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-04-27T15:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=61757c5aa46c7f851dd2d44adf7e69dfd52b40f9'/>
<id>61757c5aa46c7f851dd2d44adf7e69dfd52b40f9</id>
<content type='text'>
Just keep the setting once and always use QString::compare instead of
using QString::operator== or QString::compare depending on the platform.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just keep the setting once and always use QString::compare instead of
using QString::operator== or QString::compare depending on the platform.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable</title>
<updated>2016-04-27T14:11:33+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-04-27T14:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=ced9046b4686dc1c03d72bc24fabbc2baf1b7201'/>
<id>ced9046b4686dc1c03d72bc24fabbc2baf1b7201</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core/ksharedconfig.cpp - pedantic</title>
<updated>2016-04-17T12:54:32+00:00</updated>
<author>
<name>Allen Winter</name>
<email>winter@kde.org</email>
</author>
<published>2016-04-17T12:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=fe9a3309f9886b0d24aae5a30c6ed000be836773'/>
<id>fe9a3309f9886b0d24aae5a30c6ed000be836773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for get QStandardPaths locations.</title>
<updated>2016-03-28T15:44:48+00:00</updated>
<author>
<name>Sandro Knauß</name>
<email>sknauss@kde.org</email>
</author>
<published>2016-03-22T15:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=50f191eaba9b076675a52252dd8f2a5aaf5b1bb0'/>
<id>50f191eaba9b076675a52252dd8f2a5aaf5b1bb0</id>
<content type='text'>
Inside desktop files we want to reach also data, cache and config home
to create files inside these directories.

REVIEW: 127462
CHANGELOG: Add support for get QStandardPaths locations inside desktop files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inside desktop files we want to reach also data, cache and config home
to create files inside these directories.

REVIEW: 127462
CHANGELOG: Add support for get QStandardPaths locations inside desktop files.
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfigIniBackend: Fix expensive detach in lookup</title>
<updated>2016-02-18T23:55:07+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2016-02-18T23:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=d9b3ce9038ed83d4967eb9a5111d57f6081a1394'/>
<id>d9b3ce9038ed83d4967eb9a5111d57f6081a1394</id>
<content type='text'>
Differential Revision: https://phabricator.kde.org/D990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision: https://phabricator.kde.org/D990
</pre>
</div>
</content>
</entry>
</feed>
