<?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; releases</title>
	<atom:link href="http://www.maxxer.it/f-blog/category/releases/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>Moving to Git</title>
		<link>http://www.maxxer.it/f-blog/2009/06/moving-to-git/</link>
		<comments>http://www.maxxer.it/f-blog/2009/06/moving-to-git/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 20:55:42 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitorious]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[gtk-sharp]]></category>
		<category><![CDATA[piz]]></category>
		<category><![CDATA[rubenv]]></category>
		<category><![CDATA[sde]]></category>
		<category><![CDATA[tigger]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=36</guid>
		<description><![CDATA[Again, some time passed since last post. Job is taking more time than usual, causing my lazyness to overcome my will to write!
But anyway, here we are. In the meantime Gnome moved to git, and so F-Spot followed. This pleased a lot the main devs, which were already using it since time.
 F-Spot have been [...]]]></description>
			<content:encoded><![CDATA[<p>Again, some time passed since last post. Job is taking more time than usual, causing my lazyness to overcome my will to write!<br />
But anyway, here we are. In the meantime <a href="http://live.gnome.org/Git">Gnome moved to git</a>, and so <strong>F-Spot</strong> followed. This pleased a lot the main devs, which were already using it since time.<br />
<strong> F-Spot</strong> have been depending on bleeding edge components for long time (read <a href="http://www.maxxer.it/f-blog/2009/03/where-did-photo-editors-go/">gtk-sharp</a>). This caused leakage of interest among a lot of contributors, which didn&#8217;t want to mess up their system with unstable software.<br />
Now, thanks to <a title="Stephane Delcroix" href="http://blog.reblochon.org/">sde</a>&#8217;s effort, this obstacle has passed over!! <strong>F-Spot</strong>&#8217;s <em>git master</em> can now compile with acceptable deps, i.e. nothing not present in <a title="Ubuntu Jaunty packages" href="http://packages.ubuntu.com/jaunty/" target="_blank"><strong>Ubuntu Jaunty</strong></a>, released last april. That&#8217;s great, isn&#8217;t it? (to be precise on requirements, you will need <em>gtk-sharp 2.12.2</em> and <em>mono 2.0.0</em>).</p>
<p><strong>Git</strong> is very powerful, but I bet you all already know. Git speeds up collaborative development, and makes merge of patches much easier than <strong>Subversion</strong>.<br />
This, and less restrictive requirements, raised back attraction to higher, deserved standards.<br />
And here comes <a title="Gitorious" href="http://gitorious.org" target="_blank"><strong>Gitorious</strong></a>, a very powerful git-based platform which allows contributors to freely express their fantasy, and still keeping easy the merge of those fantasies into <strong>F-Spot</strong>&#8217;s <em>master</em>. And really, it already helped, you can <a title="F-Spot's home on gitorious" href="http://gitorious.org/f-spot" target="_blank">see it yourself</a>: new (and old!) <strong>patches got merged</strong>, <strong>many new branches</strong> born (some were already merged in), <strong>two clones</strong> present! And most of this doesn&#8217;t come from main devs only! Wonderful, isn&#8217;t it? (Well, I know I&#8217;m getting quite repetitive, but it&#8217;s really exciting, and I&#8217;m very happy of it.)</p>
<p style="text-align: left;">Come and feel free to <a title="F-Spot's home on gitorious" href="http://gitorious.org/f-spot" target="_blank">join development on gitorious</a>, which is kept up to date with <a href="http://git.gnome.org/cgit/f-spot/" target="_blank">Gnome</a> thanks to <strong><a title="Ruben Vermeersch's weblog" href="http://weblog.savanne.be/" target="_blank">RubenV</a></strong>.<br />
I&#8217;m happy to see things moving again, and I&#8217;m happy to invite everyone join and enjoy <strong>F-Spot</strong> again, on <a href="http://gitorious.org/f-spot" target="_blank">gitorious</a> or anywere else, to help this project towards the long awaited <a href="http://www.nabble.com/Roadmap-to-1.0-to20597961.html">next release</a>.<br />
Just to let you know how things are moving, <strong><a title="Mike Gemünde's home on Gitorious" href="http://gitorious.org/~tigger" target="_blank">Tigger</a></strong> is <a title="Mike Gemünde's F-Spot git clone" href="http://gitorious.org/~tigger/f-spot/tiggers-clone" target="_blank">uniforming and empowering <strong><em>IconView</em></strong></a>, <strong><a title="Paul Werner Bou's blog" href="http://blog.purecodes.org/" target="_blank">Piz</a></strong> is <a title="Paul Werner Bou's F-Spot git clone" href="http://gitorious.org/~paulwb/f-spot/paulwbs-clone" target="_blank">improving visual experience</a>, <a title="Ruben Vermeersch's weblog" href="http://weblog.savanne.be/"><strong>Ruben</strong></a> is preparing his <a title="F-Spot GSoC 2009: RAW image handling" href="http://weblog.savanne.be/167-gsoc-2009" target="_blank">GSoC summer job on RAW image handling</a>, <strong><a title="Stephane Delcroix's blog" href="http://blog.reblochon.org/" target="_blank">Sde</a></strong> works in the background to make <strong>F-Spot</strong> buildable, usable, stable and most enjoyable possible. Yes, he&#8217;s our superhero.<br />
<em> Free adv: it&#8217;s not breaking news, but he also has his own never updated blog at <a title="Stephane Delcroix's blog" href="http://blog.reblochon.org/" target="_blank">reblochon</a>. Be sure not to miss it!</em></p>
<p>So come, join, discuss and contribute!</p>
<p><em>(and have some patience <img src='http://www.maxxer.it/f-blog/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> )</em></p>
<p>P.S. on a side note, a bug emerged in last <strong>Ubuntu Jaunty</strong>. Well, two at least annoying bugs:</p>
<ol>
<li><strong>F-Spot</strong> placing imported photos to home folder instead under <em>Photos</em> (or whatever) directory: this is an <strong>Ubuntu</strong> only bug, and you can <a title="BUG: Imports all photos to the root of the home directory" href="https://bugs.launchpad.net/bugs/354264" target="_blank">track it on launchpad</a>.</li>
<li>Editing a tag&#8217;s icon doesn&#8217;t allow you to view all the associated photos: this is a <a title="BUG: GTK+ 2.16 breaks spinbuttons with nonzero page sizes" href="http://bugzilla.gnome.org/show_bug.cgi?id=581190" target="_blank">regression in Gtk+ 2.16</a>, which was <a title="F-Spot: Workaround in spin button adjustment, for buggy gtk+ 2.16 and 2.16.1" href="http://git.gnome.org/cgit/f-spot/commit/?id=133325f10fed786f011ef5c5d7cf6d80093753a3" target="_blank">fixed in master</a> but obviously not in <strong>Ubuntu</strong>. You can <a title="BUG: Please package GTK+ 2.16.2 in Jaunty" href="https://bugs.launchpad.net/bugs/385188" target="_blank">track it on launchpad</a>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2009/06/moving-to-git/feed/</wfw:commentRss>
		<slash:comments>3</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>
