Summary: | Windows file rename change case only fails badly | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | kdeb |
Component: | AdvancedRename-dialog | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 7.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/bb9c41193535cb79c5b77bded70c4883deab2a88 | Version Fixed In: | 7.2.0 |
Sentry Crash Report: |
Description
kdeb
2020-11-26 00:57:41 UTC
Later... looks like a temp renamed version of the deleted file goes into .dtrash so perhaps not completely lost. Right, the file will definitely be moved to the digiKam recycle bin. With the Qt API we can hardly tell whether it is an "image.jpg" or an "Image.jpg". Both queries return a yes in a Windows file system, because both files are identical. Let's see, only changing in upper and lower case will be difficult to fix. Maik Git commit bb9c41193535cb79c5b77bded70c4883deab2a88 by Maik Qualmann. Committed on 26/11/2020 at 07:07. Pushed by mqualmann into branch 'master'. read dir to check for file name to fix renaming in Windows FIXED-IN: 7.2.0 M +2 -1 NEWS M +7 -1 core/libs/iojobs/iojob.cpp https://invent.kde.org/graphics/digikam/commit/bb9c41193535cb79c5b77bded70c4883deab2a88 |