Summary: | Resize slider in sharpness dialog doesn't work correct. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Juergen Flosbach <jforum> |
Component: | Plugin-Editor-Sharpen | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | andi.clemens |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Juergen Flosbach
2007-07-02 00:02:03 UTC
Confirmed. There seem to be some signals that need to be connected here. Only grabbing the slider with the mouse works at the moment. I can confirm this, right now we have the slider connected with a signal that is emitted on releasing the mouse button (or if the zoom buttons are pressed). This was necessary for the old filter style because every new zoom step would have rerun the calculating of the filter. But now sharpen has a "Try" button, so we can change this behavior. In the future we might add a "preview" mode to all those filter dialogs, so we can have both signals at one time. In preview mode, we zoom on mouse release and in "normal" mode we also zoom if slider is moved. This bugreport should be "invalid" now with the port to new image editor tools API. Gilles, agree? Andi, yes, and no. We need to implement a common class named EditorToolPreview for all Editor Tool to render preview with zoom/pnaing, with a better support of zomming capabilities. There is already a file open here about this subject, where i have posted an uncomplete patch. In fact, this file is a duplicate Gilles Caulier Sure, but this bugreport is only concerning that the zoom toolbar in the dialog is not working correctly when using the mouse wheel. Since we have removed this tool completely, we should close this one? Yes, right, this file can be closed. Gilles The zoom slider has been removed now since all image plugins will be / are converted to the new editortool API. Zooming is handled directly in the editor window toolbar now. So closing this one. |