Version: (using KDE KDE 3.4.2) I would be great if when the mouse pointer is over a thumbnail two buttons appear in the corner of the thumbnail. The left one perfoms a 270° lossless rotation and the right one a 90° lossless rotation. IMHO It would be more intuitive than the right click menu action (and it saves a click). This is the way it is done in several other photo managment software.
Second that. BTW - could we get rid of 90, 270 deg rotation? Everywhere is Left, Right rotation...
Gilles, Marcel, this can be done with the upcoming new iconview, based on model-view concept and purely Qt4 wigets? This could work like in gwenview... Andi
Yes, another one... Gilles Caulier
Another Model/View candidate for KDE4 Gilles Caulier
Marcel, I currently study new class named ImageRotateOverlay to implement this feature. Fine for you ? Gilles Caulier
Yes. Just look at ImageSelectionOverlay. Derive a class from HoverButtonDelegateOverlay and create one overlay object per button.
ok. fine. i will do it. Gilles
SVN commit 976164 by cgilles: New overlay buttons over icon view item to rotate left/right images. Transformations are lossless for jpeg : we use kipi-plugin to rotate. BUG: 134308 M +1 -0 CMakeLists.txt M +50 -5 digikam/digikamimageview.cpp M +6 -0 digikam/digikamimageview.h AM digikam/imagerotationoverlay.cpp [License: GPL (v2+)] AM digikam/imagerotationoverlay.h [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=976164