<?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>F-Blog &#187; Edit</title>
	<atom:link href="http://www.maxxer.it/f-blog/category/edit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxxer.it/f-blog</link>
	<description>What happens in F-Spot git</description>
	<lastBuildDate>Tue, 25 Aug 2009 21:42:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>F-Spot 0.6.0 is out!</title>
		<link>http://www.maxxer.it/f-blog/2009/08/f-spot-0-6-0-is-out/</link>
		<comments>http://www.maxxer.it/f-blog/2009/08/f-spot-0-6-0-is-out/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 20:54:15 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Edit]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[gio]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitorious]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[gtkbuilder]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[raw]]></category>
		<category><![CDATA[tabblo]]></category>
		<category><![CDATA[xcf]]></category>
		<category><![CDATA[xdg]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=44</guid>
		<description><![CDATA[Some comments about F-Spot 0.6 release]]></description>
			<content:encoded><![CDATA[<p><img title="F-Spot 0.6 about window" src="http://www.maxxer.it/f-blog/wp-content/uploads/2009/08/f-0-6.jpg" alt="F-Spot 0.6 about window" width="300" height="209" align="right" /></p>
<p>It has been quite a long time since last release, isn&#8217;t it? Eight months, during when a lot of things changed.</p>
<p>And couldn&#8217;t be anything else! It&#8217;s summer, but no <strong>F-Spot</strong> dev is on holiday! Expecially those engaged for it, as it&#8217;s the case of our <strong><a title="Ruben Vermeersch" href="http://weblog.savanne.be/" target="_blank">RubenV</a></strong><strong></strong>, the only man for this year <strong>F-Spot&#8217;s GSoC</strong>.</p>
<p>As <a title="F-Spot 0.6 release on Sde's blog" href="http://blog.reblochon.org/2009/08/pit-stop.html" target="_blank"><strong>Stephane</strong> said</a>, the <a title="0.6 NEWS" href="http://git.gnome.org/cgit/f-spot/diff/NEWS?id=1cc0f29efdb440f7b98c3e4f9e1555f132d05e48" target="_blank"><strong>NEWS</strong></a> file you will find in tarball doesn&#8217;t reflect the hard work done during the last months. Let&#8217;s have a look at the commit log:</p>
<ul>
<li>as I mentioned already, right after 0.5 the base dir was moved from .gnome2 to a more XDG-like .config. So your photos.db and custom addins are now in <strong>.config/f-spot</strong></li>
<li>the concept of Platform has been introduced in the code. Right now there&#8217;s only Gnome, but this will ease the port to other systems (Kde specific code, MacOSX, Windows?)</li>
<li>speed up rating: now you can use ALT+[0-5], even in full screen view</li>
<li>head to <strong>Gnome3</strong>: since long time the code introduced <strong>Gio</strong> and <strong>GtkBuilder</strong> dialogs, in order to drop deprecated libraries. Not all the work has been done yet, but the base is ready</li>
<li>different C libraries were ported to managed code: zooming, libeog, and the most big change affected ImageView. The core of the viewing widget was completely rewritten by Stephane. And now is a lot <a title="F-Spot timings with new ImageView" href="http://blog.reblochon.org/2009/06/report-on-f-spot-loading-times.html" target="_blank">faster than ever</a></li>
<li>console verbosity has been lowered a lot, thanks to the usage of Log.* methods</li>
<li>system proxy is now automatically detected for all exporters</li>
<li><strong>Gimp</strong>&#8217;s <strong>XCF</strong> support has been added, given that there&#8217;s a pixbuf loader for it</li>
<li>renewed icons</li>
<li>deeply updated <strong>Tabblo</strong> and <strong>Facebook</strong> exporters</li>
<li>make auto-creating tag icons optional</li>
<li>jump to random picture: type <em>r</em> anytime to go to a random photo of the current query</li>
<li><a title="Faster key tagging by changing , and Enter semantics" href="http://git.gnome.org/cgit/f-spot/commit/?id=922c182ea280bf0b664298000dfd1d75d79ca21a" target="_blank">faster type-to-tag</a>: the much loved feature is now faster to use, as <em>&#8216;,&#8217;</em> does what <em>enter</em> used to do</li>
<li>allow printing more pictures and exif date near photos</li>
<li>DnD code has been cleaned and split up, for better usablity</li>
<li>new <a title="F-Spot's folder view" href="http://weblog.savanne.be/178-folders-to-the-side" target="_blank">FolderView sidebar</a>, to see where your photos are on fileystem</li>
<li>added crop helpers in area selection</li>
<li><a title="F-Spot's preferences dialog" href="http://weblog.savanne.be/176-a-tale-about-design" target="_blank">new preference dialog</a>: much simplier</li>
<li>netbook love: all dialogs are now &lt;600px</li>
<li>adjustable filmstrip placement: improves photo view for widescreen monitors.</li>
</ul>
<p>In summary, this can be a bare list of the most noticeable changes. Beside of these, there are hundreds and hundreds of small and big fixes, enhancements, cleanup which would take ages to describe.</p>
<p>And for all this we must thank <a title="Stephane Delcroix's blog" href="http://blog.reblochon.org/" target="_blank"><strong>Stephane</strong></a>, which still holds the lead of <strong>F-Spot</strong> development by writing the most exciting features as well as dealing with the most annoying cleanups and people (<em>/me</em> included <img src='http://www.maxxer.it/f-blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).<br />
Along with him, <strong><a title="Ruben Vermeersch" href="http://weblog.savanne.be" target="_blank">RubenV</a></strong> is taking his <a title="F-Spot GSoC 2009 - Raw handling" href="http://weblog.savanne.be/167-gsoc-2009" target="_blank">GSoC work</a> beyond the strict needs by cleaning up, helping contributors, reviewing patches. Other than that, <strong>RAW support is running fast</strong>! You can check on <a title="libfspotraw branch on gitorious" href="http://gitorious.org/+f-spot-developers/f-spot/rubenvs-clone/commits/libfspotraw" target="_blank">Gitorious</a>.</p>
<p>As already said, since the move to git a lot of new contributors showed up. And the list increased day by day, you can check on <a title="F-Spot's home on gitorious" href="http://gitorious.org/f-spot" target="_blank">Gitorious</a> yourself. The main contributors which helped a lot for this release are certainly <strong><a title="AngryZiber's blog" href="http://blog.azib.net/" target="_blank">Anton Keks</a></strong>, <strong>Jan Klícha</strong>, <strong>Jim Ramsay</strong>, <strong>Markus Lindqvist</strong>, <strong>Mike Gemünde</strong>, and the others you will find in <a title="F-Spot 0.6 release" href="http://git.gnome.org/cgit/f-spot/tag/?id=FSPOT_0_6_0" target="_blank">git log</a>.</p>
<p>A lot of other wonderful people deserve mention. I&#8217;m talking about all the cool guys showing up in <strong>IRC</strong> for discussing, helping and welcoming new users. If you drop in <strong><a href="irc://irc.gimp.org/#f-spot" target="_blank">#f-spot</a></strong>, you will certainly find a lot of help from <strong><a title="Paul Werner Bou" href="http://blog.wbou.de/" target="_blank">piz</a></strong> and <strong><a title="Pascal de Bruijn" href="http://pcode.nl/" target="_blank">pmjdebruijn</a></strong>. Their blog also host a lot of cool info about photograpy and <strong>F-Spot</strong> itself.</p>
<p style="text-align: left;">So what are you waiting for? <a title="F-Spot on Gitorious" href="http://gitorious.org/f-spot" target="_blank">Join development</a> of the most appreciated photo management for <strong>GNU/Linux</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2009/08/f-spot-0-6-0-is-out/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Where did photo editors go?</title>
		<link>http://www.maxxer.it/f-blog/2009/03/where-did-photo-editors-go/</link>
		<comments>http://www.maxxer.it/f-blog/2009/03/where-did-photo-editors-go/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 09:50:44 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Edit]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=30</guid>
		<description><![CDATA[Hi all. Long time since last words from here, but F-Spot is still alive and rocking! They&#8217;re just (very) busy times!
So, since the announcement of the plan for releasing 1.0 developers&#8217; free time shrinked and shrinked&#8230; As of today the biggest improvement made to F-Spot since latest release is the port to gio, which will [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all. Long time since last words from here, but <strong>F-Spot</strong> is still alive and rocking! They&#8217;re just (very) busy times!</p>
<p>So, since the announcement of the <a title="Roadmap to F-Spot 1.0" href="http://www.nabble.com/Roadmap-to-1.0-to20597961.html" target="_blank">plan for releasing 1.0</a> developers&#8217; free time shrinked and shrinked&#8230; As of today the biggest improvement made to <strong>F-Spot</strong> since latest release is the port to gio, which will allow porting our favorite photo manager application to different platforms other than <a title="Gnome" href="http://www.gnome.org" target="_blank">Gnome</a> (MacOSX? <a title="F-Spot on Windows?" href="http://bugzilla.gnome.org/show_bug.cgi?id=329833" target="_blank">Windows</a>?).</p>
<p><a href="http://www.maxxer.it/f-blog/wp-content/uploads/2009/03/f-spot-sidebar.jpg"><img class="size-medium wp-image-31 alignright" title="F-Spot sidebar" src="http://www.maxxer.it/f-blog/wp-content/uploads/2009/03/f-spot-sidebar-136x300.jpg" alt="" width="136" height="300" align="right" /></a>So, as I said, long time since last stable release, <strong>0.5.0.3</strong>, but still there&#8217;s a question which comes up very often on <a href="irc://irc.gimpnet.org/#f-spot" target="_blank">IRC</a>: <strong><em>where did the editors go? Why I cannot see F-Spot sidebar anymore?</em></strong></p>
<p>Everything is still there, they&#8217;re just hidden! That&#8217;s not done on purpose, it was a trivial bug, but it&#8217;s still hitting releases. So, if you just opened <strong>F-Spot</strong>, and even if you have <em>View &gt; Components &gt; </em><em>Sidebar</em> option checked but you don&#8217;t see anything, try dragging thumbnail view left edge to the right&#8230; Your tags and available editors will magically reappear!</p>
<p>As you can see, even if highly annoying the solution is pretty quick. I hope <a href="http://www.ubuntu.com" target="_blank"><strong>Ubuntu</strong></a> users will appreciate.</p>
<p>Since this blog is about <strong>F-Spot SVN</strong>, few words about these days trunk: <a title="Gio Sharp" href="http://anonsvn.mono-project.com/viewvc/trunk/gtk-sharp/gio/" target="_blank">gio-sharp</a> was recently included into <a title="Gtk-Sharp" href="http://www.mono-project.com/GtkSharp" target="_blank">Gtk-Sharp</a>, so it was removed from being bundled into <strong>F-Spot</strong> itself. As result, <strong>F-Spot SVN now depends on Gtk-Sharp SVN</strong>. <a title="OpenSUSE" href="http://www.opensuse.org" target="_blank"><strong>OpenSUSE</strong></a> builds may come in the close future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2009/03/where-did-photo-editors-go/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>August is over</title>
		<link>http://www.maxxer.it/f-blog/2008/09/august-is-over/</link>
		<comments>http://www.maxxer.it/f-blog/2008/09/august-is-over/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:48:08 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Edit]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[apart]]></category>
		<category><![CDATA[dpap]]></category>
		<category><![CDATA[exiv2]]></category>
		<category><![CDATA[google summer of code]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[libexif]]></category>
		<category><![CDATA[mergedb]]></category>
		<category><![CDATA[rubenv]]></category>
		<category><![CDATA[wasja]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/2008/09/august-is-over/</guid>
		<description><![CDATA[August is over, and this mean that also GSoC is over. F-Spot had three projects accepted! So, to resume:

RubenV&#8217;s new sidebar is already in SVN. Editors have been splitted too, even if they&#8217;re not yet pluggable as extensions they will probably be converted soon.
An extension point for adding custom pages to the sidebar has also [...]]]></description>
			<content:encoded><![CDATA[<p>August is over, and this mean that also <a href="http://code.google.com/soc/2008/">GSoC</a> is over. <strong>F-Spot</strong> had <a href="http://www.maxxer.it/f-blog/2008/05/gsoc-started/">three projects</a> accepted! So, to resume:</p>
<ul>
<li><strong><a href="http://weblog.savanne.be/">RubenV</a></strong>&#8217;s new <a href="http://svn.gnome.org/viewvc/f-spot/trunk/src/Widgets/Sidebar.cs?view=log">sidebar is already in SVN</a>. <a href="http://svn.gnome.org/viewvc/f-spot/trunk/src/Editors/">Editors</a> have been splitted too, even if they&#8217;re not yet pluggable as extensions they will probably be converted soon.<br />
An extension point for adding custom pages to the <a href="http://svn.gnome.org/viewvc/f-spot/trunk/src/Widgets/Sidebar.cs?view=markup">sidebar</a> has also been added, so now user extensions can add their own page. Open field for new improvements!</li>
<li><a href="http://apart-dev.blogspot.com/"><strong>Apart</strong></a>&#8217;s <a href="http://svn.gnome.org/viewvc/f-spot/trunk/dpap-sharp/">DPAP library</a> is in SVN too! It actually can expose <strong>F-Spot</strong> selected pictures on the net with <a href="http://www.apple.com/it/ilife/iphoto/">Apple&#8217;s iPhoto</a>. It&#8217;s also possible to share and browse photos between two <strong>F-Spot</strong> installations on the net. It&#8217;s not yet build by default, but it&#8217;s fully working.</li>
<li><strong><a href="http://vasiliy-kirilichev.blogspot.com/">Wasja</a></strong>&#8217;s color profile patch has reached <em>RC1</em> few days ago. It&#8217;s possible to test his progresses with the patch available from the <a href="http://mail.gnome.org/archives/f-spot-list/2008-September/msg00001.html">mailing list</a>. After some finetuning corrections have been made, the patch will go to SVN. This should happen in few days.</li>
</ul>
<p>During the last month was also time for <a href="http://idea.opensuse.org/content/"><strong>Novell</strong>&#8217;s <strong>HackWeek</strong></a>. Our super hero <strong>Sde</strong> had a full time week to freely concentrate on our favorite photo manager. This produced</p>
<ul>
<li><a href="http://svn.gnome.org/viewvc/f-spot/trunk/extensions/MergeDb/"><img class="alignright" style="float: right;" src="http://www.maxxer.it/f-blog/wp-content/uploads/2008/09/mergedb_extension.jpg" alt="MergeDB extension for F-Spot" width="502" height="395" /><strong>MergeDB</strong> extension</a>: an extension that will allow users to merge <img style="max-width: 800px;" src="http://www.maxxer.it/f-blog/wp-content/upload/2008/09/mergedb_extension.jpg" alt="" />an existing <em>photos.db</em> into the running one. This is a largely requested feature.</li>
<li><strong><a href="http://www.exiv2.org/">exiv2</a> .Net</strong> binding (made recently available on <a href="http://anonsvn.mono-project.com/viewvc/tags/exiv2-sharp/">mono svn</a>): this will allow replacement of <a href="http://libexif.sourceforge.net/">libexif</a> into <strong>F-Spot</strong> code, and so (hopefully) lot of memory leaks and improvements in handling embedded tags (like XMP).</li>
</ul>
<p>Besides of big improvements, a lot of little <a href="http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=f-spot&amp;long_desc_type=substring&amp;long_desc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;bug_status=CLOSED&amp;resolution=FIXED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailqa_contact2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;chfieldfrom=2008-08-01&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">bugs have been fixed</a>. Right today a patch for moving <a href="http://bugzilla.gnome.org/show_bug.cgi?id=536129">into zoomed picture</a> (both in normal view and in full screen) have been committed.</p>
<p>After <strong>GSoC</strong> projects get committed into SVN, a new version of <strong>F-Spot</strong> is likely to be released. Which should make it in time for <a href="https://wiki.ubuntu.com/IntrepidReleaseSchedule"><strong>Ubuntu</strong> 8.10 Intrepid Ibex</a> and <strong><a title="OpenSUSE 11.1 roadmap" href="http://news.opensuse.org/2008/07/02/opensuse-111-roadmap/">OpenSUSE 11.1</a></strong>, a very large user-base for our photo manager. Translators are encouraged to update their <em>po</em>&#8217;s quickly!</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/09/august-is-over/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tag me, please</title>
		<link>http://www.maxxer.it/f-blog/2008/07/tag-me-please/</link>
		<comments>http://www.maxxer.it/f-blog/2008/07/tag-me-please/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 12:10:39 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Edit]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[apart]]></category>
		<category><![CDATA[rating]]></category>
		<category><![CDATA[rubenv]]></category>
		<category><![CDATA[sde]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[wasja]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=13</guid>
		<description><![CDATA[Long time since last words, and SVN progressing very fast. It&#8217;s summer, but F-Spot hackers aren&#8217;t resting.
On the GSoC side:

rubenv has prepared a mockup of what the next editors interface could be. you can find an interesting video on his weblog.
wasja is constantly reporting progress on the color profile work, and soon some of his [...]]]></description>
			<content:encoded><![CDATA[<p>Long time since last words, and SVN progressing very fast. It&#8217;s summer, but <strong>F-Spot</strong> hackers aren&#8217;t resting.</p>
<p>On the <strong>GSoC</strong> side:</p>
<ul>
<li><strong>rubenv</strong> has prepared a mockup of what the next editors interface could be. you can find an interesting video on <a href="http://weblog.savanne.be/137-summer-of-code-update" target="_blank">his weblog</a>.</li>
<li><strong>wasja</strong> is constantly reporting progress on the color profile work, and soon some of his job will be ready for SVN users.</li>
<li><strong>apart</strong> has started uploading changes to the svn repository for the <strong>DPAP</strong> sharing protocol.</li>
</ul>
<p>About the rest, not many visible features have been introduced, but much more valuable ones have been!<br />
The main actual goal is focusing on <strong>performances</strong>. <strong>Sde</strong> and <strong>RubenV</strong> (which is doing great stuff along with his <strong>GSoC</strong> project) have done an excellent work on this subject, by optimizing code and object structures.</p>
<p>In the last month small pieces of the puzzle have been placed: right now <strong>tagging, commenting and rating doesn&#8217;t refresh the picture anymore</strong>. And that&#8217;s already very good. Then it has been time for query optimization: F-Spot now uses more <strong>limited queries</strong> and <strong>temporary tables</strong> for handling request.</p>
<p>But the most stunning improvement has been committed in <a title="r4173" href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4173">r4173</a>: since last week you will be able to <strong>tag your pictures instantly</strong>! No kidding, that&#8217;s really amazingly fast! <strong>Tagging hundreds of pictures takes less than one second</strong>. Much less, we&#8217;re talking about <strong>0,1s</strong>!</p>
<p>That&#8217;s great, isn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/07/tag-me-please/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Light-speed tagging!</title>
		<link>http://www.maxxer.it/f-blog/2008/06/light-speed-tagging/</link>
		<comments>http://www.maxxer.it/f-blog/2008/06/light-speed-tagging/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 18:48:57 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Edit]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=11</guid>
		<description><![CDATA[No big news on F-Spot&#8217;s SVN side. GSoC projects still have to take off, due to universities exam deadlines, so the source is almost stuck, except for some bug fixing.
Almost stuck!
Our big hero Sde committed today a small but very nice patch which will sensibly speed up your photo tagging. Maybe it&#8217;s not yet light-speed [...]]]></description>
			<content:encoded><![CDATA[<p>No big news on <strong>F-Spot</strong>&#8217;s SVN side. <a title="F-Spot GSoC 2008" href="http://f-spot.org/Soc2008">GSoC projects</a> still have to take off, due to universities exam deadlines, so the source is almost stuck, except for some bug fixing.<br />
<em>Almost</em> stuck!</p>
<p>Our big hero <strong>Sde</strong> <a title="r4061" href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4061">committed today</a> a small but very nice patch which will sensibly speed up your photo tagging. Maybe it&#8217;s not <em>yet</em> light-speed but it&#8217;s certainly a very appreciated step ahead!</p>
<p>Stay tuned for interesting stuff in the next weeks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/06/light-speed-tagging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSoC started!</title>
		<link>http://www.maxxer.it/f-blog/2008/05/gsoc-started/</link>
		<comments>http://www.maxxer.it/f-blog/2008/05/gsoc-started/#comments</comments>
		<pubDate>Wed, 28 May 2008 07:55:40 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Edit]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[dpap]]></category>
		<category><![CDATA[edits]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=3</guid>
		<description><![CDATA[Finally, Google Summer of Code 2008 started (few days ago, even)!
F-Spot was lucky enough to get all the three projects accepted, so we&#8217;ll hopefully have some very nice improvements for enjoying our summer vacation&#8217;s photos!
In summary:

RubenV will be working on the sidebar, one-touch edits, pluggable editors. Ref bug #441060.
Apart will be working on DPAP support, [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, <a title="Google Summer of Code 2008 " href="http://code.google.com/soc/2008/" target="_blank">Google Summer of Code</a> 2008 <a title="Google Summer of Code 2008 timeline" href="http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_timeline" target="_blank">started</a> (few days ago, even)!</p>
<p><strong>F-Spot</strong> was lucky enough to get all the <a title="F-Spot ideas" href="http://f-spot.org/Soc2008" target="_blank">three projects</a> accepted, so we&#8217;ll hopefully have some very nice improvements for enjoying our summer vacation&#8217;s photos!</p>
<p>In summary:</p>
<ul>
<li><a title="Rubenv" href="http://weblog.savanne.be/tech" target="_blank">RubenV</a> will be working on the <a title="Rubenv GSoC 2008 " href="http://code.google.com/soc/2008/gnome/appinfo.html?csaid=1EF7F7EDFE7E57BE" target="_blank">sidebar, one-touch edits, pluggable editors</a>. Ref bug <a href="http://bugzilla.gnome.org/show_bug.cgi?id=441060" target="_blank">#441060</a>.</li>
<li><a title="Apart" href="http://apart-dev.blogspot.com/" target="_blank">Apart</a> will be working on <a title="Apart GSoC 2008 " href="http://code.google.com/soc/2008/gnome/appinfo.html?csaid=8D8DC56497DE0A13" target="_blank">DPAP support</a>, so that you&#8217;ll be able to share your pics over the net. Ref bug <a href="http://bugzilla.gnome.org/show_bug.cgi?id=338186" target="_blank">#338186</a>.</li>
<li><a title="Wasja" href="http://vasiliy-kirilichev.blogspot.com/" target="_blank">Wasja</a> will be working on <a title="Wasja GSoC 2008 " href="http://code.google.com/soc/2008/gnome/appinfo.html?csaid=EA52069810BFAB27" target="_blank">colour profiles</a>. Ref bug <a href="http://bugzilla.gnome.org/show_bug.cgi?id=326402" target="_blank">#326402</a>.</li>
</ul>
<p>Work on <strong>F-Spot</strong> is planned to start after <a title="0.4.4 NEWS" href="http://svn.gnome.org/viewvc/f-spot/trunk/NEWS?view=markup&amp;pathrev=3995" target="_blank">0.4.4 release</a>, which is going to happen early this week.<br />
You can read dev updates on their own weblog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/05/gsoc-started/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
