<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Brcha's blog</title>
	<atom:link href="http://brcha.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brcha.wordpress.com</link>
	<description>Brcha's random thoughts</description>
	<lastBuildDate>Sat, 26 Apr 2008 18:06:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='brcha.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2b72139a0b0bd7f447c31e60faf0bcb8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Brcha's blog</title>
		<link>http://brcha.wordpress.com</link>
	</image>
			<item>
		<title>CEWQO08 application</title>
		<link>http://brcha.wordpress.com/2008/04/26/cewqo08-application/</link>
		<comments>http://brcha.wordpress.com/2008/04/26/cewqo08-application/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 18:06:47 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Institute]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/?p=15</guid>
		<description><![CDATA[I have just built my first KDE 4.1/Qt 4.4.0 application. I was asked to make some modifications to the Excel spreadsheet and it was too complicated to do that by hand. I had to swap first and last names and unpack one column into 6 columns. That wouldn&#8217;t be a problem if there weren&#8217;t about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=15&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have just built my first KDE 4.1/Qt 4.4.0 application. I was asked to make some modifications to the Excel spreadsheet and it was too complicated to do that by hand. I had to swap first and last names and unpack one column into 6 columns. That wouldn&#8217;t be a problem if there weren&#8217;t about 170 entries which was too much for my copy+paste knowledge <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So I decided to transform the .xls file into an appropriate .csv file (with % as a separator since other characters were already used in the entries) and do the regexp magick using Qt. Since I am using KDE 4.1 (trunk), and it isn&#8217;t needed for this program to be delivered to anyone, I also decided to use KDElibs for GUI. So, here it is &#8211; the CEWQO08 program (the name sounds strange, but that&#8217;s the name of the <a href="http://cewqo08.phy.bg.ac.yu/">conference</a> this .xls file is all about). So I swapped the names (trivially, split the <a href="http://doc.trolltech.com/4.3/qstring.html">QString</a> into <a href="http://doc.trolltech.com/4.3/qstringlist.html">QStringList</a>, push_front(last) + pop_last) and <a href="http://doc.trolltech.com/4.3/qregexp.html">QRegExp</a>-ed the column that was to be unpacked.</p>
<p style="text-align:center;"><a href="http://img222.imageshack.us/my.php?image=cewqo08ga7.png" target="_blank"><img class="aligncenter" src="http://img222.imageshack.us/img222/7664/cewqo08ga7.th.png" border="0" alt="" /></a></p>
<p style="text-align:left;">You can watch the source at <a href="http://repo.or.cz/w/cewqo08.git">repo.or.cz</a> (or just check it out with &#8216;git clone git://repo.or.cz/cewqo08.git&#8217;).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=15&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2008/04/26/cewqo08-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://img222.imageshack.us/img222/7664/cewqo08ga7.th.png" medium="image" />
	</item>
		<item>
		<title>KDE 4 on Weasel</title>
		<link>http://brcha.wordpress.com/2008/01/08/14/</link>
		<comments>http://brcha.wordpress.com/2008/01/08/14/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 00:52:22 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Weasel]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2008/01/08/14/</guid>
		<description><![CDATA[I am just finishing with building the tagged KDE 4.0 by hand. Tomorrow I will start building the packages so that they are ready for THE release   Weasel GNU/Linux 2.0 will be released together with KDE 4.0. Even more, it will include only KDE 4 and just parts of KDE 3 that don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=14&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am just finishing with building the tagged KDE 4.0 by hand. Tomorrow I will start building the packages so that they are ready for THE release <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Weasel GNU/Linux 2.0 will be released together with KDE 4.0. Even more, it will include only KDE 4 and just parts of KDE 3 that don&#8217;t work in KDE 4 (such as kdevelop and k3b).</p>
<p><a href="http://www.kde.org/"><img src="http://games.kde.org/new/counter/" alt="KDE 4.0 Release Counter" height="47" width="377" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=14&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2008/01/08/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://games.kde.org/new/counter/" medium="image">
			<media:title type="html">KDE 4.0 Release Counter</media:title>
		</media:content>
	</item>
		<item>
		<title>GUI is almost up :)</title>
		<link>http://brcha.wordpress.com/2007/08/14/gui-is-almost-up/</link>
		<comments>http://brcha.wordpress.com/2007/08/14/gui-is-almost-up/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 18:36:56 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[Weasel]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2007/08/14/gui-is-almost-up/</guid>
		<description><![CDATA[Well, I built X.org packages (a lot of them) and most of the KDE &#38; Gnome. Now there are still some more packages to be built (as can be seen on the shot), but it is coming to an end.
Soon (by the end of August if everything works out well) I will be able to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=13&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, I built X.org packages (a lot of them) and most of the KDE &amp; Gnome. Now there are still some more packages to be built (as can be seen on the shot), but it is coming to an end.</p>
<p>Soon (by the end of August if everything works out well) I will be able to build a package group and the first release. So, here&#8217;s the first screenshot of <a href="http://weasel.rpath.org">Weasel GNU/Linux</a> in action compiling gcc (fortran, java, objc{,++} were not built at first) and kdesdk:</p>
<p><a href="http://img62.imageshack.us/my.php?image=screen20070814lk9.png" target="_blank"><img src="http://img62.imageshack.us/img62/8949/screen20070814lk9.th.png" border="0" alt="Free Image Hosting at www.ImageShack.us" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=13&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2007/08/14/gui-is-almost-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://img62.imageshack.us/img62/8949/screen20070814lk9.th.png" medium="image">
			<media:title type="html">Free Image Hosting at www.ImageShack.us</media:title>
		</media:content>
	</item>
		<item>
		<title>Weasel GNU/Linux reached phase 2</title>
		<link>http://brcha.wordpress.com/2007/08/03/weasel-gnulinux-reached-phase-2/</link>
		<comments>http://brcha.wordpress.com/2007/08/03/weasel-gnulinux-reached-phase-2/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 22:19:27 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[Weasel]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2007/08/03/weasel-gnulinux-reached-phase-2/</guid>
		<description><![CDATA[I have just started to build the final packages for the base of Weasel GNU/Linux and by the end of the day at the most, that will be completed.
After that I have to build the GUI component (X.org 7.2 &#38; KDE for start) and then I will be able to release the first alpha (0.80.1) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=12&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have just started to build the final packages for the base of <a href="http://weasel.rpath.org/">Weasel GNU/Linux</a> and by the end of the day at the most, that will be completed.</p>
<p>After that I have to build the GUI component (X.org 7.2 &amp; KDE for start) and then I will be able to release the first alpha (0.80.1) of the system. The system is using Linux kernel 2.6.22, GNU CC 4.2.1 and GNU LibC 2.6 as the base. Most packages are fairly recent, but efforts are being made to make everything as stable as possible. Next post will come from a fully installed Weasel GNU/Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=12&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2007/08/03/weasel-gnulinux-reached-phase-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://brcha.wordpress.com/2007/06/30/hello-world/</link>
		<comments>http://brcha.wordpress.com/2007/06/30/hello-world/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 14:11:23 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I moved my blog to WordPress.com. WordPress is better for various reasons. It is Free Software, it works better with Konqueror, and it has an excellent import feature that allowed me to import old blogger.com articles. Neat-o  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=1&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I moved my blog to <a href="http://wordpress.com/">WordPress.com</a>. WordPress is better for various reasons. It is <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a>, it works better with <a href="http://www.konqueror.org">Konqueror</a>, and it has an excellent import feature that allowed me to import old <a href="http://brcha.blogspot.com">blogger.com</a> articles. Neat-o <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=1&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2007/06/30/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>
	</item>
		<item>
		<title>Dolphin browses archives</title>
		<link>http://brcha.wordpress.com/2007/03/11/dolphin-browses-archives/</link>
		<comments>http://brcha.wordpress.com/2007/03/11/dolphin-browses-archives/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 23:08:00 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2007/03/11/dolphin-browses-archives/</guid>
		<description><![CDATA[Today I took some time and added new functionality to a great new KDE&#8217;s file manager &#8211; Dolphin. In KDE4 Dolphin will be the main file manager and in KDE3 it is the main file manager only if you setup KDE like I did (change &#8220;inode/directory&#8221; in KControl-&#62;Components-&#62;FileAssignments to point to Dolphin as a preferred [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=10&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I took some time and added new functionality to a great new KDE&#8217;s file manager &#8211; Dolphin. In KDE4 Dolphin will be the main file manager and in KDE3 it is the main file manager only if you setup KDE like I did (change &#8220;inode/directory&#8221; in KControl-&gt;Components-&gt;FileAssignments to point to Dolphin as a preferred application).</p>
<p>Well, I have lots of files packed up in the archives and I&#8217;d like it to stay that way. Konqueror always could browse through those archives, but dolphin doesn&#8217;t have that functionality. That is &#8211; it didn&#8217;t have until today. Today I made a patch for both new KDE4 dolphin and backport for the &#8220;old&#8221; KDE 3.5.6. You can find the KDE4 dolphin&#8217;s patch in <a href="http://bugs.kde.org/show_bug.cgi?id=142781">KDE Bugzilla</a> or in <a href="http://websvn.kde.org/trunk/KDE/kdebase/apps/dolphin">KDE Subversion</a> since it has already been integrated into the new Dolphin.</p>
<p>Unfortunately, Dolphin&#8217;s version 0.8.2 is the last version for KDE 3 and it is going to stay that way. So, if you want to use new functionality, you will have to take my patch from <a href="http://bugs.gentoo.org/show_bug.cgi?id=170335">Gentoo&#8217;s bugzilla</a>. While there, you can also download the ebuild and merge it into your system (if you are using Gentoo). If you are not using Gentoo, then just apply the patch to the <a href="http://enzosworld.gmxhome.de/download/dolphin-0.8.2.tar.gz">source</a> and after the usual configure, make, make install, you will be able to use that patch.</p>
<p>Well, that&#8217;s all for today. I&#8217;m off to watch the brand new South Park episode 01 form serial 11.</p>
<p>Here are some screenshots of Dolphin in action:</p>
<p><a href="http://img92.imageshack.us/my.php?image=dolphinziphandlerai6.png" target="_blank"><img src="http://img92.imageshack.us/img92/5559/dolphinziphandlerai6.th.png" /></a></p>
<p>Dolphin svn on KDE 4 with new feature and wrong icons (transition to Oxygen)</p>
<p><a href="http://img65.imageshack.us/my.php?image=dolphinziphandler082rg4.png" target="_blank"><img src="http://img65.imageshack.us/img65/9011/dolphinziphandler082rg4.th.png" alt="Free Image Hosting at www.ImageShack.us" border="0" /></a></p>
<p>Dolphin 0.8.2 on kde 3.5.6 with new feature</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=10&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2007/03/11/dolphin-browses-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://img92.imageshack.us/img92/5559/dolphinziphandlerai6.th.png" medium="image" />

		<media:content url="http://img65.imageshack.us/img65/9011/dolphinziphandler082rg4.th.png" medium="image">
			<media:title type="html">Free Image Hosting at www.ImageShack.us</media:title>
		</media:content>
	</item>
		<item>
		<title>External dockwidgets</title>
		<link>http://brcha.wordpress.com/2007/03/06/external-dockwidgets/</link>
		<comments>http://brcha.wordpress.com/2007/03/06/external-dockwidgets/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 18:17:00 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2007/03/06/external-dockwidgets/</guid>
		<description><![CDATA[Today I found this interesting post. Barış Metin managed to make a external dockwidget using Qt4 and KDE4. He even used Qt4&#8217;s QTimeLine to animate the hide event. I liked what he did a lot and made the show event animated as well.
Here&#8217;s the new source.
Click to play video
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=9&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I found <a href="http://metin.org/weblog/2007/03/06/34/">this interesting post</a>. Barış Metin managed to make a external dockwidget using Qt4 and KDE4. He even used Qt4&#8217;s <a href="http://doc.trolltech.com/4.2/qtimeline.html">QTimeLine</a> to animate the hide event. I liked what he did a lot and made the show event animated as well.</p>
<p><a href="http://serbianc.sourceforge.net/data/projects/Kulak/kulak-showAnim.tar.bz2">Here&#8217;s the new source.</a></p>
<p><a href="http://serbianc.sourceforge.net/data/projects/Kulak/Kulak-ShowHide.ogg"><img src="http://img231.imageshack.us/img231/5328/kulaktransparentgt5.png" alt="Click to play video" /><br />Click to play video</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=9&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2007/03/06/external-dockwidgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://img231.imageshack.us/img231/5328/kulaktransparentgt5.png" medium="image">
			<media:title type="html">Click to play video</media:title>
		</media:content>
	</item>
		<item>
		<title>OOMTK Kernel</title>
		<link>http://brcha.wordpress.com/2006/12/16/oomtk-kernel/</link>
		<comments>http://brcha.wordpress.com/2006/12/16/oomtk-kernel/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 15:10:00 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[OOMTK]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2006/12/16/oomtk-kernel/</guid>
		<description><![CDATA[
A while ago I started to make a new microkernel.  It&#8217;s name is OOMTK which stands for &#8220;Object-oriented multi-tasking kernel&#8221;, an old name I used for some small userspace kernel back in 1994. It is being hosted in Taiwan (OpenSVN repository) and you can take a look at is&#8217;t trac website at the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=8&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div style="text-align:justify;">
<div style="text-align:justify;"><a href="http://opensvn.csie.org/oomtk/trunk/OOMTK/doc/oomtk-logo.png"><img style="float:left;cursor:pointer;width:84px;height:84px;margin:0 10px 10px 0;" src="http://opensvn.csie.org/oomtk/trunk/OOMTK/doc/oomtk-logo.png" alt="" border="0" /></a>A while ago I started to make a new microkernel.  It&#8217;s name is OOMTK which stands for &#8220;Object-oriented multi-tasking kernel&#8221;, an old name I used for some small userspace kernel back in 1994. It is being hosted in Taiwan (OpenSVN repository) and you can take a look at is&#8217;t trac website at the following address: <a href="https://opensvn.csie.org/traccgi/oomtk/">https://opensvn.csie.org/traccgi/oomtk/</a>.</p>
</div>
<div style="text-align:justify;">My idea is to make a very small and basic microkernel that will handle context switching, memory allocation and message passing. Everything else should be in separate servers. To make things worse, no application will be able to access the hardware directly. Instead, it will have to go through HAL (hardware abstraction layer) interface to get to hardware. The HAL will implement some basic methods, such as port i/o. The HAL will have to be ring0, but it will be a separate process from the kernel itself, so that it cannot generate an error that would block the kernel. There will also exist a process that will be responsible of reloading the servers if they crash (and if they registered to be reloadable).</p>
</div>
<p>Currently, it is very far from usable. Here&#8217;s the current screenshot (just a bootable kernel with paging and descriptors set up):</div>
<div style="text-align:center;"><a href="http://opensvn.csie.org/oomtk/trunk/OOMTK/doc/screenshots/oomtk-gdt.png"><img style="display:block;text-align:center;cursor:pointer;width:320px;margin:0 auto 10px;" src="http://opensvn.csie.org/oomtk/trunk/OOMTK/doc/screenshots/oomtk-gdt.png" alt="" border="0" /></a></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=8&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2006/12/16/oomtk-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://opensvn.csie.org/oomtk/trunk/OOMTK/doc/oomtk-logo.png" medium="image" />

		<media:content url="http://opensvn.csie.org/oomtk/trunk/OOMTK/doc/screenshots/oomtk-gdt.png" medium="image" />
	</item>
		<item>
		<title>FBackup I have just started to make a new backup&#8230;</title>
		<link>http://brcha.wordpress.com/2005/08/13/fbackup-i-have-just-started-to-make-a-new-backup/</link>
		<comments>http://brcha.wordpress.com/2005/08/13/fbackup-i-have-just-started-to-make-a-new-backup/#comments</comments>
		<pubDate>Sat, 13 Aug 2005 11:58:00 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2005/08/13/fbackup-i-have-just-started-to-make-a-new-backup/</guid>
		<description><![CDATA[FBackup
I have just started to make a new backup utility. At the moment it only creates a sha manifest of files (including the exclusion rules) and states which files were changed since the last version of the sha manifest. That can and will be used to create incremental backups which are easily readable by anyone [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=7&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>FBackup</b></p>
<p>I have just started to make a new backup utility. At the moment it only creates a sha manifest of files (including the exclusion rules) and states which files were changed since the last version of the sha manifest. That can and will be used to create incremental backups which are easily readable by anyone (files will be stored the same way they were on the disk). That could be very useful for backing up music or something like that. You don&#8217;t want your music to be in some unreadable format on the CD/DVD <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And using this fbackup the only thing you would have except your music is a small xml file containing the SHAs of the music files and their disk locations.</p>
<p>The repository can be found <a href="http://tesla.rcub.bg.ac.yu/%7Ebrcha/hg/FBackup.hg">here</a>. You can clone the repository like this:</p>
<p><i>hg clone http://tesla.rcub.bg.ac.yu/~brcha/hg/FBackup.hg</i></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=7&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2005/08/13/fbackup-i-have-just-started-to-make-a-new-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>
	</item>
		<item>
		<title>SOAP-&gt;DCOP Multithread There is a new version of &#8230;</title>
		<link>http://brcha.wordpress.com/2005/07/14/soap-dcop-multithread-there-is-a-new-version-of/</link>
		<comments>http://brcha.wordpress.com/2005/07/14/soap-dcop-multithread-there-is-a-new-version-of/#comments</comments>
		<pubDate>Thu, 14 Jul 2005 17:08:00 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2005/07/14/soap-dcop-multithread-there-is-a-new-version-of/</guid>
		<description><![CDATA[SOAP-&#62;DCOP Multithread
There is a new version of SOAP2DCOP bridge. It is multithread (based on Qt&#8217;s QThread) and it is intended to be ran as a program service. At the beginning of the application the server thread is started and at the end it is killed. You should then export dcop calls to soap, but that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=6&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>SOAP-&gt;DCOP Multithread</b></p>
<p>There is a new version of SOAP2DCOP bridge. It is multithread (based on Qt&#8217;s QThread) and it is intended to be ran as a program service. At the beginning of the application the server thread is started and at the end it is killed. You should then export dcop calls to soap, but that should be fairly simple based on my example. If anybody needs DCOP over the net, feel free to take it from my repo. The module itself can be found <a href="http://tesla.rcub.bg.ac.yu/%7Ebrcha/hg/Opstina.hg?cmd=manifest;manifest=b8de58bad522111fcb5d388351e00c1abb89b73b;path=/Source/soapdcop-mt/">here</a>, but you should use mercurial to clone the repository:</p>
<p><i>hg clone http://tesla.rcub.bg.ac.yu/~brcha/hg/Opstina.hg</i></p>
<p>And last, but not least, you should first download your copy of mercurial version control system from <a href="http://www.selenic.com/mercurial/mercurial-snapshot.tar.gz">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=6&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2005/07/14/soap-dcop-multithread-there-is-a-new-version-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>
	</item>
	</channel>
</rss>