<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/autotests/kconfig_compiler, branch v5.12.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<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://netuse.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 the test[0-9] executables non gui, to fix OSX</title>
<updated>2015-05-02T12:08:21+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-05-02T12:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=fd81a5a4e6566c728b8c17d0dd43951ba266e41b'/>
<id>fd81a5a4e6566c728b8c17d0dd43951ba266e41b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve error message when binary is not found</title>
<updated>2015-05-02T11:59:50+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-05-02T11:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4998789ef1a6ae1e50a66e03dd3d50993ec71575'/>
<id>4998789ef1a6ae1e50a66e03dd3d50993ec71575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate Q_PROPERTY entries out of KConfigSkeleton classes</title>
<updated>2015-04-25T23:41:29+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-04-25T23:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=97552ff2ecd13eb4398231650e2f719f7a7ba052'/>
<id>97552ff2ecd13eb4398231650e2f719f7a7ba052</id>
<content type='text'>
It adds a configuration setting that makes it possible to generate
Q_PROPERTY instances out of each variable exposed by the configuration
class.
Especially useful when it comes to exposing these classes to QtQuick
interfaces.

REVIEW: 123367

CHANGELOG: Generate QML-proof classes using the kconfigcompiler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It adds a configuration setting that makes it possible to generate
Q_PROPERTY instances out of each variable exposed by the configuration
class.
Especially useful when it comes to exposing these classes to QtQuick
interfaces.

REVIEW: 123367

CHANGELOG: Generate QML-proof classes using the kconfigcompiler
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to generate qloggingcategories support.</title>
<updated>2015-03-17T06:30:46+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-03-09T20:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=094c91f86baf1e82e55b435c07c5ba37ff107dd9'/>
<id>094c91f86baf1e82e55b435c07c5ba37ff107dd9</id>
<content type='text'>
Add new variable to specify it in *.kcfgc : "CategoryLoggingName"

CHANGELOG: Allow to generate file with qloggingcategories support.

REVIEW: 122931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new variable to specify it in *.kcfgc : "CategoryLoggingName"

CHANGELOG: Allow to generate file with qloggingcategories support.

REVIEW: 122931
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace nullptr with Q_NULLPTR.</title>
<updated>2014-09-18T15:37:08+00:00</updated>
<author>
<name>Nicolás Alvarez</name>
<email>nicolas.alvarez@gmail.com</email>
</author>
<published>2014-09-18T15:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a26008ef6773e3d473fccc8bc8f8aaf902a49121'/>
<id>a26008ef6773e3d473fccc8bc8f8aaf902a49121</id>
<content type='text'>
gcc 4.5 doesn't have nullptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc 4.5 doesn't have nullptr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simple Cleanups</title>
<updated>2014-06-12T22:14:16+00:00</updated>
<author>
<name>Thomas Braxton</name>
<email>kde.braxton@gmail.com</email>
</author>
<published>2014-06-11T13:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ac6703215ba5e152379173ba503f5ba3bd7e8a85'/>
<id>ac6703215ba5e152379173ba503f5ba3bd7e8a85</id>
<content type='text'>
- use Q_NULLPTR instead of 0 or NULL
- simplify some foreach loops
- use QStringLiteral in a few places
- added a few consts

REVIEW: 118666
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use Q_NULLPTR instead of 0 or NULL
- simplify some foreach loops
- use QStringLiteral in a few places
- added a few consts

REVIEW: 118666
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "adapt to ECMAddTests change"</title>
<updated>2014-05-10T13:53:00+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-10T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=08c778f7cbc4aa76c2aff51bec57aceab44b3ae3'/>
<id>08c778f7cbc4aa76c2aff51bec57aceab44b3ae3</id>
<content type='text'>
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to ECMAddTests change</title>
<updated>2014-05-09T22:12:25+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-09T22:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=88c9a9664e99b639df4cde2be22dbe44df228879'/>
<id>88c9a9664e99b639df4cde2be22dbe44df228879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate MOC files for kconfig_compiler outputs in tests.</title>
<updated>2014-05-07T17:43:36+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2014-05-07T17:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=c61df3e92947592a99c71da121356eb1600fb161'/>
<id>c61df3e92947592a99c71da121356eb1600fb161</id>
<content type='text'>
The MOC files for generated output from kconfig_compiler are not automatically
generated.  Re-add the code that does this, fixing the build.

I'm assuming this isn't an issue on Windows, as I don't have any machines to
test on.  Please let me know if this isn't the case.

CC: arichardson.kde@gmail.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The MOC files for generated output from kconfig_compiler are not automatically
generated.  Re-add the code that does this, fixing the build.

I'm assuming this isn't an issue on Windows, as I don't have any machines to
test on.  Please let me know if this isn't the case.

CC: arichardson.kde@gmail.com
</pre>
</div>
</content>
</entry>
</feed>
