Welcome!
Gwenview is a fast and easy to use image viewer for KDE. For more information, have a look at the overview.News
Gwenview Importer
Aurélien
- 2009.11.05
I have been quite quiet on Gwenview front lately, getting a job which does not involve two hours in a train everyday and becoming a father for the second time apparently does not help to find free time to hack (how surprising!)
Still I managed to get some work done on the start page and fixed a few bugs here and there. The main improvement though is the implementation of an importer for Gwenview, based on some previous experiment.
Its aim is to require as little manipulation as possible to get your pictures and video imported from your camera. It integrates with Solid so starting the import is just a matter of plugging in your camera/inserting your memory card, and selecting “Download Photos with Gwenview” from the popup which opens. You are then presented with a thumbnail view like the following, where you can select the documents to import as well as the import destination (destination is remembered across imports and defaults to ~/Pictures or whatever xdg defines):
Clicking “Import Selected” or “Import All” imports the documents to your destination folder. When it is done, the import asks you what to do with the documents on the device.
Once you clicked either “Delete” or “Keep”, you get this final page:
Whenever possible, the importer tries to be smart. For example it automatically goes inside folders as long as they are alone in the hierarchy, so if your pictures are all in /DCIM/FOOBAR/, it will go into this folder directly instead of showing you a single DCIM folder, then a FOOBAR folder. On the other hand, it won’t scan the whole device recursively, which could be quite painful if you just plugged a large external hard drive…
Another example is handling of already imported documents. Gwenview Importer will tell you if it skipped documents which have already been imported or if it renamed documents to avoid overwriting existing ones. For example if I select “Keep” in the “Delete or Keep” dialog and in a next import select the 3 imported documents as well as 2 new documents, I get this message (The wording can probably be improved, please send suggestions…):
Yet another point where the importer tries to be smart is on the name of the imported documents. Nothing is less useful than a series of pictures named PICT0001.JPG, PICT0002.JPG… so by default Gwenview Importer renames your pictures using the shooting date. This can be configured by clicking on the “Settings” button from the thumbnail page, which brings this configuration dialog:
I spent quite some time working on this formating thing. I tried to make it easy to customize the rename format by:
- providing a preview of the output,
- using words instead of single letter variables (ie {date} instead of %d),
- making the list of available variables with their description always visible,
- making the variable names clickable, so that you can easily insert them
It’s not as good as what Mac OS X can do, but I hope it is easy enough nevertheless. If I get the time to work a bit more on this (read: unlikely to happen :/), I think highlighting the variables in the line edit would be nice.
That’s all for now. Tell me what you think of this.

New features of Gwenview in KDE 4.3 I haven’t blogged about
Aurélien
- 2009.07.07
I have been lagging quite a bit as far as blogging about Gwenview is concerned. In this post I present the most important new features introduced in the KDE 4.3 version of Gwenview which I haven’t blogged about yet.
Vertical Thumbnail Bar
Quite a few people have been asking for the ability to orient the thumbnail bar vertically. This is now possible, as well as defining how many rows/columns should be displayed:
Video Support
Gwenview 1.4 was able to playback videos. This is nice when you occasionally record a video together with your photos. Thanks to Phonon, video playback is back:
The thin progress bar at the bottom of the view goes away when you move the mouse out of it. I wanted to make it transparent, but could not find out how to have transparent widgets on top of a video. If you know something about this, please enlighten me!
Crop
In Gwenview 2.2, starting a crop turned the sidebar into a crop sidebar. This was a bit inconvenient if the sidebar was off when you started the crop because in this case the sidebar would pop up, reducing the zoom level if the zoom was in zoom-to-fit mode.
The crop in Gwenview 2.3 now uses a nice crop hud widget. The crop widget tries hard to stay out of the way, as can be seen in this short screencast:
Additionally, the crop ratio gained the ability to use the ratio of your monitor, so that you can easily crop photos to create a wallpaper or a slideshow screensaver.

