<?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: Interrogation with Apport hooks &#8211; Qt Included</title>
	<atom:link href="http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/</link>
	<description>Free Software Chicago Style: letting proprietary solutions sleep with the fishes</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:01:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nixternal</title>
		<link>http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/comment-page-1/#comment-5143</link>
		<dc:creator>nixternal</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/?p=585#comment-5143</guid>
		<description>Heh, I am not using Safari on Mac OS X. I wanted to see if I could build a webkit browser in less than 20 lines of code :)</description>
		<content:encoded><![CDATA[<p>Heh, I am not using Safari on Mac OS X. I wanted to see if I could build a webkit browser in less than 20 lines of code <img src='http://blog.nixternal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixternal</title>
		<link>http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/comment-page-1/#comment-5142</link>
		<dc:creator>nixternal</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/?p=585#comment-5142</guid>
		<description>Now I am going to rewrite all of this in PyKDE4 and will change the dialogs so they at least all match up now and are logically correct. I will continue to document these changes here, so please follow if interested. Of course if you have a feed to Planet Ubuntu, well then you will get stuck with the future posts :)</description>
		<content:encoded><![CDATA[<p>Now I am going to rewrite all of this in PyKDE4 and will change the dialogs so they at least all match up now and are logically correct. I will continue to document these changes here, so please follow if interested. Of course if you have a feed to Planet Ubuntu, well then you will get stuck with the future posts <img src='http://blog.nixternal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Janz</title>
		<link>http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/comment-page-1/#comment-5140</link>
		<dc:creator>J. Janz</dc:creator>
		<pubDate>Tue, 09 Jun 2009 18:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/?p=585#comment-5140</guid>
		<description>Yeah, I know better now how hard it is to do this kind of work on spare time (I&#039;m trying to contribute to KDE but spare time looks like not enougth!) and that&#039;s an extra reason for me to thank you.

And, for that line of code, who doesn&#039;t love list comprehensions[1]? ;)

See you around and keep up the good work!

[1] http://docs.python.org/3.0/tutorial/datastructures.html#list-comprehensions</description>
		<content:encoded><![CDATA[<p>Yeah, I know better now how hard it is to do this kind of work on spare time (I&#8217;m trying to contribute to KDE but spare time looks like not enougth!) and that&#8217;s an extra reason for me to thank you.</p>
<p>And, for that line of code, who doesn&#8217;t love list comprehensions[1]? <img src='http://blog.nixternal.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>See you around and keep up the good work!</p>
<p>[1] <a href="http://docs.python.org/3.0/tutorial/datastructures.html#list-comprehensions" rel="nofollow">http://docs.python.org/3.0/tutorial/datastructures.html#list-comprehensions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixternal</title>
		<link>http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/comment-page-1/#comment-5139</link>
		<dc:creator>nixternal</dc:creator>
		<pubDate>Tue, 09 Jun 2009 17:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/?p=585#comment-5139</guid>
		<description>@J. Janz - you are 100% correct - I tend to forget about utilizing loops like that. Thank you for the kind words! I try to help as much as possible here in the Kubuntu world as well as the KDE world, time permitting of course.

@A - that isn&#039;t a bad idea honestly.

@Yuriy - It was just easier to implement the way I did because Designer doesn&#039;t have a QButtonGroup widget, and writing the code for that would have been more work, KISS :)

@Michael - haha, ya the python file we used for testing has that, lolcatified :)</description>
		<content:encoded><![CDATA[<p>@J. Janz &#8211; you are 100% correct &#8211; I tend to forget about utilizing loops like that. Thank you for the kind words! I try to help as much as possible here in the Kubuntu world as well as the KDE world, time permitting of course.</p>
<p>@A &#8211; that isn&#8217;t a bad idea honestly.</p>
<p>@Yuriy &#8211; It was just easier to implement the way I did because Designer doesn&#8217;t have a QButtonGroup widget, and writing the code for that would have been more work, KISS <img src='http://blog.nixternal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Michael &#8211; haha, ya the python file we used for testing has that, lolcatified <img src='http://blog.nixternal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeaJey</title>
		<link>http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/comment-page-1/#comment-5138</link>
		<dc:creator>SeaJey</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/?p=585#comment-5138</guid>
		<description>&gt;In the dialog: “I can has a bug report?” should be “I can have a bug report?”

http://en.wikipedia.org/wiki/Lolcat</description>
		<content:encoded><![CDATA[<p>&gt;In the dialog: “I can has a bug report?” should be “I can have a bug report?”</p>
<p><a href="http://en.wikipedia.org/wiki/Lolcat" rel="nofollow">http://en.wikipedia.org/wiki/Lolcat</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael "Grammar Police" Howell</title>
		<link>http://blog.nixternal.com/2009.06.09/interrogation-with-apport-hooks-qt-included/comment-page-1/#comment-5137</link>
		<dc:creator>Michael "Grammar Police" Howell</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/?p=585#comment-5137</guid>
		<description>In the dialog: &quot;I can has a bug report?&quot; should be &quot;I can have a bug report?&quot;</description>
		<content:encoded><![CDATA[<p>In the dialog: &#8220;I can has a bug report?&#8221; should be &#8220;I can have a bug report?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
