Bug 211489 - Renaming doesn't prevent from concurrent operation
Summary: Renaming doesn't prevent from concurrent operation
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-engine (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 00:00 UTC by Bartek Pietrasiak
Modified: 2022-01-31 22:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Pietrasiak 2009-10-23 00:00:50 UTC
Version:            (using KDE 4.3.2)
OS:                Linux
Installed from:    Fedora RPMs

While renaming is being performed, no progress is displayed and user is not blocked. He may (accidentally ;) e.g. click on tree with tags. Digikam will slow down, some dialog with error will be displayed and the result will be strange.
Comment 1 Andi Clemens 2009-10-23 00:08:54 UTC
No, renaming is a separate thread, otherwise the GUI will be locked (which most users don't want to have).

Setting a progress bar is another thing (but needs indeep changes I guess, since move / copy actions also don't show a progress).

Why is clicking on a tag give you strange results? What do you mean?
Comment 2 Bartek Pietrasiak 2009-10-23 00:27:29 UTC
Some files had the new name, some not. Some had the tag assigned, some not. And the dialog with, as far as I remember, "An unspecified error ..." or something like that.
Comment 3 Andi Clemens 2009-10-23 00:36:26 UTC
Renaming doesn't assign tags, so there must be something else going wrong.
And the error messages come from KDE itself, I can't do anything about this. We use KIO::Job for moving / copying.

About locking the UI while renaming: I'm not sure if users like this. For me it is also better as it is right now. I can rename images in a folder, go to another and start a new rename job. Otherwise I have to wait for the first job to end.

Marcel,
would it be easy to display the move / copy status in the statusbar?
Right now we are not doing this, only for metadata changes.
Comment 4 Andi Clemens 2011-03-09 08:11:10 UTC
A progress dialog is shown in newer versions of digiKam.