Summary: | Cannot apply inpainting, it just hangs | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Anders Lund <anderslund> |
Component: | Plugin-Editor-GmicQt | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.8.0 | |
Sentry Crash Report: |
Description
Anders Lund
2009-02-18 00:01:37 UTC
SVN commit 927749 by cgilles: kill current thread with multithreaded Editor Tools when slotAbort() is called CCBUGS: 184731 M +5 -1 editortool.cpp M +1 -1 editortool.h WebSVN link: http://websvn.kde.org/?view=rev&revision=927749 SVN commit 927752 by cgilles: kill current thread with multithreaded Editor Tools when slotAbort() is called CCBUGS: 184731 M +5 -1 editortool.cpp M +1 -1 editortool.h WebSVN link: http://websvn.kde.org/?view=rev&revision=927752 Anders, KDE3 and KDE4 are patched. please try again Gilles Hi Gilles, I did svn up (trunk), make and make install, but it does not work. The aboutbox says rev 917004, is that correct? latest revision should be 927957 Andi, would that be in the about box? Svn says I am at rev. 927987. I did do make install, and my digikam binary is from when I installed. I updated again, and this time I noticed that the inpainting plugin was rebuilt. The state is that I can get the filter to apply, if I stop the automatic preview run and press OK. This may however have been the case before, as I just let that run. If the preview is finished, pressing OK leaves the plugin "dialog" open, and having to press Cancel to dismiss it, I cannot get the filter to apply. SVN commit 928363 by cgilles: as inpainting is already computed, call righ slot and end when user press Ok. CCBUGS: 184731 M +1 -2 inpaintingtool.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=928363 SVN commit 928367 by cgilles: sync with 0.11 branch CCBUGS: 184731 M +1 -2 inpaintingtool.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=928367 SVN commit 928401 by cgilles: sync with trunk BUG: 184731 M +1 -1 imageplugin_inpainting.cpp M +1 -1 imageplugin_inpainting.h M +7 -5 inpaintingtool.cpp M +1 -1 inpaintingtool.h WebSVN link: http://websvn.kde.org/?view=rev&revision=928401 Yes, I updated and it works, Thanks a lot! 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 |