<?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"
	>

<channel>
	<title>Jared Hendry's Web Log</title>
	<atom:link href="http://buchan.esoteriq.org/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://buchan.esoteriq.org/weblog</link>
	<description></description>
	<pubDate>Mon, 20 Aug 2007 13:27:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>MonoTorrent Gtk# Interface Summer Wrap-up</title>
		<link>http://buchan.esoteriq.org/weblog/2007/08/20/monotorrent-gtk-interface-summer-wrap-up/</link>
		<comments>http://buchan.esoteriq.org/weblog/2007/08/20/monotorrent-gtk-interface-summer-wrap-up/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 13:20:13 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
		
		<category><![CDATA[Summer of Code 2007]]></category>

		<guid isPermaLink="false">http://buchan.esoteriq.org/weblog/2007/08/20/monotorrent-gtk-interface-summer-wrap-up/</guid>
		<description><![CDATA[Since my last public update around midterm, the gtk-sharp interface has shaped into a fairly nice and usable client. Over the last week I implemented a RSS manager which turned out pretty well, and squashed the remaining known bugs. Although I was unable to implement all the deliverables originally planned, I feel the ones which [...]]]></description>
			<content:encoded><![CDATA[<p>Since my last public update around midterm, the gtk-sharp interface has shaped into a fairly nice and usable client. Over the last week I implemented a RSS manager which turned out pretty well, and squashed the remaining <em>known</em> bugs. Although I was unable to implement all the deliverables originally planned, I feel the ones which were implemented are the most beneficial to the general user. Features not present for the &#8220;pencils down&#8221; date were addins support, and a tracker manager.</p>
<p>Here is a video demonstrating the current state of the gtk# interface.</p>
<p><a href="http://buchan.esoteriq.org/soc/monotorrent_demo.ogg" title="MonoTorrent Gtk# Interface Demonstration">Download high resolution ogg theora video</a></p>
<div class="flvPlayer">				<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="320" height="260"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://buchan.esoteriq.org/soc/mtdemo.flv&amp;autoStart=false;" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="https://media.dreamhost.com/mediaplayer.swf?file=http://buchan.esoteriq.org/soc/mtdemo.flv&amp;autoStart=false;" quality="high" wmode="transparent" width="320" height="260" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
				</object></div>
<p>Although today at 19:00 UTC Summer of Code 2007 officially ends, my desire to continue development on the interface does not. Post SoC, my first focus will be to complete implementing Mono.Addins support and have RSS and tracker support as optional addins. If there are features you specifically would like to see, your comments and suggestions are greatly appreciated.</p>
<p>Lastly I&#8217;d just like to thank Google and everyone at Mono for allowing me to have the opportunity to work on this, I&#8217;ve had an amazing summer!</p>
]]></content:encoded>
			<wfw:commentRss>http://buchan.esoteriq.org/weblog/2007/08/20/monotorrent-gtk-interface-summer-wrap-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MonoTorrent Gtk# Interface Update</title>
		<link>http://buchan.esoteriq.org/weblog/2007/07/08/monotorrent-gtk-interface-update/</link>
		<comments>http://buchan.esoteriq.org/weblog/2007/07/08/monotorrent-gtk-interface-update/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 06:42:32 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
		
		<category><![CDATA[Mono]]></category>

		<category><![CDATA[Summer of Code 2007]]></category>

		<guid isPermaLink="false">http://buchan.esoteriq.org/weblog/2007/07/08/monotorrent-gtk-interface-update/</guid>
		<description><![CDATA[Finally an update to this log, conveniently before midterm evaluations!  I have updated the midterm deliverables page to reflect the current status of the project, but for those who love visuals here is a screenshot showing off the interface in action.

As of posting, most basic functionality is complete. As listed in the midterm deliverables [...]]]></description>
			<content:encoded><![CDATA[<p>Finally an update to this log, conveniently before midterm evaluations!  I have updated the <a href="http://groups.google.com/group/mono-soc-2007/web/monotorrent-gtk-gui" title="midterm deliverables" target="_blank">midterm deliverables</a> page to reflect the current status of the project, but for those who love visuals here is a screenshot showing off the interface in action.</p>
<p><a href="http://buchan.esoteriq.org/soc/images/monotorrent.png" title="MonoTorrent Gtk# Interface" target="_blank"><img src="http://buchan.esoteriq.org/soc/images/monotorrent.png" title="MonoTorrent Gtk# Interface" alt="MonoTorrent Gtk# Interface" align="middle" height="271" width="385" /></a></p>
<p>As of posting, most basic functionality is complete. As listed in the midterm deliverables there are still some outstanding features not yet working. Missing is, UPnP support, a persistent interface between sessions, restoring individual torrent settings between sessions, viewing pieces, creating and setting labels, and also a small handful of helper features(auto add from directory, move data once download is complete, etc).</p>
<p>Regarding viewing pieces, to my knowledge, currently there is nothing like a <a href="http://buchan.esoteriq.org/soc/images/piecebar.png" title="piece bar" target="_blank">piece bar</a> available in gtk-sharp. This is going to be needed to illustrate torrent availability/pieces, as well as a file&#8217;s download progress. Although at the moment I&#8217;m not sure what creating a custom widget like this entails.</p>
<p>After adding filtering support to my TreeView, drag n&#8217; drop broke. This was due to the TreeModelFilter not supporting the TreeDragDest interface. I am having a hard time solving this problem. The following Gtk warning has some suggestions,</p>
<p><code>Gtk-WARNING **: You must override the default 'drag_drop' handler on GtkTreeView when using models that don't support the GtkTreeDragDest interface and enabling drag-and-drop. The simplest way to do this is to connect to 'drag_drop' and call g_signal_stop_emission_by_name() in your signal handler to prevent the default handler from running. Look at the source code for the default handler in gtktreeview.c to get an idea what your handler should do. (gtktreeview.c is in the GTK source code.) If you're using GTK from a language other than C, there may be a more natural way to override default handlers, e.g. via derivation.</code></p>
<p>I&#8217;m sure this is an easy solution, but as I am new to gtk-sharp, I&#8217;m quite lost! I&#8217;ve tried creating a stub by overiding OnDragDrop in my TreeView but that of course stopped DragDataReceived from working. It suggests a call to g_signal_stop_emission_by_name() (through a P/Invoke?) but I&#8217;m guessing that would be the same as creating a stub. Lastly I derived TreeModelFilter and implemented the interface but at runtime I received a cannot override exception.</p>
<p>Other then the above problems, development has been great. Alan&#8217;s MonoTorrent library is great to work with.</p>
]]></content:encoded>
			<wfw:commentRss>http://buchan.esoteriq.org/weblog/2007/07/08/monotorrent-gtk-interface-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Accepted to Google Summer of Code 2007</title>
		<link>http://buchan.esoteriq.org/weblog/2007/05/05/accepted-to-google-summer-of-code-2007/</link>
		<comments>http://buchan.esoteriq.org/weblog/2007/05/05/accepted-to-google-summer-of-code-2007/#comments</comments>
		<pubDate>Sat, 05 May 2007 07:32:05 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
		
		<category><![CDATA[Summer of Code 2007]]></category>

		<guid isPermaLink="false">http://buchan.esoteriq.org/weblog/2007/05/05/accepted-to-google-summer-of-code-2007/</guid>
		<description><![CDATA[Now that the dust has settled over a busy semester I am happy to announce that I was accepted to participate in the Google Summer of Code 2007. This summer I will have the privilege to write a MonoTorrent Gtk# interface for the Mono Project. My mentor will be a former Summer of Code student [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the dust has settled over a busy semester I am happy to announce that I was accepted to participate in the Google Summer of Code 2007. This summer I will have the privilege to write a <a href="http://code.google.com/soc/mono/appinfo.html?csaid=4AE2BBB2B047AA19" title="MonoTorrent Gtk# GUI" target="_blank">MonoTorrent Gtk# interface</a> for the <a href="http://mono-project.com/Main_Page" title="Mono Project" target="_blank">Mono Project</a>. My mentor will be a former Summer of Code student and author of the <a href="http://monotorrent.com/" title="MonoTorrent library" target="_blank">MonoTorrent library</a>, Alan McGovern.</p>
<p>This year Google accepted over 900 students across the globe from around 6200 applications. To say the least, I am quite honoured to have the opportunity to work on this project and hope people enjoy it! <img src='http://buchan.esoteriq.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Over the summer this weblog will be a journal of my progress as well as status reports. If you are interested in the development of the Gtk# MonoTorrent client then this the place to lurk.</p>
<p>I&#8217;d also like to congratulate <a href="http://caustiq.esoteriq.org" title="Caustiq" target="_blank">Armando Diaz-Jagucki</a> <span class="description"></span>on having <a href="http://code.google.com/soc/xmpp/appinfo.html?csaid=3E0E4A887EE8F266" title="Implementing 'Personal Eventing' in the Openfire Jabber server" target="_blank">his proposal</a> accepted to the  <a href="http://www.xmpp.org/" title="XMPP Standards Foundation" target="_blank">XMPP Standards Foundation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buchan.esoteriq.org/weblog/2007/05/05/accepted-to-google-summer-of-code-2007/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
