Bug 221987 - "zoom to 100%" not working
Summary: "zoom to 100%" not working
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Showfoto-Canvas (show other bugs)
Version: 1.0.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 00:26 UTC by DrSlony
Modified: 2022-02-05 05:11 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DrSlony 2010-01-10 00:26:59 UTC
Version:           1.0.0 (using KDE 4.3.4)
OS:                Linux
Installed from:    Gentoo Packages

In many panels the "zoom to 100%" option does not work. In some, this zoom is absolutely critical, e.g. when sharpening or denoising. Without being able to quickly zoom to 100%, I simply can't use showfoto's denoising & sharpening.
Comment 1 Johannes Wienke 2010-01-10 00:29:20 UTC
I also noticed this. Sometimes it works after the first test run of the filter.
Comment 2 Julien Narboux 2010-01-10 08:59:41 UTC
I think I already reported this particular issue to Gilles once about the new denoising filter, he told me that a merge of all the different preview widget is in preparation and this issue will be solved during merging. Currently preview widgets are not coherent, hence some filters have some preview features (100%, ...) some other have others (mouse over preview, ...).
Comment 3 caulier.gilles 2010-01-20 12:20:43 UTC
SVN commit 1077548 by cgilles:

Editor Tool Preview factoring : Important change here
- Now editor tool based on image region widget preview can be zommed to 100% all time. there is no zomming 
restriction based on image size to always fit contents to preview size.
- When user select a zommable editor tool, canvas zoom is applied to preview.
- All preview mode are available with image region widget tools based (NR, refocus, etc...)

Warnings: this commit do not finalize preview factoring and regressions tests need to be done again. 
I can see preview dysfunctions in some cases.

TODO : port progressively all editor tools based on image guide widget (not zommable) to image region widget (zommable) as WB, curves, levels, etc...

BUGS: 221987
BUGS: 163284
BUGS: 148072
BUGS: 222975
CCBUGS: 197316
CCBUGS: 148235
CCBUGS: 220567
CCBUGS: 196469
CCBUGS: 221988



 M  +5 -0      canvas/canvas.cpp  
 M  +1 -0      canvas/canvas.h  
 M  +7 -4      editor/editortooliface.cpp  
 M  +24 -54    widgets/imageregionwidget.cpp  
 M  +4 -7      widgets/imageregionwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1077548