[Digikam-devel] [digikam] [Bug 314441] Rename settings and auto-rotation during import ignored
Jonatan
jlbijl at gmail.com
Fri May 3 20:31:47 BST 2013
https://bugs.kde.org/show_bug.cgi?id=314441
Jonatan <jlbijl at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jlbijl at gmail.com
--- Comment #22 from Jonatan <jlbijl at gmail.com> ---
I've had a short look into the code (I don't really understand it, but I just
went to have a quick look in it).
With the git of apr 10 I figured out that the original name is being used,
because the downloadName field is not being set in the CamItemInfo.
I don't know where the downloadName in the CamItemInfo is supposed to be set,
but what I do know is that it is not happening.
core/utilities/importui/main/importui.cpp:2038 :
if (downloadName.isEmpty())
{
downloadUrl.addPath(settings.file); //<= THIS is being executed
}
else
{
// when using custom renaming (e.g. by date, see bug 179902)
// make sure that we create unique names
downloadUrl.addPath(downloadName);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list