<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Photo Viewer</title>
	<atom:link href="http://gustavoboiko.org/blog/2008/08/photo-viewer/feed/" rel="self" type="application/rss+xml" />
	<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 06 Jan 2009 01:56:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: mxttie</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-40</link>
		<dc:creator>mxttie</dc:creator>
		<pubDate>Fri, 12 Sep 2008 16:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-40</guid>
		<description>nice indeed :)
since I'm currently on windows, I had to change the random function calls by qt's (qrand and qsrand)</description>
		<content:encoded><![CDATA[<p>nice indeed <img src='http://gustavoboiko.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
since I&#8217;m currently on windows, I had to change the random function calls by qt&#8217;s (qrand and qsrand)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adenilson Cavalcanti</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-27</link>
		<dc:creator>Adenilson Cavalcanti</dc:creator>
		<pubDate>Fri, 05 Sep 2008 17:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-27</guid>
		<description>Boiko

Mandei o backtrace para o kdemail mas voltou. Vc tem algum outro e-mail válido?

[]s


Adenilson</description>
		<content:encoded><![CDATA[<p>Boiko</p>
<p>Mandei o backtrace para o kdemail mas voltou. Vc tem algum outro e-mail válido?</p>
<p>[]s</p>
<p>Adenilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boiko</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-25</link>
		<dc:creator>boiko</dc:creator>
		<pubDate>Wed, 03 Sep 2008 23:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-25</guid>
		<description>Adenilson Cavalcanti &#187; Thanks for the feedback Adenilson!
Can you please send me (it can be by mail) the backtrace for the crash?

For going back to the thumbnail view, just press the mouse on an empty space (it should work). 

About the license, I'm not quite sure it really matters in this case. As this is not an innovative idea (it is just yet another implementation) I guess a license like GPL is fine. But of course I can relicense the code if someone provide me good reasons to do so ;)</description>
		<content:encoded><![CDATA[<p>Adenilson Cavalcanti &raquo; Thanks for the feedback Adenilson!<br />
Can you please send me (it can be by mail) the backtrace for the crash?</p>
<p>For going back to the thumbnail view, just press the mouse on an empty space (it should work). </p>
<p>About the license, I&#8217;m not quite sure it really matters in this case. As this is not an innovative idea (it is just yet another implementation) I guess a license like GPL is fine. But of course I can relicense the code if someone provide me good reasons to do so <img src='http://gustavoboiko.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adenilson Cavalcanti</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-24</link>
		<dc:creator>Adenilson Cavalcanti</dc:creator>
		<pubDate>Wed, 03 Sep 2008 19:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-24</guid>
		<description>Boiko

Congrats for your pet project, its very kind of you to make it OSS.

It SEGFAULTS here (when the executable is in a distinct directory than the photos).

When I copy and run the app in the photo directory, it correctly creates the thumbnails (on /tmp/boiko_photoviewer) but only displays a subset of then.

Maybe its related with the subset problem, but once I select one photo, I can't return to previous screen (is there a key combo to do that?).

Another thing that would be nice is have a help with instructions (could even be in the command line).

If you are planning to continue the development, maybe you could benefit from pictureflow (http://code.google.com/p/pictureflow/) approach (maybe making a new widget titled 'boiko-photoview').
:-)


Concerning licensing, I think BSD or LGPL could attract more users because they are more business-friendly. The truth is that even GPL'ed code end up in commercial product (see gplviolations for example) and I known that there are some managers that are more receptive to contribute to BSD/LGPL projects.



Best regards


Adenilson</description>
		<content:encoded><![CDATA[<p>Boiko</p>
<p>Congrats for your pet project, its very kind of you to make it OSS.</p>
<p>It SEGFAULTS here (when the executable is in a distinct directory than the photos).</p>
<p>When I copy and run the app in the photo directory, it correctly creates the thumbnails (on /tmp/boiko_photoviewer) but only displays a subset of then.</p>
<p>Maybe its related with the subset problem, but once I select one photo, I can&#8217;t return to previous screen (is there a key combo to do that?).</p>
<p>Another thing that would be nice is have a help with instructions (could even be in the command line).</p>
<p>If you are planning to continue the development, maybe you could benefit from pictureflow (http://code.google.com/p/pictureflow/) approach (maybe making a new widget titled &#8216;boiko-photoview&#8217;).<br />
 <img src='http://gustavoboiko.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Concerning licensing, I think BSD or LGPL could attract more users because they are more business-friendly. The truth is that even GPL&#8217;ed code end up in commercial product (see gplviolations for example) and I known that there are some managers that are more receptive to contribute to BSD/LGPL projects.</p>
<p>Best regards</p>
<p>Adenilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boiko</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-23</link>
		<dc:creator>boiko</dc:creator>
		<pubDate>Mon, 01 Sep 2008 14:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-23</guid>
		<description>Piotr Budny &#187; Ouch, I will check what is going on.</description>
		<content:encoded><![CDATA[<p>Piotr Budny &raquo; Ouch, I will check what is going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boiko</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-22</link>
		<dc:creator>boiko</dc:creator>
		<pubDate>Mon, 01 Sep 2008 14:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-22</guid>
		<description>Stefano &#187; Yes, I have seen PicLens running. It is a very nice interface indeed. But for this kind of interface probably the program would require opengl to work. But we can still take good ideas from there :)</description>
		<content:encoded><![CDATA[<p>Stefano &raquo; Yes, I have seen PicLens running. It is a very nice interface indeed. But for this kind of interface probably the program would require opengl to work. But we can still take good ideas from there <img src='http://gustavoboiko.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boiko</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-21</link>
		<dc:creator>boiko</dc:creator>
		<pubDate>Mon, 01 Sep 2008 14:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-21</guid>
		<description>GNUton &#187; I didn't try this. Ufortunatelly I don't have any n8xx device around to test this.</description>
		<content:encoded><![CDATA[<p>GNUton &raquo; I didn&#8217;t try this. Ufortunatelly I don&#8217;t have any n8xx device around to test this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNUton</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-18</link>
		<dc:creator>GNUton</dc:creator>
		<pubDate>Mon, 01 Sep 2008 12:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-18</guid>
		<description>Cool! Do you try to run it in a N8x00 device?</description>
		<content:encoded><![CDATA[<p>Cool! Do you try to run it in a N8&#215;00 device?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-15</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Sat, 30 Aug 2008 19:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-15</guid>
		<description>I mean, just for the graphic part, the way of scrolling and the like (not any integration with any web site which is not in the scope).</description>
		<content:encoded><![CDATA[<p>I mean, just for the graphic part, the way of scrolling and the like (not any integration with any web site which is not in the scope).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://gustavoboiko.org/blog/2008/08/photo-viewer/#comment-14</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Sat, 30 Aug 2008 19:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://gustavoboiko.org/blog/?p=3#comment-14</guid>
		<description>Hi, Boiko... while you're at it, you may find this interesting too: it's a browser plugin, but I find it really very well done:

http://www.cooliris.com/</description>
		<content:encoded><![CDATA[<p>Hi, Boiko&#8230; while you&#8217;re at it, you may find this interesting too: it&#8217;s a browser plugin, but I find it really very well done:</p>
<p><a href="http://www.cooliris.com/" rel="nofollow">http://www.cooliris.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
