<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.12.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Commit translations from l10n-kf5</title>
<updated>2015-07-05T08:54:35+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-07-05T08:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=1f3cfc54deef223b90f8a55f20817c5a4252f8e6'/>
<id>1f3cfc54deef223b90f8a55f20817c5a4252f8e6</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.12.0 release.</title>
<updated>2015-07-04T20:31:10+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-07-04T20:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=12f689b560dffb64cc0335db791c394323810198'/>
<id>12f689b560dffb64cc0335db791c394323810198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compiler warning about initialization of sub object.</title>
<updated>2015-07-02T21:46:13+00:00</updated>
<author>
<name>Milian Wolff</name>
<email>mail@milianw.de</email>
</author>
<published>2015-07-02T21:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=eb6666e4393a945e32b4c38e49b10944973f29bd'/>
<id>eb6666e4393a945e32b4c38e49b10944973f29bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark message() as WARNING</title>
<updated>2015-06-24T21:21:59+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-06-24T21:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=e33595febbe8037d3d4e2b6dd7c564c3257d5afb'/>
<id>e33595febbe8037d3d4e2b6dd7c564c3257d5afb</id>
<content type='text'>
As recommended by Alex Merry

CCMAIL: alex.merry@kde.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As recommended by Alex Merry

CCMAIL: alex.merry@kde.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Install kconfig_compiler into libexec</title>
<updated>2015-06-23T19:44:32+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-06-23T19:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=7ad70427aa5dd5bfd99f0c174fa48b4f1695bdce'/>
<id>7ad70427aa5dd5bfd99f0c174fa48b4f1695bdce</id>
<content type='text'>
This will make it end up in a platform-dependent prefix (i.e. /usr/lib64,
/usr/lib/arm-linux-gnueabihf, etc) rather than /usr/bin, making it possible
to have different kconfig_compiler versions installed, useful for
cross-compilation.

REVIEW: 124138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will make it end up in a platform-dependent prefix (i.e. /usr/lib64,
/usr/lib/arm-linux-gnueabihf, etc) rather than /usr/bin, making it possible
to have different kconfig_compiler versions installed, useful for
cross-compilation.

REVIEW: 124138
</pre>
</div>
</content>
</entry>
<entry>
<title>Support translation domain in 'kde' translation system</title>
<updated>2015-06-22T13:12:58+00:00</updated>
<author>
<name>Chusslove Illich (Часлав Илић)</name>
<email>caslav.ilic@gmx.net</email>
</author>
<published>2015-06-22T13:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=2fff683110385047bd20fb5f0b68a008b48320dd'/>
<id>2fff683110385047bd20fb5f0b68a008b48320dd</id>
<content type='text'>
In applications translations can be looked up in the globally set
translation domain, but in libraries it is necessary to link every
i18n call to the library's own translation domain. A new code
generation option TranslationDomain= is added to enable this.
It has effect only if TranslationSystem=kde is set.

Added unit tests to check generated translation calls.

CHANGELOG: New code generation option TranslationDomain=, for use with TranslationSystem=kde; normally needed in libraries.
REVIEW: 123872
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In applications translations can be looked up in the globally set
translation domain, but in libraries it is necessary to link every
i18n call to the library's own translation domain. A new code
generation option TranslationDomain= is added to enable this.
It has effect only if TranslationSystem=kde is set.

Added unit tests to check generated translation calls.

CHANGELOG: New code generation option TranslationDomain=, for use with TranslationSystem=kde; normally needed in libraries.
REVIEW: 123872
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to use kconfig_compiler from different sources</title>
<updated>2015-06-21T00:14:54+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-06-21T00:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=173b33592739f9a671f34eb816499ef32fe65c06'/>
<id>173b33592739f9a671f34eb816499ef32fe65c06</id>
<content type='text'>
This way we can specify the used tooling targets to be used, useful if we're
cross-compiling, since we get to use the tooling that runs in the local
platform.

REVIEW: 124104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can specify the used tooling targets to be used, useful if we're
cross-compiling, since we get to use the tooling that runs in the local
platform.

REVIEW: 124104
</pre>
</div>
</content>
</entry>
<entry>
<title>Unittest of reading config data from qt resource</title>
<updated>2015-06-15T18:03:54+00:00</updated>
<author>
<name>Sune Vuorela</name>
<email>sune@vuorela.dk</email>
</author>
<published>2015-06-15T18:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=a5bb0860caf443cb89a7d4b67a040485e7509e74'/>
<id>a5bb0860caf443cb89a7d4b67a040485e7509e74</id>
<content type='text'>
REVIEW: 124098
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 124098
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade KF5 version to 5.12.0.</title>
<updated>2015-06-12T22:27:02+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-06-12T22:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=5c1a50b7917bc901ff8f04f93b33215d787e7b64'/>
<id>5c1a50b7917bc901ff8f04f93b33215d787e7b64</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.11.0 release.</title>
<updated>2015-06-06T09:23:45+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-06-06T09:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=0fc87ed1b0f676818453b17e13e7ddaa8a540d6d'/>
<id>0fc87ed1b0f676818453b17e13e7ddaa8a540d6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
