<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.2.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Commit translations from l10n-kf5</title>
<updated>2014-09-08T23:43:29+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2014-09-08T23:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d29e5bae5ac13f7c768f70d91de4750451714d07'/>
<id>d29e5bae5ac13f7c768f70d91de4750451714d07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM and KF5 version requirements for 5.2.0 release.</title>
<updated>2014-09-07T23:23:53+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2014-09-07T23:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=26e7a3f4278667e451e837882de256c2d0206281'/>
<id>26e7a3f4278667e451e837882de256c2d0206281</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade KF5 version for 5.2.0 release.</title>
<updated>2014-09-05T22:21:41+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2014-09-05T22:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=e4520b6938b30629ce562571fbd2b72f35a1153e'/>
<id>e4520b6938b30629ce562571fbd2b72f35a1153e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation onto KWindowConfig namespace</title>
<updated>2014-08-31T15:08:29+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2014-08-31T15:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=1ea2293a9811ad754a143d4d6cd682630ec91028'/>
<id>1ea2293a9811ad754a143d4d6cd682630ec91028</id>
<content type='text'>
This is needed so doxygen includes the far more useful documentation on
the contained methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed so doxygen includes the far more useful documentation on
the contained methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove brief description from README.md</title>
<updated>2014-08-15T19:13:04+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-08-15T19:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5941a608038d799244ba2dfdceb2da8bf1685fc1'/>
<id>5941a608038d799244ba2dfdceb2da8bf1685fc1</id>
<content type='text'>
This is duplicate information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is duplicate information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add metadata about the QMake and CMake packages installed by this framework and remove Links from README.md</title>
<updated>2014-08-13T08:00:13+00:00</updated>
<author>
<name>Denis Steckelmacher</name>
<email>steckdenis@yahoo.fr</email>
</author>
<published>2014-08-13T08:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=c7fc32ffdd29250a98e662b905c11bc1bbf6e7ff'/>
<id>c7fc32ffdd29250a98e662b905c11bc1bbf6e7ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow translations to have context again.</title>
<updated>2014-08-10T15:29:50+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2014-08-02T16:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0005ba7627cbe3bef9d499d720a162f1064361c8'/>
<id>0005ba7627cbe3bef9d499d720a162f1064361c8</id>
<content type='text'>
Switch to using QT_TRANSLATE_NOOP3 so that context information can be
given for actions, allowing the translators to do better translations.

BUG: 337979
FIXED-IN: 5.2.0
REVIEW: 119577
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to using QT_TRANSLATE_NOOP3 so that context information can be
given for actions, allowing the translators to do better translations.

BUG: 337979
FIXED-IN: 5.2.0
REVIEW: 119577
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM and KF5 version requirements for 5.1.0 release.</title>
<updated>2014-08-02T08:17:15+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2014-08-02T08:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=32440b780e49a5cf50cfd86bfef8a1bd2d364117'/>
<id>32440b780e49a5cf50cfd86bfef8a1bd2d364117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade KF5 version.</title>
<updated>2014-08-01T17:08:40+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2014-08-01T17:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=cffe9ffff1cf543a4c404b163f09f4ed8a696125'/>
<id>cffe9ffff1cf543a4c404b163f09f4ed8a696125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix KConfig compilation</title>
<updated>2014-07-29T21:25:42+00:00</updated>
<author>
<name>David Gil</name>
<email>davidgiloliva@gmail.com</email>
</author>
<published>2014-07-29T21:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=efaf86217ca028068bd54ec9eb54d01c52fad117'/>
<id>efaf86217ca028068bd54ec9eb54d01c52fad117</id>
<content type='text'>
KConfig fails building because QBasicAtomicInt is being treated as an int.

REVIEW: 119417
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KConfig fails building because QBasicAtomicInt is being treated as an int.

REVIEW: 119417
</pre>
</div>
</content>
</entry>
</feed>
