
<rss version="2.0">

<channel>

<title>KPhotoAlbum News</title>
<link>http://www.kphotoalbum.org/index.php?page=news</link>
<description>News about KPhotoAlbum development and releases.</description>

<image>
<title>KPhotoAlbum</title>
<url>http://kphotoalbum.org/logo.png</url>
<link>http://www.kphotoalbum.org/index.php?page=news</link>
</image>


<item>
<title>Summer vacation means much faster thumbnail viewer.</title>
<pubDate>16 Aug 2010 09:00:00 +0100</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0071</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0071</link>
<description>
&lt;p&gt;I've just returned from one week of vacation on Zakynthos in Greece, and the
result is the same as every year of summer vacation - a lot of time to
spent on KPhotoAlbum :-)&lt;/p&gt;

&lt;p&gt;This year I rewrote the thumbnail viewer from the old Q3IconView to
Qt4's QListView, and while I was at it (and yes that was really my starting
point), I optimized the loading of thumbnails quite a bit. We are talking
about orders of magnitude here!&lt;/p&gt;

&lt;h2&gt;The technical details - in case you care&lt;/h2&gt;
&lt;p&gt;Just prior to my vacation I experienced with storing thumbnails in one
large file, which is much faster to load than storing each thumbail in a
file of their own. &lt;a href="http://www.kdedevelopers.org/node/4295"&gt;See the
details in my blog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is what I do now, but that really only contribute to a minor part
of the speed up, it turned out that thumbnails was scaled when loaded from
the cache - at the time that seemed like a good idea, but the result was
that each thumbnail costed an extra 10 msec - which amounts to a whole
second for 100 thumbnails. Now the images in the cache has the actual size
needed. This means that it is flushed each time you resize the thumbnail -
so stop doing that a lot :-)&lt;/p&gt;

&lt;p&gt;Another slowdown was the drawing of the 3D effect around each
thumbnail. By changing that from drawing 5 rectangles to drawing 5 filled
rectangles, I got a huge speedup :-)&lt;/p&gt;

&lt;h2&gt;What are the catch?&lt;/h2&gt;
&lt;p&gt;So is this all great, no catch?, well there is a few minor ones.
&lt;ul&gt;
&lt;li&gt;We are storing the thumbnails in our own format now, so other
     application wont be able to reused them - anyway, that has been so for
     a few years already, so no big deal.&lt;/li&gt;
&lt;li&gt;Thumbnails needs to be recreated when thumbnail size is
     changed. This was the price we had to pay for this, as the
     alternative, which we used before, was to store the images in say
     256x256, and then scale them down, but that was exactly what costed a
     lot.&lt;/li&gt;
&lt;li&gt;When you resize the thumbnails, new thumbnails are generated for all
the videos too. As the thumbnail for the videos are a random screenshot from
the video, this means that it will change each time, which might make it
harder to recognize them.&lt;/li&gt;
&lt;li&gt;The old selection model of the thumbnail viewer has been replaced with
     QListView's version. This means you do rectangle selections with the
     mouse. I might rework that to use our own selection method again later
     on, if there is a public demand for it.&lt;/li&gt;
&lt;li&gt;I'm sure I've introduced a lot of new bugs :-)&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;h2&gt;What are the advantages?&lt;/h2&gt;
&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Much much faster - we are talking about smoooth scrolling now,
     something like going over say 5-10 pages of thumbnails per second,
     where the old implementation took perhaps 1-2 second per page.&lt;/li&gt;
&lt;li&gt;The code has been rewritten to use Qt 4's QListView, which means a lot
     of code had been cleaned up - to the end user this means fewer lines
     for us developers to add bugs to :-)&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
</description>
</item>


<item>
<title>KPhotoAlbum 4.1.1 released</title>
<pubDate>15 Nov 2009 22:00:00 +0100</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0070</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0070</link>
<description>
&lt;p&gt;KPhotoAlbum 4.1.1 has been released with one important bugfix, namely a
fix for images getting rotated with random angles. If you have any images
with such rotations, please do ask for help on the mailing list.&lt;/p&gt;
</description>
</item>


<item>
<title>KPhotoAlbum 4.1 released</title>
<pubDate>25 Oct 2009 14:00:00 +0100</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0069</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0069</link>
<description>
&lt;p&gt;KPhotoAlbum is now a reality with many improvements and bugfixes over
the 4.0.x series. Special thanks goes to Hassan Ibraheem and Miika Turkia
who have made a large contribution to this version, and also to Wes
Hardaker, Franck Sicard, Matthias Fussel, Thomas Pircher, and Bart Visscher
who all have contributed with patches.&lt;/p&gt;

