Summary: | Crash after deleting images, in ~KFileIconViewItem | ||
---|---|---|---|
Product: | [Applications] kooka | Reporter: | Christian D. <christiand59> |
Component: | general | Assignee: | Jonathan Marten <jjm> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | justin.zobel |
Priority: | NOR | ||
Version: | 0.44 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian D.
2007-04-11 14:46:32 UTC
Different call tree but same crash as bug 66713 and bug 132701. SVN commit 808701 by marten: Replaced the home-made thumbnail preview pane with a KDirOperator/KFileIconView combination. Eliminates some possible crashes (bugs 66713, 132701, 144074) related to the ownership and destruction of KFileIconViewItem's (see the comments in thumbview.cpp for more discussion). Also simplifies the communication between the scan packager and the previewer, since most file operations are noticed automatically and the thumbnail view updated. Implement a popup menu for the thumbnail view, with much the same operations as the gallery tree - bug 69464 CCBUG:69464 CCBUG:66713 CCBUG:132701 CCBUG:144074 M +2 -2 kooka/Makefile.am M +7 -2 kooka/kooka.cpp M +60 -75 kooka/kookapref.cpp M +1 -5 kooka/kookapref.h M +65 -113 kooka/kookaview.cpp M +9 -7 kooka/kookaview.h M +75 -77 kooka/scanpackager.cpp M +6 -4 kooka/scanpackager.h M +220 -371 kooka/thumbview.cpp M +49 -100 kooka/thumbview.h A kooka/thumbviewdiroperator.cpp [License: GPL (v2) (+Qt exception)] A kooka/thumbviewdiroperator.h [License: GPL (v2) (+Qt exception)] D kooka/thumbviewitem.cpp D kooka/thumbviewitem.h M +1 -1 libkscan/kscancontrols.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=808701 Thumbnail gallery rewritten in SVN version to hopefully eliminate this crash. Please test that from branches/work/kooka-kde3 if possible, see http://techbase.kde.org/Projects/Kooka for build instructions. Thank you for the report, Christian. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! |