Summary: | Editor Canvas : not updated when zoom level changes in tools | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon <simon.eu> |
Component: | ImageEditor-Canvas | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, praveshgupta1993 |
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/6394b9d53c4727c08f5b45c14f5f4871778db465 | Version Fixed In: | 4.0.0 |
Sentry Crash Report: |
Description
Simon
2010-08-06 13:54:54 UTC
This is not a bug, it's the current behavior... recompute the preview for each zoom level will take a while an gui will be difficult to use. Gilles Caulier Yes -- I did not mean it to recompute for every zoom level you go through while zooming in/out. But when I zoom out to see the whole image, or zoom in to see how the effect effects a certain part, then I need to either change a curve node or click again on the «Original on mouse over» icon. Neither of them makes sense. Simon, This file still valid using digiKam 2.4 ? Gilles Caulier Yes. And with last digiKam 2.6.0 just released ? Gilles Caulier Only have the beta3 here in the repository, but for this one, yes. "yes", want mean fixed or not ? Gilles Caulier Means yes, still exists ;) The bug affects zooming with any mode of change preview (mouse over, side by side, after). I believe auto-recomputation should be started by a timer. Git commit 6394b9d53c4727c08f5b45c14f5f4871778db465 by Gilles Caulier. Committed on 29/01/2014 at 16:29. Pushed by cgilles into branch 'gsoc2013-editorcanvas'. Canvas and ImageRegionWidget must be synchronized between editor toll sessions FIXED-IN: 4.0.0 M +11 -0 libs/widgets/graphicsview/graphicsdimgview.cpp M +5 -3 libs/widgets/graphicsview/graphicsdimgview.h M +21 -7 utilities/imageeditor/editor/editortooliface.cpp M +0 -5 utilities/imageeditor/widgets/canvas.cpp M +0 -8 utilities/imageeditor/widgets/canvas.h M +0 -6 utilities/imageeditor/widgets/imageregionwidget.cpp M +0 -2 utilities/imageeditor/widgets/imageregionwidget.h http://commits.kde.org/digikam/6394b9d53c4727c08f5b45c14f5f4871778db465 |