[Kde-imaging] Re: kdeextragear-libs-1/libkipi/libkipi

Jesper K. Pedersen blackie at blackie.dk
Mon Jul 12 18:48:47 CEST 2004


On Friday 09 July 2004 16:02, Renchi Raju wrote:
| CVS commit by pahlibar:
|
|
| if a plugin is in the ignore list for a host, absolutely do not load
| the plugin.
I dont really know about this.
I think there are two kind of black lists:
1) hard blacklists - This is plugins that for sure cannot work in the host app
2) soft blacklists - This is plugins that simply make little sence in the host 
app, examples would be the camera plugin for digikam, and the description 
editor for KimDaBa. Some users might want to use these features nevertheless.

Anyway, let it just be like it is for now, later versions of KIPI can make the 
above distinguishing.

Cheers
Jesper
 
|
| CCMAIL: kde-imaging at kde.org, blackie at blackie.dk
|
|
|   M +4 -5      pluginloader.cpp   1.11
|
|
| --- kdeextragear-libs-1/libkipi/libkipi/pluginloader.cpp  #1.10:1.11
| @@ -127,8 +127,7 @@ KIPI::PluginLoader::PluginLoader( const
|          }
|
| -        bool loadDefault = true;
|          if ( m_ignores.contains( name ) ) {
|              kdDebug( 51001 ) << "KIPI::PluginLoader: plugin " << name << "
| was in the ignore for host application list" << endl; -           
| loadDefault = false;
| +            continue;
|          }
|
| @@ -143,5 +142,5 @@ KIPI::PluginLoader::PluginLoader( const
|          }
|
| -        bool load = config->readBoolEntry( name, loadDefault );
| +        bool load = config->readBoolEntry( name, true );
|
|                  if (!appHasAllReqFeatures)

-- 
Having trouble finding a given image in your collection containing
thousands of images?

http://ktown.kde.org/kimdaba might be the answer.


More information about the Kde-imaging mailing list