Skip to content
Commit c64fea2e authored by Teemu Rytilahti's avatar Teemu Rytilahti
Browse files

Don't block the import UI by waiting for a complete folder listing for the...

Don't block the import UI by waiting for a complete folder listing for the whole device, but build the model gradually.

The new flow goes like this:
1. When a connection to a camera is made, call methods for loading files and subfolders for the root folder.
2. The backend reports via signal about the subfolders in given folder.
3. Request is being made to download file listing for the returned subfolders, and then check for their subfolders.
4. Repeat until finished.

BUGS:314952
FIXED-IN:4.0.0
parent 4f319efa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment