<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.29.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Commit translations from l10n-kf5</title>
<updated>2016-12-03T20:57:15+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-12-03T20:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b7cc6bd8755515c0f84932926a44c42723c26c11'/>
<id>b7cc6bd8755515c0f84932926a44c42723c26c11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM and KF5 version requirements for 5.29.0 release.</title>
<updated>2016-12-03T10:12:20+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-12-03T10:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=241a876b9d2ed1b4f3d613bae8d6a7e422773279'/>
<id>241a876b9d2ed1b4f3d613bae8d6a7e422773279</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[autotest] Fix stupidity</title>
<updated>2016-12-02T18:45:17+00:00</updated>
<author>
<name>Martin Gräßlin</name>
<email>mgraesslin@kde.org</email>
</author>
<published>2016-12-02T18:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=71f16741a0288d8587876dcc7dbb33ba8f00546a'/>
<id>71f16741a0288d8587876dcc7dbb33ba8f00546a</id>
<content type='text'>
Sorry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sorry.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate an instance with KSharedConfig::Ptr for singleton and arg</title>
<updated>2016-12-02T18:04:13+00:00</updated>
<author>
<name>Martin Gräßlin</name>
<email>mgraesslin@kde.org</email>
</author>
<published>2016-11-16T13:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=cd4e6504dfbdface00037625f0cedda511e6d839'/>
<id>cd4e6504dfbdface00037625f0cedda511e6d839</id>
<content type='text'>
Summary:
In case a kcfg with arg="true" was used and singleton the static
instance method only accepted a QString config name. This made it
impossible to combine a singleton config with an already existing and
open KSharedConfig::Ptr.

With this change an overloaded instance method is added which takes a
KSharedConfig::Ptr as argument. The private ctor, though, only takes a
KSharedConfig::Ptr and the instance method taking a QString argument
uses KSharedConfig::openConfig on the config file name.

This provides full API compatibility and at the same time allows to use
KSharedConfig in addition to the arg name based variant.

Test Plan:
kconfigcompiler tests still pass and a config with singleton
and arg="true" generates the code as I need it

Reviewers: #frameworks

Differential Revision: https://phabricator.kde.org/D3386
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
In case a kcfg with arg="true" was used and singleton the static
instance method only accepted a QString config name. This made it
impossible to combine a singleton config with an already existing and
open KSharedConfig::Ptr.

With this change an overloaded instance method is added which takes a
KSharedConfig::Ptr as argument. The private ctor, though, only takes a
KSharedConfig::Ptr and the instance method taking a QString argument
uses KSharedConfig::openConfig on the config file name.

This provides full API compatibility and at the same time allows to use
KSharedConfig in addition to the arg name based variant.

Test Plan:
kconfigcompiler tests still pass and a config with singleton
and arg="true" generates the code as I need it

Reviewers: #frameworks

Differential Revision: https://phabricator.kde.org/D3386
</pre>
</div>
</content>
</entry>
<entry>
<title>Add FreeBSD to metainfo.yaml.</title>
<updated>2016-11-23T19:43:00+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@gmail.com</email>
</author>
<published>2016-11-20T15:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5950ee535d24565c434a410e70913856b2d58c23'/>
<id>5950ee535d24565c434a410e70913856b2d58c23</id>
<content type='text'>
REVIEW: 129450
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 129450
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly test environment variable</title>
<updated>2016-11-17T11:16:36+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-11-08T23:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=49203c61c7b6fc9629e85b118bdfcd1c468287ca'/>
<id>49203c61c7b6fc9629e85b118bdfcd1c468287ca</id>
<content type='text'>
Summary: use qEnvironmentVariableIsSet instead of qgetenv().isEmpty()

Reviewers: #frameworks, sebas, sitter

Reviewed By: sebas, sitter

Differential Revision: https://phabricator.kde.org/D3314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: use qEnvironmentVariableIsSet instead of qgetenv().isEmpty()

Reviewers: #frameworks, sebas, sitter

Reviewed By: sebas, sitter

Differential Revision: https://phabricator.kde.org/D3314
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade KF5 version to 5.29.0.</title>
<updated>2016-11-15T13:46:57+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-11-15T13:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=02977e550474912a0510ab035b30c2b7be6a0155'/>
<id>02977e550474912a0510ab035b30c2b7be6a0155</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_compiler - generate code with overrides</title>
<updated>2016-11-12T13:49:51+00:00</updated>
<author>
<name>Allen Winter</name>
<email>winter@kde.org</email>
</author>
<published>2016-11-12T13:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b66da09e586dda28ca43c6566904a0f62a787863'/>
<id>b66da09e586dda28ca43c6566904a0f62a787863</id>
<content type='text'>
REVIEW: 129382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 129382
</pre>
</div>
</content>
</entry>
<entry>
<title>src/core/kconfigbackend.cpp - handle unused 'sys' argument</title>
<updated>2016-11-10T23:07:07+00:00</updated>
<author>
<name>Allen Winter</name>
<email>winter@kde.org</email>
</author>
<published>2016-11-10T23:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=91f02193e739288b9df37876cfd12c65cecc88e7'/>
<id>91f02193e739288b9df37876cfd12c65cecc88e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we don't break compilation with past broken units</title>
<updated>2016-11-07T11:51:26+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-11-06T23:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ab9d76d7c012aa1a07a942cf50f33616bd49605f'/>
<id>ab9d76d7c012aa1a07a942cf50f33616bd49605f</id>
<content type='text'>
Summary: Show a warning together with the old broken behavior

Reviewers: #frameworks, dfaure

Reviewed By: dfaure

Differential Revision: https://phabricator.kde.org/D3287
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Show a warning together with the old broken behavior

Reviewers: #frameworks, dfaure

Reviewed By: dfaure

Differential Revision: https://phabricator.kde.org/D3287
</pre>
</div>
</content>
</entry>
</feed>
