[Digikam-devel] [digikam] [Bug 338629] digiKam freezes on Import

Gilles Caulier caulier.gilles at gmail.com
Mon Sep 8 19:16:09 BST 2014


https://bugs.kde.org/show_bug.cgi?id=338629

--- Comment #18 from Gilles Caulier <caulier.gilles at gmail.com> ---
I think a simple a way to fix it is to replace kDebug() statement by
kapp->processEvents(). Does it work for you ?

I fact, i suspect that Qt dispatch queued events when debug statement is
printed to the console.

But the ultimate solution here is to limit HistoryView to be bombarded of
messages.
Typically, at ImportUI start-up, controller get all thumbnails from camera.
This can be very fast, especially with UMS media. I think to log all thumbnail
events in HistoryView is not very important for end users. We can limit to to
start and end of all thumbs process.

Downloading items can take more time. So it's a different situation, and to log
download states is more important for end users.

What do you think about ?

Gilles Caulier

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list