[Digikam-devel] [Bug 155374] Allow setting Image titles different than image file name [patch]
    Gilles Caulier 
    caulier.gilles at gmail.com
       
    Tue Aug 30 16:26:19 BST 2011
    
    
  
https://bugs.kde.org/show_bug.cgi?id=155374
--- Comment #57 from Gilles Caulier <caulier gilles gmail com>  2011-08-30 15:26:18 ---
It fine to use ImageInfo API in a plugin. It's the goal. But use it in main
thread of plugin, not in a separated thread managed by a QThread based class.
Look SendImages plugin for ex, which store relevant ImageInfo data to a
dedicated container.
The problem is that KIPI::ImageInfo will call Digikam::ImageInfo methods which
will bring internal database. In case of SQlite database, it's not thread safe.
Also, we don't have tested re-entrency in Database interface with kipi
interface.
And about other KIPI host applications, i have no idea about re-eentrency.
support.
Gilles Caulier
-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
    
    
More information about the Digikam-devel
mailing list