<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.3.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>5.3, not 5.2</title>
<updated>2014-09-20T07:40:01+00:00</updated>
<author>
<name>Aaron Seigo</name>
<email>aseigo@kde.org</email>
</author>
<published>2014-09-20T07:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=280b4f714a6bdf7406d74de9329b896212e55bc1'/>
<id>280b4f714a6bdf7406d74de9329b896212e55bc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use the same open flags as the group handed in</title>
<updated>2014-09-19T14:21:19+00:00</updated>
<author>
<name>Aaron Seigo</name>
<email>aseigo@kde.org</email>
</author>
<published>2014-09-19T11:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=67546993904589dca8baf8d31acff6b2347032fd'/>
<id>67546993904589dca8baf8d31acff6b2347032fd</id>
<content type='text'>
this way we actually get the same shared pointer and thus does not
require a sync() call on the config object to get the right values

REVIEW:120283
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this way we actually get the same shared pointer and thus does not
require a sync() call on the config object to get the right values

REVIEW:120283
</pre>
</div>
</content>
</entry>
<entry>
<title>provide a getter for OpenFlags</title>
<updated>2014-09-19T14:21:19+00:00</updated>
<author>
<name>Aaron Seigo</name>
<email>aseigo@kde.org</email>
</author>
<published>2014-09-19T11:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ba7449db03273af8ac0f17c0ca553d253a31e065'/>
<id>ba7449db03273af8ac0f17c0ca553d253a31e065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move diagnostic pragmas outside/around functions.</title>
<updated>2014-09-18T15:49:08+00:00</updated>
<author>
<name>Nicolás Alvarez</name>
<email>nicolas.alvarez@gmail.com</email>
</author>
<published>2014-09-18T15:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=af146c83f5f7f4c30dbf3cc0beaf5498153b6ea3'/>
<id>af146c83f5f7f4c30dbf3cc0beaf5498153b6ea3</id>
<content type='text'>
gcc 4.5 doesn't support "#pragma GCC diagnostic" inside functions.
Apparently it also doesn't support "#pragma GCC diagnostic push/pop",
but it doesn't fail for that, so meh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc 4.5 doesn't support "#pragma GCC diagnostic" inside functions.
Apparently it also doesn't support "#pragma GCC diagnostic push/pop",
but it doesn't fail for that, so meh.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use const char[] instead of const char*, saves 8 byte in .data each.</title>
<updated>2014-09-13T16:31:52+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2014-09-13T16:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3d6e95433dd182f524caf96214a720e223b9a937'/>
<id>3d6e95433dd182f524caf96214a720e223b9a937</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add class description to KConfigBase.</title>
<updated>2014-09-12T02:31:46+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2014-09-12T02:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=fe300454292c519ae5aa4edfcb1b94f3636e59bb'/>
<id>fe300454292c519ae5aa4edfcb1b94f3636e59bb</id>
<content type='text'>
Add a class description to KConfigBase so that KConfig::sync can link to
KConfigBase::sync.  Also makes KConfigBase easier to find and understand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a class description to KConfigBase so that KConfig::sync can link to
KConfigBase::sync.  Also makes KConfigBase easier to find and understand.
</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>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>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>
<entry>
<title>allow the extraction of the shortcut names for translation</title>
<updated>2014-07-22T16:36:43+00:00</updated>
<author>
<name>Lukáš Tinkl</name>
<email>lukas@kde.org</email>
</author>
<published>2014-07-22T16:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=29354344ef888b1b6c48b5c0b5d1758e5525022b'/>
<id>29354344ef888b1b6c48b5c0b5d1758e5525022b</id>
<content type='text'>
using Qt-standard QT_TRANSLATE_NOOP instead of a fake I18N_NOOP2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using Qt-standard QT_TRANSLATE_NOOP instead of a fake I18N_NOOP2
</pre>
</div>
</content>
</entry>
</feed>
