[Kde-imaging] kdeextragear-libs-1

Jesper Pedersen blackie at blackie.dk
Mon May 31 16:13:29 CEST 2004


CVS commit by blackie: 

CCMAIL: kde-imaging at kde.org

Readded the hello world plugin. Host apps, which do not want to see it,
should simply ignore by adding it to the list given as first argument to
PluginLoader.

Added ImageCollection::isValid().
I realized that there was no way for applications like digikam to indicate
that there were no album selected. So to indicate that an image collection
is invalid, the host application should give 0 for ImageCollectionShared
pointer on construction of ImageCollection.
This will make ImageCollection::isValid() return false.
Plugins should now test for isValid() before using data from image
collection.


  M +1 -2      kipi-plugins/Makefile.am   1.12
  M +4 -1      kipi-plugins/batchprocessimages/plugin_batchprocessimages.cpp   1.6
  M +3 -1      kipi-plugins/commentseditor/plugin_commentseditor.cpp   1.9
  M +53 -36    kipi-plugins/helloworld/plugin_helloworld.cpp   1.9
  M +4 -1      kipi-plugins/jpeglossless/plugin_jpeglossless.cpp   1.5
  M +3 -1      kipi-plugins/mpegencoder/plugin_mpegencoder.cpp   1.9
  M +3 -1      kipi-plugins/printwizard/plugin_printwizard.cpp   1.9
  M +3 -1      kipi-plugins/sendimages/plugin_sendimages.cpp   1.6
  M +3 -1      kipi-plugins/timeadjust/plugin_timeadjust.cpp   1.4
  M +1 -1      kipi-plugins/wallpaper/plugin_wallpaper.cpp   1.4
  M +42 -17    libkipi/libkipi/imagecollection.cpp   1.9
  M +2 -0      libkipi/libkipi/imagecollection.h   1.9
  M +2 -0      libkipi/libkipi/interface.h   1.15





More information about the Kde-imaging mailing list