&lt;p&gt;&lt;a
href="http://www.kphotoalbum.org/index.php?page=download-source"&gt;Try it out&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;New Features and major improvements since 4.0&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Reworked the browser completely&lt;/li&gt;
  &lt;li&gt;Reworked the thumbnail view so it no looks much better&lt;/li&gt;
  &lt;li&gt;When AnnotationDialog is called with multiple images, show
	selected only shows also partially selected items. Thanks to
	Hassan Ibraheem for patch.&lt;/li&gt;
  &lt;li&gt;Added support for a copyright tag on the HTML generated pages
	(Thanks to Miika Turkia for a patch for this)&lt;/li&gt;
  &lt;li&gt;Added new theme for HTML pages which includes improved support
	using java script. (Thanks to Miika Turkia for a patch for this)&lt;/li&gt;
  &lt;li&gt;Speed up browsing of categories with many sub categories. This
	took browsing from the order of magnitude of half minutes to a second.&lt;/li&gt;
  &lt;li&gt;Made it much more explicit when done tagging images (Now there is a
show untagged images category)&lt;/li&gt;
  &lt;li&gt;Added support for searching by rating.&lt;/li&gt;
  &lt;li&gt;Now it is possible to add a category image from a context menu,
	which makes that process much faster (this fixes bug
	#195023). Thanks to Thomas Pircher for the work on that.&lt;/li&gt;
  &lt;li&gt;Now it is possible to chose the thumbnail storage format from
	the settings dialog (ppm files which we used by default are pretty
	large, so on limited disk space you may wish to choose jpg instead
	to trade some speed for disk space. (thanks to Franck Sicard
	&lt;franck.sicard@3demi.net&gt; for a patch for this)&lt;/li&gt;
  &lt;li&gt;Add a keybinding for delete in the viewer that will take the
	image of the display list. This is useful when comparing a number
	of images and want to take the worst one away every time to find
	the best one. Thanks to Wes Hardaker &lt;wes@hardakers.net&gt; for a
	patch implementing this.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Bugfixes since 4.0&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Invoke external application for multiple files did not
	work. Thanks to Miika Turkia for a patch for this.&lt;/li&gt;
  &lt;li&gt;The HTML generator did not display the available themes
	correctly. Thanks to Miika Turkia for a patch for this.&lt;/li&gt;
  &lt;li&gt;Changed default shortcut for copy from previous image in the
	annotation dialog to Alt+insert, as control+insert was eaten by
	the line edits, and the shortcut did thus not work when they had
	the keyboard focus.&lt;/li&gt;
  &lt;li&gt;fixed bug #192385 - it was not possible to hide items in the
	annotation between sessions.&lt;/li&gt;
  &lt;li&gt;fixed bug #186807 - no cancel button in "create own database
	dialog"&lt;/li&gt;
  &lt;li&gt;New images was not correctly inserted into the exif database
	(thanks to Bart Visscher for a patch that fixes this.)
	Please rerun "Maintainance-&gt;Recreate Exif Search Database" to
	ensure your database it working again.&lt;/li&gt;
  &lt;li&gt;Somehow the XML database can get a file loaded twice. As a
	remedy until we find the real bug, we will ignore the new files
	when they are loaded from the database. Thanks to Franck Sicard
	for a patch for this&lt;/li&gt;
  &lt;li&gt;fixed bug #186708 - Tokens can not be access from the annotation dialog&lt;/li&gt;
  &lt;li&gt;The remove token dialog was broken second time it was
	brought up.&lt;/li&gt;
  &lt;li&gt;fixed bug #167045: add ENTER as search dialog tag auto
	completion key. Thanks to Hassan Ibraheem for the patch for this.&lt;/li&gt;
  &lt;li&gt;fixed bug #165742: ListSelect blanks out when typing an initial
	letter that does not match. Thanks to Hassan Ibraheem for the patch for this.&lt;/li&gt;
  &lt;li&gt;fixed issue #196095 - Add icon for hide non selected. Thanks to
	Hassan Ibraheem for patch.&lt;/li&gt;
  &lt;li&gt;fixed bug #171517: Repopulate categories lists whenever an image
	is loaded. Thanks to Hassan Ibraheem for patch.&lt;/li&gt;
  &lt;li&gt;fixed bug #197107: Generated HTML pages have empty theme name and
	theme author.&lt;/li&gt;
  &lt;li&gt;Added support for rating multiple images at once in the annotation
          dialog.&lt;/li&gt;
  &lt;li&gt;Improved focus handling in the annotation dialog&lt;/li&gt;
  &lt;li&gt;Resizing the category overview page now is done without the
	actual thumbnails, that makes it much faster and much more smooth&lt;/li&gt;
  &lt;li&gt;Fixed bug #150971 - disable too low zoom levels, thanks to alexjironkin@gmail.com&lt;/li&gt;
  &lt;li&gt;Fixed bug #199629 - new images don't trigger dirty state, thanks
	to mat.fuessel@gmx.net&lt;/li&gt;
  &lt;li&gt;fixed bug #201116: kphotoalbum crashes when trying to remove image without deleting from disk&lt;/li&gt;
  &lt;li&gt;To move items around in the thumbnail viewer, you now first have
	to select them, then move them. This makes it so much easier to
	select items, as you do not have to find an empty space to start.&lt;/li&gt;
  &lt;li&gt;Show the file list directly in the Read Exif Info
	dialog. Previously it was a secondary dialog, with a
	do-not-show-again checkbox and a cancel button (none of those two
	made any sense there)&lt;/li&gt;
&lt;/ul&gt;

</description>
</item>


<item>
<title>KPhotoAlbum 4.0.2 released</title>
<pubDate>29 July 2009 23:10:00 +0200</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0068</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0068</link>
<description>
&lt;p&gt;A patch release of KPhotoAlbum 4.0 has been released, and it includes
these fixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; fixed bug #201116: kphotoalbum crashes when trying to remove image without deleting from disk&lt;/li&gt;

&lt;li&gt; Exif database insertion works again. Thanks to Matthias Fussel&lt;/li&gt;

&lt;li&gt; fixed bug #197107: Generated HTML pages have empty theme name and
	theme author.&lt;/li&gt;

&lt;li&gt; When AnnotationDialog is called with multiple images, show
	selected only shows also partially selected items. Thanks to
	Hassan Ibraheem for patch.&lt;/li&gt;

&lt;li&gt; fixed bug #165742: ListSelect blanks out when typing an initial
	letter that does not match. Thanks to Hassan Ibraheem for the patch for this.&lt;/li&gt;

&lt;li&gt;fixed bug #167045: add ENTER as search dialog tag auto
completion key. Thanks to Hassan Ibraheem for the patch for this.&lt;/li&gt;

&lt;li&gt; bug fix: The remove token dialog was broken second time it was
	brought up.&lt;/li&gt;

&lt;li&gt;fixed bug #186708 - Tokens can not be access from the annotation dialog&lt;/li&gt;

&lt;li&gt; Somehow the XML database can get a file loaded twice. As a
	remedy until we find the real bug, we will ignore the new files
	when they are loaded from the database. Thanks to Franck Sicard
	for a patch for this&lt;/li&gt;

&lt;li&gt; New images was not correctly inserted into the exif database
	(thanks to Bart Visscher for a patch that fixes this.)
	Please rerun "Maintainance-&gt;Recreate Exif Search Database" to
	ensure your database it working again.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a
href="http://www.kphotoalbum.org/index.php?page=download-source"&gt;Try it out&lt;/a&gt;&lt;/p&gt;
</description>
</item>


<item>
<title>New snapshot with improved Thumbnail Viewer, Exif Database working, and more</title>
<pubDate>21 July 2009 21:46:00 +0200</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0067</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0067</link>
<description>
&lt;p&gt;A new snapshot has been created, the highlights are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; Add a keybinding for delete in the viewer that will take the image of
the display list. This is useful when comparing a number of images and want
to take the worst one away every time to find the best one. Thanks to Wes
Hardaker for a patch implementing this.&lt;/li&gt;

&lt;li&gt; Now it is possible to chose the thumbnail storage format from the
settings dialog (ppm files which we used by default are pretty large, so on
limited disk space you may wish to choose jpg instead to trade some speed
for disk space. (thanks to Franck Sicard for a patch for this)&lt;/li&gt;

&lt;li&gt; To move items around in the thumbnail viewer, you now first have to
select them, then move them. This makes it so much easier to select items,
as you do not have to find an empty space to start.&lt;/li&gt;

&lt;li&gt;new (non round) look of the thumbnail viweer&lt;/li&gt;

&lt;li&gt; Refactored the code of the thumbnail viewer, so it now is much
more clean and understandable.&lt;/li&gt;

&lt;li&gt;Exif database insertion works again. Thanks to Matthias Fussel&lt;/li&gt;

&lt;li&gt; Fixed bug #199629 - new images don't trigger dirty state, thanks  Matthias Fussel&lt;/li&gt;

&lt;li&gt;Fixed bug #150971 - disable too low zoom levels, thanks to alexjironkin AT gmail.com&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a
href="http://www.kphotoalbum.org/index.php?page=download-snapshots"&gt;Try it out&lt;/a&gt;&lt;/p&gt;
</description>
</item>


<item>
<title>New snapshot</title>
<pubDate>11 July 2009 17:40:00 +0200</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0066</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0066</link>
<description>
&lt;p&gt;A new snapshot has been created, the highlights are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Now it is possible to add a category image from a context menu,                                                           
        which makes that process much faster (this fixes bug                                                                  
        #195023). Thanks to Thomas Pircher for the work on that.&lt;/li&gt;                                                         
&lt;li&gt;Resizing the category overview page now is done without the                                                               
        actual thumbnails, that makes it much faster and much more smooth&lt;/li&gt;                                                
&lt;li&gt;Improved focus handling in the annotation dialog&lt;/li&gt;                                                                     
&lt;li&gt;Made the icons in the thumbnail viewer nicer (round and with a                                                            
        3D effect)&lt;/li&gt;                                                                                                       
&lt;li&gt;Added support for searching by rating.&lt;/li&gt;                                                                               
&lt;li&gt;Much improved HTML export by Miika Turkia&lt;/li&gt;                                                                            
&lt;li&gt;Added support for rating multiple images at once in the annotation                                                        
          dialog.&lt;/li&gt; 
&lt;/ul&gt;

&lt;p&gt;&lt;a
href="http://www.kphotoalbum.org/index.php?page=download-snapshots"&gt;Try it out&lt;/a&gt;&lt;/p&gt;
</description>
</item>


<item>
<title>New snapshot</title>
<pubDate>30 June 2009 11:00:00 +0200</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0065</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0065</link>
<description>
&lt;p&gt;A new snapshot has been created, the highlights are:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt; Made it much more explicit when done tagging images:
&lt;ul&gt;
	  &lt;li&gt; An item for showing images not yet tagged are available in the
	    browser&lt;/li&gt;
	  &lt;li&gt; A configuration option is available for specifying which
            category and tag should be used to specify untagged images.&lt;/li&gt;
	  &lt;li&gt; This tag is set on images when loaded in&lt;/li&gt;
	  &lt;li&gt; This tag is removed when selecting "done tagging" in the
            annotation dialog. It is also possible to select "continue
	    later" in that dialog&lt;/li&gt;
&lt;/li&gt;
&lt;li&gt;Speed up browsing of categories with many sub categories. This
	took browsing from the order of magnitude of half minutes to a second.&lt;/li&gt;
&lt;li&gt;Added new theme for HTML pages which includes improved support
	using java script. (Thanks to Miika Turkia for a patch for this)&lt;/li&gt;
&lt;li&gt;Added support for a copyright tag on the HTML generated pages
	(Thanks to Miika Turkia for a patch for this)&lt;/li&gt;
&lt;li&gt;A number of bugfixes.&lt;/li&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a
href="http://www.kphotoalbum.org/index.php?page=download-snapshots"&gt;Try it out&lt;/a&gt;&lt;/p&gt;
</description>
</item>


<item>
<title>New web pages</title>
<pubDate>25 June 2009 17:35:00 +0200</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0064</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0064</link>
<description>
&lt;p&gt;It is not everything that is visible to the eye! One of those things is
the new revision of the KPhotoAlbum website. Every change this time has
happen behind the screen, where &lt;a
href="http://www.kphotoalbum.org/index.php?page=hall-of-fame#martin"&gt;Martin
Jaburek&lt;/a&gt; have rewritten it all to now use PHP. Previously the sidebar
was duplicated in each an every web page - trust me that was no fun to maintain.&lt;/p&gt;
</description>
</item>


<item>
<title>New snapshot with improved Browser</title>
<pubDate>13 June 2009 18:35:00 +0200</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0063</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0063</link>
<description>
&lt;p&gt;A new snapshot has been made today, which includes a brand new browser,
see &lt;a href="http://www.kphotoalbum.org/index.php?page=download-snapshots"&gt;details and download&lt;/a&gt; from the
snapshot page.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.kphotoalbum.org/img/new-browser.jpg"&gt;&lt;img
src="http://www.kphotoalbum.org/img/new-browser-small.jpg" alt="new browser"/&gt;&lt;/a&gt;&lt;/p&gt;
</description>
</item>


<item>
<title>New section on getting involved on KPhotoAlbum website </title>
<pubDate>12 June 2009 20:55:00 +0200</pubDate>
<guid>http://www.kphotoalbum.org/index.php?page=news#item0062</guid>
<link>http://www.kphotoalbum.org/index.php?page=news#item0062</link>
<description>
&lt;p&gt;A brand new section has been added to the KPhotoAlbum web site helping
people getting involved. &lt;a
href="http://www.kphotoalbum.org/index.php?page=getting-involved"
alt="http://www.kphotoalbum.org/index.php?page=getting-involved"&gt;Give it a
try&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Among other things, a number of &lt;i&gt;junior tasks&lt;/i&gt; have been identified - that
is tasks, that will help you get started with the code without loosing too
much hair.&lt;/p&gt;

&lt;p&gt;This weekend Jesper (as the last 3-4 weekends) will be working on
KPhotoAlbum all day, so join him on the IRC channel, to get started with
your contribution.&lt;/p&gt;
</description>
</item>



</channel>
</rss>
