[Digikam-devel] [digikam] [Bug 314952] Import window should not lock the interface while reading photos

Teemu Rytilahti tpr at iki.fi
Sun Dec 29 23:59:07 GMT 2013


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

--- Comment #8 from Teemu Rytilahti <tpr at iki.fi> ---
Git commit 0c836cb940f4276eaecfbf2995f75d974b794752 by Teemu Rytilahti.
Committed on 29/12/2013 at 23:58.
Pushed by rytilahti into branch 'master'.

Add previewPossible field to CamItemInfo that is used to decide whether the
thumbnail is being queried from the backend.
This speeds up loading of thumbnails as it'll just use the mimetype icon when
the backend says the thumbnails are not supported.
This is especially crucial for gphoto2 backend as it'll otherwise throw a lot
of errors and slows down remarkably. Also probably speeds the UMS backend too
as we don't try to parse the unsupported files.

Note, that CamItemInfo's operators were not changed except the debugging one.

M  +3    -0    utilities/importui/backend/camiteminfo.cpp
M  +1    -0    utilities/importui/backend/camiteminfo.h
M  +5    -0    utilities/importui/backend/gpcamera.cpp
M  +7    -1    utilities/importui/backend/umscamera.cpp
M  +4    -1    utilities/importui/models/importthumbnailmodel.cpp

http://commits.kde.org/digikam/0c836cb940f4276eaecfbf2995f75d974b794752

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



More information about the Digikam-devel mailing list