diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-19 18:22:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-19 18:22:05 +0000 |
commit | 57e10fedbcb8c3e8c6590ff0935dbf017ce5587f (patch) | |
tree | 3000a7649ca4e40e43f9e7feed963236a0b0f56b /TODO | |
download | kipi-plugins-57e10fedbcb8c3e8c6590ff0935dbf017ce5587f.tar.gz kipi-plugins-57e10fedbcb8c3e8c6590ff0935dbf017ce5587f.zip |
Import abandoned KDE3 version of kipi plugins
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/kipi-plugins@1077221 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -0,0 +1,54 @@ +---------------------------------------------------------------------------- +* General + + - anaselli: fix kipi-plugins building if libkipi is missed or a wrong + release is present + - anaselli: add svn2cl management also for prepare_libkipi.rb + + - All dialog less plugins which modify images should only use + currentSelection(). + - All dialog less plugins which do not modify images should use either + current* methods. + +---------------------------------------------------------------------------- +* SLIDESHOW PLUGIN + (SlideShow with snazzy effects) + + - Add preview Slideshow effects in dialogbox similar Kcontrol + screensavers settings. + - Auto-rotate according to EXIF orientation tag + +---------------------------------------------------------------------------- +* MPEGENCODER PLUGIN + (MPEG images encoder) + + - Add DIVX support using mencoder program. + - Using new C++ implementation with MJPEGTools and IMLIB from Renchi instead + images2mpg bash script. + - Add file name or image comment in MPEG flux. + +---------------------------------------------------------------------------- + +* PRINTWIZARD PLUGIN + (Multiples images printing wizzard) + + - Check for existence of Gimp and disable option if not available. + +---------------------------------------------------------------------------- +* CALENDAR PLUGIN + (Calendar creation wizzard) + + - Use QSimpleRichText to render the calendar text + - Add more options for controlling the appearance. + - Work on beautifying the calendar layout. + +---------------------------------------------------------------------------- +* SENDIMAGES PLUGIN + (E-mail images) + + - Add tarball, zip, bz2, gz generation. + - Add support of 'Aethera' and 'Opera' mail agents. + + + + |