[Digikam-devel] extragear/graphics/digikam/libs/dimg

Gilles Caulier caulier.gilles at free.fr
Wed Nov 8 08:46:59 GMT 2006


SVN commit 603203 by cgilles:

digikam from trunk : new DDebug class from marcel to use instead kdDebug (this one is not thread-safe).

This commit remplace kdDebug() call directly by DDebug() as well in source code. All DImg framework is patched. I have tested this implementation on 3 PIV-HT computers in debug mode using gdb and valgrind. No problems appears.

TODO : patch all others part of digiKam and DigikamImagePlugins.

CCMAIL: digikam-devel at kde.org
CCBUGS: 133026

 M  +4 -3      Makefile.am  
 M  +1 -4      dcolor.cpp  
 A             ddebug.cpp   [License: GPL]
 A             ddebug.h   [License: GPL]
 M  +17 -20    dimg.cpp  
 M  +2 -1      filters/Makefile.am  
 M  +1 -4      filters/dimggaussianblur.cpp  
 M  +2 -8      filters/dimgimagefilters.cpp  
 M  +1 -4      filters/dimgsharpen.cpp  
 M  +2 -5      filters/dimgthreadedfilter.cpp  
 M  +1 -4      filters/hslmodifier.cpp  
 M  +28 -28    filters/icctransform.cpp  
 M  +2 -1      loaders/Makefile.am  
 M  +4 -4      loaders/dimgloader.cpp  
 M  +9 -12     loaders/jpegloader.cpp  
 M  +29 -32    loaders/pngloader.cpp  
 M  +8 -11     loaders/ppmloader.cpp  
 M  +2 -5      loaders/qimageloader.cpp  
 M  +6 -6      loaders/rawloader.cpp  
 M  +12 -15    loaders/tiffloader.cpp  





More information about the Digikam-devel mailing list