Summary: | Segfault when using inpainting | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon <simon.eu> |
Component: | Plugin-Editor-GmicQt | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.6.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/421b387878e84d272f63dc12d67bef37d5eeb0cf | Version Fixed In: | 5.8.0 |
Sentry Crash Report: |
Description
Simon
2012-07-24 12:44:51 UTC
Git commit cf96fce25a846afe8cae287f0a8a6757481be769 by Gilles Caulier. Committed on 28/08/2012 at 14:19. Pushed by cgilles into branch 'master'. do not start Greystoration based tools imediatly because it take a while. User must press Try button explicitly to show preview Related: bug 232926 M +0 -1 imageplugins/enhance/inpaintingtool.cpp M +0 -1 imageplugins/enhance/restorationtool.cpp http://commits.kde.org/digikam/cf96fce25a846afe8cae287f0a8a6757481be769 Git commit 421b387878e84d272f63dc12d67bef37d5eeb0cf by Ananta Palani. Committed on 12/07/2013 at 23:40. Pushed by palani into branch 'master'. Fixes hang in in-painting tool and segfault caused by leaking threads each iteration of cimg tool use. Related: bug 319632 FIXED-IN: 3.3.0 M +3 -1 NEWS M +1 -2 imageplugins/enhance/inpaintingtool.cpp M +8 -4 libs/3rdparty/cimg/greycstoration.h http://commits.kde.org/digikam/421b387878e84d272f63dc12d67bef37d5eeb0cf Git commit aa796e8a553b94da6c2b05a24ba66a94673171b1 by Gilles Caulier. Committed on 23/07/2013 at 08:09. Pushed by cgilles into branch 'master'. Inpainting and restoration tools : handup resize event from canvas widget only when preview session settings are restored, else greystoration configuration can be uncomplete/broken and generate infinite loop. Rename "None" preset as "Custom" to be more user friendly. Related: bug 319632 M +23 -20 imageplugins/enhance/inpaintingtool.cpp M +1 -1 imageplugins/enhance/inpaintingtool.h M +22 -20 imageplugins/enhance/restorationtool.cpp M +1 -1 imageplugins/enhance/restorationtool.h M +13 -12 utilities/imageeditor/editor/editortool.cpp M +1 -1 utilities/imageeditor/editor/editortool.h http://commits.kde.org/digikam/aa796e8a553b94da6c2b05a24ba66a94673171b1 With 5.8.0, in-painting image editor tool was been replaced by a Clone tool. More details here : https://community.kde.org/GSoC/2017/StatusReports/shazaismailkaoud Gilles Caulier |