News
KPhotoAlbum for KDE 4 released11 May 2009
After years of migrating efforts KPhotoAlbum for KDE 4 was finally released today. Download
KPhotoAlbum 4.0 is mainly a port from KDE 3 to KDE 4, but it does contain one major new feature, namely stacking, and a number of minor polishing.
Stacking
Image stacking allows you to mark a number of images to be the same shot (think 10 images of Grand Canyon being almost the same, or a raw image converter and cropped in different ways).
Polishing
- It is now possible to search for images with changed MD5 sum - very useful for searching for corrupted image files.
- It is now possible to configure the aspect ratio in the thumbnail viewer
- "Show this image" will now load all images in current view, thus making pressing Ctrl+A optional.
- Recognize .flv and .erf files
- In the annotation dialog there now is a new button for copying the annotations from the previous image.
- Display a warning instead of black screen when current image can't be shown in the Viewer
- Support PEF, a raw format from Pentax' DSLRs.
- Add Edit->Copy for copying a list of URLs to selected images to clipboard.
- Automatically hide mouse cursor and disable screensaver when in Viewer
- Add Edit->Open List of Files menu that shows list of thumbnails that matches user-entered stuff.
- The import dialog will now check if an image already exists in the DB with the same MD5 sum, and offer to merge the information about the images.
- Keywords has now been replaced with Events in the default setup that people will get when they create a new database.
First snapshot for KDE 4 released!11 Feb 2009
Did you ever wonder if the day would come when a KDE 4 version of KPhotoAlbum was released? Well today we got much closer to that day with our first snapshot for KDE 4.
Besides image stacking, there isn't much new stuff seen from the users perspective, but that doesn't mean that nothing has happend since the last release. KPhotoAlbum has taken a huge leap, under the hood, forward with the rewrite to KDE4.
So please give us a hand, and download this snapshot, and let us know all the bugs you find.
Download the snapshot from Download → Snapshots
KPhotoAlbum Go Cart Team06 Sep 2008
If you only are interested in KPhotoAlbum, and not its developers, stop reading.
So the week is soon over, we've all been shouting at each other from time to time, but overall I'd say it was reaaaally greeeeat (quote from the movie Office Space, which we saw early on.
Yesterday evening it was time for a bit of old-style fun (in contrast to the new style fun, called KPhotoAlbum development). We went out driving go cart and bowling. Lets start from the end. Tuomas obviously was a champ in bowling, so he kind of got twice as many point as the rest of us.
Go cart on the other hand was slightly different, the fattest guy on the team was also the fastest (If you think you read fastest twice, then read again :-) - faster by more than TWO rounds. I won't reveal here who won, but I urge you all to read the commit messages which might sheed some light over it all (e.g. this, this or this message)
Thursday evening, we btw also did a bit of old style fun: namely flying kites (or as Jesper called it the whole time dragons (which it is called in Danish (hmm to many parentheses (this is not lisp))))
Progress of the SQL database backend05 Sep 2008
While Jan and Henner have been concentrating on the stacking feature, me and Jesper have been struggling in the database land.
So the SQL database support is progressing. I ported the SQL backend to QtSQL when the KDE 4 port of KPhotoAlbum was started, but back then I did not really have time to test it. So my first work here was to finish the port and make the backend work again, now with KDE 4 and QtSQL. That was not so hard after all, and now I am able to save my KPhotoAlbum database to SQL again. Currently I'm working with SQLite database, but others like MySQL and PostgreSQL will (probably) be supported too.
Then we also had few longish discussions how to make the damn thing fast. First we are optimizing the "Show thumbnails" action for all images. It's currently very slow with the SQL backend, if you have a lot of images (like 10 000 or more). We came up with an idea, that probably solves it and are already implementing it.
Schema of the database was also reviewed, leading to some field renames, which are good to make at this point before anybody uses the database for real work.
One big difference of the SQL backend compared to XML backend is error handling. Because XML backend is handled in memory and used by only a single user at a time, the operations done with it basically cannot fail, but with the SQL that is not the case. For example we have a problem when connection to database is lost while runnig the application or when there are some conflicts when users concurrently change the database.
The biggest problem for me to implement error handling was that I thought that basicly the whole user interface would have to be rewritten to do the right thing when there is an error. And so it would be a lot of work. Gladly Jan came up with a good solution to that. We just use a functor in the database API to give an error handler for the database backend and handle the errors in the database side. That functor could then pop up a dialog to ask user if she wants to try again or abort.
Image Stacking support04 Sep 2008
The first step in image stacking is implemented! Jesper described our plan to implement this in the previous post. After some hacking yesterday night by Jan and Henner, the basic feature is up and running now.
It is possible to select a bunch of images and put them in a stack by using the new keybinding Ctrl+3. After that, it is possible to collapse this stack so that only the first image is shown.
Lets look at an example stack with a picture of Gunvald (Jespers dog) on the
beach. The default view in the thumbnail view shows only the first picture:
... expanding to
So finally, you can only show the best images of a snapshot series and unclutter your thumbnail view. Well - almost: it is not yet possible to pick the 'best' picture to be shown; right now it is only the first of the stack.
Now we're going to focus on the details of this feature. Like implementing a dialog for choosing the best image of a stack (the one that is displayed on top of the stack). And the visualization of the stack in the thumbnail view is probably not optimal yet - what do you think, how should it look like (mail us) ?
Development sprint day 4 - take 203 Sep 2008
Things are moving fast here now! We just had a meeting to discuss what to do the rest of the week, and the outcome was this:
- Henner and Jan will work on a new fancy feature for KPA, namely image stacking. Image stacking will allow you to mark a number of images to be the same shot (think 10 images of Grand Canyon being almost the same, or a raw image converter and cropped in different ways)
- Jan will postpone his work on IPTC, until he gets home, and will work with Henner on the image stacking
- Henner will likely work on scanning for new images in the background when he gets home
- Jesper is sick and tired of the infobox by now, but will work on that when he gets..., well after the development sprint
- Tuomas and Jesper will together work on the SQL backend the rest of the week, hopefully bring it to a stage where that can be the default by the end of the week - no more XML backend! However XML export and import will be available, and the DB will initially be a SQLLite, so no database server needs to be set up.
- we had all to hold Jan back from adding GPS feaures to KPA this week (note: he just got a new toy ;-)