<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/core, branch v4.98.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<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://netuse.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://netuse.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://netuse.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://netuse.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>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://netuse.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>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://netuse.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>Better comment for why KDesktopFile::readPath uses readEntry</title>
<updated>2014-03-24T11:22:33+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-21T18:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=16348884c6b3632b9a7c7fee76c74d708c142f38'/>
<id>16348884c6b3632b9a7c7fee76c74d708c142f38</id>
<content type='text'>
REVIEW: 116962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 116962
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old kdelibs4 code</title>
<updated>2014-03-24T11:22:31+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-21T18:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=54e96153a57c43da26588acc2dd5d5f29763d124'/>
<id>54e96153a57c43da26588acc2dd5d5f29763d124</id>
<content type='text'>
All this ifdef'd-out code just makes it hard to see what's going on.

REVIEW: 116962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All this ifdef'd-out code just makes it hard to see what's going on.

REVIEW: 116962
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename readConfig() to load(), to make it clear it's loading from disk.</title>
<updated>2014-03-23T22:00:03+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-03-23T21:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=fb451a380c088f315e60de92288326fc7fdfd394'/>
<id>fb451a380c088f315e60de92288326fc7fdfd394</id>
<content type='text'>
As discussed with Matthew Dawson in review 116461.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed with Matthew Dawson in review 116461.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert addition of DelayedParsing, not needed after all.</title>
<updated>2014-03-23T22:00:03+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-03-23T21:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=80ee4cd6aafc870909308485d6c42023fb875faa'/>
<id>80ee4cd6aafc870909308485d6c42023fb875faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
