News

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

-- Jesper

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)

Go cart preparation

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)))) Kites

-- Jesper

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.

— Tuomas

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:
collapsed stack view ... expanding to
expanded stack view

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) ?

-henner

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 ;-)

Development sprint day 403 Sep 2008

Its now Wednesday morning, we are approximate half way through the one week KPA development sprint, so better make some status here.

It is almost nine in the morning, and the only people up is my wife, Gunvald (our dog) and I (Jesper). The rest of the crowd is still sleeping, on the other hand, the last commit was 2 o'clock, so I guess I'll let them sleep for another hour, before it is time for the yearly fire alarm test evil grin.

We've all worked in our own areas so far, still supporting each other with ideas, suggestions, and review.

  • Tuomas has worked on getting the SQL backend up and working again. I expect that I will help him with that the rest of the week, hopefully we will get it to a state where it will be somewhat ready for mainstream.
  • Henner has worked on improving the loading of thumbnails, and indeed the thumnbnail view feels much faster now.
  • Jan is working on IPTC import and export - the idea is to allow the user to make the mapping between the tags in scripts.
  • Finally, I have been, well what have I done?! Henner arrived half a day early compared to Tuomas, so he and I decided we would just fix the info box in the viewer, before Tuomas showed up. Well I've been working on that beeeeeep info box ever since. Well that and the speed display (the window telling you the pause between each image when running a slide show. So both windows are transparent, and looking real sexy. The problem (and the reason why I've focused so much on it) was phonon. With phonon in there the widgets was flickering, even though the phonon widget was not even visible on the screen. So I've also spend a fair amount of time trying to get video support working. The answer to it all in the end was to upgrade to a KDE 4 desktop :-o

Finally a picture both showing us and the transparent infobox
the KPA team