<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v4.98.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Upgrade ECM version requirement and KF5 version.</title>
<updated>2014-03-28T18:16:15+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-03-28T18:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=ec85e2ac41742ba3eb219afc3d6be700c84e1e02'/>
<id>ec85e2ac41742ba3eb219afc3d6be700c84e1e02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>guard gcc-specific things with Q_CC_GNU to avoid problems elsewhere</title>
<updated>2014-03-28T16:08:05+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-03-28T16:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=a306f1faf40846998f0c0cc0d9d10756d65248a5'/>
<id>a306f1faf40846998f0c0cc0d9d10756d65248a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix repeated typo in 'override'</title>
<updated>2014-03-28T16:08:05+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-03-28T16:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=3b99ed63af318f5a43f24cd051fae57d7bb0280b'/>
<id>3b99ed63af318f5a43f24cd051fae57d7bb0280b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop re-loading values inside KCoreConfigSkeleton::save().</title>
<updated>2014-03-28T16:08:05+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2014-03-28T15:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=4846b50aea0bc2262238963a85ab3556c22412e4'/>
<id>4846b50aea0bc2262238963a85ab3556c22412e4</id>
<content type='text'>
The extra load of values in KCoreConfigSkeleton is not documented anywhere
that it happens, and in normal circumstances re-loading new values isn't
expecterd during a save operation.

Update various mentions of readConfig/writeConfig to read/save.

Update documentation to match the new names of functions.

Rename writeConfig() to save() and usrWriteConfig() to usrSave()

Rename functions to match the new naming conventions.  Also create old deprecated
instances of both functions to ensure that old code continues to operate
correctly.  Also make save() non-virtual, for the same reasons read() is
now non-virtual.

Rename usrReadConfig to usrRead, to be consistent with the new name for readConfig.

Rename usrReadConfig to usrRead, and mark the former as deprecated.  To maintain
compatibility, usrRead still calls usrReadConfig in its default implementation.
usrReadConfig remains empty.

REVIEW: 117010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The extra load of values in KCoreConfigSkeleton is not documented anywhere
that it happens, and in normal circumstances re-loading new values isn't
expecterd during a save operation.

Update various mentions of readConfig/writeConfig to read/save.

Update documentation to match the new names of functions.

Rename writeConfig() to save() and usrWriteConfig() to usrSave()

Rename functions to match the new naming conventions.  Also create old deprecated
instances of both functions to ensure that old code continues to operate
correctly.  Also make save() non-virtual, for the same reasons read() is
now non-virtual.

Rename usrReadConfig to usrRead, to be consistent with the new name for readConfig.

Rename usrReadConfig to usrRead, and mark the former as deprecated.  To maintain
compatibility, usrRead still calls usrReadConfig in its default implementation.
usrReadConfig remains empty.

REVIEW: 117010
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the full path for kconf_update when running it</title>
<updated>2014-03-25T10:21:42+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-24T16:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=e1ad9a6192d1e2be6fcb17c8a1e961104d921752'/>
<id>e1ad9a6192d1e2be6fcb17c8a1e961104d921752</id>
<content type='text'>
It is not on $PATH, so we cannot just expect QProcess to find it.

REVIEW: 117023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not on $PATH, so we cannot just expect QProcess to find it.

REVIEW: 117023
</pre>
</div>
</content>
</entry>
<entry>
<title>Export the location of kconf_update in CMake</title>
<updated>2014-03-25T10:21:26+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-24T15:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=d53cf39a20d3f3f23883ca9a6b154041ee094a8d'/>
<id>d53cf39a20d3f3f23883ca9a6b154041ee094a8d</id>
<content type='text'>
This is for the benefit of kded, which needs to run this binary.

REVIEW: 117023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for the benefit of kded, which needs to run this binary.

REVIEW: 117023
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove kde3 compatibility code for "DocPath" in desktop files</title>
<updated>2014-03-25T10:17:49+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-23T17:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=c8f3b3684e42d5b1e788642863782741703acbd2'/>
<id>c8f3b3684e42d5b1e788642863782741703acbd2</id>
<content type='text'>
LXR suggests nothing still sets that (everything is X-DocPath now).

REVIEW: 117003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LXR suggests nothing still sets that (everything is X-DocPath now).

REVIEW: 117003
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the kconfig_compiler_kf5 target to kconfig_compiler</title>
<updated>2014-03-24T11:49:49+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-23T14:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=892e693f616297a91835d3d79353926b96bd1201'/>
<id>892e693f616297a91835d3d79353926b96bd1201</id>
<content type='text'>
Just because the executable has the "_kf5" suffix, that does not mean
the target should have it.  This is ugly API, and will be unnecessary
porting effort for KF6.

REVIEW: 116995
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just because the executable has the "_kf5" suffix, that does not mean
the target should have it.  This is ugly API, and will be unnecessary
porting effort for KF6.

REVIEW: 116995
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs for KDesktopFile::isAuthorizedDesktopFile()</title>
<updated>2014-03-24T11:22:38+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-21T18:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=a9ac60da055e108d153e265190ebd870cecb9f6f'/>
<id>a9ac60da055e108d153e265190ebd870cecb9f6f</id>
<content type='text'>
The fact that it changed in KDE 4.3 is not so relevant any more.

REVIEW: 116962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fact that it changed in KDE 4.3 is not so relevant any more.

REVIEW: 116962
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unhelpful comments</title>
<updated>2014-03-24T11:22:36+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-21T18:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=2cb32b4dc0ed9aed3ae705d34269f99d82c3c6dc'/>
<id>2cb32b4dc0ed9aed3ae705d34269f99d82c3c6dc</id>
<content type='text'>
These lines of code do not really require any justification.

REVIEW: 116962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These lines of code do not really require any justification.

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