<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/gui, 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>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>Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION =&gt; REQUIRED_QT_VERSION</title>
<updated>2014-03-13T10:01:07+00:00</updated>
<author>
<name>Aurélien Gâteau</name>
<email>agateau@kde.org</email>
</author>
<published>2014-03-13T10:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=245e758cb94c0abd7e8a87c5349c49a5de1c146f'/>
<id>245e758cb94c0abd7e8a87c5349c49a5de1c146f</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 new syntax for ecm_generate_headers()</title>
<updated>2014-02-16T11:53:37+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-02-16T11:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=b2366e9e0ad68fdf56569602fab17df877cc0c6f'/>
<id>b2366e9e0ad68fdf56569602fab17df877cc0c6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate and install .pri file</title>
<updated>2014-01-25T09:38:07+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-01-25T09:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=6087a9b40685ec564a37e9c26482c492dde2e38f'/>
<id>6087a9b40685ec564a37e9c26482c492dde2e38f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve dependency specifications.</title>
<updated>2014-01-15T05:52:51+00:00</updated>
<author>
<name>Michael Palimaka</name>
<email>kensington@gentoo.org</email>
</author>
<published>2014-01-11T09:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=7e315ef53a9574ee1760b653a6b326d60e5bd15b'/>
<id>7e315ef53a9574ee1760b653a6b326d60e5bd15b</id>
<content type='text'>
QtTest and QtConcurrent are only required for autotests, so no need
to find them unconditionally.
QtWidgets is not actually used - QtGui is instead.

REVIEW: 114962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QtTest and QtConcurrent are only required for autotests, so no need
to find them unconditionally.
QtWidgets is not actually used - QtGui is instead.

REVIEW: 114962
</pre>
</div>
</content>
</entry>
<entry>
<title>Install all headers into camelcase FrameworkName.</title>
<updated>2014-01-03T12:00:34+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-01-03T12:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=f07ad821e4f1cec70293a95950934b25b0609217'/>
<id>f07ad821e4f1cec70293a95950934b25b0609217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate forward headers.</title>
<updated>2014-01-01T10:35:56+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-01-01T10:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=41e55025e17b2f8e17294bc8cff7b47e8f6af1f7'/>
<id>41e55025e17b2f8e17294bc8cff7b47e8f6af1f7</id>
<content type='text'>
Install them in the proper directory.
Let cmake find them.

Had to rename conversion_check.h to conversioncheck.h
Had to improve the scripts to support multiple libs in one framework :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Install them in the proper directory.
Let cmake find them.

Had to rename conversion_check.h to conversioncheck.h
Had to improve the scripts to support multiple libs in one framework :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Code reformatted using kde-dev-scripts/astyle-kdelibs.</title>
<updated>2013-12-18T08:53:59+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2013-12-18T08:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=159963832457e6307282308455330acc7b5bd153'/>
<id>159963832457e6307282308455330acc7b5bd153</id>
<content type='text'>
Use git blame -w 867e7a5 to show authorship as it was before this commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use git blame -w 867e7a5 to show authorship as it was before this commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move kconfig code to the root directory.</title>
<updated>2013-12-18T00:45:18+00:00</updated>
<author>
<name>Jenkins CI</name>
<email>null@kde.org</email>
</author>
<published>2013-12-18T00:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=867e7a50e6396338ab4fe9aa22ad141e4cd344d2'/>
<id>867e7a50e6396338ab4fe9aa22ad141e4cd344d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
