[Kde-imaging] [Bug 303980] Batch DNG conversion of multiple raw files produces multiple files of the last raw file in queue

Gilles Caulier caulier.gilles at gmail.com
Wed Aug 8 12:08:11 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=303980

--- Comment #5 from Gilles Caulier <caulier.gilles at gmail.com> ---
Smit,

1/ You have commited into 3.0.0 branch where master is for production. Please
backport your commits to 2.x.
Generaly, i sync 3.x with 2.x through git merge command. It's safe to patch
production fixes to master as it will be backported to 3.x branch later.

About merge stuff, look here : 

http://community.kde.org/Digikam/GSoC2012#Branches_Creation_and_Maintenance

2/ I think that re-entrency problem with DNGProcessor is due to temp file
created in background. Look at destPath string : it's created using current
timestamp. Time granularity is seconds, through this method :

http://qt-project.org/doc/qt-4.8/qdatetime.html#toTime_t

If more than one conversion is started during same second, there is a non
re-entrancy issue...

Gilles Caulier

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-imaging mailing list