Summary: | Add arrow buttons on thumbnail to perform lossless rotation. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Julien Narboux <Julien> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | marcel.wiesweg |
Priority: | NOR | Flags: | caulier.gilles:
Junior_Jobs+
|
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Julien Narboux
2006-09-19 08:53:45 UTC
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 |