<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kushal , kD &#38; FOSS &#187; Qt</title>
	<atom:link href="http://kushaldas.in/category/qt/feed/" rel="self" type="application/rss+xml" />
	<link>http://kushaldas.in</link>
	<description>FOSS and life. Kushal Das talks here</description>
	<lastBuildDate>Fri, 18 May 2012 09:02:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>pony 0.4 released</title>
		<link>http://kushaldas.in/2009/08/14/pony-0-4-released/</link>
		<comments>http://kushaldas.in/2009/08/14/pony-0-4-released/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 06:14:52 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[pony. photography]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/08/14/pony-0-4-released/</guid>
		<description><![CDATA[I just released Pony 0.4 into the wild. It came out with a 2 days delay :( Pony is a KDE based image manager. The main feature is to create Collections out of removable devices and watch/search the thumbnails offline (when the media is not attached). New features in this release: shortcut key &#8216;u&#8217; to [...]]]></description>
			<content:encoded><![CDATA[<p>I just released <a href="https://fedorahosted.org/pony/">Pony</a> 0.4 into the wild. It came out with a 2 days delay :(</p>
<p><a href="https://fedorahosted.org/pony/">Pony</a> is a KDE based image manager. The main feature is to create Collections out of removable devices and watch/search the thumbnails offline (when the media is not attached).<br />
New features in this release:</p>
<ul>
<li>shortcut key &#8216;u&#8217; to get the upload to flickr dialog</li>
<li>Hot keys: Now one can assign hotkeys using numeric key board , right now only %f (selected filename) is supported there.</li>
</ul>
<p><img src="http://kushaldas.in/wp-content/uploads/2009/08/preference.png"></p>
<p>Download the <a href="http://fedorahosted.org/releases/p/o/pony/pony-0.4.tar.bz2">source</a> or you can use <a href="http://kushal.fedorapeople.org/kushal.repo">this</a> yum repo for Fedora 11.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.7</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/08/14/pony-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>translation-filter 1.0 released</title>
		<link>http://kushaldas.in/2009/07/29/translation-filter-1-0-released/</link>
		<comments>http://kushaldas.in/2009/07/29/translation-filter-1-0-released/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:05:15 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[translation-filter]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/07/29/translation-filter-1-0-released/</guid>
		<description><![CDATA[A massive jump in the release number and now we have translation-filter 1.0 :) Download the source from here. What is translation-filter ? It is a tool to imporve l10n quality by helping in finding different corner cases. This is being developed as a part of aukur.org.in . It is having two GUI(s), one Gnome [...]]]></description>
			<content:encoded><![CDATA[<p>A massive jump in the release number and now we have <a href="https://fedorahosted.org/translation-filter">translation-filter</a> 1.0 :) Download the source from <a href="https://fedorahosted.org/releases/t/r/translation-filter/translation-filter-1.0.tar.gz">here</a>.<br />
<strong>What is translation-filter ?</strong><br />
It is a tool to imporve l10n quality by helping in finding different corner cases. This is being developed as a part of <a href="http://www.ankur.org.in/index.cgi">aukur.org.in</a> . It is having two GUI(s), one Gnome and one for KDE and a command line version.  Couple of the features are only available in the command line version.<br />
<strong>Different features of translation-filter:</strong></p>
<ul>
<li>It can search for word(s) in a given directory or some selected files. The result will be saved as an HTML file or can also be seen in the command line. By using this features one can check consistency of usage</li>
<li>It can create single word based list from the given .po files. It will contain both the term and translated string(s)</li>
<li>It can check for any unattached dependent vowel sign. Right now it can find that for the Indic languages. Like ি and া can not sit beside</li>
</ul>
<p>To know more about different options read <a href="https://fedorahosted.org/translation-filter/wiki/TranslationFilterHowto">here</a>.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.6</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/07/29/translation-filter-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pony v0.3 released</title>
		<link>http://kushaldas.in/2009/07/15/pony-v0-3-released/</link>
		<comments>http://kushaldas.in/2009/07/15/pony-v0-3-released/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 10:15:31 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/07/15/pony-v0-3-released/</guid>
		<description><![CDATA[I just released Pony v0.3 , you can download the source from here. Pony is an image manager written in PyKDE4. If you are using a previous version of pony , you should remove the old db by $rm ~/.pony.db This release is having many bug fixes and also new features. Like: One can create [...]]]></description>
			<content:encoded><![CDATA[<p>I just released Pony v0.3 , you can download the source from <a href="http://fedorahosted.org/releases/p/o/pony/pony-0.3.tar.bz2">here</a>.<br />
Pony is an image manager written in PyKDE4.<br />
If you are using a previous version of pony , you should remove the old db by<br />
<code><br />
$rm ~/.pony.db<br />
</code> </p>
<p>This release is having many bug fixes and also new features. </p>
<p>Like:</p>
<ul>
<li>
One can create media catalog (DVD or removable medias)
</li>
<li>
Search media catalogs based on tags
</li>
<li>
Flickr image uploading is now smoother
</li>
<li>
While in FullScreen image viewing one can use mouse whell to browse through images
</li>
</ul>
<p>Here is a preview of the new catalog options</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3722643371/" title="Pony v0.3 by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2501/3722643371_7d3cbbaf93.jpg" width="500" height="332" alt="Pony v0.3" /></a></p>
<p>If you are using Fedora 11 , you can add my repo as building and pushing to the Fedora repos may take some time. To do so just drop <a href="http://kushal.fedorapeople.org/kushal.repo">this</a> in your <i>/etc/yum.repos.d/</i></p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.6</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/07/15/pony-v0-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>translation-filter 0.0.4 is released</title>
		<link>http://kushaldas.in/2009/07/08/translation-filter-0-0-4-is-released/</link>
		<comments>http://kushaldas.in/2009/07/08/translation-filter-0-0-4-is-released/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 18:23:50 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/07/08/translation-filter-0-0-4-is-released/</guid>
		<description><![CDATA[You can download the source from here. Documentation can be found here. The post is brought to you by lekhonee v0.6]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/kushaldas/3701247943/" title="translation-filter-kde 0.0.4 by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2568/3701247943_f3e182442e.jpg" width="500" height="288" alt="translation-filter-kde 0.0.4" /></a></p>
<p>You can download the source from <a href="https://fedorahosted.org/releases/t/r/translation-filter/translation-filter-0.0.4.tar.bz2">here</a>.</p>
<p>Documentation can be found <a href="https://fedorahosted.org/translation-filter/wiki/TranslationFilterHowto">here</a>.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.6</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/07/08/translation-filter-0-0-4-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New release of lekhonee</title>
		<link>http://kushaldas.in/2009/05/15/new-release-of-lekhonee/</link>
		<comments>http://kushaldas.in/2009/05/15/new-release-of-lekhonee/#comments</comments>
		<pubDate>Fri, 15 May 2009 04:31:53 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/05/15/new-release-of-lekhonee/</guid>
		<description><![CDATA[I am happy to release lekhonee-0.3.1 lekhonee is a desktop client for WordPress. The new features of this release are: * Add Category * Spell Check enable/disable * Edit last entry I never blogged about a few last releases, I moved the codebase to PyKDE4. It is using KWallet service to store the password. If [...]]]></description>
			<content:encoded><![CDATA[<p>I am happy to release lekhonee-0.3.1 </p>
<p><a href="http://www.flickr.com/photos/kushaldas/3532954032/" title="New release of lekhonee by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2029/3532954032_0f32f5a54f.jpg" width="500" height="247" alt="New release of lekhonee" /></a></p>
<p><a href="http://fedorahosted.org/lekhonee">lekhonee</a> is a desktop client for <a href="http://wordpress.org">WordPress</a>.<br />
The new features of this release are:</p>
<p>  * Add Category<br />
  * Spell Check enable/disable<br />
  * Edit last entry</p>
<p>I never blogged about a few last releases, I moved the codebase to PyKDE4. It is using KWallet service to store the password. If you don&#8217;t want to use kwallet (like you are a gnome user), it will ask you to type-in the details every time. </p>
<p>Download <a href="https://fedorahosted.org/releases/l/e/lekhonee/lekhonee-0.3.1.tar.gz">tarball</a>, <a href="http://kushaldas.in/tmp/lekhonee-0.3.1-1.fc10.noarch.rpm">F-10 rpm</a> (pushed to stable), <a href="http://kushaldas.in/tmp/lekhonee-0.3.1-1.fc11.noarch.rpm">F-11 rpm</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/05/15/new-release-of-lekhonee/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Moving lekhonee to PyKDE4</title>
		<link>http://kushaldas.in/2009/04/26/moving-lekhonee-to-pykde4/</link>
		<comments>http://kushaldas.in/2009/04/26/moving-lekhonee-to-pykde4/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 12:28:22 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/04/26/moving-lekhonee-to-pykde4/</guid>
		<description><![CDATA[Finally moving lekhonee to PyKDE4. Main reason is to add spellcheck support, which looks very easy in KDE land than Qt.]]></description>
			<content:encoded><![CDATA[<p>Finally moving <a href="http://fedorahosted.org/lekhonee">lekhonee</a> to PyKDE4. </p>
<p>Main reason is to add spellcheck support, which looks very easy in KDE land than Qt.</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/04/26/moving-lekhonee-to-pykde4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OLPC Pune meet and photo management</title>
		<link>http://kushaldas.in/2009/04/06/olpc-pune-meet-and-photo-management/</link>
		<comments>http://kushaldas.in/2009/04/06/olpc-pune-meet-and-photo-management/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 05:28:22 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[digikam]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Pune]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://kushaldas.in/?p=367</guid>
		<description><![CDATA[This Sunday I went to OLPC Pune meet to give a talk on activity development. The students seem be very enthusiastic. The talk lasted for around 2 hours. Photos can be found here. On the other side, I was looking for a photo catalogue software which can catalogue my photos on DVD or any other [...]]]></description>
			<content:encoded><![CDATA[<p>This Sunday I went to OLPC <a href="http://wiki.laptop.org/go/OLPC_Pune">Pune</a> meet  to give a talk on activity development. The students seem be very enthusiastic. The talk lasted for around 2 hours. Photos can be found <a href="http://www.flickr.com/photos/kushaldas/sets/72157616319773513/">here</a>.</p>
<p>On the other side, I was looking for a photo catalogue software which can catalogue my photos on DVD or any other removable media, it should  also allow me to search them based on EXIF data and tags and should show thumbnail(s) in the result.<br />
I generally use <a href="http://digikam.org/" target="_blank">digikam</a> and gthumb too  manage and view the photos. In digikam I never being properly able to catalogue photos on DVD (never tried on the last few updates) and gthumb is too slow in showing the thumbnail or full screen views for the large size photos I take. I prefer gthumb over over digikam to view the photos due to the simpler UI.</p>
<p>Finally decided to write my own app for this, which will *not* have any editing features, <a href="http://www.gimp.org/" target="_blank">Gimp</a> is the tool I use for editing. Watch this <a href="http://kushaldas.in/tmp/ukhraviewer.ogv" target="_blank">video</a> (3.2MB) and please comment if the  thumbnail creation / viewing is fast or not ?</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/04/06/olpc-pune-meet-and-photo-management/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Some updates</title>
		<link>http://kushaldas.in/2009/01/05/some-updates/</link>
		<comments>http://kushaldas.in/2009/01/05/some-updates/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 12:21:43 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Jukebox]]></category>

		<guid isPermaLink="false">http://kushaldas.in/?p=347</guid>
		<description><![CDATA[Took some nice vacation from IRC in the last week. Now back on track again. In the current todo list: Implementing the Jukebox ideas Work on more PyQt videos Also found the third eye: Can you find me in that ?]]></description>
			<content:encoded><![CDATA[<p>Took some nice vacation from IRC in the last week. Now back on track again. In the current todo list:</p>
<ul>
<li>Implementing the Jukebox ideas</li>
<li>Work on more PyQt videos</li>
</ul>
<p>Also found the third eye: Can you find me in that ?</p>
<p><a title="The Eye by Kushal Das, on Flickr" href="http://www.flickr.com/photos/kushaldas/3159580641/"><img src="http://farm4.static.flickr.com/3261/3159580641_7771001784_m.jpg" alt="The Eye" width="240" height="161" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/01/05/some-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>translation-filter 0.3 released</title>
		<link>http://kushaldas.in/2008/09/18/translation-filter-03-released/</link>
		<comments>http://kushaldas.in/2008/09/18/translation-filter-03-released/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 09:27:40 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[dgplug]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[translation-filter]]></category>

		<guid isPermaLink="false">http://kushaldas.in/?p=309</guid>
		<description><![CDATA[I just released translation-filter 0.3. You can download it from here. The scope of development is to create a rudimentary tool that can allow comparing the quality of string translations in an offline mode. For example, the KDE Project uses a web based tool that allows strings to be searched in translated content. The current [...]]]></description>
			<content:encoded><![CDATA[<p>I just released <a href="https://fedorahosted.org/translation-filter" target="_blank">translation-filter</a> 0.3. You can download it from <a href="https://fedorahosted.org/releases/t/r/translation-filter/translation-filter-0.0.3.tar.gz" target="_blank">here</a>.</p>
<p><a href="http://kushaldas.in/wp-content/uploads/2008/09/tr.png"><img class="alignnone size-medium wp-image-310" title="translation-filter" src="http://kushaldas.in/wp-content/uploads/2008/09/tr-300x178.png" alt="" width="300" height="178" /></a></p>
<p>The scope of development is to create a rudimentary tool that can allow comparing the quality of string translations in an offline mode. For example, the KDE Project uses a <a class="ext-link" href="http://l10n.kde.org/dictionary/search-translations.php"><span class="icon">web based tool</span></a> that allows strings to be searched in translated content.</p>
<p>The current set of requirements for this offline tool are:</p>
<p>+ to be able to take as input a directory path containing multiple .po files<br />
+ to be able to take as input an English string or word to be searched within the .po files collection<br />
+ to be able to display every occurring instance of the English string or word along with equivalent translated string<br />
+ to be able to display the name of the files being searched<br />
+ to be able to save the search result set in an .html file</p>
<p>It uses PyQt4 for the gui, used QWebView to render the result. You will also require <a href="http://translate.sourceforge.net/" target="_blank">translate-toolkit</a> (at least 1.0.1 version, available in Fedora 9).</p>
<p>Among the new features (mostly in the command line version) , using -t or &#8211;term you can search for any single term.  You can even check for unattached dependent vowel signs of Indic languages using -d option.</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2008/09/18/translation-filter-03-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>liveusb-creator version 2.7 is released for Linux</title>
		<link>http://kushaldas.in/2008/08/13/liveusb-creator-version-27-is-released-for-linux/</link>
		<comments>http://kushaldas.in/2008/08/13/liveusb-creator-version-27-is-released-for-linux/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 18:00:09 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[livecd-creator]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://kushaldas.in/?p=284</guid>
		<description><![CDATA[liveusb-creator version 2.7 for Linux is released. You can grab the source or a rpm. Now feel free to create liveusb images for your friends and for the special one :)]]></description>
			<content:encoded><![CDATA[<p><a title="LiveUSB Creator 2.7 in Fedora 9 by Kushal Das, on Flickr" href="http://www.flickr.com/photos/kushaldas/2759770785/"><img src="http://farm4.static.flickr.com/3171/2759770785_bf6d2bcd85_o.png" alt="LiveUSB Creator 2.7 in Fedora 9" width="428" height="417" /></a></p>
<p><a href="https://fedorahosted.org/liveusb-creator" target="_blank">liveusb-creator</a> version 2.7 for Linux is released. You can grab the <a href="https://fedorahosted.org/releases/l/i/liveusb-creator/liveusb-creator-linux-2.7.tar.gz" target="_blank">source</a> or a <a href="http://kushal.fedorapeople.org/packages/liveusb-creator-2.7-1.fc9.noarch.rpm" target="_blank">rpm</a>. Now feel free to create liveusb images for your friends and for the special one :)</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2008/08/13/liveusb-creator-version-27-is-released-for-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

