<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/core, branch v5.25.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>api docs: add version to @deprecated tag for authorizeKAction</title>
<updated>2016-08-04T19:44:20+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2016-08-04T19:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=1e899ad0d3df1f33eb25aa120df05579ce0bd358'/>
<id>1e899ad0d3df1f33eb25aa120df05579ce0bd358</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce string modifications when calling translatePath</title>
<updated>2016-07-12T22:37:38+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-07-12T22:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=6c4e504d76b2424ac06c50394a0cca63860e65b5'/>
<id>6c4e504d76b2424ac06c50394a0cca63860e65b5</id>
<content type='text'>
Don't drop the file: prefix twice in every run.
Use appropriate API on paths rather than string handling, when possible.

REVIEW: 127813
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't drop the file: prefix twice in every run.
Use appropriate API on paths rather than string handling, when possible.

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