<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/gui, branch v5.4.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<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>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 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>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>
<entry>
<title>Simple Cleanups</title>
<updated>2014-06-12T22:14:16+00:00</updated>
<author>
<name>Thomas Braxton</name>
<email>kde.braxton@gmail.com</email>
</author>
<published>2014-06-11T13:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ac6703215ba5e152379173ba503f5ba3bd7e8a85'/>
<id>ac6703215ba5e152379173ba503f5ba3bd7e8a85</id>
<content type='text'>
- use Q_NULLPTR instead of 0 or NULL
- simplify some foreach loops
- use QStringLiteral in a few places
- added a few consts

REVIEW: 118666
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use Q_NULLPTR instead of 0 or NULL
- simplify some foreach loops
- use QStringLiteral in a few places
- added a few consts

REVIEW: 118666
</pre>
</div>
</content>
</entry>
<entry>
<title>Update usage of QVariant::type() for Qt5.</title>
<updated>2014-05-27T03:40:03+00:00</updated>
<author>
<name>Thomas Braxton</name>
<email>kde.braxton@gmail.com</email>
</author>
<published>2014-05-27T03:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4bea223cd2cab4e4ba52c65afb24ab50de411545'/>
<id>4bea223cd2cab4e4ba52c65afb24ab50de411545</id>
<content type='text'>
This should have been part of 8b88eaee.

REVIEW: 118339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should have been part of 8b88eaee.

REVIEW: 118339
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused member of the private class</title>
<updated>2014-05-12T16:13:54+00:00</updated>
<author>
<name>Marco Martin</name>
<email>notmart@gmail.com</email>
</author>
<published>2014-05-12T16:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d4037727a96a0ee835103b21dc57eb666aa7e245'/>
<id>d4037727a96a0ee835103b21dc57eb666aa7e245</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix include path in .pri files</title>
<updated>2014-05-02T21:44:20+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-05-02T21:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3b2c72bbb11acb94b661955aa0e23986e6979cd8'/>
<id>3b2c72bbb11acb94b661955aa0e23986e6979cd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS</title>
<updated>2014-04-26T11:09:00+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-04-26T11:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=376fe10aeaba4402aac0e93ed36897f3a97b6578'/>
<id>376fe10aeaba4402aac0e93ed36897f3a97b6578</id>
<content type='text'>
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS,
which will lose the "KF5" suffix from the include path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS,
which will lose the "KF5" suffix from the include path.
</pre>
</div>
</content>
</entry>
</feed>
