Summary: | digikam crash when 2nd gphoto camera dialog is closed | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Achim Bohnet <ach> |
Component: | Import-Gphoto2 | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.0 | |
Sentry Crash Report: |
Description
Achim Bohnet
2006-05-22 21:30:26 UTC
SVN commit 549373 by mwiesweg: Trying to solve the remaining media support problems - apply Coolo's patch for resolving media:/ URLs (from #93569) - close CameraUI cleanly - ask user if he wants to cancel the current operation when closing - cancel operation when closing - delete object when closed - dont add new tasks to the queue when closing - Allow only once CameraUI per CameraType object - store current UI with a QGuardedPtr - when a non-closed UI is found up and running, raise it, dont create a new one - when camera interface is called via DCOP (probably from media menu) - call KWin::deIconifyWindow - call KWin::activateWindow() - do not compute image dimension when listing from a UMSCamera. This is a _huge_ speedup, say 5 minutes to 5 seconds. - do only compute image dimension if requested in UMSCamera - compute image dimension if not yet done in CameraItemPropertiesTab - various speed and crash fixes in CameraUI/CameraIconView - do not crash when the first item was deleted from camera and then removed from IconView - do not request exif for items which will be deleted - IconView: allow to delay updating frequency a bit - use a ched itemRect for CameraIconView. Its faster, but more importantly, there was a crash with a pretty long story BUGS: 126112 CCBUGS: 127846, 93569 CCMAIL: digikam-devel@kde.org M +17 -6 digikam/cameratype.cpp M +13 -6 digikam/cameratype.h M +113 -35 digikam/digikamapp.cpp M +2 -0 digikam/digikamapp.h M +26 -5 digikam/iconview.cpp M +4 -0 digikam/iconview.h M +30 -2 libs/imageproperties/cameraitempropertiestab.cpp M +2 -1 libs/imageproperties/cameraitempropertiestab.h M +3 -2 libs/imageproperties/imagepropertiessidebarcamgui.cpp M +34 -6 utilities/cameragui/cameracontroller.cpp M +24 -24 utilities/cameragui/cameraiconview.cpp M +4 -1 utilities/cameragui/cameraiconview.h M +77 -9 utilities/cameragui/cameraui.cpp M +2 -1 utilities/cameragui/cameraui.h M +3 -1 utilities/cameragui/dkcamera.h M +1 -1 utilities/cameragui/gpcamera.cpp M +1 -1 utilities/cameragui/gpcamera.h M +20 -17 utilities/cameragui/umscamera.cpp M +1 -1 utilities/cameragui/umscamera.h Closing this bug now |