[Kde-imaging] Re: kdeextragear-libs-1/kipi-plugins

Gilles Caulier caulier.gilles at free.fr
Wed Jun 16 09:23:21 CEST 2004


Le mercredi 16 Juin 2004 09:16, Jesper K. Pedersen a écrit :
> On Tuesday 15 June 2004 15:13, Gilles Caulier wrote:
> | CVS commit by cgilles:
> |
> | Fix 'kipi' instead 'digikam':
> | - In comments.
> | - In dialog text and title.
> | - In temporaly folders creation.
> | - In ressource loading path (specific icons, script, etc.)
> | - Handbook page call (PENDING : the kipi handbook must be created - based
> | on Digikam plugins sections handbook).
> |
> | IMPORTANT : There is a very important _PENDING_ task to do : the kipirc
> | file must have a config line for the images files filter using in the
> | plugins. Digikam rc file have this line from the Albums files filter
> | config.
> |
> | For example, from the CDArchiving plugins, the pending implementation is
> |
> |
> |   // PENDING (Gilles) : Using kipirc file!
> |   // Read File Filter settings in digikamrc file.
> |
> |     m_config = new KConfig("digikamrc");
> |     m_config->setGroup("Album Settings");
> |     QString Temp = m_config->readEntry("File Filter", "*.jpg *.jpeg *.tif
> | *.tiff *.gif *.png *.bmp"); m_imagesFileFilter = Temp.lower() + " " +
> | Temp.upper();
>
> Can't you just use the functions from KImageIO for this?

Digikam use a basic images filter for images MIME types support. This is the
reason for that.

Perhaps, libkipi can provide a mime type selection widget for the images like
plugins selection widget. The hosts will can use that in the setup dialog...

What do you think about ?
--
Gilles Caulier


More information about the Kde-imaging mailing list