Bug 245079 - Let the user download all before thumbnails are generated
Summary: Let the user download all before thumbnails are generated
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-IconView (show other bugs)
Version: 1.4.0
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-18 23:06 UTC by Dotan Cohen
Modified: 2017-08-16 05:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.1.0
languitar: Junior_Jobs+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dotan Cohen 2010-07-18 23:06:31 UTC
Version:           unspecified (using KDE 4.4.4) 
OS:                Linux

Digikam will not let the user select Download All until all the image thumbnails have loaded. Please let the user select Download All before then. Thanks.

Reproducible: Always
Comment 1 Johannes Wienke 2010-07-18 23:15:49 UTC
I think this is something to do when a proper qt model is implemented for the camera gui.
Comment 2 caulier.gilles 2010-07-18 23:22:47 UTC
You can press Cancel button when thumb generation is under progress...

Gilles Caulier
Comment 3 Fri13 2010-07-22 09:08:28 UTC
The cancel is good function but I think the first step is needed to be speeded up. (There are three steps when importing, 1) To scan all the photofiles 2) Generate thumbnails for scanned files 3) Download all selected files)

Currently the first step takes too much time, almost as much as the thumbnail generation itself.
Like with the 4Gb card full of RAW files (232) the first step can take 4minutes at top. Generating thumbnails takes about 5-6 minutes and downloading about 5 minutes (littlebit slower than what is when copying files trought filemanagement). So the whole import can be 10-15 minutes depending will the thumbnails be generated.

I can understand the speed in steps 2 and 3, but the first step is just too slow. That causes the effect user does not want to wait the thumbnails being generated because the first step was already very slow.

There is somewhere a bug report about speeding the first step in import and a another bug report about having automatic import when inserting memory card. Many (most?) use same configuration all the times and import to root album (with ISO date etc automatically placed) and the import window just slows down.

It could be as fast as just placing memory card (camera) to card reader (usb port) and select Import and nothing else would be needed. Maybe it could be top entry in sub-menu of the import device (quick Import) what use stored settings.
Comment 4 Dotan Cohen 2010-07-22 15:19:01 UTC
> It could be as fast as just placing memory card (camera) to card reader (usb
> port) and select Import and nothing else would be needed. Maybe it could be top
> entry in sub-menu of the import device (quick Import) what use stored settings.

That feature request is here:
https://bugs.kde.org/show_bug.cgi?id=224603
Comment 5 caulier.gilles 2011-07-31 10:02:18 UTC
With current implementation from git master (next 2.1.0), thumbnails are generated on the fly, when necessary. Connection to camera is faster now.

Gilles Caulier
Comment 6 Dotan Cohen 2011-07-31 11:08:52 UTC
Thanks, Gilles. I hope that the implementation is in the Import dialogue only, and the regular folders still generate the thumbnails when entering the folder?
Comment 7 caulier.gilles 2011-07-31 11:41:32 UTC
Yes, it's only camera gui.

I see new problem on camera icon view due to my fixes, especially when item are downloaded. I will fix it next week, no need to report a file about...

Gilles Caulier