Summary: | Odd: Closing the "USB DISK DOWNLOAD from DISK" window updates the digikam folder view | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Joe Biden <mailinglist> |
Component: | Import-UMS | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.1.0 | |
Sentry Crash Report: | |||
Attachments: | KDir working, but bug pops up |
Description
Joe Biden
2009-02-15 20:01:50 UTC
Please put soem screenshots to describe your problem... Gilles Caulier It's not something that can be screenshot, since one screenshot would show a folder with 11 items (which would mean nothing) and then next screenshot would show 100 items (which would mean nothing). It boils down to this: The folder that items are being downloaded into does not update to reflect the new folder contents until the Download window closes. I suspect that KDirWatch is not working in your case. Two ways to check: while downloading, watch digikam's console output for messages about detected changes in the download folder. Or, while digikam is running, copy/move a file from the console (cp/mv, no KDE tools) and watch if digikam detects the change. Created attachment 31413 [details]
KDir working, but bug pops up
This one looks like bug 184445, right? When you delete files from digikam with KDE ioslaves, KDirNotify (which is different from KDirWatch) will catch it. But it's not that important, I think in any case the solution will be to periodically trigger a dir scan from within the camera ui. SVN commit 929689 by mwiesweg: Schedule a collection scan when a new item is downloaded. Need to find out if delay in ScanController is high enough that this does not eat CPU. CCBUG: 184439 M +2 -1 cameracontroller.cpp M +2 -0 cameracontroller.h M +9 -0 cameraui.cpp M +2 -0 cameraui.h WebSVN link: http://websvn.kde.org/?view=rev&revision=929689 I have fixed a signals/slots connection done by Marcel here. Please check if all is fine for you using current code from svn (0.11.0) Thanks in advance Gilles Caulier Brendan, We need feedback here. Can you test with digiKam 1.0.0-beta2 ? Gilles Caulier |