[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/kphotoalbum
From:       Jesper Pedersen <blackie () blackie ! dk>
Date:       2014-06-23 19:45:03
Message-ID: E1WzAAp-0003Dl-IN () scm ! kde ! org
[Download RAW message or body]

SVN commit 1391283 by blackie:

new snapshot available

 M  +100 -49   news.rss  
 A             news/0084  


--- trunk/www/sites/kphotoalbum/news.rss #1391282:1391283
@@ -15,6 +15,106 @@
 
 
 <item>
+<title>Second preview of KPhotoAlbum 4.5 ready</title>
+<pubDate>23 June 2014 20:00:00 +0200</pubDate>
+<guid>http://www.kphotoalbum.org/index.php?page=news#item0084</guid>
+<link>http://www.kphotoalbum.org/index.php?page=news#item0084</link>
+<description>
+&lt;p&gt;We are now getting close to KPhotoAlbum 4.5. Today I just made a snapshot \
available, please test and give us feedback. &lt;a \
href="http://download.kde.org/unstable/kphotoalbum/4.5-snapshots/src/kphotoalbum-20140622.tar.xz.mirrorlist"&gt;Download \
the new version&lt;/a&gt;  +&lt;/p&gt;
+
+&lt;p&gt;This version also comes with a much improved android client available from \
google play.&lt;/p&gt; +
+&lt;p&gt;The following is likely a non complete list of changes since Qt 4.4:
+&lt;ul&gt;
+&lt;li&gt; New Feature: Added an Android client, which can display images from
+  a running KPhotoAlbum on the desktop&lt;/li&gt;
+
+&lt;li&gt; Bugfix: find thumbnail even for short videos
+  (Thanks to Christoph Moseler for identifying the problem, and sending an initial \
patch)&lt;/li&gt; +
+&lt;li&gt; Enhancement: Implemented the Page-Up and Page-Down keypresses to select
+  the previous and next image in the annotation dialog&lt;/li&gt;
+
+&lt;li&gt; Bugfix: Fix image import for kim files with external images.&lt;/li&gt;
+
+&lt;li&gt; Bugfix: Fix crash when reading .kim files.&lt;/li&gt;
+
+&lt;li&gt; Enhancement: Updated HTML darkJS theme&lt;/li&gt;
+
+&lt;li&gt; New Feature: Maintainance-&gt;sort all by date and time
+  (With this command, you don't have to worry about stacks, locked images,
+or similar)&lt;/li&gt;
+
+&lt;li&gt; Bugfix: Prevent thumbnail progress bar from showing idefinitely when
+no MPlayer is installed.&lt;/li&gt;
+
+&lt;li&gt; Enhancement: Make thumbnail cache readable by all users.
+  (This makes sharing a kphotoalbum database actually possible.)&lt;/li&gt;
+
+&lt;li&gt; Enhancement: Implement caching for thumbnail files.&lt;/li&gt;
+
+&lt;li&gt; Enhancement: Recalculate md5sum when image is changed by
+kipi-plugin.&lt;/li&gt;
+
+&lt;li&gt; Bugfix: Mark database dirty when images are deleted.&lt;/li&gt;
+
+&lt;li&gt; Enhancement: Run without video thumbnail/length support when mplayer
+is missing.&lt;/li&gt;
+
+&lt;li&gt; Bugfix: Don't try creating thumbnails for images not on disk.&lt;/li&gt;
+
+&lt;li&gt; Enhancement: Use cached QImage instead of invoking KIcon::pixmap on
+broken files&lt;/li&gt;
+
+&lt;li&gt; Enhancement: Add --info to script/kpa-backup.sh.
+
+&lt;/ul&gt;
+&lt;/p&gt;
+
+&lt;p&gt;To compile the desktop version, you need to ensure that the Qt4 version of \
QMake is found. For me it worked like this: +&lt;pre&gt;
+cmake . -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 -DCMAKE_INSTALL_PREFIX=/tmp/test
+make
+make install
+/tmp/test/bin/kphotoalbum
+&lt;/pre&gt;&lt;/p&gt;
+
+&lt;p class="author"&gt;— Jesper.&lt;/p&gt;
+</description>
+</item>
+
+
+<item>
+<title>Preview of KPhotoAlbum for Andoid</title>
+<pubDate>12 May 2014 15:00:00 +0200</pubDate>
+<guid>http://www.kphotoalbum.org/index.php?page=news#item0083</guid>
+<link>http://www.kphotoalbum.org/index.php?page=news#item0083</link>
+<description>
+&lt;p&gt;Over the last few month, I've worked hard on a KPhotoAlbum version for \
Android.  +The way that it works is that the android application will connect to a \
running KPhotoAlbum instance on your desktop, to allow you to browse through your \
images as if you were sitting behind the desktop. +&lt;/p&gt;
+
+&lt;p&gt;Anyway, a picture is worth a thousand words, so a video must be worth a \
thousand pictures, so please check out this &lt;a \
href="http://youtu.be/-vty4ZCiLpQ"&gt;video on youtube&lt;/a&gt; which shows it all \
in action.&lt;/p&gt; +
+&lt;p&gt;This is the first alpha version available, it has its glitches, but it \
works quite well nevertheless, so please do give it a try, and report back to me \
directly (blackie@kde.org) or to the KPhotoAlbum mailing list.&lt;/p&gt; +
+&lt;p&gt;To use it, you need booth an Android version for your tablet or phone \
(KPhotoAlbum version 0.0.4 from google play), and you need to compile KPhotoAlbum \
yourself for the desktop (either from &lt;a \
href="http://download.kde.org/unstable/kphotoalbum/4.5-snapshots/src/KPhotoAlbum-2014-05-12.tgz"&gt;download.kde.org&lt;/a&gt; \
or from git where you need SHA 6897e0b from branch wpi/android)&lt;/p&gt; +
+&lt;p&gt;To compile the desktop version, you need to ensure that the Qt4 version of \
QMake is found. For me it worked like this: +&lt;pre&gt;
+cmake . -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 -DCMAKE_INSTALL_PREFIX=/tmp/test
+make
+make install
+/tmp/test/bin/kphotoalbum
+&lt;/pre&gt;&lt;/p&gt;
+
+&lt;p class="author"&gt;— Jesper.&lt;/p&gt;
+</description>
+</item>
+
+
+<item>
 <title>KPhotoAlbum 4.4</title>
 <pubDate>11 Feb 2013 06:51:00 +0200</pubDate>
 <guid>http://www.kphotoalbum.org/index.php?page=news#item0082</guid>
@@ -193,55 +293,6 @@
 </item>
 
 
-<item>
-<title>Release Candidate 2 for KPhotoAlbum is available</title>
-<pubDate>09 Mar 2012 10:21:00 +0200</pubDate>
-<guid>http://www.kphotoalbum.org/index.php?page=news#item0074</guid>
-<link>http://www.kphotoalbum.org/index.php?page=news#item0074</link>
-<description>
-&lt;p&gt;&lt;a href="ftp://ftp.kde.org/pub/kde/unstable/kphotoalbum/4.2-rc2/src/kphotoalbum-4.2-rc2.tar.bz2"&gt;Release \
                candidate 2&lt;/a&gt;
-of our next release is available on KDE FTP site.&lt;/p&gt;
-&lt;p&gt;Changes since the release of 4.1.1 include the following:&lt;/p&gt;
-&lt;ul&gt;
-  &lt;li&gt;Rewrite of ThumbnailView with speed improvements, pre-loading and \
                background thumbnail generation.&lt;/li&gt;
-  &lt;li&gt;ToolTip on ThumbnailView is activated only if mouse is not \
                moving.&lt;/li&gt;
-  &lt;li&gt;Updated documentation.&lt;/li&gt;
-  &lt;li&gt;Copy-paste of tags from one image to the next one.&lt;/li&gt;
-  &lt;li&gt;RAW workflow improvements on speed and functionality. Use embedded \
thumbnail if available in decent size, open the RAW file in RAW editor instead of the \
                developed JPEG, search for only RAW files.&lt;/li&gt;
-  &lt;li&gt;Rating images with number keys 0-5.&lt;/li&gt;
-  &lt;li&gt;Annotation dialog and search improvements.&lt;/li&gt;
-  &lt;li&gt;HTML export improvements.&lt;/li&gt;
-  &lt;li&gt;Option to skip symbolic links when detecting new files.&lt;/li&gt;
-  &lt;li&gt;Multi core CPU improvements.&lt;/li&gt;
-  &lt;li&gt;Plenty of crashes fixed.&lt;/li&gt;
-  &lt;li&gt;Usability improvements.&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-</item>
 
-
-<item>
-<title>Working on new release of KPhotoAlbum</title>
-<pubDate>20 Feb 2012 17:05:00 +0200</pubDate>
-<guid>http://www.kphotoalbum.org/index.php?page=news#item0073</guid>
-<link>http://www.kphotoalbum.org/index.php?page=news#item0073</link>
-<description>
-&lt;p&gt;We are working on a new release. New features are frozen and the
-current GIT master should have all the features to be expected on the
-release. Some more bug fixes should be done before the release. We are
-planning on providing a release candidate soonish before the final
-release, but there is no date set for that.&lt;/p&gt;
-
-&lt;p&gt;There has also been a major change in the forces behind KPhotoAlbum.
-Jesper &lt;a
-href="https://mail.kdab.com/pipermail/kphotoalbum/2012-January/004799.html"&gt;
-has decided to step back&lt;/a&gt; and has left a huge gap for other people to
-fill. We want to thank Jesper for his great work in producing the best
-photo cataloguing software known to exist!&lt;/p&gt;
-</description>
-</item>
-
-
-
 </channel>
 </rss>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic