Summary: | Batch processes does not work properly if target directory is outside Album Library Path | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Giorgio Carlo Gili Tos <gionnyboss> |
Component: | BatchQueueManager-Core | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.0.0 | |
Sentry Crash Report: |
Description
Giorgio Carlo Gili Tos
2007-11-26 01:08:54 UTC
Maybe one warning/note at the beginning would be ok, but just one. Gilles, I am not sure where this bug should be put: digikam/kipiinterface or kipiplugins/batchprocessimages or something else ? Arnd, Code to fix is : http://websvn.kde.org/branches/extragear/kde3/libs/kipi-plugins/batchprocessimages/batchprocessimagesdialog.cpp?revision=738848&view=markup Method slotProcessDone(), line 690... Gilles Gilles, slotPorcessDone is called once for every file, right? So can one distinguish that ok = m_interface->addImage( dest, errmsg ); returned `false` for the first time and then ignore any subsequent `false` (but only if it is the same message!). (Approaches like keeping a list of messages received so far and selecting specific ones for just one-time notification seems very much like a hack and any change in the message string will screw things. There must be a better solution ...) >slotPorcessDone is called once for every file, right? yes. >So can one distinguish that > ok = m_interface->addImage( dest, errmsg ); >returned `false` for the first time and then ignore any subsequent >`false` (but only if it is the same message!). >(Approaches like keeping a list of messages received so far and >selecting specific ones for just one-time notification >seems very much like a hack and >any change in the message string will screw things. There must be a better >solution ...) The error message must be displayed on the console. No need to open a message box for that. Gilles Gilles, of course, that's an alternative (though I have an unfinished bug report about digikam&Co reporting just too much stuff on the konsole ... ;-) Ok, so I will convert it into a Warning, output onto the konsole... Giorgio, This file still valid using kipi-plugins 0.1.6 ? Gilles Caulier Giorgio, This file still valid using kipi-plugins 4.10.0 ? Gilles Caulier New Kipiplugins 4.11.0 is available : https://www.digikam.org/node/740 Can you reproduce the problem with this release ? Gilles Caulier BatchProcessImage is not maintained since a while and is obsolete now. It will be removed with 5.0.0. Use digiKam BQM instead... |