<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v4.100.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Upgrade ECM and KF5 version requirements.</title>
<updated>2014-06-01T10:38:19+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-06-01T10:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=e28759817d22318487d0d8fb27b504c3f9a6ec39'/>
<id>e28759817d22318487d0d8fb27b504c3f9a6ec39</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-06-01T09:44:03+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-06-01T09:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=cf9d811054052fa51dd1c20ed1ab484b1ade6848'/>
<id>cf9d811054052fa51dd1c20ed1ab484b1ade6848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Update usage of QVariant::type() for Qt5.</title>
<updated>2014-05-26T19:04:30+00:00</updated>
<author>
<name>Thomas Braxton</name>
<email>kde.braxton@gmail.com</email>
</author>
<published>2014-05-26T18:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=8b88eaee8c2db96779bb9a90f52de508b271fe55'/>
<id>8b88eaee8c2db96779bb9a90f52de508b271fe55</id>
<content type='text'>
According to http://qt-project.org/doc/qt-5/qvariant.html#type the
return value of QVariant::type() should be interpreted as a
QMetaType::Type.
This also silences the compile-time warnings about 38 not being a member
of QVariant::Type.

REVIEW: 118332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to http://qt-project.org/doc/qt-5/qvariant.html#type the
return value of QVariant::type() should be interpreted as a
QMetaType::Type.
This also silences the compile-time warnings about 38 not being a member
of QVariant::Type.

REVIEW: 118332
</pre>
</div>
</content>
</entry>
<entry>
<title>REVIEW: 118039</title>
<updated>2014-05-26T09:50:54+00:00</updated>
<author>
<name>Thomas Braxton</name>
<email>kde.braxton@gmail.com</email>
</author>
<published>2014-05-26T09:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5f4dc2973f10cd44b2c70680fee72dd8fc545d2f'/>
<id>5f4dc2973f10cd44b2c70680fee72dd8fc545d2f</id>
<content type='text'>
Simplify KConfigGroup::readEntry/writeEntry.

KConfigGroup::readCheck/writeCheck caused some compilers to complain
since they were private functions that were being reimplemented outside
the class definition.

Updated KCONFIGGROUP_DECLARE_ENUM_QOBJECT/
deprecated global functions created in KDE4 times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify KConfigGroup::readEntry/writeEntry.

KConfigGroup::readCheck/writeCheck caused some compilers to complain
since they were private functions that were being reimplemented outside
the class definition.

Updated KCONFIGGROUP_DECLARE_ENUM_QOBJECT/
deprecated global functions created in KDE4 times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix searching of paths in kconf_update</title>
<updated>2014-05-23T13:51:05+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2014-05-23T13:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=70193760afc52ebc1ab99c9e467b9df470d9e39a'/>
<id>70193760afc52ebc1ab99c9e467b9df470d9e39a</id>
<content type='text'>
Previous code said if we found an executable in kconf_update_bin
try to find a different executable in the normal path

Reviewed-by: Rohan Garg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous code said if we found an executable in kconf_update_bin
try to find a different executable in the normal path

Reviewed-by: Rohan Garg
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lupdate warnings</title>
<updated>2014-05-12T18:27:41+00:00</updated>
<author>
<name>Albert Astals Cid</name>
<email>aacid@kde.org</email>
</author>
<published>2014-05-12T18:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=badd2dff667bd22755efd0ec2d967476ca9eb984'/>
<id>badd2dff667bd22755efd0ec2d967476ca9eb984</id>
<content type='text'>
/home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class
/home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class
/home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class
</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>Revert "adapt to ECMAddTests change"</title>
<updated>2014-05-10T13:53:00+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-10T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=08c778f7cbc4aa76c2aff51bec57aceab44b3ae3'/>
<id>08c778f7cbc4aa76c2aff51bec57aceab44b3ae3</id>
<content type='text'>
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to ECMAddTests change</title>
<updated>2014-05-09T22:12:25+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-09T22:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=88c9a9664e99b639df4cde2be22dbe44df228879'/>
<id>88c9a9664e99b639df4cde2be22dbe44df228879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
