Depending on the download mode (all, selected, new ones) only the renaming pattern is used or not. Reproducible: Always Steps to Reproduce: 1. define renaming pattern 2. download new images only 3. Actual Results: renaming pattern not used Expected Results: renaming pattern should be applied
Git commit 42838bc967a87638c7d76f87a4f44add99665d53 by Maik Qualmann. Committed on 27/04/2015 at 16:32. Pushed by mqualmann into branch 'master'. blocking slotUpdateDownloadName() during the download of images FIXED-IN: 4.10.0 M +2 -1 NEWS M +5 -0 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/42838bc967a87638c7d76f87a4f44add99665d53
Git commit 9585ee545003a85c4b45c39bf30939634a40ce7d by Maik Qualmann. Committed on 28/04/2015 at 17:01. Pushed by mqualmann into branch 'master'. remove unnecessary blockSignals() in the importui.cpp M +0 -3 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/9585ee545003a85c4b45c39bf30939634a40ce7d
Git commit 336cb1696b45e1272b5c5e759f169f9bc48c740f by Gilles Caulier. Committed on 29/04/2015 at 13:18. Pushed by cgilles into branch 'frameworks'. backport commits #42838bc967a87638c7d76f87a4f44add99665d53 and #9585ee545003a85c4b45c39bf30939634a40ce7d from git/master to frameworks branch M +5 -3 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/336cb1696b45e1272b5c5e759f169f9bc48c740f
I am now on digikam 4.10 - renaming does not work when downloading "new ones only"
Here not to reproduce. What renaming pattern use you? Maik
I use [date:"yyyy-MM-dd_hhmmss"], the correct folder yyyy-MM-dd is made in all cases by the way.
When the dialog box for selecting the target album is opened, the selected thumbnails are renamed properly in the background? Maik
Sorry maybe I was not clear. My bug report relates to the import feature when a camera is connected via USB. Renaming pattern is definded [date:"yyyy-MM-dd_hhmmss"], pictures shall be put in date dependant folders yyyy-MM-dd When importing (manually) selected pictures everything works, however when I select for downloading "new ones only" renaming pattern is not applied but pictures are placed in a fresh correctly named folder. Renaming after importing works; that is what I do for correcting ;)
Git commit 72f5a20f563308706c3e6c859e7350fe7f293b3b by Maik Qualmann. Committed on 12/07/2015 at 11:55. Pushed by mqualmann into branch 'master'. advanced rename from import window use now the file url to get the new file name M +32 -26 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/72f5a20f563308706c3e6c859e7350fe7f293b3b
Git commit 4bb43c170e97fad5ce965b54546cf1250855180d by Maik Qualmann. Committed on 12/07/2015 at 21:25. Pushed by mqualmann into branch 'master'. optimizations for renaming in the Import window and start numbering from the camera working again M +0 -1 utilities/advancedrename/advancedrenamemanager.cpp M +43 -69 utilities/importui/main/importui.cpp M +2 -2 utilities/importui/main/importui.h http://commits.kde.org/digikam/4bb43c170e97fad5ce965b54546cf1250855180d
Git commit 01eac40e1c6b7b9b87b4db98485521b983f42728 by Gilles Caulier. Committed on 12/07/2015 at 22:02. Pushed by cgilles into branch 'frameworks'. backport commit #72f5a20f563308706c3e6c859e7350fe7f293b3b from git/master to frameworks branch M +2 -0 utilities/advancedrename/parser/importrenameparser.cpp M +32 -32 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/01eac40e1c6b7b9b87b4db98485521b983f42728
Git commit 46a9e1a3f6a2d36e69fb0eb7c9ae74c047b3bf51 by Maik Qualmann. Committed on 13/07/2015 at 21:01. Pushed by mqualmann into branch 'master'. optimizations for renaming in the Import window M +11 -12 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/46a9e1a3f6a2d36e69fb0eb7c9ae74c047b3bf51
Git commit ba745bd5289ebeee46d6379f0c821db1492fc00b by Maik Qualmann. Committed on 14/07/2015 at 20:45. Pushed by mqualmann into branch 'frameworks'. backport commit #4bb43c170e97fad5ce965b54546cf1250855180d from git/master to frameworks branch M +57 -76 utilities/importui/main/importui.cpp M +2 -2 utilities/importui/main/importui.h http://commits.kde.org/digikam/ba745bd5289ebeee46d6379f0c821db1492fc00b
digiKam 4.12.0 have been released. Can you reproduce the problem with this release ? Maik
Git commit 2cbd005028bd12d23bc5784ac4f6a4b95adf04b1 by Maik Qualmann. Committed on 16/08/2015 at 18:36. Pushed by mqualmann into branch 'master'. Fix set new download name from import tool when use a default target album Related: bug 350225 FIXED-IN: 4.13.0 M +3 -1 NEWS M +14 -3 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/2cbd005028bd12d23bc5784ac4f6a4b95adf04b1
Git commit 0e1dab213c77acd103f49a9afa6452d4226ffc66 by Gilles Caulier. Committed on 18/08/2015 at 20:58. Pushed by cgilles into branch 'frameworks'. backport commit #2cbd005028bd12d23bc5784ac4f6a4 from git/master to frameworks branch Related: bug 350225 M +14 -5 utilities/importui/main/importui.cpp http://commits.kde.org/digikam/0e1dab213c77acd103f49a9afa6452d4226ffc66
I am now on 4.12; problem is not solved. Importing new pictures only still neglects the renaming pattern. Georg
Yes, will be only fixed in digiKam 4.13.0. DigiKam 4.13.0 will be released soon. Maik
On 4.13 it works fine. Thanks, Georg