Summary: | Rename aborts after first rename of many | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Geoff King <gsking1> |
Component: | AdvancedRename-engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 5.3.0 | |
Sentry Crash Report: |
Description
Geoff King
2016-08-15 00:37:15 UTC
I just tried it with some MOV files and some of those changed the name two at a time. What do you use as rename scheme to complete the operation ? Gilles Caulier Git commit bb07b39065c7ba8d5b2763097ebdba05baa54a6b by Maik Qualmann. Committed on 16/08/2016 at 06:10. Pushed by mqualmann into branch 'master'. filter out multiple signals from ThumbnailLoadThread Related: bug 357617 FIXED-IN: 5.2.0 M +2 -1 NEWS M +5 -12 utilities/advancedrename/advancedrenameprocessdialog.cpp http://commits.kde.org/digikam/bb07b39065c7ba8d5b2763097ebdba05baa54a6b Git commit 24e1d9e0a67ff6179a6dbf26f9a4ca2589ed8445 by Maik Qualmann. Committed on 16/08/2016 at 19:28. Pushed by mqualmann into branch 'master'. fix possible deadlocks from video thumbnailer M +7 -7 libs/threadimageio/videothumbnailer.cpp M +3 -6 libs/threadimageio/videothumbnailer.h M +18 -16 libs/threadimageio/videothumbnailer_p.cpp M +1 -0 libs/threadimageio/videothumbnailer_p.h M +35 -27 libs/threadimageio/videothumbnailerjob.cpp M +2 -5 libs/threadimageio/videothumbnailerjob.h http://commits.kde.org/digikam/24e1d9e0a67ff6179a6dbf26f9a4ca2589ed8445 Gilles, can you test with the current git/master version on Mac OS X the renaming of mixed video and image files? Video monitoring is not available under Mac OS X. I think there should be no problems more. Maik Git commit 28939a4dca842c0feaa802ee15e07ba6a5ce52f9 by Maik Qualmann. Committed on 16/08/2016 at 20:16. Pushed by mqualmann into branch 'master'. Revert "fix possible deadlocks from video thumbnailer" M +7 -7 libs/threadimageio/videothumbnailer.cpp M +6 -3 libs/threadimageio/videothumbnailer.h M +16 -18 libs/threadimageio/videothumbnailer_p.cpp M +0 -1 libs/threadimageio/videothumbnailer_p.h M +27 -35 libs/threadimageio/videothumbnailerjob.cpp M +5 -2 libs/threadimageio/videothumbnailerjob.h http://commits.kde.org/digikam/28939a4dca842c0feaa802ee15e07ba6a5ce52f9 Git commit 7745925f7c54bac7dab6b19be67fe5d3b0828c18 by Maik Qualmann. Committed on 17/08/2016 at 20:47. Pushed by mqualmann into branch 'master'. fix possible deadlocks from video thumbnailer #2 M +7 -2 libs/threadimageio/videothumbnailerjob.cpp http://commits.kde.org/digikam/7745925f7c54bac7dab6b19be67fe5d3b0828c18 Looks to be fixed now on 5.2.0 for Mac. Thanks and please close. |