Summary: | Aspect ratio crop and selection widget improvements | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | JM <malenko> |
Component: | Plugin-Editor-Crop | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 4.9.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.1 | |
Sentry Crash Report: | |||
Attachments: |
Implementation
implementation |
Description
JM
2007-01-16 00:48:12 UTC
Created attachment 19297 [details]
Implementation
JM, The old B.K.O file is in digikamimageplugins, not digikam. Gilles Caulier *** Bug 128472 has been marked as a duplicate of this bug. *** JM, Your patch cannot be applied to svn trunk. Something is broken in your patch... I'm agree to apply your improvement to the Ratio crop tool, but take a care to use the last implementation from svn "trunk" to build your patch, else, i will cannot apply it to source code. Also, please take a look at "contrib" web page to learn how to do a patch properlly. http://www.digikam.org/?q=contrib Thanks in advance for your help Gilles Caulier Created attachment 19300 [details]
implementation
SVN commit 624083 by cgilles: digiKam from trunk : Ratio Crop Image Plugin : Great Improvements from Jaromir Malenko : * Automatically adjust selection orientation. * Hold CTRL to move the opposite corner too. * Hold SHIFT to move the closest corner to the mouse pointer. * Allows creating new selection (by dragging from a corner). Thanks to Jaromir for this nice job ! BUG: 140136 CCMAIL: digikam-devel@kde.org M +39 -7 imageplugins/imageeffect_ratiocrop.cpp M +37 -32 imageplugins/imageeffect_ratiocrop.h M +413 -154 libs/widgets/imageplugins/imageselectionwidget.cpp M +10 -0 libs/widgets/imageplugins/imageselectionwidget.h Jaromir, I love your patch. It's excelent thanks again... If you want to continue to maintain this tool in the future, no problem. Just take a look into bugzilla at this place : http://bugs.kde.org/buglist.cgi?product=digikamimageplugins&component=Core%20Plugin&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED ... and try to fix the files #120450 and #128293 in first... Thanks in advance for your future help (:=)))... Gilles Caulier |