<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HOWTO: KConfigXT with PyKDE4</title>
	<atom:link href="http://www.dennogumi.org/2009/10/howto-kconfigxt-with-pykde4/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dennogumi.org/2009/10/howto-kconfigxt-with-pykde4</link>
	<description>On the web since 1999</description>
	<lastBuildDate>Wed, 28 Jul 2010 08:49:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Einar</title>
		<link>http://www.dennogumi.org/2009/10/howto-kconfigxt-with-pykde4/comment-page-1#comment-12334</link>
		<dc:creator>Einar</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennogumi.org/?p=687#comment-12334</guid>
		<description>@Will Stephenson: Would it be worth to get a SVN account just for this? I don&#039;t mind committing it there, just asking.

@Richard Dale: Thanks for the pointer, I&#039;ll see if I can take at least a look.</description>
		<content:encoded><![CDATA[<p>@Will Stephenson: Would it be worth to get a SVN account just for this? I don&#8217;t mind committing it there, just asking.</p>
<p>@Richard Dale: Thanks for the pointer, I&#8217;ll see if I can take at least a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Dale</title>
		<link>http://www.dennogumi.org/2009/10/howto-kconfigxt-with-pykde4/comment-page-1#comment-12331</link>
		<dc:creator>Richard Dale</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennogumi.org/?p=687#comment-12331</guid>
		<description>&quot;There is no such a tool (at least to my knowledge) that does the same job for bindings&quot;

There is actually a Ruby kconfig_compiler in kdebindings/ruby/korundum/tools/rbkconfig_compiler

You might be able to adapt that to generate python. I think that would be easier than starting with the one that generates C++. I agree that the KConfigXT stuff is a bit hard to use with bindings though in the way it uses references to types - they are really hard to work with, and a nightmare to coordinate with garbage collection.

I think this an area of the KDE api where it would have been a really good idea to involve language bindings guys at the start. In fact, as far as I can see using references to primitve types instead of just sticking to QVariant based get/set properties is more trouble than it is worth even in C++. The generated Ruby code uses the QVariant properties to change the values, but you still need a C++ reference to hold the actual data.</description>
		<content:encoded><![CDATA[<p>&#8220;There is no such a tool (at least to my knowledge) that does the same job for bindings&#8221;</p>
<p>There is actually a Ruby kconfig_compiler in kdebindings/ruby/korundum/tools/rbkconfig_compiler</p>
<p>You might be able to adapt that to generate python. I think that would be easier than starting with the one that generates C++. I agree that the KConfigXT stuff is a bit hard to use with bindings though in the way it uses references to types &#8211; they are really hard to work with, and a nightmare to coordinate with garbage collection.</p>
<p>I think this an area of the KDE api where it would have been a really good idea to involve language bindings guys at the start. In fact, as far as I can see using references to primitve types instead of just sticking to QVariant based get/set properties is more trouble than it is worth even in C++. The generated Ruby code uses the QVariant properties to change the values, but you still need a C++ reference to hold the actual data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Stephenson</title>
		<link>http://www.dennogumi.org/2009/10/howto-kconfigxt-with-pykde4/comment-page-1#comment-12330</link>
		<dc:creator>Will Stephenson</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennogumi.org/?p=687#comment-12330</guid>
		<description>Nice blog!  Have you added the code to the kdeexamples module?  If not, you should.</description>
		<content:encoded><![CDATA[<p>Nice blog!  Have you added the code to the kdeexamples module?  If not, you should.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