Back from All-hands + UDS Karmic
Aurélien
- 2009.06.02
Except for some (now considered) minor issue, All-hands and UDS Karmic were both amazing!
I came back exhausted, but I feel like I really know the company much better now. I am also very happy with the progress we made concerning the cooperation between Canonical Desktop Experience Team and the Kubuntu community. More on this soon hopefully…
Social events were great as well… my favorite moment is probably sebas, rgreening and me performing an interpretation of Barbie Girl at the karaoke… hopefully this was not recorded (I do not dare visiting youtube anymore)
I hacked a bit on some cool stuff too… First, I experimented with Solid to create a picture importer for Gwenview. You can find a proof of concept of this on github.
It’s very simple: it asks you for an event name, and then proceed to import all pictures to ~/photos/<year>/<event>/, renaming them according to the exif shoot date. When done it asks you whether you want to remove the pictures from the device. The final version will probably also give you the choice between importing all pictures or only a selection. This will be useful when you have pictures from multiple events.
It’s written with PyKDE right now, but I will probably have to rewrite it in C++ before integrating it in KDE.
I also hacked on another tool, but I’ll blog about this later…

Gwenview 2.3 Sidebar
Aurélien
- 2009.05.17
One of the most requested features for Gwenview 2 is bringing back the folder view. As I stated earlier, I worked on this feature for Gwenview 2.3.
It’s done now, I hesitated quite a bit on the way to integrate this view in the application, but I think it’s now ready to be presented.
I decided to split the sidebar in three tabs: “Folders”, “Information”, “Operations”. Doing it this way gives more space for information and operations. This means less scrolling to reach operations on a small screen, more space to show image information and the ability to enter Nepomuk description in a multi-line widget, rather than the single-line version from Gwenview 2.2.
Sidebar settings (which tab is current, whether the sidebar visible) depend on the mode: By default the sidebar is always visible. In browse mode the default tab is “Folder”, while in view mode it is “Information”. This is nice because the casual user gets access to decent navigation in browse mode and more information when viewing his images, while the power user is free to use whatever combination of sidebars configuration he prefers. Since the tabs are at the bottom of the sidebar, I believe they are less likely to be noticed by the casual user, so it shouldn’t be too surprising to have them “magically” switch when changing modes.
Here are screenshots of the sidebar, showing the different tabs:
Apart from the fact that Clara loves Mario Kart
, you may have noticed the folder view shows quite a few root items: it uses your “Places” list as root items, so you can easily start browsing from your prefered folders.
You may also have noticed the little arrow on the top of the sidebar splitter. I was never happy about the “Show/Hide SideBar” toolbar button because I felt it was wasting space. The common alternative to this button is to add a close button on the sidebar, but then it is difficult to find out how to bring the sidebar back. This arrow, which I call the “Splitter Collapser”, is an attempt to solve this problem. When clicked it collapses the sidebar and then looks like this:
Since it is still here, it is easy to bring back the sidebar by clicking it again.
I choose a landscape picture and reduced the window on purpose to show the collapser can overlap the image. I hope you won’t find this too annoying. Rest assured it is not shown when you go fullscreen.
Update: The collapser now fades away when the mouse cursor moves out of the sidebar. Hope you like it!

History
Aurélien
- 2009.04.22
It’s been a long time since I last posted news about Gwenview development. I am going to resume posting about latest changes. Let’s begin with history.
In Gwenview 2.2, history was a list which appeared on the right of the start page:
As you can see this could result in a lot of information crammed into the page. For Gwenview 2.3, I decided to introduce tabs on the start page, keeping places and tags in the first tab, and moving history to a separate tab:
As you can see, history also gained a new feature: the “url bag” (suggestions for a better name are welcome). Whenever Gwenview is started with a web url as a parameter, it keeps this url in the url bag. This is quite handy when used together with a chat program: let’s say your contact sends you an url of a photo, screenshot, mock-up, whatever. Once you click on it, Gwenview is started to show you this image. If later you want to get back to it, you can easily find the image address in the url bag. It’s much faster than browsing the history of your chat program.
Admittedly, it’s a quite geeky feature, hopefully it won’t disturb beginners as it’s not prominently visible.
You may also have noticed privacy has been taken into account: the history tab screenshot shows you can now right click on an history entry to remove it, or wipe the history clean. I will probably add configuration options to permanently disable history, as this seems to be a concern for some users.

