<?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; Export</title>
	<atom:link href="http://www.maxxer.it/f-blog/category/export/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>f-spot 0.5.0.1 &#8211; Remember the Rubik&#8217;s cube</title>
		<link>http://www.maxxer.it/f-blog/2008/10/f-spot-0-5-0-1/</link>
		<comments>http://www.maxxer.it/f-blog/2008/10/f-spot-0-5-0-1/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:52:42 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Export]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[0.5.0]]></category>
		<category><![CDATA[dpap]]></category>
		<category><![CDATA[duplicate detect]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=20</guid>
		<description><![CDATA[F-Spot 0.5.0 is out since long time, right now. I know I should have posted something before, but&#8230; I&#8217;m often lazy!
No big news happened in SVN since last post, when I talked about the big features being committed in.
But there&#8217;s a (sadly negative) noticeable thing: DPAP support has been excluded from release, not yet being [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://f-spot.org/Download"><strong>F-Spot 0.5.0</strong></a> is out since long time, right now. I know I should have posted something before, but&#8230; I&#8217;m often lazy!<br />
No big news happened in SVN since <a href="http://www.maxxer.it/f-blog/2008/09/duplicate-detection-landed-in-f-spot/">last post</a>, when I talked about the big features being committed in.<br />
But there&#8217;s a (sadly negative) noticeable thing: <a href="http://bugzilla.gnome.org/show_bug.cgi?id=338186">DPAP support</a> has been excluded from release, not yet being considered user ready.<br />
On the other hand, <strong>F-Spot 0.5.0</strong>&#8217;s week release marathon, namely <em>F-Spot-athon</em>, produced a lot of last-time fixes and inclusions:</p>
<ul>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4344"><strong>Zooomr</strong> export</a></li>
<li><strong>Facebook</strong> export enabled by default</li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4357"><strong>Tabblo</strong> export</a></li>
<li><strong>Compressed file</strong> export enabled by default</li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4426">fixed a problem</a> with duplicate detection and gif files</li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4399">hidden cursor</a> in full screen and slideshow</li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4387">rating in full screen</a> infobox</li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4363">image resize</a></li>
<li>better handling of <a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4348">keypress in full screen</a></li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4341">page setup</a> in print dialog</li>
<li>&#8230; a lot of less noticeable improvements, as well as updated translations</li>
</ul>
<p>As I already wrote, <strong>F-Spot 0.5.0</strong> includes <strong>duplicate detection</strong>: this means that you won&#8217;t accidentally import the same picture twice! During the process the algorithm creates an <strong>unique md5 hash for your image</strong> data only (that means: not including exif/xmp data), and compares it to the ones present in db. If an equal hash exists, and the duplicate detection was enabled, the already present picture will be ignored.</p>
<p>As you might have guessed this requires a <strong>database upgrade</strong>, and a time expensive job of calculating md5 for your existing images. This may result in <strong>F-Spot taking some high CPU and disk usage</strong> after upgrade, until hashing is finished. This job is scheduled in background, and shouldn&#8217;t harm the user experience too much. And don&#8217;t worry, you can close <strong>F-Spot</strong> at any time you wish, the job will resume next time from where it left!</p>
<p><strong>F-Spot 0.5.0.1</strong> should be included in all the main distributions getting out in the next months, that is <a href="http://fedoraproject.org/">Fedora</a> 9, <a href="http://www.mandriva.com/">Mandriva</a> 2009.0, <a href="http://opensuse.org">OpenSUSE</a> 11.1, and <a href="http://www.ubuntu.com">Ubuntu</a> 8.10.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/10/f-spot-0-5-0-1/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
