Summary: | CANVAS : Selection coordinates/size do not show either during selection or update when using selection area adjust controls [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Brenton Frahn <brenton.frahn> |
Component: | ImageEditor-Canvas | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/b1723489f494805f22022440c00572ff55d04b01 | Version Fixed In: | 4.6.0 |
Sentry Crash Report: | |||
Attachments: | selection.patch |
Description
Brenton Frahn
2014-09-11 02:22:23 UTC
Created attachment 89724 [details]
selection.patch
I have created a patch for this bug.
After creating a selection and move or during sizes change, the status bar text is updated.
The histogram is updated after release the mouse button.
Git commit b1723489f494805f22022440c00572ff55d04b01 by Gilles Caulier. Committed on 25/11/2014 at 20:44. Pushed by cgilles into branch 'master'. Apply patch #89724 from Maik Qualmann to update corrdinates/size and histogram when canvas selection is changed. FIXED-IN: 4.6.0 M +2 -1 NEWS M +10 -1 utilities/imageeditor/editor/editorwindow.cpp M +1 -0 utilities/imageeditor/editor/editorwindow.h M +13 -0 utilities/imageeditor/widgets/canvas.cpp M +2 -0 utilities/imageeditor/widgets/canvas.h M +6 -0 utilities/imageeditor/widgets/rubberitem.cpp M +1 -0 utilities/imageeditor/widgets/rubberitem.h http://commits.kde.org/digikam/b1723489f494805f22022440c00572ff55d04b01 Thanks Maik to contribute in the way to improve and fixe Qt4 model/view port of image editor Canvas. Note : there are other entries about image editor to review, if you have time to continue. Look here for details : https://techbase.kde.org/Projects/Digikam/CodingSprint2014#Image_Editor_Model.2FView_Fixes_and_Finalization Thanks in advance Gilles Caulier Yes, I will be watching. Thanks a lots. I very appreciate your help. If you need some guidance, don't hesitate... Gilles |