Thoughts on Gwenview folder view
Aurélien
- 2009.01.31
So, KDE 4.2 is finally out, it’s time to switch from bug fix mode to feature implementation mode (even if I am still working at wiping out a few nasty bugs in Gwenview for 4.2.1).
One of the most wanted features I plan to add to the next version of Gwenview is an optional folder sidebar. Since I am going to work on this, I would like to use the opportunity to also rework the way the sidebar is implemented. Right now the sidebar has a few shortcomings:
- It is too crowded and does not scale well. Sure there are +/- buttons to expand/collapse sidebar groups, but nobody use them (I know that, because otherwise people would complain the expanded/collapsed state is not remembered across sessions!).
- It’s too focused on operations, rather than information: users often tell me they do not need 3 places to rotate an image (toolbar, thumbnailbar, sidebar).
There are a few possible options:
- In browse mode, show a folder sidebar only. In view mode, show a tabbed sidebar containing information and shortcuts to image manipulation tools (à la Picasa: browse mode, view mode).
- Always show the same sidebar, split in two: the upper part contains the folder view, the lower part contains information. Tools are only available from the menu (à la iPhoto).
- Only one sidebar, with a set of buttons at the bottom to switch its content (à la Evolution)
- Do not integrate the folder view in the current sidebar: Keep the sidebar as is and add a folder sidebar on the left.
What are your opinions/ideas on these options?

Tagging and filtering images with Gwenview
Aurélien
- 2008.12.03
As promised in a previous blog post, here is a presentation about the new tagging system which will be part of the next Gwenview.
Since describing the various interactions is a bit difficult with plain screenshots, I decided to go for a screencast. This is my second one, and the first one where I actually speak.
Voice recording is a difficult art: I realized too late that I was not speaking loud enough. Even if I adjusted the audio gain afterward, it is still a good idea to push that slider volume up a bit if you want to understand what I am saying.
You will also probably realize this recording happened late in the night, after numerous failed attempts. Listening to it this morning, my voice sounds a bit sleepy
The good news is, I learned a few things in the process and added a few items to my “screencast howto” notes. Next one will be better!
So, without further ado, here it is:

Smaller fullscreen thumbnail bar
Aurélien
- 2008.11.19
While I was quite happy with the fullscreen
thumbnail bar introduced in Gwenview 2.1, the feedback I received made me
realize not everyone likes it.
I hope you will be happy to know that you can change this in KDE4.2. By default
it looks like this:
Clicking on the “Config” icon to show the fullscreen config page, you will
notice a new checkbox: “Show thumbnails”.
Unchecking the box reduce the fullsceen bar to this:
But you can go further. If you uncheck all the displayed metadata. You get
this:
That’s it, I hope you like it!

Gwenview, Nepomuk and rating
Aurélien
- 2008.10.29
Gwenview has always been file-system oriented, but with the advance of Nepomuk,
associating semantic information to your files is becoming more ubiquitous.
I started adding support for Nepomuk in Gwenview since KDE 4.1. It still needs
a lot of work, but it is becoming quite usable now. In this article I am going
to present how you can easily rate your images in Gwenview.
Sidebar
In the sidebar you can now see all Nepomuk information in the “Semantic
Information” group. This includes:
- Rating
- Description
- Tags (more on this in another article)
Browse mode
In browse mode, there is clickable rating stars below each thumbnail, making it
convenient to quickly rate images.
View mode
View mode is still about showing your image with a minimum distraction, so
there is no always-present rating widget. You can rate images through the
menu, using Edit > Rating, but it’s much more convenient to use the shortcut
keys: Press keys 0 to 5 to associate a rating value. When you press these keys
a rating indicator is shown over the images for a few seconds:
This makes it fast and easy to rate images while browsing for keyboard friendly
users: go fullscreen, press a key between 0 and 5 to rate image, press Space to
go to the next one, repeat.
Filtering
Rating images is interesting, but it is of marginal use unless you can filter
images to show only the highest rated ones. I am currently reworking the user
interface for this feature, but it is already possible to filter your folder:
in browse mode, click on the combobox in the bottom left of the window and
select “Filter by rating”. Now click on the rating widget to only show images
with a rating greater or equal to the rating you want.
Availability
Hopefully this will be available in KDE 4.2. Right now to give it a try you
need to build kdegraphics with the
-DGWENVIEW_SEMANTICINFO_BACKEND=Nepomuk
cmake option.

Red Eye Reduction
Aurélien
- 2008.09.26
A feature I wanted to add for a long time to Gwenview has just landed in SVN:
red eye reduction.
It’s (hopefully) simple to use. I made a screencast to demonstrate it:
The UI is quite inspired from iPhoto, I reused the widget style you can find in
the fullscreen bar.
The current algorithm is a modified version of a Paint.net plugin. As you can see in the screencast, it does not try to be smart: you need to point the eyes yourself. Nevertheless, it does a good job at fixing the pupil color while keeping the iris untouched.






















