https://bugs.kde.org/show_bug.cgi?id=428115
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/k3b/commit/22b1d0939 | |a3e0bb944b0efaeaac15553b7b3 | |6066 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Albert Astals Cid <aa...@kde.org> --- Git commit 22b1d0939a3e0bb944b0efaeaac15553b7b36066 by Albert Astals Cid. Committed on 08/11/2020 at 21:40. Pushed by aacid into branch 'master'. Warn when trying to add folders that contain unsupported filenames In Qt anything that is not propertly utf8 is transparently not returned, i.e. QDir will simply pretend the file doesn't exist. This isn't ideal since people may be asuming a backup is totally done since no error was reported and one file was not really copied. This doesn't fix the fact that the file is not copied but at least warns the file could not by found. It does so by using KIO::listDir instead of QDir M +10 -3 src/projects/k3bdataurladdingdialog.cpp https://invent.kde.org/multimedia/k3b/commit/22b1d0939a3e0bb944b0efaeaac15553b7b36066 -- You are receiving this mail because: You are watching all bug changes.